PasswordEnrollmentHandler class abstract

The object handling the password to be enrolled.

Inheritance

Constructors

PasswordEnrollmentHandler(String operationId)
Default constructor that creates a PasswordEnrollmentHandler.
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
password(String password) → Future<void>
Specify the password to be enrolled.
toString() → String
A string representation of this object.
inherited

Operators

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