PasswordPolicy class
Represents the rules for valid passwords.
The policy is configured in the password settings in the Descope console, and these values can be used to implement client-side validation of new user passwords for a better user experience.
In any case, all password rules are enforced by Descope on the server side as well.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited