Skip to main content

Get encrypted login information (GetAuthEncryptData)

Windows
If you are using Unreal Engine, see Unreal Engine SDK's GetAuthEncryptData.

This interface is designed for games using a launcher. The launcher obtains login data through this interface and passes it to the game.

Function Definition

public static string GetAuthEncryptData();

Code example

string authData = INTLAPI.GetAuthEncryptData();

Return Value

Returns login information when the player logs in, otherwise returns an empty string.