Objects
Item
The item object included in the `CollectionInput` for providing supplemental information
typestring
The type of information provided
Possible Enum values are
EMAIL, LOGIN_METHOD, PASSWORD, TWO_FACTOR_TOKEN or USERNAME.valuestring
The value for the corresponding type that is passed in for the item
Example
{ "type": "EMAIL", "value": "abc@insurely.com"}