Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/utils/jwt/types.ts>JwtTokenIssuedAt

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
class JwtTokenIssuedAt
extends Error
import { JwtTokenIssuedAt } from "https://deno.land/x/hono@v4.0.7/utils/jwt/types.ts";

Constructors

new
JwtTokenIssuedAt(currentTimestamp: number, iat: number)