Ring Daemon 16.0.0
|
Public Member Functions | |
AddDeviceContext (std::shared_ptr< dhtnet::ChannelSocket > c) | |
AuthMsg | createCanceledMsg () const |
![]() | |
DeviceContextBase (uint64_t operationId, AuthDecodingState initialState) | |
constexpr std::string_view | formattedAuthState () const |
DeviceAuthInfo::Error | getErrorState () const |
bool | handleCanceledMessage (const AuthMsg &msg) |
bool | handleTimeoutMessage (const AuthMsg &msg) |
bool | isCompleted () const |
Public Attributes | |
std::string_view | authScheme |
std::shared_ptr< dhtnet::ChannelSocket > | channel |
std::string | credentials |
unsigned | maxTries {3} |
unsigned | numTries {0} |
![]() | |
std::string | accData |
bool | archiveTransferredWithoutFailure {false} |
bool | authEnabled {false} |
uint64_t | opId |
std::string | scheme |
AuthDecodingState | state {AuthDecodingState::EST} |
Definition at line 501 of file archive_account_manager.cpp.
|
inline |
Definition at line 509 of file archive_account_manager.cpp.
References jami::EST.
|
inline |
Definition at line 514 of file archive_account_manager.cpp.
References jami::ArchiveAccountManager::AuthMsg::set(), and jami::toString().
std::string_view jami::ArchiveAccountManager::AddDeviceContext::authScheme |
Definition at line 506 of file archive_account_manager.cpp.
std::shared_ptr<dhtnet::ChannelSocket> jami::ArchiveAccountManager::AddDeviceContext::channel |
Definition at line 505 of file archive_account_manager.cpp.
std::string jami::ArchiveAccountManager::AddDeviceContext::credentials |
Definition at line 507 of file archive_account_manager.cpp.
unsigned jami::ArchiveAccountManager::AddDeviceContext::maxTries {3} |
Definition at line 504 of file archive_account_manager.cpp.
unsigned jami::ArchiveAccountManager::AddDeviceContext::numTries {0} |
Definition at line 503 of file archive_account_manager.cpp.