Skip to content

Commit

Permalink
Update auth0-context.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Frederik Prijck <[email protected]>
  • Loading branch information
frederikprijck authored Dec 21, 2023
1 parent 745a67b commit b29bd13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/auth0-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ export interface Auth0ContextInterface<TUser extends User = User>
*
* If refresh tokens are used, the token endpoint is called directly with the
* 'refresh_token' grant. If no refresh token is available to make this call,
* the SDK falls back to using an iframe to the '/authorize' URL.
* the SDK will only fall back to using an iframe to the '/authorize' URL if
* the `useRefreshTokensFallback` setting has been set to `true`. By default this
* setting is `false`.
*
* This method may use a web worker to perform the token call if the in-memory
* cache is used.
Expand Down

0 comments on commit b29bd13

Please sign in to comment.