usePasswordValidation. Contains the overall validity result and a detailed list of evaluated password complexity rules.
Properties
boolean
required
Overall outcome of all password policy checks.
true only if every rule in PasswordComplexityRule has status equal to "valid".required
Array of evaluated password rules. Each item is a
PasswordComplexityRule whose status field reflects the computed validation result for that rule.