| 
    10Duke Enterprise C++ Client
    
   | 
 
#include <OAuthBackendConfiguration.h>
Container for OAuth-backend configuration.
  
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.  | |
      
  | 
  inline | 
Constructs new instance.
| authorizationEndpointUrl | - | 
| tokenEndpointUrl | - | 
| deviceAuthorizationEndpointUrl | - |