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