I am using Unity SDK and calling SessionRefreshAsync returns a new Session object with updated auth token, but old refresh token (basically returning refresh token that I passed to the method).
Then I thought maybe the problem lies in Unity SDK, so I tried ApiExplorer and got the same result.
Here it returns a new auth token, but old refresh token.