configuration abstract method
- Configuration configuration
Sets the configuration of the MobileAuthenticationClient.
IMPORTANT
Providing the configuration is required.
Params:
- configuration: the MobileAuthenticationClient configuration.
Returns: a MobileAuthenticationClientInitializer object.
Implementation
MobileAuthenticationClientInitializer configuration(
Configuration configuration,
);