InMemoryPendingAuthStore

Default PendingAuthStore: keeps the pending login in memory only.

Preserves the module's historical behaviour for consumers that have not supplied a store. Adequate for desktop/JVM and for tests; not adequate on Android, where a login started before a process death can never be completed. See PendingAuthStore.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun clear()
Link copied to clipboard
open suspend override fun load(): PendingAuth?
Link copied to clipboard
open suspend override fun save(pending: PendingAuth)