Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.57 KB

File metadata and controls

15 lines (11 loc) · 1.57 KB

Fingerprint.ServerSdk.Model.VpnMethods

Properties

Name Type Description Notes
TimezoneMismatch bool The browser timezone doesn't match the timezone inferred from the request IP address. [optional]
PublicVpn bool Request IP address is owned and used by a public VPN service provider. [optional]
AuxiliaryMobile bool This method applies to mobile devices only. Indicates the result of additional methods used to detect a VPN in mobile devices. [optional]
OsMismatch bool The browser runs on a different operating system than the operating system inferred from the request network signature. [optional]
Relay bool Request IP address belongs to a relay service provider, indicating the use of relay services like Apple Private relay or Cloudflare Warp. * Like VPNs, relay services anonymize the visitor's true IP address. * Unlike traditional VPNs, relay services don't let visitors spoof their location by choosing an exit node in a different country. This field allows you to differentiate VPN users and relay service users in your fraud prevention logic. [optional]
MlPrediction bool true if the request came from a device running a VPN, false otherwise. [optional]

[Back to Model list] [Back to API list] [Back to README]