Skip to main content
Interface
interface SessionStore

Functions

clear

abstract suspend fun clear()

token

abstract suspend fun token(): AuthToken?

update

abstract suspend fun update(token: AuthToken?)