authenticate
abstract suspend fun authenticate(parameters: OAuth.GoogleOneTap.AuthenticateParameters): AuthResponse
Content copied to clipboard
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)
Content copied to clipboard
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