When I send a refresh token to refresh an access token I get a new access token but I also get a new refresh token. I am supposed to keep the original refresh token for use again or am I supposed to replace it with the new refresh token I have received.
I have tested and the original refresh token works again.
Thanks