Navigation
API > API/Plugins > API/Plugins/WebAPI
| Name | FWebAPIOAuthSchemeHandler |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPI/Public/Security/WebAPIAuthentication.h |
| Include Path | #include "Security/WebAPIAuthentication.h" |
Syntax
class FWebAPIOAuthSchemeHandler : public FWebAPIAuthenticationSchemeHandler
Inheritance Hierarchy
- FWebAPIHttpRequestHandlerInterface → FWebAPIAuthenticationSchemeHandler → FWebAPIOAuthSchemeHandler
- FWebAPIHttpResponseHandlerInterface → FWebAPIAuthenticationSchemeHandler → FWebAPIOAuthSchemeHandler
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedAuthSettings | TWeakObjectPtr< UWebAPIOAuthSettings > | Security/WebAPIAuthentication.h |
Functions
Public
Overridden from FWebAPIHttpRequestHandlerInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual 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 |
|---|---|---|---|
virtual bool HandleHttpResponse
(
EHttpResponseCodes::Type InResponseCode, |
Return true if the response was handled, subsequent handlers won't be called. | Security/WebAPIAuthentication.h |