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 GoogleUser if sign-in was successful, otherwise, null By default all available accounts are listed to choose from
abstract suspend fun signIn(filterByAuthorizedAccounts: Boolean = false, scopes: List<String> = BASIC_AUTH_SCOPE): GoogleUser?