PasswordPolicy class abstract

The object defining whether the password provided by a user during enrollment or when changing is valid.

See:

Constructors

PasswordPolicy()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
validatePasswordForEnrollment({required String password, required Function onSuccess, required dynamic onError(PasswordEnrollmentCustomValidationError)}) → void
Performs validation of the password for enrollment during a registration.
validatePasswordForPasswordChange({required String password, required Function onSuccess, required dynamic onError(PasswordChangeRecoverableCustomValidationError)}) → void
Performs validation of the password during a PasswordChange operation.

Operators

operator ==(Object other) → bool
The equality operator.
inherited