Android SDK Integration Guide
Welcome to the Android SDK integration guide. Follow these steps to seamlessly integrate our Digital Identity solution through our Android SDK for secure and efficient validation of your users by identity flows.
Prerequisites
-
Account Creation: In order to perform an integration in any of our services, you must have a Truora account. Your Truora sales representative will provide you with one, or you can create one for free.
- To create a free account, please visit https://account.truora.com/#/create-account.
- To log into your existing account, go to https://account.truora.com/#/auth/login.
-
Create a Truora API Key: In order to perform an integration in any of our services, you must have a Truora API key. Follow this guide to create your Truora API key.
-
Create a Digital Identity Web Flow: For instructions on how to create a Web Flow, please refer to the Digital Identity Verification Flow guide.
-
Create a Web Integration Token: For instructions on how to generate a token, please refer to the How to create a Web Integration Token guide.
Android SDK Documentation
Usage
To use the Android SDK, you will need the following inputs:
- Token: Web Integration Token generated in Prerequisite 4.
Requirements
- Java: >= 1.8
Installation
The SDK is available for installation via Maven Central Repository.
Example in Kotlin
With this setup, you can now test the Digital Identity (DI) feature in a Kotlin app! 😃