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();
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();