Get access token silently react sdk

Hi @pandeysumit832,

It is described here.

In short, it sees if a valid access token is stored in memory, otherwise it requests a new one from the Auth0 server. There are some subtle differences on how it gets a new token depending on whether or not you are using refresh token rotation.

1 Like