10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::oauth::OAuthBackendConfiguration Class Reference

#include <OAuthBackendConfiguration.h>

Detailed Description

Container for OAuth-backend configuration.

Inheritance diagram for tenduke::oauth::OAuthBackendConfiguration:
tenduke::oauth::OAuthConfiguration

Public Member Functions

 OAuthBackendConfiguration (std::string authorizationEndpointUrl, std::string tokenEndpointUrl, std::string deviceAuthorizationEndpointUrl="")
 Constructs new instance.
 

Public Attributes

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.
 

Constructor & Destructor Documentation

◆ 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: