You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
public static void GetOAuthToken(string securityCode, Action<string> successCallback, Action<WebRequestError> errorCallback);
Parameters
Name
Description
securityCode
Security code sent to the user's email address
successCallback
Action to execute if the request succeeds
errorCallback
Action to execute if the request returns an error
Description
Requests a user OAuthToken in exchange for a security code.
This request is the second step of authenticating a user account for the game/app, requesting the user OAuthToken paired with the security code provided.