login With Biometric
abstract suspend fun loginWithBiometric(clientIdentifier: String, brandIdentity: String, request: BiometricTokenRequest, scaDetails: ScaAuthenticationEventRequest? = null): Token
Obtain an access token by providing username and biometric.
Parameters
client Identifier
The client identifier token.
brand Identity
The identity of the partner using the Embedded Wallet.
request
А BiometricTokenRequest object with client's username and biometric data.
sca Details
An optional ScaAuthenticationEventRequest object with SCA confirmation information.