Audacity 3.2.0
|
Message that is sent when authorization state changes. More...
#include <OAuthService.h>
Public Attributes | |
std::string_view | accessToken |
OAuth access token, valid for the current session or less. More... | |
std::string_view | errorMessage |
Error message returned by the server in case of oauth error. More... | |
AudiocomTrace | trace |
bool | authorised |
Flag that indicates if user is authorised. More... | |
bool | silent |
Message that is sent when authorization state changes.
Definition at line 28 of file OAuthService.h.
std::string_view audacity::cloud::audiocom::AuthStateChangedMessage::accessToken |
OAuth access token, valid for the current session or less.
Definition at line 31 of file OAuthService.h.
bool audacity::cloud::audiocom::AuthStateChangedMessage::authorised |
Flag that indicates if user is authorised.
Definition at line 36 of file OAuthService.h.
Referenced by audacity::cloud::audiocom::AuthorizationHandler::OnAuthStateChanged(), and LoginDialog::OnOAuthStateChanged().
std::string_view audacity::cloud::audiocom::AuthStateChangedMessage::errorMessage |
Error message returned by the server in case of oauth error.
Definition at line 33 of file OAuthService.h.
Referenced by audacity::cloud::audiocom::AuthorizationHandler::OnAuthStateChanged().
bool audacity::cloud::audiocom::AuthStateChangedMessage::silent |
Definition at line 37 of file OAuthService.h.
Referenced by audacity::cloud::audiocom::AuthorizationHandler::OnAuthStateChanged().
AudiocomTrace audacity::cloud::audiocom::AuthStateChangedMessage::trace |
Definition at line 34 of file OAuthService.h.
Referenced by audacity::cloud::audiocom::AuthorizationHandler::OnAuthStateChanged().