@runloop/api-client - v1.31.0
    Preparing search index...

    Interface GatewayTokenView

    interface GatewayTokenView {
        token: string;
        auth_mechanism: AuthMechanism;
        devbox_id: string;
        endpoint: string;
        gateway_config_id: string;
        url: string;
    }
    Index

    Properties

    token: string

    The token to send to the gateway as a Bearer token in the Authorization header. Only accepted for requests originating from the bound Devbox.

    auth_mechanism: AuthMechanism

    How the gateway applies the credential to proxied requests.

    devbox_id: string

    The Devbox the token is bound to.

    endpoint: string

    The target API endpoint the gateway proxies to.

    gateway_config_id: string

    The ID of the gateway config the token proxies through.

    url: string

    The gateway URL to send requests to. Matches the value of the {prefix}_URL environment variable inside the Devbox.