validator/password_validator library
Classes
- PasswordEmptyIssue
- Password input is empty.
- PasswordMissingDigitIssue
- Password is missing a digit.
- PasswordMissingLowercaseIssue
- Password is missing a lowercase letter.
- PasswordMissingSpecialCharacterIssue
- Password is missing a special character.
- PasswordMissingUppercaseIssue
- Password is missing an uppercase letter.
- PasswordRepeatedCharacterIssue
- Password uses a repeated-character pattern.
- PasswordSequentialPatternIssue
- Password uses a sequential pattern.
- PasswordTooCommonIssue
- Password is too common.
- PasswordTooLongIssue
- Password is longer than allowed.
- PasswordTooShortIssue
- Password is shorter than allowed.
- PasswordValidationConfig
- Configuration for password validation.
- PasswordValidationIssue
- Base type for password validation failures.
- PasswordValidator
- Canonical validator for password inputs.
Functions
-
resolvePasswordValidationIssue(
PasswordValidationIssue issue) → String - Default English messages for password validation issues.