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 | null, password?: string | null): OnmsAuthConfig

Properties

password

password: string | null

The password to authenticate with.

username

username: string | null

The username to connect as.

Methods

clone

equals

Generated using TypeDoc