How to get the refresh token with getAccessTokenSilently

Hey there @giaohoangkha welcome to the community!

You’ll need to include the offline_access scope in the request and your API in Auth0 must be configured to allow offline access in order for a refresh token to be returned - It depends on which mobile SDK you are using how you go about doing this.