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;