Member Junction
    Preparing search index...

    Interface WidgetGuestContext

    Identity of the public web-widget instance a guest session was minted for, carried on UserInfo and sourced from the verified session token's mj_widget_id claim. Lets a privileged server-side dispatch resolve the AUTHORITATIVE pinned support agent (and other per-widget configuration) from the trusted token rather than from client-supplied arguments — the backstop that lets a widget guest run only its widget's pinned agent. In-memory, per-session; not a database/GraphQL field.

    interface WidgetGuestContext {
        WidgetID: string;
    }
    Index

    Properties

    Properties

    WidgetID: string

    The MJ: Conversation Widget Instances row id this guest session is bound to.