mirror of
https://github.com/danbulant/jose
synced 2026-05-20 12:58:36 +00:00
1.5 KiB
1.5 KiB
Class: JWKSMultipleMatchingKeys
util/errors.JWKSMultipleMatchingKeys
An error subclass thrown when multiple keys match from a JWKS.
Hierarchy
-
↳ JWKSMultipleMatchingKeys
Table of contents
Constructors
Properties
Constructors
constructor
+ new JWKSMultipleMatchingKeys(message?: string): JWKSMultipleMatchingKeys
Parameters:
| Name | Type |
|---|---|
message? |
string |
Returns: JWKSMultipleMatchingKeys
Inherited from: JOSEError
Defined in: util/errors.ts:11
Properties
code
• code: string= 'ERR_JWKS_MULTIPLE_MATCHING_KEYS'
A unique error code for the particular error subclass.
Defined in: util/errors.ts:117
message
• message: string= 'multiple matching keys found in the JSON Web Key Set'
Overrides: void
Defined in: util/errors.ts:119