How can I return the refresh_token in my react app? I am currently using getAccessTokenSilently which is returning access_token, expires_in, id_token, and scope. The code is the following:
getAccessTokenSilently is described here - Are you meeting all the requirements listed? Are you including the offline_access scope in the initial authorize request? You can configure the SDK to do this for you.