UserInput

Valid user input into the inline sign up view.

Inheritors

Types

Link copied to clipboard

Represents an input that is valid for signing in to a link account.

Link copied to clipboard
data class SignUp(val email: String, val phone: String, val country: String, val name: String?, val consentAction: SignUpConsentAction) : UserInput

Represents an input that is valid for signing up to a link account.