SignUpUserSettings

@Serializable
data class SignUpUserSettings(val customActionRequired: Boolean, val progressive: Boolean, val mode: String, val legalConsentEnabled: Boolean)

Configuration for the sign-up flow and requirements.

This class defines how the user registration process behaves, including whether custom actions are required and if legal consent is needed.

Constructors

Link copied to clipboard
constructor(customActionRequired: Boolean, progressive: Boolean, mode: String, legalConsentEnabled: Boolean)

Properties

Link copied to clipboard
@SerialName(value = "custom_action_required")
val customActionRequired: Boolean

Whether a custom action is required during sign-up

Link copied to clipboard
@SerialName(value = "legal_consent_enabled")
val legalConsentEnabled: Boolean

Whether legal consent is required during sign-up

Link copied to clipboard

The sign-up mode configuration

Link copied to clipboard

Whether progressive sign-up is enabled