Password
Allows the user to input a password. Characters entered will be hidden in the ui
Specification
key | type | required | default value | description |
---|---|---|---|---|
showConfirm | boolean | no | false |
If true a second confirm field will be added and the user will be asked to enter the same password twice. |
Example
{
"name": "somepassword",
"type": "password",
"valueType": "string",
"prompt": "Proxy Password",
"showConfirm": false
}