authenticate

abstract suspend fun authenticate(parameters: OAuth.GoogleOneTap.AuthenticateParameters): NativeOAuthResponse

Authenticate a Google OneTap login

Return

AuthResponse

Parameters

parameters

required to authenticate the Google OneTap login


abstract fun authenticate(parameters: OAuth.GoogleOneTap.AuthenticateParameters, callback: (NativeOAuthResponse) -> Unit)

Authenticate a Google OneTap login

Parameters

parameters

required to authenticate the Google OneTap login

callback

a callback that receives an AuthResponse