1#ifndef TENDUKE_OAUTH_OAUTHBACKENDCONFIGURATION_H 
    2#define TENDUKE_OAUTH_OAUTHBACKENDCONFIGURATION_H 
    4#include "crypto/PublicKey.h" 
OAuthBackendConfiguration(std::string authorizationEndpointUrl, std::string tokenEndpointUrl, std::string deviceAuthorizationEndpointUrl="")
Constructs new instance.
Definition OAuthBackendConfiguration.h:25
 
const std::string tokenEndpointUrl
URL for the OAuth 2 token endpoint.
Definition OAuthBackendConfiguration.h:41
 
const std::string deviceAuthorizationEndpointUrl
URL for the OAuth 2 device authorization endpoint.
Definition OAuthBackendConfiguration.h:38
 
const std::string authorizationEndpointUrl
URL for the OAuth 2 authorization endpoint.
Definition OAuthBackendConfiguration.h:35
 
OAuthBackendConfiguration(std::string authorizationEndpointUrl, std::string tokenEndpointUrl, std::string deviceAuthorizationEndpointUrl="")
Constructs new instance.
Definition OAuthBackendConfiguration.h:25
 
OAuth services.
Definition AccessTokenRequestAuthenticator.h:8
 
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4