Type alias CloseSessionPayloadCallType

CloseSessionPayloadCallType: {
    apiEndpoint: string | URL;
    apiToken: string;
    listeningIp: string;
    port: number;
    timeout?: number;
}

closeSession

Type declaration

  • apiEndpoint: string | URL

    The API endpoint for authentication.

  • apiToken: string

    The API token for authentication.

  • listeningIp: string
  • port: number
  • Optional timeout?: number

    optional timeout for the requests