mirror of
https://github.com/danbulant/jose
synced 2026-05-19 12:29:04 +00:00
862 B
862 B
Class: JWKSTimeout
Timeout was reached when retrieving the JWKS response.
Table of contents
Constructors
Properties
Accessors
Constructors
constructor
• new JWKSTimeout(message?)
Parameters
| Name | Type |
|---|---|
message? |
string |
Properties
code
• code: string = 'ERR_JWKS_TIMEOUT'
A unique error code for the particular error subclass.
message
• message: string = 'request timed out'
Accessors
code
• Static get code(): "ERR_JWKS_TIMEOUT"
A unique error code for the particular error subclass.
Returns
"ERR_JWKS_TIMEOUT"