Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineIdentity
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include | #include "Interfaces/OnlineIdentityInterface.h" |
void RevokeAuthToken
(
const FUniqueNetId & LocalUserId,
const FOnRevokeAuthTokenCompleteDelegate & Delegate
)
Remarks
Revoke the user's registered auth token.
Parameters
| Name | Description |
|---|---|
| LocalUserId | the unique net of the associated user |
| Delegate | delegate to execute when the async task completes |