Last updated 2 months ago
The password type is dedicated to marking parameters in a connection that should be kept secret when the user is editing a connection.
password
In addition, when the user types in a password field, the text in the field is masked.
The user is updating an app connection:
[ { "name": "serviceUrl", "type": "url", "required": true, "editable": true, "label": "Service URL" }, { "name": "username", "type": "email", "required": true, "editable": true, "label": "Username" }, { "name": "apiToken", "type": "password", "required": true, "editable": true, "label": "API Token" } ]