Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Server
Inheritance Hierarchy
- FJsonSerializable
- FGetAuthConfigResponse
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Server/ServerMessages.h |
| Include | #include "Server/ServerMessages.h" |
Syntax
struct FGetAuthConfigResponse : public FJsonSerializable
Remarks
Describes the auth config for this server
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | ClientId | Client id for the OIDC authority | |
| TArray< FString > | LocalRedirectUrls | Optional redirect url provided to OIDC login for external tools (typically to a local server) | |
| FString | Method | Issuer for tokens from the auth provider | |
| FString | ServerUrl | Issuer for tokens from the auth provider |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FJsonSerializable
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FJsonSerializerBase& Serializer, |
Abstract method that needs to be supplied using the macros |