AuthenticationResult.Success
class AuthenticationResult.Success : AuthenticationResult
A result when the user has successfully authenticated.
Summary
Public constructors |
|---|
Success(crypto: BiometricPrompt.CryptoObject?, authType: Int) |
Public functions |
|
|---|---|
open AuthenticationResult.Success |
success() |
Public properties |
|
|---|---|
Int |
An integer representing the type of authentication(e.g. device credential or biometric) that was requested from and successfully provided by the user. |
BiometricPrompt.CryptoObject? |
The |
Inherited functions |
||||||
|---|---|---|---|---|---|---|
|
Public constructors
Public functions
Public properties
authType
val authType: Int
An integer representing the type of authentication(e.g. device credential or biometric) that was requested from and successfully provided by the user.
crypto
val crypto: BiometricPrompt.CryptoObject?
The BiometricPrompt.CryptoObject associated with this transaction.