Skip to main content
Module

x/jose/index.ts>ProduceJWT#setIssuedAt

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
method ProduceJWT.prototype.setIssuedAt
import { ProduceJWT } from "https://deno.land/x/jose@v4.12.1/index.ts";

Set "iat" (Issued At) Claim.

Parameters

optional
input: number

"iat" (Issued At) Claim value to set on the JWT Claims Set. Default is current timestamp.