API Reference — @tuwaio/siwx (CAIP-122 Authentication Layer)
SiwxClientSession
Defined in: packages/siwx-react/src/sessionStore.ts:15
The shape of a client-side SIWX session.
Properties
address
address:
string
Defined in: packages/siwx-react/src/sessionStore.ts:17
The verified CAIP-10 blockchain address.
chainId
chainId:
string
Defined in: packages/siwx-react/src/sessionStore.ts:19
The CAIP-2 chain ID the session is bound to.
domain
domain:
string
Defined in: packages/siwx-react/src/sessionStore.ts:25
The domain the session was issued for.
expirationTime?
optionalexpirationTime?:string
Defined in: packages/siwx-react/src/sessionStore.ts:23
ISO 8601 datetime when the session expires, if set.
issuedAt
issuedAt:
string
Defined in: packages/siwx-react/src/sessionStore.ts:21
ISO 8601 datetime when the session was issued.
Last updated on