mirror of
https://github.com/danbulant/jose
synced 2026-05-19 20:38:42 +00:00
1.5 KiB
1.5 KiB
Class: JWKSNoMatchingKey
An error subclass thrown when no keys match from a JWKS.
Index
Constructors
Properties
Constructors
constructor
+ new JWKSNoMatchingKey(message?: string): JWKSNoMatchingKey
Defined in src/util/errors.ts:11
Parameters:
| Name | Type |
|---|---|
message? |
string |
Returns: JWKSNoMatchingKey
Properties
code
• code: string = "ERR_JWKS_NO_MATCHING_KEY"
Defined in src/util/errors.ts:108
message
• message: string = "no applicable key found in the JSON Web Key Set"
Defined in src/util/errors.ts:110
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