Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
class JwtTokenIssuedAt
extends Error
import { JwtTokenIssuedAt } from "https://deno.land/x/hono@v3.9.2/utils/jwt/types.ts";

Constructors

new
JwtTokenIssuedAt(currentTimestamp: number, iat: number)