Class: Aws::Types::VerifyAuthRequestCryptogramInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:transaction_data, :auth_request_cryptogram])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_request_cryptogram::String

Returns the value of attribute auth_request_cryptogram.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def auth_request_cryptogram
  @auth_request_cryptogram
end

#auth_response_attributesTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("EMV_OPTION_A", "EMV_OPTION_B")


860
861
862
# File 'sig/types.rbs', line 860

def major_key_derivation_mode
  @major_key_derivation_mode
end

#session_key_derivation_attributesTypes::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.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def transaction_data
  @transaction_data
end