Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Kotlin Interface
interface SessionStore
abstract suspend fun clear()
abstract suspend fun token(): AuthToken?
abstract suspend fun update(token: AuthToken?)
Was this page helpful?