Hi, were you ever able to get an answer or figure out a solution to this? Running into the same issue and according to the auth0 docs, whenever a refresh token is used to fetch a new access token, a new refresh token is sent back. So I would assume the session would be updated with that new refresh token, and the next time getAccessToken
uses the refresh token, it uses the new one. But it doesn’t seem like that’s what is happening?