Method: CyberSource::RiskV1DecisionsPost201ResponseConsumerAuthenticationInformation#authentication_type
- Defined in:
- lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_consumer_authentication_information.rb
#authentication_type ⇒ Object
Indicates the type of authentication that will be used to challenge the card holder. Possible Values: 01 - Static 02 - Dynamic 03 - OOB (Out of Band) 04 - Decoupled 20 - OTP hosted at merchant end. (Rupay S2S flow) NOTE: EMV 3-D Secure version 2.1.0 supports values 01-03. Version 2.2.0 supports values 01-04. Decoupled authentication is not supported at this time.
35 36 37 |
# File 'lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_consumer_authentication_information.rb', line 35 def authentication_type @authentication_type end |