FOnlineIdentityTwitch::RevokeAuthToken

Revoke the user's registered auth token.

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::RevokeAuthToken()

FOnlineIdentityTwitch::RevokeAuthToken()

References

Module

OnlineSubsystemTwitch

Header

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Public/OnlineIdentityTwitch.h

Include

#include "OnlineIdentityTwitch.h"

Source

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Private/OnlineIdentityTwitch.cpp

Syntax

virtual void RevokeAuthToken
(
    const FUniqueNetId & LocalUserId,
    const FOnRevokeAuthTokenCompleteDelegate & Delegate
)

Remarks

Revoke the user's registered auth token.

Parameters

Parameter

Description

LocalUserId

the unique net of the associated user

Delegate

delegate to execute when the async task completes

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss