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

Interface JwtDecodeOptions

lib/index.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface JwtDecodeOptions {
2 header?: boolean;
3}
4
5export interface JwtHeader {
6 typ?: string;

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…