AuthenticationRequestParameters
The AuthenticationRequestParameters class shall hold transaction data that the App passes to the 3DS Server for creating the AReq.
Properties
The encrypted device data as a JWE string.
The protocol version that is used for the transaction. The SDK receives the protocol version as a parameter in the createTransaction method and determines whether it supports the version. If the SDK does not receive the protocol version as a parameter in the createTransaction method, then it returns the latest version that it supports.
The SDK Ephemeral Public Key. An ephemeral key pair is used to establish a secure session between the 3DS SDK and the ACS.
The SDK Reference Number.
The SDK Transaction ID. When called, the 3DS SDK uses a secure random function to generate a Transaction ID in UUID format.