Objects
This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.
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"}