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

x/live/deps.ts>JwtPayload

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