Versions Compared

Key

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

...

Provisioning can be achieved via the singleton instance of the AOneAppSecurity SecureClient class.

Code Block
// Get the class instance and start provisioning
AOneAppSecuritySecureClient.getInstance(this.contextactivity, AOneAppSecurityCbk(this.activity))
  
            .provision(settings)

Now there are a few things to consider in this example: the callbacks class AOneAppSecurityCbk and the provisioning settings.

...