Class: Aws::PaymentCryptographyData::Types::CryptogramVerificationArpcMethod1
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::CryptogramVerificationArpcMethod1
- 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
-
#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.
414 415 416 417 418 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 414 class CryptogramVerificationArpcMethod1 < Struct.new( :auth_response_code) SENSITIVE = [] include Aws::Structure end |