UserAccountStore

Stores user-account records keyed by login name.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun findByName(name: String): UserAccount?
Link copied to clipboard
abstract suspend fun save(user: UserAccount)