SignUpStarted

data class SignUpStarted(val signUp: SignUp) : AuthEvent

Emitted when a sign-up flow is started.

Constructors

Link copied to clipboard
constructor(signUp: SignUp)

Properties

Link copied to clipboard

The sign-up object representing the current flow.