get Authentication Details Async
open fun getAuthenticationDetailsAsync(brandIdentity: String, request: AuthenticationDetailsRequest, cancellationSignal: CancellationSignal?, callback: WalletCallback<AuthenticationDetails>)
Asynchronously retrieve the authentication details needed for issuing an authorization code.
Parameters
brand Identity
The identity of the partner using the Embedded Wallet.
request
A AuthenticationDetailsRequest object with the request details.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.