authenticate
abstract suspend fun authenticate(parameters: OAuth.GoogleOneTap.AuthenticateParameters): NativeOAuthResponse
Content copied to clipboard
Authenticate a Google OneTap login
Return
Parameters
parameters
required to authenticate the Google OneTap login
abstract fun authenticate(parameters: OAuth.GoogleOneTap.AuthenticateParameters, callback: (NativeOAuthResponse) -> Unit)
Content copied to clipboard
Authenticate a Google OneTap login
Parameters
parameters
required to authenticate the Google OneTap login
callback
a callback that receives an AuthResponse