Skip to main content

RevokeChannelToken

iOS
If you were looking for the method for use with Unreal Engine, see RevokeChannelToken for Unreal Engine SDK.

Only supports the Apple channel.

Call the API of a social network channel to revoke the token provided by the channel.

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 methodID is INTL_AUTH_REVOKE_CHANNEL_TOKEN.

Code sample

INTLAPI.RevokeChannelToken();