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

1.1 KiB

Class: JWTExpired

util/errors.JWTExpired

An error subclass thrown when a JWT is expired.

Table of contents

Constructors

Properties

Constructors

constructor

new JWTExpired(message, claim?, reason?)

Parameters

Name Type Default value
message string undefined
claim string 'unspecified'
reason string 'unspecified'

Properties

claim

claim: string

The Claim for which the validation failed.


code

code: string

A unique error code for the particular error subclass.


reason

reason: string

Reason code for the validation failure.


code

Static code: string = 'ERR_JWT_EXPIRED'

A unique error code for the particular error subclass.