Introduction
The Imageware Authenticate Mobile SDK lets your app interface with our secure backend to authenticate users with their biometrics.
The SDK is available for both iOS and Android.
#
Public InterfaceThe public interface for the SDK is described in the following UML diagram:
Configuration
objects store server information. The information for your configuration will be given as part of the licensing and setup process.
Enrollment
objects and alerts (handled internally) are biometric messages processed by the MessagesServiceManager
. For more information see Enrollments and Verifications.
Profile
instances are individual Imageware Authenticate users on a device.
All Profiles share the current device's Device ID, and the device's
public/private key pair. Device registration and account management is handled
through the AccountServiceManager
. For more information see Account
Management.