Class ValidatorUtils

Provider utilities to validate data

Hierarchy

  • ValidatorUtils

Constructors

Methods

Constructors

Methods

  • Verify a password is a strong one. A strong password is a string which has 10 or more characters, which must contain at least a lowercase, an uppercase, a numeric and a special character.

    Parameters

    • pwd: string

      password to validate

    Returns ValidationResult

Generated using TypeDoc