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).
Properties
Section titled “Properties”accessToken
Section titled “accessToken”accessToken:
string
Defined in: packages/client/src/worker/protocol.ts:102
expiresAt
Section titled “expiresAt”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.