jose/docs/classes/util_errors.JWKSTimeout.md
2021-10-06 16:12:59 +02:00

831 B

Class: JWKSTimeout

util/errors.JWKSTimeout

Timeout was reached when retrieving the JWKS response.

Table of contents

Constructors

Properties

Constructors

constructor

new JWKSTimeout(message?)

Parameters

Name Type
message? string

Properties

code

code: string

A unique error code for the particular error subclass.


message

message: string = 'request timed out'


code

Static code: string = 'ERR_JWKS_TIMEOUT'

A unique error code for the particular error subclass.