Powership / Modules / Accounts System. / LogoutErrors
Accounts System..LogoutErrors
• InvalidSession = "InvalidSession"
Session is not valid
packages/accounts/src/utils/AccountError.ts:116
• InvalidToken = "InvalidToken"
Will throw if access token is missing.
packages/accounts/src/utils/AccountError.ts:121
• SessionNotFound = "SessionNotFound"
Will throw if session is not found.
packages/accounts/src/utils/AccountError.ts:129
• TokenVerificationFailed = "TokenVerificationFailed"
Will throw if verification of the access token failed.