You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError('@elfsquad/authentication: Access token expired and no refresh source is available. Ensure offline_access is in the requested scope or provide a refreshAccessToken callback.');
252
+
returnnull;
253
253
}
254
254
255
255
if(this._refreshTokenPromise){
@@ -291,7 +291,10 @@ export class AuthenticationContext {
291
291
// Delegate to getAccessToken() so the shared _refreshTokenPromise gate is used,
292
292
// preventing duplicate refresh calls when getAccessToken() and getIdToken() are
0 commit comments