Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.46 KB

Accounts_System_.FindSessionByauthTokenErrors.md

File metadata and controls

49 lines (26 loc) · 1.46 KB

Powership / Modules / Accounts System. / FindSessionByauthTokenErrors

Enumeration: FindSessionByauthTokenErrors

Accounts System..FindSessionByauthTokenErrors

Table of contents

Enumeration Members

Enumeration Members

InvalidToken

InvalidToken = "InvalidToken"

Will throw if access token is missing.

Defined in

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


SessionNotFound

SessionNotFound = "SessionNotFound"

Will throw if session is not found.

Defined in

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


TokenVerificationFailed

TokenVerificationFailed = "TokenVerificationFailed"

Will throw if verification of the access token failed.

Defined in

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