GoogleAuthenticationService

class GoogleAuthenticationService @Inject constructor(repository: GoogleAuthenticationRepository)

Constructors

Link copied to clipboard
@Inject
constructor(repository: GoogleAuthenticationRepository)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend fun doSignIn(context: Context, request: GetCredentialRequest, success: () -> Unit, error: (Throwable) -> Unit = {})
Link copied to clipboard
suspend fun doSignUp(context: Context, request: GetCredentialRequest, success: (String) -> Unit, error: (Throwable) -> Unit = {})