Class InAuth
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class InAuth
Properties
DeviceCategory
The type of device used by the customer. Example values:
- SMARTPHONE
- PERSONAL_COMPUTER
- TABLET
- WEARABLE_COMPUTER
- GAME_CONSOLE
- SMART_TV
- PDA
- OTHER
- UNKNOWN
Declaration
public string DeviceCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceId
This is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
Declaration
public string DeviceId { get; set; }
Property Value
Type | Description |
---|---|
string |
RiskScore
The score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation. Range of the score is between 0 and 100. A lower value is better.
Declaration
public string RiskScore { get; set; }
Property Value
Type | Description |
---|---|
string |
TrueIpAddress
The true IP address as determined by inAuth. This might be different from the IP address that you are seeing on your side due to the proxy piercing technology deployed by inAuth.
Declaration
public string TrueIpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
TrueIpAddressCountry
The country of the customer based on the location of the True IP Address determined by inAuth.
Declaration
public string TrueIpAddressCountry { get; set; }
Property Value
Type | Description |
---|---|
string |