10Duke Enterprise C++ SDK
Loading...
Searching...
No Matches
OAuthBackendConfiguration.h
1#ifndef TENDUKE_OAUTH_OAUTHBACKENDCONFIGURATION_H
2#define TENDUKE_OAUTH_OAUTHBACKENDCONFIGURATION_H
3
4#include <memory>
5#include <string>
6#include <utility>
7
8namespace tenduke { namespace oauth {
9
10
41
42
43}}
44
45#endif // TENDUKE_OAUTH_OAUTHBACKENDCONFIGURATION_H
OAuthBackendConfiguration(std::string authorizationEndpointUrl, std::string tokenEndpointUrl, std::string deviceAuthorizationEndpointUrl="")
Constructs new instance.
Definition OAuthBackendConfiguration.h:23
const std::string tokenEndpointUrl
URL for the OAuth 2 token endpoint.
Definition OAuthBackendConfiguration.h:39
const std::string deviceAuthorizationEndpointUrl
URL for the OAuth 2 device authorization endpoint.
Definition OAuthBackendConfiguration.h:36
const std::string authorizationEndpointUrl
URL for the OAuth 2 authorization endpoint.
Definition OAuthBackendConfiguration.h:33
OAuthBackendConfiguration(std::string authorizationEndpointUrl, std::string tokenEndpointUrl, std::string deviceAuthorizationEndpointUrl="")
Constructs new instance.
Definition OAuthBackendConfiguration.h:23
OAuth services.
Definition AccessTokenRequestAuthenticator.h:8
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4