|
10Duke Enterprise C++ Client
|
Public Member Functions | |
| OIDCResourceOwnerPasswordLoginRequest (std::unique_ptr<::tenduke::oidc::ropg::OIDCResourceOwnerPasswordRequest > request, std::uint32_t maxLoginAttempts) | |
| std::unique_ptr<::tenduke::oidc::OIDCState > | execute () override |
| Performs the login. | |
| void | abort () override |
| Aborts the login. | |
|
overridevirtual |
Aborts the login.
This allows another thread to abort a dangling login process.
Implements tenduke::oidc::OIDCLoginRequest.
|
overridevirtual |
Performs the login.
Implements tenduke::oidc::OIDCLoginRequest.