@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class RiskV1AuthenticationSetupsPost201ResponseConsumerAuthenticationInformation extends Object
| Constructor and Description |
|---|
RiskV1AuthenticationSetupsPost201ResponseConsumerAuthenticationInformation() |
| Modifier and Type | Method and Description |
|---|---|
RiskV1AuthenticationSetupsPost201ResponseConsumerAuthenticationInformation |
accessToken(String accessToken) |
RiskV1AuthenticationSetupsPost201ResponseConsumerAuthenticationInformation |
deviceDataCollectionUrl(String deviceDataCollectionUrl) |
boolean |
equals(Object o) |
String |
getAccessToken()
JSON Web Token (JWT) used to authenticate the consumer with the authentication provider, such as, CardinalCommerce or Rupay.
|
String |
getDeviceDataCollectionUrl()
The deviceDataCollectionUrl is the location to send the Authentication JWT when invoking the Device Data collection process.
|
String |
getReferenceId()
This identifier represents cardinal has started device data collection session and this must be passed in Authentication JWT to Cardinal when invoking the deviceDataCollectionUrl.
|
int |
hashCode() |
RiskV1AuthenticationSetupsPost201ResponseConsumerAuthenticationInformation |
referenceId(String referenceId) |
void |
setAccessToken(String accessToken) |
void |
setDeviceDataCollectionUrl(String deviceDataCollectionUrl) |
void |
setReferenceId(String referenceId) |
String |
toString() |
public RiskV1AuthenticationSetupsPost201ResponseConsumerAuthenticationInformation()
public RiskV1AuthenticationSetupsPost201ResponseConsumerAuthenticationInformation accessToken(String accessToken)
public String getAccessToken()
public void setAccessToken(String accessToken)
public RiskV1AuthenticationSetupsPost201ResponseConsumerAuthenticationInformation referenceId(String referenceId)
public String getReferenceId()
public void setReferenceId(String referenceId)
public RiskV1AuthenticationSetupsPost201ResponseConsumerAuthenticationInformation deviceDataCollectionUrl(String deviceDataCollectionUrl)
public String getDeviceDataCollectionUrl()
public void setDeviceDataCollectionUrl(String deviceDataCollectionUrl)
Copyright © 2020. All rights reserved.