AccountManager

AccountManager

A class for managing all of the accounts

Constructor

new AccountManager()

Source:

Methods

login(Username, Password) → {string}

On success sets the updates the activeUser property and returns it.

Parameters:
Name Type Description
Username string

to login with

Password string

to login with

Source: