login With Pin Async
open fun loginWithPinAsync(clientIdentifier: String, brandIdentity: String, request: PinTokenRequest, scaDetails: ScaAuthenticationEventRequest?, cancellationSignal: CancellationSignal?, callback: WalletCallback<Token>)
Asynchronously obtain an access token by providing username and PIN.
Parameters
client Identifier
The client identifier token.
brand Identity
The identity of the partner using the Embedded Wallet.
request
А PinTokenRequest object with client's username and PIN.
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.