Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
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
| Type | Name | Description | |
|---|---|---|---|
| FString | Id | Id of the user logging in (email, display name, facebook id, etc) | |
| FString | Token | Credentials of the user logging in (password or auth token) | |
| FString | Type | Type of account. Needed to identity the auth method to use (epic, internal, facebook, etc) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor | |||
FOnlineAccountCredentials
(
const FString& InType, |
Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FOnlineAccountCredentials& Other |
Equality operator |