Hello,
I Wondering if there is a way to extend the authentication token Im using Java, when I send my credentials to https://api.refinitiv.com/auth/oauth2/v1/token I Got {"access_token": "eyJ0eXAi.", "Refresh_token ":" ee562aa2-a5eb-4531-9b1e-aff92893fcd5 "," expires_in ":" 300 "," scope ":" "," token_type ":" Bearer "}.
We are saving all the messages during the market, and we have a theory when the token expires every 300 seconds, we have an interruption in the streaming data and we lose a few messages during the process to renew the token.
So, with this scenario there is a way to increase the expiration time enought for don´renew the token at least every 4 hours, maybe 8 hous, in case if this are possible.
I know the python file market_price_epgw_service discovery, in wich the session are handled with this methods for update the token if I implement those functions i will lose or interrumpt the streaming data
for at least miliseconds?
Thanks,