mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
708 B
708 B
Class: JWKSInvalid
util/errors.JWKSInvalid
An error subclass thrown when a JWKS is invalid.
Table of contents
Constructors
Properties
Constructors
constructor
• new JWKSInvalid(message?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Properties
code
• code: string
A unique error code for the particular error subclass.
code
▪ Static code: string = 'ERR_JWKS_INVALID'
A unique error code for the particular error subclass.