39 const std::shared_ptr<const tenduke::osa::BrowserIntegration> &browser,
40 const std::shared_ptr<tenduke::oidc::osbrowser::RedirectUriHandler> &redirectUriHandler,
41 const std::shared_ptr<tenduke::http::server::AbstractHTTPServer> &httpServer,
42 std::unique_ptr<const tenduke::oidc::OIDCBrowserFlowAuthenticationRequest> oidcRequest
47 std::unique_ptr<tenduke::oidc::OIDCState>
execute()
override;
48 void abort()
override;
51 const std::shared_ptr<const tenduke::osa::BrowserIntegration> browser;
52 const std::shared_ptr<tenduke::oidc::osbrowser::RedirectUriHandler> redirectUriHandler;
53 const std::shared_ptr<tenduke::http::server::AbstractHTTPServer> httpServer;
54 const std::unique_ptr<const tenduke::oidc::OIDCBrowserFlowAuthenticationRequest> oidcRequest;
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4