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