suspend fun accountLogIn(username: String, password: String, save: Boolean = true): Account
Try to authenticate with the Minecraft servers with given username and password. Throws on login failure, set save to false to not save this account in the settings. (e.g. if you only want to check if these are correct credentials)