Audacity 3.2.0
|
#include <chrono>
#include <functional>
#include <string_view>
#include <string>
#include <mutex>
#include "Observer.h"
Go to the source code of this file.
Classes | |
struct | audacity::cloud::audiocom::AuthStateChangedMessage |
Message that is sent when authorization state changes. More... | |
class | audacity::cloud::audiocom::OAuthService |
Service responsible for OAuth authentication against the audio.com service. More... | |
Namespaces | |
namespace | audacity |
namespace | audacity::cloud |
namespace | audacity::cloud::audiocom |
Functions | |
OAuthService & | audacity::cloud::audiocom::GetOAuthService () |
Returns the instance of the OAuthService. More... | |