Class CertificateAuthenticator

CertificateAuthenticator implements a simple ICertificateAuthenticator.

Hierarchy

  • CertificateAuthenticator

Implements

Constructors

Properties

Constructors

  • Constructs this CertificateAuthenticator with the passed certificate and key paths.

    Parameters

    • certificatePath: string

      The certificate path to initialize this authenticator with.

    • keyPath: string

      The key path to initialize this authenticator with.

    Returns CertificateAuthenticator

Properties

certificatePath: string

The path to the certificate which should be used for certificate authentication.

keyPath: string

The path to the key which should be used for certificate authentication.

Generated using TypeDoc