Types

Link copied to clipboard

The user can't authenticate because the hardware is unavailable. Try again later.

Link copied to clipboard

The user can't authenticate because there is no suitable hardware (e.g. no biometric sensor or no keyguard).

Link copied to clipboard

The user can't authenticate because no biometric or device credential is enrolled.

Link copied to clipboard

The user can't authenticate because a security vulnerability has been discovered with one or more hardware sensors. The affected sensor(s) are unavailable until a security update has addressed the issue.

Link copied to clipboard

Unable to determine whether the user can authenticate. This status code may be returned on older Android versions due to partial incompatibility with a newer API. Applications that wish to enable biometric authentication on affected devices may still call BiometricPrompt#authenticate() after receiving this status code but should be prepared to handle possible errors.

Link copied to clipboard

The user can't authenticate because the specified options are incompatible with the current Android version.

Link copied to clipboard
data class GenerateKeyFailed(val errorMessage: String, val throwable: Throwable?) : TSBiometricsRegistrationError

Failed to generate the biometric key pair on this device.

Link copied to clipboard
data class InternalError(val message: String, val t: Throwable? = null) : TSBiometricsRegistrationError

Internal error occurred

Link copied to clipboard
data class NetworkError(val message: String, val t: Throwable? = null) : TSBiometricsRegistrationError

Network Error

Link copied to clipboard

SDK was not initialized

Properties

Link copied to clipboard
val eM: String
Link copied to clipboard