GoogleAuthUiProvider
interface GoogleAuthUiProvider
Provider class for Google Authentication UI part. a.k.a signIn
Functions
Link copied to clipboard
Opens Sign In with Google UI and returns the signed-in GoogleUser. By default all available accounts are listed to choose from
open suspend fun signIn(filterByAuthorizedAccounts: Boolean, isAutoSelectEnabled: Boolean = true): Result<GoogleUser>