performLogin

fun performLogin(username: String, password: String)

Attempts login using backend credentials API and stores auth tokens on success.

Parameters

username

Account username.

password

Account password.