Form

data class Form(val key: String, val label: String, val icon: LoginClient.InputField.Type, val inputFields: List<LoginClient.InputField>)

Represents a form for the login screen.

Parameters

key

The key to be used to identify the data in the onLogin method

label

The label to be displayed for the form

icon

The icon to be displayed for the form

inputFields

The list of input fields to be displayed in the form

See also

Constructors

Link copied to clipboard
constructor(key: String, label: String, icon: LoginClient.InputField.Type, inputFields: List<LoginClient.InputField>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val key: String
Link copied to clipboard