Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.06 KB

File metadata and controls

14 lines (10 loc) · 1.06 KB

Fingerprint.ServerSdk.Model.Identification

Properties

Name Type Description Notes
VisitorId string String of 20 characters that uniquely identifies the visitor's browser or mobile device.
VisitorFound bool Attribute represents if a visitor had been identified before.
Confidence IdentificationConfidence [optional]
FirstSeenAt long Unix epoch time milliseconds timestamp indicating the time at which this visitor ID was first seen. example: 1758069706642 - Corresponding to Wed Sep 17 2025 00:41:46 GMT+0000 [optional]
LastSeenAt long Unix epoch time milliseconds timestamp indicating the time at which this visitor ID was last seen. example: 1758069706642 - Corresponding to Wed Sep 17 2025 00:41:46 GMT+0000 [optional]

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