SteamEx v0.2.0-alpha SteamEx.ISteamUserAuth View Source
Used to access information about users.
For more info on how to use the Steamworks Web API please see the Web API Overview.
Link to this section Summary
Functions
Name | Type | Required | Description |
steamid | uint64 | ✔ | Should be the users steamid, unencrypted. |
sessionkey | rawbinary | ✔ | 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 | rawbinary | ✔ | Should be the users hashed loginkey, AES encrypted with the sessionkey. |
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
appid | uint32 | ✔ | appid of game |
ticket | string | ✔ | Ticket from GetAuthSessionTicket. |
Link to this section Functions
Name | Type | Required | Description |
steamid | uint64 | ✔ | Should be the users steamid, unencrypted. |
sessionkey | rawbinary | ✔ | 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 | rawbinary | ✔ | Should be the users hashed loginkey, AES encrypted with the sessionkey. |
See other: https://partner.steamgames.com/doc/webapi/ISteamUserAuth#AuthenticateUser
Link to this function
authenticate_user_ticket(access_key, params \\ %{}, headers \\ %{})
View Source
Name | Type | Required | Description |
key | string | ✔ | Steamworks Web API user authentication key. |
appid | uint32 | ✔ | appid of game |
ticket | string | ✔ | Ticket from GetAuthSessionTicket. |
See other: https://partner.steamgames.com/doc/webapi/ISteamUserAuth#AuthenticateUserTicket