ForgeRock Developer Experience Getting started Initialize the ForgeRock Authenticator module Expand/Collapse All Initialize the ForgeRock Authenticator module Android Start the module To use the features of the 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 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 ForgeRock Authenticator module project Customize the storage client