abstract fun usernamePasswordLogin(username: String, password: String): LiveData<SimpleResponse<Void>>
Login the user with direct username (usually a username or email) and password.