mirror of
https://github.com/danbulant/jose
synced 2026-05-19 20:38:42 +00:00
739 B
739 B
Class: JWKSInvalid
An error subclass thrown when a JWKS is invalid.
Table of contents
Constructors
Properties
Accessors
Constructors
constructor
• new JWKSInvalid(message?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Properties
code
• code: string = 'ERR_JWKS_INVALID'
A unique error code for the particular error subclass.
Accessors
code
• Static get code(): "ERR_JWKS_INVALID"
A unique error code for the particular error subclass.
Returns
"ERR_JWKS_INVALID"