Hello,
Our client is currently migrating to v2 authentication and is in process of testing the following RTO Java sample code:
websocket-api/Applications/Examples/RTO/java/MarketPriceRTOClientCredAuth.java at master · Refinitiv/websocket-api · GitHub
They are concerned that the MarketPriceRTOClientCredAuth.java posted on the website link above is incorrect specifically with the way it periodically re-authenticates.
They do not see a grant_type of refresh_token, and furthermore, the newly returned access_token from the HTTP authentication request is not being passed back into the web socket.
Can you please help?
Thank you