get Email Code
abstract fun getEmailCode(email: String?, previousCodeWasIncorrect: Boolean): CompletableFuture<String>
This method is called when the account being logged into uses Steam Guard email authentication. This code is sent to the user's email.
Return
The Steam Guard auth code used to log in.
Parameters
email
The email address that the Steam Guard email was sent to.
previous Code Was Incorrect
True when previously provided code was incorrect.