submit Sca Attempt Async
open fun submitScaAttemptAsync(eventId: String, request: ScaAuthenticationEventAttemptEmbeddedHybridRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<ScaAuthenticationEventAttemptEmbeddedHybridResponse>)
Asynchronously submit an Embedded or Hybrid authentication attempt for a SCA event.
Parameters
event Id
Unique identifier for the SCA event, associated with the current event challenge.
request
A ScaAuthenticationEventAttemptEmbeddedHybridRequest object with the attempt details.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.