Form

class Form

Object that represents a form of fields associated with a remediation.

Types

Link copied to clipboard
class Field

Describes an individual field within a form, used to collect and submit information from the user to proceed through the authentication workflow.

Properties

Link copied to clipboard

The list of ordered user-visible fields within this form. Each field may also contain nested forms for collections of related fields.

Functions

Link copied to clipboard
operator fun get(index: Int): IdxRemediation.Form.Field

Returns the field within this form with the given index.

operator fun get(name: String): IdxRemediation.Form.Field?

Returns the field within this form with the given name or key-path.