jose/docs/classes/_util_errors_.jwksinvalid.md
2020-12-02 10:00:42 +01:00

1.3 KiB

Class: JWKSInvalid

An error subclass thrown when a JWKS is invalid.

Index

Constructors

Properties

Constructors

constructor

+ new JWKSInvalid(message?: string): JWKSInvalid

Defined in src/util/errors.ts:11

Parameters:

Name Type
message? string

Returns: JWKSInvalid

Properties

code

code: string = "ERR_JWKS_INVALID"

Overrides JOSEError.code

Defined in src/util/errors.ts:101


message

message: string

Defined in node_modules/typescript/lib/lib.es5.d.ts:974


name

name: string

Defined in node_modules/typescript/lib/lib.es5.d.ts:973


stack

Optional stack: string

Defined in node_modules/typescript/lib/lib.es5.d.ts:975