PasswordValidator extension
- on
Methods
-
hasDigit(
) → bool -
Available on String, provided by the PasswordValidator extension
-
hasExcessiveRepeatedCharacters(
) → bool -
Available on String, provided by the PasswordValidator extension
-
hasLowercase(
) → bool -
Available on String, provided by the PasswordValidator extension
-
hasMixedCase(
) → bool -
Available on String, provided by the PasswordValidator extension
-
hasMultipleDigits(
) → bool -
Available on String, provided by the PasswordValidator extension
-
hasMultipleSpecialChars(
) → bool -
Available on String, provided by the PasswordValidator extension
-
hasSequentialCharacters(
) → bool -
Available on String, provided by the PasswordValidator extension
-
hasSpecialCharacter(
) → bool -
Available on String, provided by the PasswordValidator extension
-
hasUppercase(
) → bool -
Available on String, provided by the PasswordValidator extension
-
hasWhitespace(
) → bool -
Available on String, provided by the PasswordValidator extension
-
isCommonPassword(
) → bool -
Available on String, provided by the PasswordValidator extension