Skip to main content

Interface: VerifyTokenOptions

Defined in: verify.ts:162

Properties

app?

optional app?: string;

Defined in: verify.ts:172

App identity to bind against: a web origin (contains ://) or a native bundle id. Absent ⇒ node host, i.e. apps[] is not evaluated — this is the CLI/server usage from docs/17 §10.


keys?

optional keys?: Record<string, string>;

Defined in: verify.ts:164

kid → base64url public key; defaults to the embedded key set.


now?

optional now?: number;

Defined in: verify.ts:166

Epoch milliseconds; defaults to Date.now().