#include <OAuthBackendConfiguration.h>
Container for OAuth-backend configuration.
|
| | OAuthBackendConfiguration (std::string authorizationEndpointUrl, std::string tokenEndpointUrl, std::string deviceAuthorizationEndpointUrl="") |
| | Constructs new instance.
|
|
|
const std::string | authorizationEndpointUrl |
| | URL for the OAuth 2 authorization endpoint.
|
|
const std::string | deviceAuthorizationEndpointUrl |
| | URL for the OAuth 2 device authorization endpoint.
|
|
const std::string | tokenEndpointUrl |
| | URL for the OAuth 2 token endpoint.
|
◆ OAuthBackendConfiguration()
| tenduke::oauth::OAuthBackendConfiguration::OAuthBackendConfiguration |
( |
std::string | authorizationEndpointUrl, |
|
|
std::string | tokenEndpointUrl, |
|
|
std::string | deviceAuthorizationEndpointUrl = "" ) |
|
inline |
Constructs new instance.
- Parameters
-
| authorizationEndpointUrl | - |
| tokenEndpointUrl | - |
| deviceAuthorizationEndpointUrl | - |
The documentation for this class was generated from the following file: