execute abstract method
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.
Implementation
Future<void> execute();