ISteamUserAuth

Methods ISteamUserAuth

Cream::ISteamUserAuth.authenticateuser(steamid : UInt64, apikey : String)

Parameters

steamid

Type: uint64
Optional: false
Description: Should be the users steamid, unencrypted.

sessionkey

Type: rawbinary
Optional: false
Description: Should be a 32 byte random blob of data, which is then encrypted with RSA using the Steam system's public key.  Randomness is important here for security.

encrypted_loginkey

Type: rawbinary
Optional: false
Description: Should be the users hashed loginkey, AES encrypted with the sessionkey.
Cream::ISteamUserAuth.authenticateuserticket(key : String, appid : UInt32, ticket : String)

Parameters

key

Type: string
Optional: false
Description: access key

appid

Type: uint32
Optional: false
Description: appid of game

ticket

Type: string
Optional: false
Description: Ticket from GetAuthSessionTicket.

results matching ""

    No results matching ""