Navigation
API > API/Developer > API/Developer/Horde
Describes the auth config for this server
| Name | FGetAuthConfigResponse |
| Type | struct |
| Header File | /Engine/Source/Developer/Horde/Public/Server/ServerMessages.h |
| Include Path | #include "Server/ServerMessages.h" |
Syntax
struct FGetAuthConfigResponse : public FJsonSerializable
Inheritance Hierarchy
- FJsonSerializable → FGetAuthConfigResponse
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGetAuthConfigResponse() |
Server/ServerMessages.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGetAuthConfigResponse() |
Server/ServerMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClientId | FString | Client id for the OIDC authority | Server/ServerMessages.h | |
| LocalRedirectUrls | TArray< FString > | Optional redirect url provided to OIDC login for external tools (typically to a local server) | Server/ServerMessages.h | |
| Method | FString | Issuer for tokens from the auth provider | Server/ServerMessages.h | |
| ServerUrl | FString | Issuer for tokens from the auth provider | Server/ServerMessages.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FJsonSerializerBase& Serializer, |
Server/ServerMessages.h |