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

1.6 KiB

Class: JWKSMultipleMatchingKeys

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

Index

Constructors

Properties

Constructors

constructor

+ new JWKSMultipleMatchingKeys(message?: string): JWKSMultipleMatchingKeys

Defined in src/util/errors.ts:11

Parameters:

Name Type
message? string

Returns: JWKSMultipleMatchingKeys

Properties

code

code: string = "ERR_JWKS_MULTIPLE_MATCHING_KEYS"

Overrides JOSEError.code

Defined in src/util/errors.ts:117


message

message: string = "multiple matching keys found in the JSON Web Key Set"

Overrides JOSEError.message

Defined in src/util/errors.ts:119


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