Added in API level 23
Deprecated in API level 28

AuthenticationResult


open class AuthenticationResult
kotlin.Any
   ↳ android.hardware.fingerprint.FingerprintManager.AuthenticationResult

Container for callback data from FingerprintManager.authenticate(CryptoObject,.

Summary

Public methods
open FingerprintManager.CryptoObject!

Obtain the crypto object associated with this transaction

Public methods

getCryptoObject

Added in API level 23
open fun getCryptoObject(): FingerprintManager.CryptoObject!

Deprecated: Deprecated in Java.

Obtain the crypto object associated with this transaction

Return
FingerprintManager.CryptoObject! crypto object provided to FingerprintManager.authenticate(CryptoObject,.