Android SDK Integration Guide
Overview
Requirements
API Level 18 or higher
Kotlin
Please update to the latest SDK!
Steps
1. Downloads
2. Get Credentials
Get the clientID and clientSecret through the App Registration Form
3. Configuration
Add this code to your AndroidManifest.xml. Make sure that all metadata is fulfilled.
4. Using the SDK in Kotlin
Add this code to your Activity or Fragment file. We recommend you wrap this in a function that handles the login button.
5. Using the SDK in Java
Add this code to your Activity or Fragment file. We recommend you wrap this in a function that handles the login button.
6. You Are All Set!
Your Android app should now be integrated with the humanID login.
Sample
See our Github for a full sample to learn more!
Warning! To run the example project, clone the repo, and run pod install from the Example directory first.
Last updated