Ring Daemon 16.0.0
|
Public Member Functions | |
auto | at (std::string_view key) const |
auto | find (std::string_view key) const |
std::string | formatMsg () |
void | logMsg () |
void | set (std::string_view key, std::string_view value) |
Static Public Member Functions | |
static AuthMsg | timeout () |
Public Attributes | |
std::map< std::string, std::string > | payload |
uint8_t | schemeId {0} |
Definition at line 321 of file archive_account_manager.cpp.
|
inline |
Definition at line 333 of file archive_account_manager.cpp.
|
inline |
Definition at line 331 of file archive_account_manager.cpp.
Referenced by jami::ArchiveAccountManager::DeviceContextBase::handleCanceledMessage(), and jami::ArchiveAccountManager::DeviceContextBase::handleTimeoutMessage().
|
inline |
Definition at line 337 of file archive_account_manager.cpp.
|
inline |
Definition at line 335 of file archive_account_manager.cpp.
References JAMI_DEBUG.
Referenced by jami::ArchiveAccountManager::provideAccountAuthentication().
|
inline |
Definition at line 327 of file archive_account_manager.cpp.
Referenced by jami::ArchiveAccountManager::confirmAddDevice(), jami::ArchiveAccountManager::AddDeviceContext::createCanceledMsg(), jami::ArchiveAccountManager::provideAccountAuthentication(), and timeout().
Definition at line 346 of file archive_account_manager.cpp.
References set(), and jami::toString().
std::map<std::string, std::string> jami::ArchiveAccountManager::AuthMsg::payload |
Definition at line 324 of file archive_account_manager.cpp.
Referenced by jami::ArchiveAccountManager::DeviceContextBase::handleCanceledMessage(), and jami::ArchiveAccountManager::DeviceContextBase::handleTimeoutMessage().
uint8_t jami::ArchiveAccountManager::AuthMsg::schemeId {0} |
Definition at line 323 of file archive_account_manager.cpp.