loginAsPromise

fun loginAsPromise(username: String, password: String): Promise<Boolean>

Login to Tabroom using the given username and password.

Return

True if the login was successful, false otherwise.

Parameters

username

The username to log in with.

password

The password to log in with.