An error subclass thrown when no keys match from a JWKS.
• new JWKSNoMatchingKey(message?
)
Name | Type |
---|---|
message? |
string |
• code: string
= 'ERR_JWKS_NO_MATCHING_KEY'
A unique error code for the particular error subclass.
• message: string
= 'no applicable key found in the JSON Web Key Set'
• Static
get
code(): "ERR_JWKS_NO_MATCHING_KEY"
A unique error code for the particular error subclass.
"ERR_JWKS_NO_MATCHING_KEY"