Main identification information about the visitor

interface ShortVisitorData {
    confidence: Confidence;
    requestId: string;
    sealedResult?: string;
    visitorId: string;
}

Hierarchy (view full)

Properties

confidence: Confidence

A confidence score that tells how much the agent is sure about the visitor identifier

requestId: string

The current request identifier. It's different for every request.

sealedResult?: string

See more details in the Sealed Client Results(https://dev.fingerprint.com/docs/sealed-client-results) guide. The field will miss if Sealed Client Results are disabled or unavailable for another reason.

visitorId: string

The visitor identifier

Generated using TypeDoc