An interface for describing the 'Strength Checker Constraints' object.
Properties:
Name | Type | Description |
---|---|---|
characterSets | object | An object describing the character-sets available. |
excludeCharacters | string | A string that contains any characters to exclude. |
min_length | number | The minimum length the password can be. |
max_length | number | The maximum length the password can be. |