Skip to main content

Revoke Channel Token (RevokeChannelToken)

iOS
If you're using the Unity engine, see the RevokeChannelToken for the Unity SDK.

Only supports Apple channel.

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

For more information, see Account Deletion Process.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void RevokeChannelToken();

Observers

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

The callback ID is kMethodIDAuthRevokeChannelToken.

Code example

UINTLSDKAPI::RevokeChannelToken();