10Duke Enterprise C++ Client
|
#include <OIDCClientCredentialsGrantLoginRequest.h>
OIDC-login request using OAuth Client Credentials Grant.
Public Member Functions | |
OIDCClientCredentialsGrantLoginRequest (std::unique_ptr< const ::tenduke::oauth::ccg::OAuthClientCredentialsGrantRequest > request) | |
Constructs new instance. | |
std::unique_ptr<::tenduke::oidc::OIDCState > | execute () override |
Performs the login. | |
void | abort () override |
Aborts the login. | |
|
explicit |
Constructs new instance.
request | - |
|
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.