mirror of
https://github.com/danbulant/jose
synced 2026-05-22 22:09:14 +00:00
1.7 KiB
1.7 KiB
Class: JWSSignatureVerificationFailed
An error subclass thrown when JWS signature verification fails.
Index
Constructors
Properties
Constructors
constructor
+ new JWSSignatureVerificationFailed(message?: string): JWSSignatureVerificationFailed
Defined in src/util/errors.ts:11
Parameters:
| Name | Type |
|---|---|
message? |
string |
Returns: JWSSignatureVerificationFailed
Properties
code
• code: string = "ERR_JWS_SIGNATURE_VERIFICATION_FAILED"
Defined in src/util/errors.ts:126
message
• message: string = "signature verification failed"
Defined in src/util/errors.ts:128
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