Navigation
API > API/Plugins > API/Plugins/WebAPI > API/Plugins/WebAPI/Security > API/Plugins/WebAPI/Security/FWebAPIOAuthSchemeHandler
- FWebAPIHttpResponseHandlerInterface::HandleHttpResponse()
- FWebAPIAuthenticationSchemeHandler::HandleHttpResponse()
- FWebAPIOAuthSchemeHandler::HandleHttpResponse()
References
| Module | WebAPI |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPI/Public/Security/WebAPIAuthentication.h |
| Include | #include "Security/WebAPIAuthentication.h" |
| Source | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPI/Private/Security/WebAPIAuthentication.cpp |
virtual bool HandleHttpResponse
&40;
EHttpResponseCodes::Type InResponseCode,
TSharedPtr< IHttpResponse > InResponse,
bool bInWasSuccessful,
UWebAPIDeveloperSettings &42; InSettings
&41;
Remarks
Return true if the response was handled, subsequent handlers won't be called.