Class: Aws::PaymentCryptographyData::Types::CryptogramVerificationArpcMethod1
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::CryptogramVerificationArpcMethod1
- 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
-
#auth_response_code ⇒ String
The auth code used to calculate APRC after ARQC verification is successful.
Instance Attribute Details
#auth_response_code ⇒ String
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.
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 |