Revoke Channel Token (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();