AuthenticationRequest.Biometric.Strength.Class3


class AuthenticationRequest.Biometric.Strength.Class3 : AuthenticationRequest.Biometric.Strength


Class 3 (formerly Strong).

See also
BIOMETRIC_STRONG

Summary

Public constructors

Public properties

BiometricPrompt.CryptoObject?

An optional cryptographic object to be associated with the authentication.

Public constructors

Class3

Added in 1.4.0-alpha03
Class3(cryptoObject: BiometricPrompt.CryptoObject? = null)

Public properties

cryptoObject

Added in 1.4.0-alpha03
val cryptoObjectBiometricPrompt.CryptoObject?

An optional cryptographic object to be associated with the authentication. Note that prior to API 30, crypto object cannot be used together with device credential fallback.