UnpackedToken
Defined in: src/http/token.ts:200
Decrypted payload of a state token, as returned by unpackStateToken.
Properties
Section titled “Properties”callId
Section titled “callId”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
Section titled “createdAt”createdAt: number;Defined in: src/http/token.ts:209
Unix epoch seconds at which the token was minted (used for TTL checks).
stateBytes
Section titled “stateBytes”stateBytes: Uint8Array;Defined in: src/http/token.ts:202
Serialized stream-state bytes carried by the token.
