Documentation / zerotal / auth / OAuthStateMismatchError
Class: OAuthStateMismatchError
Defined in: packages/auth/src/social/errors.ts:20
Thrown when the OAuth callback state is missing or does not match the stored value.
Extends
Constructors
Constructor
new OAuthStateMismatchError():
OAuthStateMismatchError
Defined in: packages/auth/src/social/errors.ts:21
Returns
OAuthStateMismatchError
Overrides
Properties
code
readonlycode:string
Defined in: packages/core/src/errors/ZerotalError.ts:18
Inherited from
status
readonlystatus:number=500
Defined in: packages/core/src/errors/ZerotalError.ts:19
Inherited from
context?
readonlyoptionalcontext?:Record<string,unknown>
Defined in: packages/core/src/errors/ZerotalError.ts:20