Skip to main content
The Deno 2 Release Candidate is here
Learn more
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
Go to Latest
class JWTExpired
import { JWTExpired } from "https://deno.land/x/jose@v5.4.0/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 payload.

reason: string

Reason code for the validation failure.