PasswordValidation extension
- on
Properties
- isStrongPassword → bool
-
Available on String, provided by the PasswordValidation extension
Validates if the password is strong. Rules: At least 1 uppercase, 1 lowercase, 1 number, 1 special character, and min length of 8.no setter
Methods
-
isPasswordWithMinLength(
int minLength) → bool -
Available on String, provided by the PasswordValidation extension
Validates if the password meets a minimum length requirement.