AuthenticationRequest.Biometric.Fallback


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

const Int

An icon representing a user account.

const Int

A generic icon.

const Int

An icon representing a password.

const Int

An icon representing a QR code.

Constants

ICON_TYPE_ACCOUNT

const val ICON_TYPE_ACCOUNTInt

An icon representing a user account.

ICON_TYPE_GENERIC

const val ICON_TYPE_GENERICInt

A generic icon.

ICON_TYPE_PASSWORD

const val ICON_TYPE_PASSWORDInt

An icon representing a password.

ICON_TYPE_QR_CODE

const val ICON_TYPE_QR_CODEInt

An icon representing a QR code.