8 namespace swift::core::fsd
10 AuthResponse::AuthResponse() : MessageBase() {}
12 AuthResponse::AuthResponse(
const QString &sender,
const QString &receiver,
const QString &response)
13 :
MessageBase(sender, receiver), m_response(response)
18 auto tokens = QStringList {};
27 if (tokens.size() < 3)
Responds to an authentication challenge. The protocol for formulating and responding to auth challeng...
static AuthResponse fromTokens(const QStringList &tokens)
Construct from tokens.
QString m_response
response
QStringList toTokens() const
Message converted to tokens.
QString m_receiver
message receiver
QString m_sender
message sender
Class for emitting a log message.
Derived & warning(const char16_t(&format)[N])
Set the severity to warning, providing a format string.