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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptographydata/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)


320
321
322
323
324
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 320

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