Member Junction
    Preparing search index...

    Interface RealtimeProxyTicket

    The result of minting a ticket: the opaque id to embed in the browser proxy URL, plus its expiry.

    interface RealtimeProxyTicket {
        ExpiresAt: string;
        ID: string;
    }
    Index

    Properties

    Properties

    ExpiresAt: string

    ISO-8601 timestamp at which the ticket expires.

    ID: string

    The opaque, single-use ticket id (a UUID) — embedded in the browser-facing proxy URL.