Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<Long, Authentication>>

Functions

Link copied to clipboard
open suspend fun delete(key: Long)
Link copied to clipboard
open suspend fun deleteAll()
Link copied to clipboard
open suspend fun get(key: Long): Authentication?
Link copied to clipboard
open suspend fun save(key: Long, value: Authentication)
Link copied to clipboard
open override fun serializeKey(key: Long): String