GetAuthEncryptData
Windows
If you were looking for the method for use with Unreal Engine, see GetAuthEncryptData for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see GetAuthEncryptData for Unreal Engine SDK.
This interface is designed for games launched by Launcher. Launcher can get auth data via this interface, and pass to the game.
Function definition
public static string GetAuthEncryptData();
Code sample
string authData = INTLAPI.GetAuthEncryptData();
Return value
Returns the auth data if the user is logged in, otherwise an empty string will be returned.