Skip to content

AuthTokenSnapshot

Defined in: packages/client/src/worker/protocol.ts:101

A single auth token snapshot the tab owns and pushes to the worker (ADR-0032 decision 3).

accessToken: string

Defined in: packages/client/src/worker/protocol.ts:102


expiresAt: number

Defined in: packages/client/src/worker/protocol.ts:104

Absolute expiry in epoch milliseconds (Date.now()-comparable), so the worker can apply an expiry margin.