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