Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.APIClient.RequestSteamAuthentication

Jackson Wood edited this page Mar 6, 2019 · 2 revisions

APIClient.RequestSteamAuthentication

public static void RequestSteamAuthentication(string steamUserAuthenticationTicket, Action<string> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
steamUserAuthenticationTicket The Steam users (Encrypted App Ticket)[https://partner.steamgames.com/doc/features/auth#encryptedapptickets] provided by the Steamworks SDK.
successCallback Action to execute if the request succeeds
errorCallback Action to execute if the request returns an error

Description

Request an OAuthToken using a Steam User authentication ticket.

This request can be used to request a user authentication token for the game/app instead sending the user an email with ModIO.APIClient.SendSecurityCode.

See Authentication and Security for more information.

See also: docs.mod.io page, ModIO.APIClient.GetOAuthToken, ModIO.UserAuthenticationData

Clone this wiki locally