Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SSHUserCertificates

SSH User Certificates are presented by SSH clients when connecting to an SSH server to authenticate their connection. The SSH server must trust the SSH Certificate Authority used to sign the certificate.

Hierarchy

  • SSHUserCertificates

Index

Constructors

Methods

Constructors

constructor

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

    Parameters

    • httpClient: Wretcher

    Returns SSHUserCertificates

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete an SSH User Certificate

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • List all SSH User Certificates issued on this account

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<SSHUserCertificate[]>

update

Generated using TypeDoc