10Duke Scale C++ Client
Loading...
Searching...
No Matches
OAuthAuthorizationRequest.h
1#ifndef TENDUKE_OAUTH_OAUTHAUTHORIZATIONREQUEST_H
2#define TENDUKE_OAUTH_OAUTHAUTHORIZATIONREQUEST_H
3
4
5namespace tenduke { namespace oauth {
6
7
12{
13public:
14 virtual ~OAuthAuthorizationRequest() = default;
15};
16
17
18}}
19
20#endif // TENDUKE_OAUTH_OAUTHAUTHORIZATIONREQUEST_H
OAuth-request handles the OAuth authorization flow.
Definition OAuthAuthorizationRequest.h:12
OAuth services.
Definition AccessTokenRequestAuthenticator.h:8
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7