SignIn

data class SignIn(val email: String) : UserInput

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

Constructors

Link copied to clipboard
fun SignIn(email: String)

Properties

Link copied to clipboard
val email: String