Options
All
  • Public
  • Public/Protected
  • All
Menu

SSH Credentials are SSH public keys that can be used to start SSH tunnels via the ngrok SSH tunnel gateway.

Hierarchy

  • SSHCredentials

Index

Constructors

Methods

Constructors

constructor

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

    Parameters

    • httpClient: Wretcher

    Returns SSHCredentials

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete an ssh_credential by ID

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • list(beforeId?: string, limit?: string): Promise<SSHCredential[]>
  • List all ssh credentials on this account

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<SSHCredential[]>

update

Generated using TypeDoc