Class: Credentials

Credentials(serviceUser, servicePassword)

Credentials

Constructor

new Credentials(serviceUser, servicePassword)

Construct a credentials object.
Parameters:
Name Type Description
serviceUser string The user name
servicePassword string The password
Source:

Classes

Credentials

Methods

getServicePassword() → {string}

Get the password
Source:
Returns:
The password
Type
string

getServiceUser() → {string}

Get the user name
Source:
Returns:
The user name
Type
string