Powership / Modules / Accounts System. / FindSessionByauthTokenErrors
Accounts System..FindSessionByauthTokenErrors
• InvalidToken = "InvalidToken"
Will throw if access token is missing.
packages/accounts/src/utils/AccountError.ts:136
• SessionNotFound = "SessionNotFound"
Will throw if session is not found.
packages/accounts/src/utils/AccountError.ts:144
• TokenVerificationFailed = "TokenVerificationFailed"
Will throw if verification of the access token failed.