Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/FAuthLogin
| Name | Params |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include Path | #include "Online/Auth.h" |
Syntax
struct Params
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CredentialsId | FString | Online/Auth.h | ||
| CredentialsToken | TVariant< FString, FExternalAuthToken > | Online/Auth.h | ||
| CredentialsType | FName | Online/Auth.h | ||
| PlatformUserId | FPlatformUserId | The PlatformUserId of the Local User making the request. | Online/Auth.h | |
| Scopes | TArray< FString > | Online/Auth.h |