Skip to main content

QueryIDToken [Player Network SDK Only]

[Player Network SDK Only] Exchange OpenID for ID token which is used for PlayFab login.

Supported Platform

Supports Android, iOS, Windows platform.

Function Definition

void QueryIDToken();

Callback Processing

The callback processing API is GUAIDTokenResultObservers. The callback data structure is GUAIDTokenResult.

The callback event is IDTokenEvents. The callback methodID is GUA_ACCOUNT_QUERY_TOKEN_ID.

Code Sample

UnionAdapterAPI.GetAccountService().QueryIDToken();