FingerprintJS Pro v3.9.2 - Copyright (c) FingerprintJS, Inc, 2024 (https://fingerprint.com)

interface Confidence {
    comment?: string;
    score: number;
}

Properties

Properties

comment?: string

Additional details about the score as a human-readable text

score: number

A number between 0 and 1 that tells how much the agent is sure about the visitor identifier. The higher the number, the higher the chance of the visitor identifier to be true.

Generated using TypeDoc