C# Class SteamWebAPI2.Interfaces.SteamUserAuth

Inheritance: SteamWebInterface, ISteamUserAuth
Afficher le fichier Open project: babelshift/SteamWebAPI2

Méthodes publiques

Méthode Description
AuthenticateUserTicket ( int appId, string ticket ) : Task

Authenticates a Steam User based on a User Ticket from GetAuthSessionTicket

SteamUserAuth ( string steamWebApiKey ) : SteamWebAPI2.Utilities

Method Details

AuthenticateUserTicket() public méthode

Authenticates a Steam User based on a User Ticket from GetAuthSessionTicket
public AuthenticateUserTicket ( int appId, string ticket ) : Task
appId int App ID of the game to authenticate against
ticket string Ticket from GetAuthSessionTicket
Résultat Task

SteamUserAuth() public méthode

public SteamUserAuth ( string steamWebApiKey ) : SteamWebAPI2.Utilities
steamWebApiKey string
Résultat SteamWebAPI2.Utilities