Password element
This element is used to input private credentials such as passwords, private keys, etc.
Properties
IDElement identifier . Field typeSpecifies what kind of data this element represents.Note
This property is only available in the CyberApp enablement form and the Customer enablement form.
SecretThe field contains a secret, such as a password, private key, etc., that is used to authenticate the identity registered in your service.Secret field types are stored and sent in a special and secure way.The secret is sent in theX-CyberApp-Auth
header of the callback request.
- If the field has ID, the secret will be included in the header in the following format:
{\"<model_property>\": \"<value>\"}
. Where<model_property>
is the ID of the field and<value>
is the value of the field.If the field does not have ID, the secret will not be included in the header.
Connection settings indicates that this information will be sent to the ISV servers but does not need to uniquely identify a user and is not sensitive information that must be stored and sent in a special way.
Additional settings
LabelElement label, as it appears on the UI.Width
FullUses 100% of the available width. FitAdjusts the width according to the content.