Steam Authentication
This handler is used for authenticating on Steam.
Parameters
steam Client
this instance will be associated with.
Constructors
Link copied to clipboard
Initializes a new instance of the SteamAuthentication class.
Functions
Link copied to clipboard
Start the authentication process by providing username and password.
Link copied to clipboard
Start the authentication process using QR codes.
Link copied to clipboard
fun generateAccessTokenForApp(steamID: SteamID, refreshToken: String, allowRenewal: Boolean = false): AccessTokenGenerateResult
Given a refresh token for a client app audience (e.g. desktop client / mobile client), generate an access token.