Android GitHub and API reference
The Android APIs are grouped into modules:
forgerock-auth
-
Provides the core functionality of the ForgeRock Android SDK. Use the module to integrate ForgeRock Identity Platform authentication and authorization into your mobile app.
forgerock-auth-ui
-
Provides pre-defined UI elements to demonstrate the functionality of the ForgeRock Android SDK. Use this add-on module to quickly prototype and demonstrate the authentication flows your application will provide.
The FRUI module is for prototyping your UI, and is not intended for production use, as-is.
forgerock-authenticator
-
Provides the power of the official ForgeRock Authenticator applications for integration into your own apps. The module supports the following:
-
Time-based one-time passwords (TOTP)
-
HMAC-based one-time password (HOTP)
-
Push notifications
-
forgerock-core
-
Provides core functionality for the
forgerock-auth
andforgerock-authenticator
modules.