Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TwitarrAuthConfig

Represents server authentication config.

Hierarchy

  • TwitarrAuthConfig

Index

Constructors

Properties

Methods

Constructors

constructor

  • new TwitarrAuthConfig(username?: string, password?: string, key?: string): TwitarrAuthConfig

Properties

Optional key

key: string

The key to pass to requests.

Optional password

password: string

The password to authenticate with.

Optional username

username: string

The username to connect as.

Methods

clone

Generated using TypeDoc