Represents a single evaluated password complexity rule. Returned as part ofDocumentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
PasswordValidationResult by usePasswordValidation. Supports hierarchical rule composition via the optional items array.
Properties
A machine-readable identifier for this complexity rule. Example:
"lengthAtLeast", "containsAtLeast".A human-readable display name for the rule, suitable for rendering in a password strength indicator.
The validation outcome for this rule.
"valid" if the rule passed, "error" if it failed.Boolean representation of the rule outcome.
true when status is "valid".Additional parameters used to describe the rule’s threshold or provide context for the error message.
Nested complexity rules for composite rule groups. Allows hierarchical rule composition where a parent rule aggregates multiple child rules.