modal
    Preparing search index...

    Type Alias SandboxCreateConnectTokenParams

    Optional parameters for Sandbox.createConnectToken().

    type SandboxCreateConnectTokenParams = {
        port?: number;
        userMetadata?: string;
    }
    Index

    Properties

    Properties

    port?: number

    Container port that requests are routed to when using this token. Defaults to 8080.

    userMetadata?: string

    Optional user-provided metadata string that will be added to the headers by the proxy when forwarding requests to the Sandbox.