Getting the refresh token value with auth0-react SDK

Hi,

I’m using auth0-react SDK and unable to get the value of the refresh token. When monitoring the network request, I can see that the refresh token is included in the /oauth/token response, but when calling getAccessTokenSilently with the detailedResponse:true option, I’m getting everything BUT the refresh token…

Any idea why?

  • Which SDK this is regarding: auth0-react
  • SDK Version: 1.10.1

I appreciate what you did.