Navigation
API > API/Plugins > API/Plugins/WebAPI
| Name | FWebAPIAuthenticationSchemeHandler |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPI/Public/Security/WebAPIAuthentication.h |
| Include Path | #include "Security/WebAPIAuthentication.h" |
Syntax
class FWebAPIAuthenticationSchemeHandler :
public FWebAPIHttpRequestHandlerInterface ,
public FWebAPIHttpResponseHandlerInterface
Inheritance Hierarchy
- FWebAPIHttpRequestHandlerInterface → FWebAPIAuthenticationSchemeHandler
- FWebAPIHttpResponseHandlerInterface → FWebAPIAuthenticationSchemeHandler
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FWebAPIAuthenticationSchemeHandler() |
Security/WebAPIAuthentication.h |
Functions
Public
Overridden from FWebAPIHttpRequestHandlerInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HandleHttpRequest
(
TSharedPtr< IHttpRequest > InRequest, |
Return true if the request was handled, subsequent handlers won't be called. | Security/WebAPIAuthentication.h |
Overridden from FWebAPIHttpResponseHandlerInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HandleHttpResponse
(
EHttpResponseCodes::Type InResponseCode, |
Return true if the response was handled, subsequent handlers won't be called. | Security/WebAPIAuthentication.h |