delete Biometric Credential Async
open fun deleteBiometricCredentialAsync(scaDetails: ScaAuthenticationEventRequest?, cancellationSignal: CancellationSignal?, callback: WalletCallback<DeleteBiometricCredentialResponse>)
Asynchronously removes an existing authentication biometric credential.Deletion is only allowed when the selected authentication is permitted for use. This action is permanent and will delete the credential from the user's wallet account.
Parameters
sca Details
An optional ScaAuthenticationEventRequest object with SCA confirmation information.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.