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, SECRET_CODE or MEMBERSHIP_NUMBER.passwordLabelstring
Possible Enum values are
PASSWORD, CONFIDENTIAL_CODE, PERSONAL_CODE, SECRET_CODE or MEMBERSHIP_NUMBER.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, CLIENT_NUMBER or LAST_NAME.usernameLabelstring
Possible Enum values are
EMAIL, USERNAME, CLIENT_NUMBER or LAST_NAME.Example
{ "passwordFieldPlaceholder": "PASSWORD", "passwordLabel": "PASSWORD", "usernameFieldPlaceholder": "EMAIL", "usernameLabel": "EMAIL"}