10Duke Enterprise C++ Client
|
#include <ConsoleOIDCLogin.h>
Custom OIDC-login service.
Public Member Functions | |
ConsoleOIDCLogin (const std::shared_ptr<::tenduke::oidc::OIDCBrowserFlow > &oidcClient) | |
std::unique_ptr<::tenduke::oidc::OIDCLoginRequest > | login () const override |
Starts the login process by creating a login request. | |
|
overridevirtual |
Starts the login process by creating a login request.
Execute the login request to perform the login.
You can keep the login request to e.g. abort a long-running login.
Implements tenduke::oidc::OIDCLogin.