Skip to main content
Version: Next

Android

Library that provides a set of Authentication screens and flows required to build new products.

Getting Started

This libarary provides two options for authentication flow UI and Manual

To start auth flow you need to register callback in `onCreate` of caller activity.
HumaAuthManager.getInstance().registerAuthResult(this)

To start UI flow you need to call:

 HumaAuthManager.getInstance().openAuthUI {
// this callback will be called when user is signed in
}