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
const auth = Auth.createClient({ strategy: AUTH_STRATEGIES.WEB_AUTH0 });
// and call getAuthorizedData() on any page in the application in the hash of which there is no token
auth.getAuthorizedData();