Navigation
API > API/Plugins > API/Plugins/WebAPI > API/Plugins/WebAPI/Security
Inheritance Hierarchy
- FWebAPIHttpRequestHandlerInterface
- FWebAPIHttpResponseHandlerInterface
- FWebAPIAuthenticationSchemeHandler
- FWebAPIOAuthSchemeHandler
References
| Module | WebAPI |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPI/Public/Security/WebAPIAuthentication.h |
| Include | #include "Security/WebAPIAuthentication.h" |
Syntax
class FWebAPIOAuthSchemeHandler : public FWebAPIAuthenticationSchemeHandler
Overridden from FWebAPIHttpRequestHandlerInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | HandleHttpRequest
(
TSharedPtr< IHttpRequest > InRequest, |
Return true if the request was handled, subsequent handlers won't be called. |
Overridden from FWebAPIHttpResponseHandlerInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | HandleHttpResponse
(
EHttpResponseCodes::Type InResponseCode, |
Return true if the response was handled, subsequent handlers won't be called. |