Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include | #include "IDesktopPlatform.h" |
bool GetHordeAccessToken
(
const FString & HordeUrl,
bool bUnattended,
FFeedbackContext * Warn,
FString & OutToken,
FDateTime & OutTokenExpiresAt,
bool & bOutWasInteractiveLogin
)
Remarks
Gets an access token for the given Horde Server. true if the task completed successfully.
Parameters
| Name | Description |
|---|---|
| HordeUrl | URL of the Horde server. |
| bUnattended | True to indicate that no user interaction should be assumed |
| Warn | Feedback context to use for progress updates |
| OutToken | The allocated access token |
| OutTokenExpiresAt | When the token expires |
| bOutWasInteractiveLogin | True if the interactive login flow was used |