Class: LoginField

types.LoginField(fieldId, fieldLabel, fieldType, fieldValues)

Class representing a single login field

Constructor

new LoginField(fieldId, fieldLabel, fieldType, fieldValues)

Create a Login Field
Parameters:
Name Type Description
fieldId string Unique Id of the field
fieldLabel string The label of the field to be shown in the UI
fieldType FieldType The type of field. This will deterine what UI control to show in the UI
fieldValues FieldValues Possible values to choose from in case of an Enum field type
Source: