User Console Authenticator
This is a default implementation of IAuthenticator to ease of use. This implementation will prompt user to enter 2-factor authentication codes in the console. or inform to use the Mobile App to approve sign in.
Note: This can be replaced with your own class using IAuthenticator
Functions
Link copied to clipboard
This method is called when the account being logged has the Steam Mobile App and accepts authentication notification prompts.
Link copied to clipboard
This method is called when the account being logged into requires 2-factor authentication using the authenticator app.
Link copied to clipboard
open override 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.