generate Access Token For App
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.
Return
A AccessTokenGenerateResult containing the new token
Parameters
steam ID
the SteamID this token belongs to.
refresh Token
the refresh token.
allow Renewal
If true, allow renewing the token.