swift
|
Responds to an authentication challenge. The protocol for formulating and responding to auth challenges restricted. More...
Public Member Functions | |
AuthResponse (const QString &sender, const QString &receiver, const QString &response) | |
Constructor. | |
QStringList | toTokens () const |
Message converted to tokens. | |
Static Public Member Functions | |
static AuthResponse | fromTokens (const QStringList &tokens) |
Construct from tokens. | |
static QString | pdu () |
PDU identifier. | |
Public Attributes | |
QString | m_response |
response | |
Additional Inherited Members |
Responds to an authentication challenge. The protocol for formulating and responding to auth challenges restricted.
Definition at line 15 of file authresponse.h.