Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.69 KB

Accounts_System_.LogoutErrors.md

File metadata and controls

62 lines (33 loc) · 1.69 KB

Powership / Modules / Accounts System. / LogoutErrors

Enumeration: LogoutErrors

Accounts System..LogoutErrors

Table of contents

Enumeration Members

Enumeration Members

InvalidSession

InvalidSession = "InvalidSession"

Session is not valid

Defined in

packages/accounts/src/utils/AccountError.ts:116


InvalidToken

InvalidToken = "InvalidToken"

Will throw if access token is missing.

Defined in

packages/accounts/src/utils/AccountError.ts:121


SessionNotFound

SessionNotFound = "SessionNotFound"

Will throw if session is not found.

Defined in

packages/accounts/src/utils/AccountError.ts:129


TokenVerificationFailed

TokenVerificationFailed = "TokenVerificationFailed"

Will throw if verification of the access token failed.

Defined in

packages/accounts/src/utils/AccountError.ts:125