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

1.5 KiB

Class: JWKSNoMatchingKey

An error subclass thrown when no keys match from a JWKS.

Index

Constructors

Properties

Constructors

constructor

+ new JWKSNoMatchingKey(message?: string): JWKSNoMatchingKey

Defined in src/util/errors.ts:11

Parameters:

Name Type
message? string

Returns: JWKSNoMatchingKey

Properties

code

code: string = "ERR_JWKS_NO_MATCHING_KEY"

Overrides JOSEError.code

Defined in src/util/errors.ts:108


message

message: string = "no applicable key found in the JSON Web Key Set"

Overrides JOSEError.message

Defined in src/util/errors.ts:110


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