create Biometric Credential Async
open fun createBiometricCredentialAsync(scaDetails: ScaAuthenticationEventRequest?, cancellationSignal: CancellationSignal?, callback: WalletCallback<AuthBiometricCredential>)
Asynchronously generates a new authentication biometric credential. It can only be created if the selected authentication is permitted for use. The created credential serves as a unique secure identifier, allowing the user to authenticate with it.
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.