When enabling refresh token rotation, a new fresh token is issued when exchanging the current one for an access token. The authentication provider does not return the new refresh token.
Current behaviour
New refresh token is returned by salesforce, but overwritten in AuthenticationClient.TokenRefreshAsync
Expected behaviour
When response contains a refresh token, return it.
Affected version
NetCoreForce.Client, v5.0.0
When enabling refresh token rotation, a new fresh token is issued when exchanging the current one for an access token. The authentication provider does not return the new refresh token.
Current behaviour
New refresh token is returned by salesforce, but overwritten in
AuthenticationClient.TokenRefreshAsyncExpected behaviour
When response contains a refresh token, return it.
Affected version
NetCoreForce.Client, v5.0.0