SDK Overview

The BindID Android client SDK allows you to easily integrate BindID into your mobile app, so you can start benefiting from secure, passwordless authentication with only a few lines of code.

Here's how it works:

  1. Your authentication screen uses the BindID SDK to initiate an OIDC authorization request.
  2. BindID loads an OIDC IDP screen which is used to authenticate the user. If the device has already been registered with BindID via FIDO2, native mobile biometrics is used to authenticate the user.
  3. Once completed, BindID redirects to your redirect URI which now contains the authentication result.
  4. Your application uses the BindID SDK to process the redirect response and optionally, to perform a front-end token exchange via PKCE (see Get User Identity and Trust).

See the Android SDK API Reference