Class: MissingStateError
Defined in: packages/oauth/src/errors.ts:25
Extends
Error
Implements
Constructors
new MissingStateError()
new MissingStateError(message?): MissingStateError
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
message?
string
Returns
Inherited from
Error.constructor
Properties
code
code: ErrorCode = ErrorCode.MissingStateError;
Defined in: packages/oauth/src/errors.ts:26
Implementation of
message
message: string;
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1077
Implementation of
Inherited from
Error.message
name
name: string;
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1076
Implementation of
Inherited from
Error.name
stack?
optional stack: string;
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1078
Implementation of
Inherited from
Error.stack