Skip to main content

Query ID Token [Player Network SDK only]

[Player Network SDK Only] Exchange OpenID for ID Token, used for PlayFab login.

Supported platforms

Supports Android, iOS, Windows platform.

Function Definition

void QueryIDToken();

Callback Handling

The callback interface is GUAIDTokenResultObservers.The callback data structure is GUAIDTokenResult.

The callback event is IDTokenEvents. The callback ID is GUA_ACCOUNT_QUERY_TOKEN_ID.

Code example

UnionAdapterAPI.GetAccountService().QueryIDToken();