Skip to content

UnpackedToken

Defined in: src/http/token.ts:200

Decrypted payload of a state token, as returned by unpackStateToken.

callId: Uint8Array;

Defined in: src/http/token.ts:207

The call token this cursor belongs to. Recovered from inside the cursor’s ciphertext, so it is authenticated before it is trusted.


createdAt: number;

Defined in: src/http/token.ts:209

Unix epoch seconds at which the token was minted (used for TTL checks).


stateBytes: Uint8Array;

Defined in: src/http/token.ts:202

Serialized stream-state bytes carried by the token.