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... | |
bool | authorised |
Flag that indicates if user is authorised. More... | |
Message that is sent when authorization state changes.
Definition at line 25 of file OAuthService.h.
std::string_view cloud::audiocom::AuthStateChangedMessage::accessToken |
OAuth access token, valid for the current session or less.
Definition at line 28 of file OAuthService.h.
bool cloud::audiocom::AuthStateChangedMessage::authorised |
Flag that indicates if user is authorised.
Definition at line 32 of file OAuthService.h.
Referenced by cloud::audiocom::AuthorizationHandler::OnAuthStateChanged().
std::string_view cloud::audiocom::AuthStateChangedMessage::errorMessage |
Error message returned by the server in case of oauth error.
Definition at line 30 of file OAuthService.h.
Referenced by cloud::audiocom::AuthorizationHandler::OnAuthStateChanged().