Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The secureClient Provisioning and start can be achieved via the singleton instance of the SecureClient class.

Note

Version 1.1.3+

Code Block
// Get the class instance and start provisioning
var secureClient = SecureClient.getInstance(AOneAppSecurityCbk())

...
secureClient.authenticate(activity)
secureClient.provision(settings)
secureClient.clientInitialize()
secureClient.clientStart()
            

...