GoogleOneTap

data class GoogleOneTap(val token: String) : SignUp.CreateParams

The SignUp will be created using a Google One Tap token.

Note: the one tap token should be obtained by calling SignIn.authenticateWithOneTap().

Parameters

token

The Google One Tap token obtained from the authentication flow.

Constructors

Link copied to clipboard
constructor(token: String)

Properties

Link copied to clipboard