Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ApplicationSessions

Hierarchy

  • ApplicationSessions

Index

Constructors

Methods

Constructors

constructor

  • Do not construct this object directly, use the applicationSessions property of an Ngrok client object instead.

    Parameters

    • httpClient: Wretcher

    Returns ApplicationSessions

Methods

delete

  • delete(id: any): Promise<void>
  • Delete an application session by ID.

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • List all application sessions for this account.

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<ApplicationSession[]>

Generated using TypeDoc