FP-Devicer - v2.0.2
    Preparing search index...

    Type Alias IdentifyContext

    IdentifyContext: Record<string, unknown> & { ip?: string; userId?: string }

    Per-request metadata forwarded through the identification pipeline.

    Type Declaration

    • Optionalip?: string

      Optional client IP address stored with the snapshot and exposed to plugins.

    • OptionaluserId?: string

      Optional application-level user identifier to associate with the snapshot.