mirror of
https://github.com/danbulant/jose
synced 2026-05-19 20:38:42 +00:00
980 B
980 B
Class: JWKSMultipleMatchingKeys
util/errors.JWKSMultipleMatchingKeys
An error subclass thrown when multiple keys match from a JWKS.
Table of contents
Constructors
Properties
Constructors
constructor
• new JWKSMultipleMatchingKeys(message?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Properties
code
• code: string
A unique error code for the particular error subclass.
message
• message: string = 'multiple matching keys found in the JSON Web Key Set'
code
▪ Static code: string = 'ERR_JWKS_MULTIPLE_MATCHING_KEYS'
A unique error code for the particular error subclass.