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
Hello,
I need to store both the accessToken and the idToken but in the signIn callback I put only one:
signIn({
token: idToken.jwtToken,
expiresIn: 60,
tokenType: 'Bearer',
authState: idToken.payload,
refreshToken: refreshToken.token, // Only if you are using refreshToken feature
refreshTokenExpireIn: 300 // Only if you are using refreshToken feature
})
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I need to store both the accessToken and the idToken but in the signIn callback I put only one:
what can i do? any ideas?
thanks
Beta Was this translation helpful? Give feedback.
All reactions