Module

x/jose/util/errors.ts>JWTExpired

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Latest
class JWTExpired
import { JWTExpired } from "https://dotland.deno.dev/x/jose@v5.9.2/util/errors.ts";

An error subclass thrown when a JWT is expired.

Properties

claim: string

The Claim for which the validation failed.

code: string
payload: JWTPayload

The parsed JWT Claims Set (aka payload). Other JWT claims may or may not have been verified at this point. The JSON Web Signature (JWS) or a JSON Web Encryption (JWE) structures' integrity has however been verified. Claims Set verification happens after the JWS Signature or JWE Decryption processes.

reason: string

Reason code for the validation failure.