GoogleAuthUiProvider

Provider class for Google Authentication UI part. a.k.a signIn

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open suspend fun signIn(): GoogleUser?

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

open suspend fun signIn(filterByAuthorizedAccounts: Boolean): GoogleUser?
abstract suspend fun signIn(filterByAuthorizedAccounts: Boolean = false, scopes: List<String> = BASIC_AUTH_SCOPE): GoogleUser?