Skip to main content

Retrieve Local Authentication Data (GetAuthResult)

AndroidiOSWindows
If you're using Unreal Engine, see the GetAuthResult for Unreal Engine SDK.

Retrieve local login data.

Function Definition

public static INTLAuthResult GetAuthResult();

Input Parameters

No input parameters.

Callback processing

The callback processing interface is AuthResultObserver.The callback data structure is AuthResult.

Callback ID is INTL_AUTH_GET_AUTH_RESULT.

Code example

INTLAuthResult ret = INTLAPI.GetAuthResult();