@fingerprint/svelte
    Preparing search index...

    Type Alias GetResult

    type GetResult = {
        cache_hit?: boolean;
        event_id: string;
        sealed_result: BinaryOutput | null;
        suspect_score?: number;
        visitor_id?: string;
    }
    Index
    cache_hit?: boolean

    Whether the result was obtained from the cache (instead of requesting from Fingerprint backend). This field is only present when caching is enabled.

    event_id: string

    A unique id associated with the successful request.

    sealed_result: BinaryOutput | null

    Sealed result, which is an encrypted content of the /events Server API response for this eventId, encoded in base64. The field will miss if Sealed Results are disabled or unavailable for another reason. Reach the support to enable.

    suspect_score?: number

    Suspect score. Backend includes this field only if Smart Signals are enabled.

    visitor_id?: string

    The visitor identifier. Backend excludes this field if zeroTrust mode is enabled.