AuthenticationRequest.Biometric.Fallback


public abstract class AuthenticationRequest.Biometric.Fallback

Known direct subclasses
AuthenticationRequest.Biometric.Fallback.CustomOption

Custom Fallback option displayed as the negative button in prompt authentication screen if it is the only option or displayed in a list in the fallback options page if there are more than one.

AuthenticationRequest.Biometric.Fallback.DeviceCredential

Device credential as the fallback.


Fallback options for the biometric authentication. This may be triggered by the user manually pressing the button, or biometric fails too many times and is locked out.

Summary

Nested types

Custom Fallback option displayed as the negative button in prompt authentication screen if it is the only option or displayed in a list in the fallback options page if there are more than one.

Device credential as the fallback.

Constants

static final int

An icon representing a user account.

static final int

A generic icon.

static final int

An icon representing a password.

static final int

An icon representing a QR code.

Constants

ICON_TYPE_ACCOUNT

public static final int ICON_TYPE_ACCOUNT

An icon representing a user account.

ICON_TYPE_GENERIC

public static final int ICON_TYPE_GENERIC

A generic icon.

ICON_TYPE_PASSWORD

public static final int ICON_TYPE_PASSWORD

An icon representing a password.

ICON_TYPE_QR_CODE

public static final int ICON_TYPE_QR_CODE

An icon representing a QR code.