Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NtlmCredentials

property

username The username of the user you are authenticating as.

property

password The password of the user you are authenticating as.

property

domain The domain of the user you are authenticating as.

property

workstation The workstation in use. Defaults to the current hostname if undefined.

Hierarchy

  • NtlmCredentials

Index

Properties

Readonly domain

domain: string

Readonly password

password: string

Readonly username

username: string

Optional Readonly workstation

workstation: undefined | string

Generated using TypeDoc