mirror of
https://github.com/danbulant/jose
synced 2026-05-20 12:58:36 +00:00
1.8 KiB
1.8 KiB
Class: JWKSNoMatchingKey
util/errors.JWKSNoMatchingKey
An error subclass thrown when no keys match from a JWKS.
Hierarchy
-
↳ JWKSNoMatchingKey
Table of contents
Constructors
Properties
Constructors
constructor
+ new JWKSNoMatchingKey(message?: string): JWKSNoMatchingKey
Parameters
| Name | Type |
|---|---|
message? |
string |
Returns: JWKSNoMatchingKey
Inherited from: JOSEError
Defined in: util/errors.ts:16
Properties
code
• code: string
A unique error code for the particular error subclass.
Defined in: util/errors.ts:133
message
• message: string= 'no applicable key found in the JSON Web Key Set'
Overrides: JOSEError.message
Defined in: util/errors.ts:135
code
▪ Static code: string= 'ERR_JWKS_NO_MATCHING_KEY'
A unique error code for the particular error subclass.
Defined in: util/errors.ts:131