Skip to main content

RefreshTokensErrors

Index

Enumeration Members

InvalidSession

InvalidSession: InvalidSession

Session is not valid

InvalidTokens

InvalidTokens: InvalidTokens

Will throw if access or refresh token are missing.

SessionNotFound

SessionNotFound: SessionNotFound

Will throw if session is not found.

TokenVerificationFailed

TokenVerificationFailed: TokenVerificationFailed

Will throw if verification of the access token or refresh token failed.

UserNotFound

UserNotFound: UserNotFound

Will throw if user is not found.