GoogleAuthUiProvider

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

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

abstract suspend fun signIn(filterByAuthorizedAccounts: Boolean): GoogleUser?