PasswordChangeHandler class abstract
The object handling the old and new password provided by the end-user.
- Inheritance
-
- Object
- CancellableHandler
- PasswordChangeHandler
Constructors
- PasswordChangeHandler(String operationId)
-
Default constructor that creates a PasswordChangeHandler.
factory
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
-
cancel(
) → Future< void> -
This method should be invoked if the operation must be canceled.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
passwords(
String oldPassword, String newPassword) → Future< void> - Specify the old password and the new password.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited