presentBiometricAuth

Presents the SDK's biometric authentication prompt to unlock the app. Call this when the app is in a biometric-locked state (i.e., biometricAuthenticationUsername is non-null) and the user wants to authenticate via biometric or device credential.

On successful authentication, the app will be unlocked, tokens will be refreshed, and the provided activity will be finished.

Return

True if the biometric prompt was presented, false if biometric authentication is not available or the app is not in a locked state

Parameters

activity

The FragmentActivity from which to present the biometric prompt