8 namespace swift::core::fsd
10 AuthChallenge::AuthChallenge() : MessageBase() {}
13 :
MessageBase(sender, target), m_challengeKey(challengeKey)
27 if (tokens.
size() < 3)
FSD Message: auth challenge.
QStringList toTokens() const
Message converted to tokens.
QString m_challengeKey
key
static AuthChallenge fromTokens(const QStringList &tokens)
Construct from 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.
void push_back(QList< T >::parameter_type value)
qsizetype size() const const