FingerprintManagerCompat.AuthenticationResult

Added in 1.1.0
Deprecated in 1.1.0

class FingerprintManagerCompat.AuthenticationResult


Container for callback data from authenticate.

Summary

Public functions

FingerprintManagerCompat.CryptoObject!

Obtain the crypto object associated with this transaction

Public constructors

AuthenticationResult

Added in 1.1.0
Deprecated in 1.1.0
AuthenticationResult(crypto: FingerprintManagerCompat.CryptoObject!)

Public functions

getCryptoObject

Added in 1.1.0
Deprecated in 1.1.0
fun getCryptoObject(): FingerprintManagerCompat.CryptoObject!

Obtain the crypto object associated with this transaction

Returns
FingerprintManagerCompat.CryptoObject!

crypto object provided to authenticate.