authenticate Async
open fun authenticateAsync(config: AuthenticationConfiguration, cancellationSignal: CancellationSignal?, callback: WalletCallback<AuthenticationResult>)
Asynchronously authenticates the user with the provided authentication configuration.
Parameters
config
The authentication configuration to be used for user authentication.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.