CreateParams
Represents the various strategies for initiating a SignUp
request. This sealed interface encapsulates the different ways to create a sign-up, such as using standard parameters (e.g., email, password) or creating without any parameters to inspect the signUp object first.
If looking for OAuth or Enterprise SSO use authenticateWithRedirect
Inheritors
Types
Link copied to clipboard
@Serializable
The SignUp
will be created using a Google One Tap token.
Link copied to clipboard
The SignUp
will be created without any parameters.
Link copied to clipboard
@Serializable
Standard sign-up strategy, allowing the user to provide common details such as email, password, and personal information.
Link copied to clipboard
The SignUp
will be created by transferring an existing session.