23 #ifndef _TelepathyQt_server_authentication_channel_h_HEADER_GUARD_    24 #define _TelepathyQt_server_authentication_channel_h_HEADER_GUARD_    26 #ifndef IN_TP_QT_HEADER    27 #error IN_TP_QT_HEADER    30 #include <TelepathyQt/Channel>    43     static ServerAuthenticationChannelPtr create(
const ConnectionPtr &connection,
    44             const QString &objectPath, 
const QVariantMap &immutableProperties);
    48     CaptchaAuthenticationPtr captchaAuthentication() 
const;
    52     bool hasCaptchaInterface() 
const;
    58             const QVariantMap &immutableProperties,
    67     friend struct Private;
 The PendingOperation class is a base class for pending asynchronous operations. 
Definition: pending-operation.h:45
The ServerAuthenticationChannel class is a base class for all ServerAuthentication types...
Definition: server-authentication-channel.h:35
static const Feature FeatureCore
Definition: server-authentication-channel.h:41
Definition: abstract-adaptor.cpp:31
The Feature class represents a feature that can be enabled on demand. 
Definition: feature.h:41
The Channel class represents a Telepathy channel. 
Definition: channel.h:51