@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-10-17T14:26:30.480+05:30") public class Riskv1authenticationresultsConsumerAuthenticationInformation extends Object
| Constructor and Description |
|---|
Riskv1authenticationresultsConsumerAuthenticationInformation() |
| Modifier and Type | Method and Description |
|---|---|
Riskv1authenticationresultsConsumerAuthenticationInformation |
authenticationTransactionContext(String authenticationTransactionContext) |
Riskv1authenticationresultsConsumerAuthenticationInformation |
authenticationTransactionId(String authenticationTransactionId) |
Riskv1authenticationresultsConsumerAuthenticationInformation |
authenticationType(String authenticationType) |
Riskv1authenticationresultsConsumerAuthenticationInformation |
effectiveAuthenticationType(String effectiveAuthenticationType) |
boolean |
equals(Object o) |
String |
getAuthenticationTransactionContext()
Authentication transaction context is used as a unique identifier to link enroll and validate call.
|
String |
getAuthenticationTransactionId()
Payer authentication transaction identifier passed to link the check enrollment and validate authentication messages.For Rupay,this is passed only in Re-Send OTP usecase.
|
String |
getAuthenticationType()
Indicates the type of authentication that will be used to challenge the card holder.
|
String |
getEffectiveAuthenticationType()
This field describes the type of 3DS transaction flow that took place.
|
String |
getOtpToken()
OTP entered by the card holder.
|
String |
getResponseAccessToken()
JWT returned by the 3D Secure provider when the authentication is complete.
|
String |
getSignedPares()
Payer authentication result (PARes) message returned by the card-issuing bank.
|
String |
getSignedParesStatusReason()
Provides additional information as to why the PAResStatus has a specific value.
|
String |
getWhiteListStatus()
Enables the communication of trusted beneficiary/whitelist status between the ACS, the DS and the 3DS Requestor.
|
int |
hashCode() |
Riskv1authenticationresultsConsumerAuthenticationInformation |
otpToken(String otpToken) |
Riskv1authenticationresultsConsumerAuthenticationInformation |
responseAccessToken(String responseAccessToken) |
void |
setAuthenticationTransactionContext(String authenticationTransactionContext) |
void |
setAuthenticationTransactionId(String authenticationTransactionId) |
void |
setAuthenticationType(String authenticationType) |
void |
setEffectiveAuthenticationType(String effectiveAuthenticationType) |
void |
setOtpToken(String otpToken) |
void |
setResponseAccessToken(String responseAccessToken) |
void |
setSignedPares(String signedPares) |
void |
setSignedParesStatusReason(String signedParesStatusReason) |
void |
setWhiteListStatus(String whiteListStatus) |
Riskv1authenticationresultsConsumerAuthenticationInformation |
signedPares(String signedPares) |
Riskv1authenticationresultsConsumerAuthenticationInformation |
signedParesStatusReason(String signedParesStatusReason) |
String |
toString() |
Riskv1authenticationresultsConsumerAuthenticationInformation |
whiteListStatus(String whiteListStatus) |
public Riskv1authenticationresultsConsumerAuthenticationInformation()
public Riskv1authenticationresultsConsumerAuthenticationInformation authenticationTransactionId(String authenticationTransactionId)
public String getAuthenticationTransactionId()
public void setAuthenticationTransactionId(String authenticationTransactionId)
public Riskv1authenticationresultsConsumerAuthenticationInformation authenticationTransactionContext(String authenticationTransactionContext)
public String getAuthenticationTransactionContext()
public void setAuthenticationTransactionContext(String authenticationTransactionContext)
public Riskv1authenticationresultsConsumerAuthenticationInformation otpToken(String otpToken)
public String getOtpToken()
public void setOtpToken(String otpToken)
public Riskv1authenticationresultsConsumerAuthenticationInformation authenticationType(String authenticationType)
public String getAuthenticationType()
public void setAuthenticationType(String authenticationType)
public Riskv1authenticationresultsConsumerAuthenticationInformation effectiveAuthenticationType(String effectiveAuthenticationType)
public String getEffectiveAuthenticationType()
public void setEffectiveAuthenticationType(String effectiveAuthenticationType)
public Riskv1authenticationresultsConsumerAuthenticationInformation responseAccessToken(String responseAccessToken)
public String getResponseAccessToken()
public void setResponseAccessToken(String responseAccessToken)
public Riskv1authenticationresultsConsumerAuthenticationInformation signedParesStatusReason(String signedParesStatusReason)
public String getSignedParesStatusReason()
public void setSignedParesStatusReason(String signedParesStatusReason)
public Riskv1authenticationresultsConsumerAuthenticationInformation signedPares(String signedPares)
public String getSignedPares()
public void setSignedPares(String signedPares)
public Riskv1authenticationresultsConsumerAuthenticationInformation whiteListStatus(String whiteListStatus)
public String getWhiteListStatus()
public void setWhiteListStatus(String whiteListStatus)
Copyright © 2022. All rights reserved.