mirror of
https://github.com/danbulant/jose
synced 2026-05-21 13:28:45 +00:00
1.6 KiB
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"
Defined in src/util/errors.ts:117
message
• message: string = "multiple matching keys found in the JSON Web Key Set"
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