Class: Aws::Types::VerifyAuthRequestCryptogramInput
- Inherits:
-
Object
- Object
- Aws::Types::VerifyAuthRequestCryptogramInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_request_cryptogram ⇒ ::String
Returns the value of attribute auth_request_cryptogram.
-
#auth_response_attributes ⇒ Types::CryptogramAuthResponse
Returns the value of attribute auth_response_attributes.
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
-
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
-
#session_key_derivation_attributes ⇒ Types::SessionKeyDerivation
Returns the value of attribute session_key_derivation_attributes.
-
#transaction_data ⇒ ::String
Returns the value of attribute transaction_data.
Instance Attribute Details
#auth_request_cryptogram ⇒ ::String
Returns the value of attribute auth_request_cryptogram.
859 860 861 |
# File 'sig/types.rbs', line 859 def auth_request_cryptogram @auth_request_cryptogram end |
#auth_response_attributes ⇒ Types::CryptogramAuthResponse
Returns the value of attribute auth_response_attributes.
862 863 864 |
# File 'sig/types.rbs', line 862 def auth_response_attributes @auth_response_attributes end |
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
857 858 859 |
# File 'sig/types.rbs', line 857 def key_identifier @key_identifier end |
#major_key_derivation_mode ⇒ "EMV_OPTION_A", "EMV_OPTION_B"
Returns the value of attribute major_key_derivation_mode.
860 861 862 |
# File 'sig/types.rbs', line 860 def major_key_derivation_mode @major_key_derivation_mode end |
#session_key_derivation_attributes ⇒ Types::SessionKeyDerivation
Returns the value of attribute session_key_derivation_attributes.
861 862 863 |
# File 'sig/types.rbs', line 861 def session_key_derivation_attributes @session_key_derivation_attributes end |
#transaction_data ⇒ ::String
Returns the value of attribute transaction_data.
858 859 860 |
# File 'sig/types.rbs', line 858 def transaction_data @transaction_data end |