Android
This document explains how to integrate the Orba One authentication flow into your android application.
1. Install as a Gradle Plugin
repositories {
...
mavenCentral()
}dependencies {
...
implementation 'com.orbaone:orba-one-sdk:+'
}2. Initializing the SDK
import com.orbaone.orba_one_capture_sdk_core.OrbaOne;
OrbaOne oneSdk = new OrbaOne.Builder().setApiKey("publishable-api-key").setApplicantId("applicant-id").create();
oneSdk.startVerification(this);3. Handling Verifications
4. Customizing the Flow
5. Customizing the Document Capture Step
6. Customizing the Theme
Sample App
Support
Last updated