AuthUserRepository

A repository of AuthUser.

Samples

com.google.android.horologist.auth.sample.screens.common.streamline.AuthUserRepositoryStreamlineImpl

Inheritors

Functions

Link copied to clipboard
abstract suspend fun getAuthenticated(): AuthUser?

Returns the authenticated user or null if there is no user authenticated.

Link copied to clipboard
open suspend fun getAvailable(): List<AuthUser>

Returns the available users or an empty list if there are none available.