mirror of
https://github.com/danbulant/jose
synced 2026-05-20 21:08:44 +00:00
1.1 KiB
1.1 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?: string): JWKSInvalid
Parameters:
| Name | Type |
|---|---|
message? |
string |
Returns: JWKSInvalid
Inherited from: JOSEError
Defined in: util/errors.ts:11
Properties
code
• code: string= 'ERR_JWKS_INVALID'
A unique error code for the particular error subclass.
Defined in: util/errors.ts:101