Navigation
API > API/Plugins > API/Plugins/LiveLinkSoundDevice
Helper class for HTTP Digest Authentication (RFC 2617)
| Name | FHttpDigestAuthHelper |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/LiveLinkSoundDevice/Source/LiveLinkSoundDevice/Public/HttpDigestAuth.h |
| Include Path | #include "HttpDigestAuth.h" |
Syntax
class FHttpDigestAuthHelper
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Compute MD5 hash of input string | HttpDigestAuth.h | ||
| Generate Authorization header value for authenticated request | HttpDigestAuth.h | ||
static FString GenerateNonce() |
Generate random nonce for client | HttpDigestAuth.h | |
static bool ParseDigestChallenge
(
const FString& AuthHeader, |
Parse WWW-Authenticate header from 401 response | HttpDigestAuth.h | |
| Parse key=value or key="value" pair from header | HttpDigestAuth.h |