public interface AuthenticationRequestParameters
AReq.
Created by Ran Haveshush on 24/08/2018.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeviceData() |
java.lang.String |
getMessageVersion()
Returns the protocol version that is used for the transaction.
|
java.lang.String |
getSDKAppID()
The SDK App ID is unique and is generated during installation and update of the App on the Cardholder’s device.
|
java.lang.String |
getSDKEphemeralPublicKey() |
java.lang.String |
getSDKReferenceNumber() |
java.lang.String |
getSDKTransactionID() |
java.lang.String getDeviceData()
String that represents the encrypted device data.java.lang.String getSDKTransactionID()
String that represents the SDK Transaction ID.java.lang.String getSDKAppID()
String that represents then SDK App ID.java.lang.String getSDKReferenceNumber()
java.lang.String getSDKEphemeralPublicKey()
java.lang.String getMessageVersion()
The SDK receives the protocol version as a parameter in the ThreeDS2Service.createTransaction(String, String)
method and determines whether it supports the version. If the SDK does not receive the protocol version as a parameter in the method,
then it returns the latest version that it supports.