Skip to main content
Version: 3.6.x.x RR

Initialization

All the functionalities of the Nevis Mobile Authentication SDK are accessible through the MobileAuthenticationClient java, swift, objc, flutter, react native interface of the SDK.

Creating a MobileAuthenticationClient can be time-consuming when your application runs in slow devices. We recommend creating a single instance of MobileAuthenticationClient and reusing it to execute multiple operations.

To create a MobileAuthenticationClient, use the MobileAuthenticationClientInitializer java, swift, objc, flutter, react native as described in the following code example:

Initialization