From b29bd13bdaf6618a4c14057bfdc6de81e2ba5037 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 21 Dec 2023 08:53:35 +0100 Subject: [PATCH] Update auth0-context.tsx Signed-off-by: Frederik Prijck --- src/auth0-context.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/auth0-context.tsx b/src/auth0-context.tsx index d22ceea7..d2960ab9 100644 --- a/src/auth0-context.tsx +++ b/src/auth0-context.tsx @@ -38,7 +38,9 @@ export interface Auth0ContextInterface * * 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.