Skip to main content
Module

x/getting_started_with_deno_jwt_auth/deps.ts>Payload

Package used for jwt-auth on the Getting Started With Deno book by PacktPub
Latest
interface Payload
import { type Payload } from "https://deno.land/x/getting_started_with_deno_jwt_auth@v0.0.6/deps.ts";

Index Signatures

[key: string]: unknown

Properties

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