Skip to main content

Revoke Channel Token (RevokeChannelToken)

iOS
If you are using Unreal Engine, please see Unreal Engine SDK's RevokeChannelToken.

Call the social channel's interface to revoke the corresponding token.

Supported Channels:

  • Apple

For more information, see Account Deletion Process.

Function definition

public static void RevokeChannelToken();

Callback processing

The callback processing interface is AuthBaseResultObserver.The callback data structure is BaseResult.

The callback ID is INTL_AUTH_REVOKE_CHANNEL_TOKEN.

Code example

INTLAPI.RevokeChannelToken();