Skip to main content
Module

x/live/deps.ts>JwtPayload

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface JwtPayload
import { type JwtPayload } from "https://deno.land/x/live@1.63.12/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