MobileAuthenticationClientInitializer class abstract
The class that creates and initializes asynchronously an instance of MobileAuthenticationClient.
Constructors
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
-
configuration(
Configuration configuration) → MobileAuthenticationClientInitializer - Sets the configuration of the MobileAuthenticationClient.
-
execute(
) → Future< void> - Starts the creation of an instance of the MobileAuthenticationClient.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onError(
dynamic onError(InitializationError)) → MobileAuthenticationClientInitializer - Specifies the object that will be invoked if building the MobileAuthenticationClient failed.
-
onSuccess(
dynamic onSuccess(MobileAuthenticationClient)) → MobileAuthenticationClientInitializer - Specifies the object that will be invoked if the MobileAuthenticationClient was built successfully.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited