SteamAuthentication

class SteamAuthentication(steamClient: SteamClient)

This handler is used for authenticating on Steam.

Parameters

steamClient

this instance will be associated with.

Constructors

Link copied to clipboard
constructor(steamClient: SteamClient)

Initializes a new instance of the SteamAuthentication class.

Types

Link copied to clipboard
object Companion

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.