Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/jwe_cookie_map/deps.ts>jose.JWTPayload

Easy JWE Cookies for Deno
Go to Latest
interface jose.JWTPayload
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.0-rc0/deps.ts";
const { JWTPayload } = jose;

Recognized JWT Claims Set members, any other members may also be present.

Index Signatures

[propName: string]: unknown

Properties

optional
iss: string

JWT Issuer

optional
sub: string

JWT Subject

optional
aud: string | string[]

JWT Audience

optional
jti: string

JWT ID

optional
nbf: number

JWT Not Before

optional
exp: number

JWT Expiration Time

optional
iat: number

JWT Issued At