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, MOBILE_PHONE_NUMBER, PASSWORD, SWEDISH_PERSONAL_NUMBER, 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"}