API Reference — @tuwaio/siwx (CAIP-122 Authentication Layer)
SerializedCookieSession
Defined in: packages/siwx-server/src/types.ts:101
The serialized cookie string and session data together.
Properties
cookieHeader
cookieHeader:
string
Defined in: packages/siwx-server/src/types.ts:103
The full Set-Cookie header value.
cookieValue
cookieValue:
string
Defined in: packages/siwx-server/src/types.ts:107
The base64url-encoded session payload (the cookie value).
session
session:
SiwxSession
Defined in: packages/siwx-server/src/types.ts:105
The session data embedded in the cookie.
Last updated on