|
10Duke Enterprise C++ Client
|
#include <RedirectUriHandler.h>
A HTTPRequestHandler, which listens to OAuth2 server redirect URI and signals of the completion of the login.
Public Member Functions | |
| RedirectUriHandler (std::string responseMessage) | |
| Constructs new instance. | |
| void | abort () |
| Aborts. | |
| std::future< std::string > | getResult () |
| Returns the result. | |
| void | handle (http::server::HTTPRequest request, http::server::HTTPResponse response) override |
| Handles the request. | |
|
inlineexplicit |
Constructs new instance.
| responseMessage | - |
| std::future< std::string > tenduke::oidc::osbrowser::RedirectUriHandler::getResult | ( | ) |
Returns the result.
|
overridevirtual |
Handles the request.
| request | - |
| response | - |
Implements tenduke::http::server::HTTPRequestHandler.