AuthenticationStore
class AuthenticationStore(repository: AuthenticationRepository, tm: RepositoryTransactionManager, statisticCollector: ObservableCacheStatisticCollector, storeScope: CoroutineScope, clock: Clock) : Store
Constructors
Link copied to clipboard
constructor(repository: AuthenticationRepository, tm: RepositoryTransactionManager, statisticCollector: ObservableCacheStatisticCollector, storeScope: CoroutineScope, clock: Clock)