loginWithPin

abstract suspend fun loginWithPin(clientIdentifier: String, brandIdentity: String, request: PinTokenRequest, scaDetails: ScaAuthenticationEventRequest? = null): Token

Obtain an access token by providing username and PIN.

Parameters

clientIdentifier

The client identifier token.

brandIdentity

The identity of the partner using the Embedded Wallet.

request

А PinTokenRequest object with client's username and PIN.

scaDetails

An optional ScaAuthenticationEventRequest object with SCA confirmation information.