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 330 of file archive_account_manager.cpp.
|
inline |
Definition at line 342 of file archive_account_manager.cpp.
|
inline |
Definition at line 340 of file archive_account_manager.cpp.
Referenced by jami::ArchiveAccountManager::DeviceContextBase::handleCanceledMessage(), and jami::ArchiveAccountManager::DeviceContextBase::handleTimeoutMessage().
|
inline |
Definition at line 346 of file archive_account_manager.cpp.
|
inline |
Definition at line 344 of file archive_account_manager.cpp.
References JAMI_DEBUG.
Referenced by jami::ArchiveAccountManager::provideAccountAuthentication().
|
inline |
Definition at line 336 of file archive_account_manager.cpp.
Referenced by jami::ArchiveAccountManager::confirmAddDevice(), jami::ArchiveAccountManager::AddDeviceContext::createCanceledMsg(), jami::ArchiveAccountManager::provideAccountAuthentication(), and timeout().
Definition at line 356 of file archive_account_manager.cpp.
References set(), and jami::toString().
std::map<std::string, std::string> jami::ArchiveAccountManager::AuthMsg::payload |
Definition at line 333 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 332 of file archive_account_manager.cpp.