Skip to main content

Retrieve Local Authentication Data (GetAuthResult)

AndroidiOSWindows
If you're using the Unity engine, see the GetAuthResult for Unity SDK.

Retrieve local login data.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool GetAuthResult(FINTLAuthResult &AuthRet);

Input Parameters

ParametersTypeExplanation
AuthRetFINTLAuthResultAuthentication State

Callback processing

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

The callback ID is kMethodIDAuthGetAuthResult.

Code example

FINTLAuthResult authRet;
UINTLSDKAPI::GetAuthResult(authRet);