Provides information about the device that the end-customer uses to access the service.

interface DeviceInfo {
    appType: AppType;
    customerIp?: string;
    threatMetrixSessionId?: string;
}

Properties

appType: AppType

The type of the application.

customerIp?: string

Customer IP Address.

threatMetrixSessionId?: string

ThreatMetrics session id.