RevokeChannelToken
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
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void RevokeChannelToken();
Observers
The callback processing interface is AuthBaseResultObserver. The callback data structure is BaseResult.
The callback methodID is kMethodIDAuthRevokeChannelToken
.
Code sample
UINTLSDKAPI::RevokeChannelToken();