BiometricExceptionDetails

sealed interface BiometricExceptionDetails

Additional details describing why a biometric authentication challenge failed.

Inheritors

Types

Link copied to clipboard
data class OnAuthenticationError(val errorCode: Int, val errString: CharSequence) : BiometricExceptionDetails

The biometric authentication challenge encountered an unrecoverable error and will not be retried automatically.

Link copied to clipboard

The biometric authentication challenge failed (e.g. an unrecognized fingerprint/face), and the caller is expected to retry.