Type alias CloseSessionPayloadType

CloseSessionPayloadType: {
    apiEndpoint: string | URL;
    apiToken: string;
    listeningIp: string;
    port: number;
    protocol: "udp" | "tcp";
    timeout?: number;
}

Type declaration

  • apiEndpoint: string | URL

    The API endpoint for authentication.

  • apiToken: string

    The API token for authentication.

  • listeningIp: string
  • port: number
  • protocol: "udp" | "tcp"
  • Optional timeout?: number

    optional timeout for the requests