Skip to main content
Latest
class jose.errors.JWTExpired
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { JWTExpired } = jose.errors;

An error subclass thrown when a JWT is expired.

Constructors

new
JWTExpired(
message: string,
claim?,
reason?,
)

Properties

claim: string

The Claim for which the validation failed.

code: string
reason: string

Reason code for the validation failure.

Static Properties

readonly
code: "ERR_JWT_EXPIRED"