AuthenticateWithRedirectParams
Defines the parameters for authenticating with redirect-based flows. This sealed interface supports OAuth and Enterprise SSO authentication methods.
Inheritors
Types
Link copied to clipboard
@Serializable
Enterprise SSO params for redirect authentication.
Link copied to clipboard
@Serializable
OAuth authentication parameters for redirect-based sign-up.
Properties
Link copied to clipboard
The user's email address for pre-filling authentication forms.
Link copied to clipboard
An optional identifier for the user (e.g., email, username).
Link copied to clipboard
Whether the user has accepted the legal terms and conditions.
Link copied to clipboard
The URL to redirect to after authentication completion.