#include "OAuthService.h"
#include <cassert>
#include <cctype>
#include <rapidjson/document.h>
#include <rapidjson/writer.h>
#include "CodeConversions.h"
#include "Prefs.h"
#include "IResponse.h"
#include "NetworkManager.h"
#include "Request.h"
#include "ServiceConfig.h"
#include "UrlDecode.h"
#include "BasicUI.h"
#include "ExportUtils.h"
#include "StringUtils.h"
#include "UrlEncode.h"
Go to the source code of this file.
|
void | audacity::cloud::audiocom::anonymous_namespace{OAuthService.cpp}::WriteClientFields (rapidjson::Document &document) |
|
void | audacity::cloud::audiocom::anonymous_namespace{OAuthService.cpp}::WriteAccessFields (rapidjson::Document &document, std::string_view grantType, std::string_view scope) |
|
void | audacity::cloud::audiocom::anonymous_namespace{OAuthService.cpp}::WriteCommonFields (rapidjson::Document &document, std::string_view grantType, std::string_view scope) |
|
template<typename Elem , typename First , typename ... Others> |
void | audacity::cloud::audiocom::anonymous_namespace{OAuthService.cpp}::append (std::basic_string< Elem > &dest, First &&first, Others &&...others) |
|
template<typename First , typename ... Others> |
auto | audacity::cloud::audiocom::anonymous_namespace{OAuthService.cpp}::concat (First &&first, Others &&...others) |
|
OAuthService & | audacity::cloud::audiocom::GetOAuthService () |
| Returns the instance of the OAuthService. More...
|
|