loginWithBiometricAsync

open fun loginWithBiometricAsync(clientIdentifier: String, brandIdentity: String, request: BiometricTokenRequest, scaDetails: ScaAuthenticationEventRequest?, cancellationSignal: CancellationSignal?, callback: WalletCallback<Token>)

Asynchronously obtain an access token by providing username and biometric data.

Parameters

clientIdentifier

The client identifier token.

brandIdentity

The identity of the partner using the Embedded Wallet.

request

А BiometricTokenRequest object with client's username and biometric data.

scaDetails

An optional ScaAuthenticationEventRequest object with SCA confirmation information.

cancellationSignal

A CancellationSignal for canceling the operation.

callback

A callback to handle the result or error asynchronously.