Skip to main content

QueryIDToken

AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see QueryIDToken for Unreal Engine SDK.

This API takes your current auth result and requests for an ID token.

Function definition

public void 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 INTL_AUTH_QUERY_TOKEN_ID.

Code sample

INTLAPI.QueryIDToken();