The MobileAuthenticationClient interface represents the entry point to the SDK. Your
application should generally create an application scoped MobileAuthenticationClient instance,
by passing in a Configuration to the MobileAuthenticationClientInitializer that
specifies the MobileAuthenticationClient behavior. The configuration defines the URLs used to
perform operations with a NEVIS Mobile Authentication backend.
To create the MobileAuthenticationClient, assuming that the Configuration has already been
created, here is an example using MobileAuthenticationClientInitializer to setup the SDK
during application startup:
The
MobileAuthenticationClient
interface represents the entry point to the SDK. Your application should generally create an application scopedMobileAuthenticationClient
instance, by passing in a Configuration to the MobileAuthenticationClientInitializer that specifies theMobileAuthenticationClient
behavior. The configuration defines the URLs used to perform operations with a NEVIS Mobile Authentication backend.To create the
MobileAuthenticationClient
, assuming that the Configuration has already been created, here is an example using MobileAuthenticationClientInitializer to setup the SDK during application startup: