mirror of
https://github.com/danbulant/jose
synced 2026-05-19 12:29:04 +00:00
1.4 KiB
1.4 KiB
Class: JWKSInvalid
util/errors.JWKSInvalid
An error subclass thrown when a JWKS is invalid.
Hierarchy
-
↳
JWKSInvalid
Table of contents
Constructors
Properties
Constructors
constructor
• new JWKSInvalid(message?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Inherited from
Defined in
Properties
code
• code: string
A unique error code for the particular error subclass.
Overrides
Defined in
code
▪ Static code: string = 'ERR_JWKS_INVALID'
A unique error code for the particular error subclass.