Skip to main content

Query ID Token (QueryIDToken)

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

Use OpenID to exchange for ID token for PlayFab login.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool QueryIDToken()

Input Parameters

No input parameters.

Callback processing

The callback processing interface is IDTokenResultObserver.The callback data structure is IDTokenResult.

Callback ID is kMethodIDAuthQueryIDToken.

Code example

UINTLSDKAPI::QueryIDToken();