Ping SDKs Getting started Initialize the Ping (ForgeRock) Authenticator module Expand/Collapse All Initialize the Ping (ForgeRock) Authenticator module Android Start the module To use the features of the Ping (ForgeRock) Authenticator module, add code similar to the following to your application: FRAClient fraClient = new FRAClient.FRAClientBuilder() .withContext(this) .start(); iOS Start the module To use the features of the Ping (ForgeRock) Authenticator module in your iOS app, first import the FRAuthenticator: import FRAuthenticator And secondly, add code similar to the following to your application: FRAClient.start() Set up your Ping (ForgeRock) Authenticator module project Customize the storage client