loginWithUsername

private fun loginWithUsername(username: String, password: String)

Verifies the log-in credentials given the username and password the user entered.

Parameters

username

Username that the user entered.

password

Password that the user entered.