AuthSessionStore

Persists AuthSessionHint across app launches (typically backed by encrypted SharedPreferences).

Functions

Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun read(): AuthSessionHint?
Link copied to clipboard
abstract fun record(hint: AuthSessionHint)