GoogleOneTap

@Serializable
data class GoogleOneTap(val strategy: String = "google_one_tap", 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

strategy

The authentication strategy (defaults to "google_one_tap").

token

The Google One Tap token obtained from the authentication flow.

Constructors

Link copied to clipboard
constructor(strategy: String = "google_one_tap", token: String)

Properties

Link copied to clipboard
Link copied to clipboard