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.

AdditionalLoginInput

Additional login input

Extended by: SelectOne
typestring
One of these types:

Properties below are from the SelectOne subtype. View the full schema for full details.

keystring
typestring
Example
{  "key": "region",  "options": [    {      "label": "Centre Loire",      "value": "centreloire"    },    {      "label": "Centre Est",      "value": "centrest"    }  ],  "type": "selectOne"}