Class: Aws::PaymentCryptographyData::Types::CryptogramVerificationArpcMethod1

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-paymentcryptographydata/types.rb

Overview

Parameters that are required for ARPC response generation using method1 after ARQC verification is successful.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_response_codeString

The auth code used to calculate APRC after ARQC verification is successful. This is the same auth code used for ARQC generation outside of Amazon Web Services Payment Cryptography.

Returns:

  • (String)


365
366
367
368
369
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 365

class CryptogramVerificationArpcMethod1 < Struct.new(
  :auth_response_code)
  SENSITIVE = []
  include Aws::Structure
end