AuthenticationRequest.Biometric.Strength.Class3


public final class AuthenticationRequest.Biometric.Strength.Class3 extends AuthenticationRequest.Biometric.Strength


Class 3 (formerly Strong).

See also
BIOMETRIC_STRONG

Summary

Public constructors

Public methods

final BiometricPrompt.CryptoObject

An optional cryptographic object to be associated with the authentication.

Public constructors

Class3

Added in 1.4.0-alpha03
public Class3(BiometricPrompt.CryptoObject cryptoObject)

Public methods

getCryptoObject

Added in 1.4.0-alpha03
public final BiometricPrompt.CryptoObject getCryptoObject()

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.