mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
1.8 KiB
1.8 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?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Inherited from
Defined in
Properties
code
• code: string
A unique error code for the particular error subclass.
Overrides
Defined in
message
• message: string = 'multiple matching keys found in the JSON Web Key Set'
Overrides
JOSEError.message
Defined in
code
▪ Static code: string = 'ERR_JWKS_MULTIPLE_MATCHING_KEYS'
A unique error code for the particular error subclass.