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.
CompanyLoginConfig
passwordFieldPlaceholderstring
Possible Enum values are
PASSWORD, CONFIDENTIAL_CODE, PERSONAL_CODE or SECRET_CODE.passwordLabelstring
Possible Enum values are
PASSWORD, CONFIDENTIAL_CODE, PERSONAL_CODE or SECRET_CODE.usernameFieldPlaceholderstring
Possible Enum values are
EMAIL, IDENTIFICATION_NUMBER_11, IDENTIFICATION_CHARACTERS_8, EMAIL_MOBILE_MUTUAL_MEMBER, EMAIL_MOBILE_CLIENT, EMAIL_MUTUAL_OR_REGULAR_MEMBER, EMAIL_MOBILE_CONTRACT, EMAIL_OR_MEMBER or CLIENT_NUMBER.usernameLabelstring
Possible Enum values are
EMAIL, USERNAME or CLIENT_NUMBER.Example
{ "passwordFieldPlaceholder": "PASSWORD", "passwordLabel": "PASSWORD", "usernameFieldPlaceholder": "EMAIL", "usernameLabel": "EMAIL"}