QueryIDToken
AndroidiOSWindows
If you were looking for the method for use with Unity, see QueryIDToken for Unity SDK.
If you were looking for the method for use with Unity, see QueryIDToken for Unity SDK.
Exchange OpenID for an ID token, to be used in PlayFab login.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool QueryIDToken()
Input parameters
No input parameters are required.
Observers
The callback processing interface is IDTokenResultObserver. The callback data structure is IDTokenResult.
The callback methodID is kMethodIDAuthQueryIDToken
.
Code sample
UINTLSDKAPI::QueryIDToken();