Class AuthSteamService#
Defined in File AuthSteamService.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ServiceBase
(Class ServiceBase)
Class Documentation#
- class xbe.sdk.Services.AuthSteamService : xbe.sdk.ServiceBase#
Public Types
Public Functions
- AuthSteamService ()#
- Task<AuthToken> Authenticate (AuthMethod method, string token)#
Retrieves a new authorization access token using a Steam Encrypted App Ticket or User Session Token.
- Return:
A task whose result is the authentication token.
- Task<AuthToken> Authenticate (AuthMethod method, Dictionary<string, string> query)
Retrieves a new authorization access token using the Steam OpenID Connect API.
- Return:
A task whose result is the authentication token.
- Task<AuthToken> Connect (AuthMethod method, string token, bool force = false)#
Retrieves a new authorization access token using a Steam Encrypted App Ticket or User Session Token.
- Return:
A task whose result is the authentication token.
- Task<AuthToken> Connect (AuthMethod method, Dictionary<string, string> query, bool force = false)
Retrieves a new authorization access token using the Steam OpenID Connect API.
- Return:
A task whose result is the authentication token.