6 #ifndef SWIFT_CORE_FSD_AUTHRESPONSE_H
7 #define SWIFT_CORE_FSD_AUTHRESPONSE_H
11 namespace swift::core::fsd
19 AuthResponse(
const QString &sender,
const QString &receiver,
const QString &response);
22 QStringList toTokens()
const;
25 static AuthResponse fromTokens(
const QStringList &tokens);
28 static QString
pdu() {
return QStringLiteral(
"$ZR"); }
bool operator!=(const AddAtc &lhs, const AddAtc &rhs)
Not equal operator.
Responds to an authentication challenge. The protocol for formulating and responding to auth challeng...
static QString pdu()
PDU identifier.
QString m_response
response
QString sender() const
get message sender
QString receiver() const
Get message receiver.
#define SWIFT_CORE_EXPORT
Export a class or function from the library.