mirror of
https://github.com/danbulant/jose
synced 2026-05-20 12:58:36 +00:00
1.3 KiB
1.3 KiB
Class: JWKInvalid
An error subclass thrown when a JWK is invalid.
Index
Constructors
Properties
Constructors
constructor
+ new JWKInvalid(message?: string): JWKInvalid
Defined in src/util/errors.ts:11
Parameters:
| Name | Type |
|---|---|
message? |
string |
Returns: JWKInvalid
Properties
code
• code: string = "ERR_JWK_INVALID"
Defined in src/util/errors.ts:94
message
• message: string
Defined in node_modules/typescript/lib/lib.es5.d.ts:974
name
• name: string
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
stack
• Optional stack: string
Defined in node_modules/typescript/lib/lib.es5.d.ts:975