Sets the configuration of the MobileAuthenticationClient.
IMPORTANT
Providing the configuration is required.
the MobileAuthenticationClient configuration.
an initializer
The method invoked when the MobileAuthenticationClient could be successfully built after invoking execute.
IMPORTANT
Providing the callback handling the MobileAuthenticationClient is required.
the callback handling the MobileAuthenticationClient.
an initializer.
The method invoked when an error occurs after invoking execute.
IMPORTANT
Providing the callback handling the error is required.
the callback handling the error.
an initializer.
Starts the creation of an instance of the MobileAuthenticationClient. If an error occurs, it is provided through onError, if the MobileAuthenticationClient can be successfully built and initialized, it is provided through onSuccess.
Generated using TypeDoc
The class that creates and initializes asynchronously an instance of MobileAuthenticationClient.