AuthenticationParameters

fun AuthenticationParameters(sessionId: String, sessionSecret: String, scheme: String)

Parameters

sessionId

The unique ID of the authentication session. You will have received this in the response to the create session call to our Sessions API.

sessionSecret

The session secret. You will have received this in the response to the create session call to our Sessions API.

scheme

The name of the customer's card scheme: "Visa", "Mastercard", "Jcb", "Amex", or "Diners". Used to display the scheme's logo on the progress user interface.