public class InAuth extends Object
Constructor and Description |
---|
InAuth() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceCategory()
The type of device used by the customer.
|
String |
getDeviceId()
This is the device fingerprint value.
|
String |
getRiskScore()
The score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation.
|
String |
getTrueIpAddress()
The true IP address as determined by inAuth.
|
String |
getTrueIpAddressCountry()
The country of the customer based on the location of the True IP Address determined by inAuth.
|
void |
setDeviceCategory(String value)
The type of device used by the customer.
|
void |
setDeviceId(String value)
This is the device fingerprint value.
|
void |
setRiskScore(String value)
The score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation.
|
void |
setTrueIpAddress(String value)
The true IP address as determined by inAuth.
|
void |
setTrueIpAddressCountry(String value)
The country of the customer based on the location of the True IP Address determined by inAuth.
|
public String getDeviceCategory()
public void setDeviceCategory(String value)
public String getDeviceId()
public void setDeviceId(String value)
public String getRiskScore()
public void setRiskScore(String value)
public String getTrueIpAddress()
public void setTrueIpAddress(String value)
public String getTrueIpAddressCountry()
public void setTrueIpAddressCountry(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.