AuthenticationResult.Success
public final class AuthenticationResult.Success implements AuthenticationResult
A result when the user has successfully authenticated.
Summary
Public constructors |
|---|
Success(BiometricPrompt.CryptoObject crypto, int authType) |
Public methods |
|
|---|---|
final int |
An integer representing the type of authentication(e.g. device credential or biometric) that was requested from and successfully provided by the user. |
final BiometricPrompt.CryptoObject |
The |
@NonNull AuthenticationResult.Success |
success() |
Inherited methods |
||||||
|---|---|---|---|---|---|---|
|
Public constructors
Public methods
getAuthType
public final int getAuthType()
An integer representing the type of authentication(e.g. device credential or biometric) that was requested from and successfully provided by the user.
getCrypto
public final BiometricPrompt.CryptoObject getCrypto()
The BiometricPrompt.CryptoObject associated with this transaction.