Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PasswordAuthenticator

PasswordAuthenticator implements a simple IPasswordAuthenticator.

Hierarchy

  • PasswordAuthenticator

Implements

Index

Constructors

Properties

Constructors

  • Constructs this PasswordAuthenticator with the passed username and password.

    Parameters

    • username: string

      The username to initialize this authenticator with.

    • password: string

      The password to initialize this authenticator with.

    Returns PasswordAuthenticator

Properties

password: string

The password that will be used to authenticate with.

username: string

The username that will be used to authenticate with.

Generated using TypeDoc