authenticate

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

Authenticate a Google OneTap login

Return

StytchResult

Parameters

parameters

required to authenticate the Google OneTap login


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

Authenticate a Google OneTap login

Parameters

parameters

required to authenticate the Google OneTap login

callback

a callback that receives the result of authenticating the OneTap login