IOnlineIdentity::GetAuthToken

Gets a user's platform specific authentication token to verify their identity

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::GetAuthToken()

FOnlineIdentityTwitch::GetAuthToken()

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

FString GetAuthToken
(
    int32 LocalUserNum
) const

Remarks

Gets a user's platform specific authentication token to verify their identity

Returns

String representing the authentication token

Parameters

Parameter

Description

LocalUserNum

the controller number of the associated user

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