LogOnDetails

data class LogOnDetails(var token: String?, var appID: Int)

Represents the details required to log into Steam3 as a game server.

Parameters

token

Gets or sets the authentication token used to log in as a game server.

appID

Gets or sets the AppID this gameserver will serve.

Constructors

Link copied to clipboard
constructor(token: String?, appID: Int)

Properties

Link copied to clipboard
var appID: Int
Link copied to clipboard