Audacity 3.2.0
Public Attributes | List of all members
cloud::audiocom::AuthStateChangedMessage Struct Referencefinal

Message that is sent when authorization state changes. More...

#include <OAuthService.h>

Collaboration diagram for cloud::audiocom::AuthStateChangedMessage:
[legend]

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...
 

Detailed Description

Message that is sent when authorization state changes.

Definition at line 25 of file OAuthService.h.

Member Data Documentation

◆ accessToken

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.

◆ authorised

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().

◆ errorMessage

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().


The documentation for this struct was generated from the following file: