MCPcopy
hub / github.com/auth0/jwt-decode / JwtPayload

Interface JwtPayload

lib/index.ts:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface JwtPayload {
12 iss?: string;
13 sub?: string;
14 aud?: string[] | string;
15 exp?: number;
16 nbf?: number;
17 iat?: number;
18 jti?: string;
19}
20
21export class InvalidTokenError extends Error {}
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…