Pinggy SDK - v0.4.1
    Preparing search index...

    Type Alias RemoteManagementConfig

    Re-export of tunnel configuration option types and interfaces.

    type RemoteManagementConfig = {
        apiKey: string;
        serverUrl: string;
    }
    Index

    Properties

    Properties

    apiKey: string

    Authentication token for remote management.

    serverUrl: string

    Remote management server URL. e.g. "wss://dashboard.pinggy.io"