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

x/blocks/deps.ts>JwtPayload

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface JwtPayload
import { type JwtPayload } from "https://deno.land/x/blocks@1.75.0/deps.ts";

Index Signatures

[key: string]: any

Properties

optional
iss: string | undefined
optional
sub: string | undefined
optional
aud: string | string[] | undefined
optional
exp: number | undefined
optional
nbf: number | undefined
optional
iat: number | undefined
optional
jti: string | undefined
optional
scopes: string[] | undefined