passwordPolicy property
Returns the object defining the constraints of the password (minimum length, required special characters, etc.).
Implementation
PasswordPolicy get passwordPolicy => PasswordPolicyImpl();
Returns the object defining the constraints of the password (minimum length, required special characters, etc.).
PasswordPolicy get passwordPolicy => PasswordPolicyImpl();