ForgeRock Developer Experience

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()
Copyright © 2010-2024 ForgeRock, all rights reserved.