bbas-devicer - v0.2.1
    Preparing search index...

    Interface BbasIdentifyContext

    Context object passed alongside the fingerprint payload to deviceManager.identify(data, context).

    Populated by extractBbasContext or manually assembled.

    interface BbasIdentifyContext {
        headers?: Record<string, string | string[] | undefined>;
        ip?: string;
        userId?: string;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string | string[] | undefined>

    Incoming request headers (lower-cased).

    ip?: string

    Resolved client IP address.

    userId?: string

    Authenticated user identifier.