Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OnmsAuthConfig

Represents server authentication config.

Hierarchy

  • OnmsAuthConfig

Index

Constructors

Properties

Methods

Constructors

constructor

  • new OnmsAuthConfig(username: string, password: string): OnmsAuthConfig
  • Construct an auth configuration object.

    constructor

    Parameters

    • username: string
    • password: string

    Returns OnmsAuthConfig

Properties

password

password: string

The password to authenticate with.

username

username: string

The username to connect as.

Methods

clone

  • Create a new config object from this existing one.

    Returns OnmsAuthConfig

Generated using TypeDoc