Member Junction
    Preparing search index...

    Interface RealtimeProxyIssueParams

    The parameters for minting a proxy ticket via RealtimeProxyRegistry.Issue.

    interface RealtimeProxyIssueParams {
        TTLSeconds: number;
        UpstreamAuthHeader?: string;
        UpstreamUrl: string;
        UserID?: string;
    }
    Index

    Properties

    TTLSeconds: number

    Time-to-live, in seconds, for the ONE upstream open this ticket authorizes.

    UpstreamAuthHeader?: string

    Full Authorization header value for the upstream socket (optional).

    UpstreamUrl: string

    The internal upstream websocket URL to tunnel to.

    UserID?: string

    The MJ user the ticket is for (optional).