GoogleSignInAuthUserRepository

An implementation of AuthUserRepository for the Google Sign-In authentication method.

Constructors

Link copied to clipboard
constructor(applicationContext: Context)

Functions

Link copied to clipboard
open suspend override 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.