OptionalclearPassword?: booleanWhether the native collector clears its value when close() is called on node exit.
OptionalpasswordPolicy?: PasswordPolicyOptional password policy constraints for rendering password requirements.
Optionalvalidation?: DaVinciValidationOptional server-provided regular-expression validation rule.
Current password value (always "" in bridge output because the bridge clears it before serialization).
PASSWORD_VERIFY is a password-confirmation variant of the same collector
class. Password values are write-only: pass them to next(). Use
DaVinciClient.validate for on-demand validation of the current value.
Password input collector.