The QXmppPasswordReply class represents a password reply.
More...
#include <QXmppPasswordChecker.h>
Inherits QObject.
|
enum | Error { NoError = 0
, AuthorizationError
, TemporaryError
} |
| This enum is used to describe authentication errors.
|
|
|
void | finish () |
| Mark reply as finished.
|
|
void | finishLater () |
| Delay marking reply as finished.
|
|
|
void | finished () |
| This signal is emitted when the reply has finished.
|
|
The QXmppPasswordReply class represents a password reply.
◆ QXmppPasswordReply()
QXmppPasswordReply::QXmppPasswordReply |
( |
QObject * |
parent = nullptr | ) |
|
◆ error()
Returns the error that was found during the processing of this request.
If no error was found, returns NoError.
◆ setDigest()
void QXmppPasswordReply::setDigest |
( |
const QByteArray & |
digest | ) |
|
Sets the received MD5 digest.
- Parameters
-
◆ setError()
Returns the error that was found during the processing of this request.
◆ setPassword()
void QXmppPasswordReply::setPassword |
( |
const QString & |
password | ) |
|
Sets the received password.
- Parameters
-
The documentation for this class was generated from the following files: