FOnlineAccountCredentials

Account credentials needed to sign in to an online service

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

class FOnlineAccountCredentials

Remarks

Account credentials needed to sign in to an online service

Variables

Name Description

Public variable

FString

 

Id

Id of the user logging in (email, display name, facebook id, etc)

Public variable

FString

 

Token

Credentials of the user logging in (password or auth token)

Public variable

FString

 

Type

Type of account. Needed to identity the auth method to use (epic, internal, facebook, etc)

Constructors

Name Description

Public function

FOnlineAccountCredentials()

Constructor

Public function

FOnlineAccountCredentials

(
    const FString& InType,
    const FString& InId,
    const FString& InToken
)

Constructor

Functions

Name Description

Public function Const

FString

 

ToDebugString()

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FOnlineAccountCredentials& O...
)

Equality operator

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