diff options
Diffstat (limited to 'jingle/notifier/base/gaia_token_pre_xmpp_auth.h')
-rw-r--r-- | jingle/notifier/base/gaia_token_pre_xmpp_auth.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jingle/notifier/base/gaia_token_pre_xmpp_auth.h b/jingle/notifier/base/gaia_token_pre_xmpp_auth.h index a2f98f7..6abf3a6 100644 --- a/jingle/notifier/base/gaia_token_pre_xmpp_auth.h +++ b/jingle/notifier/base/gaia_token_pre_xmpp_auth.h @@ -30,7 +30,8 @@ class GaiaTokenPreXmppAuth : public buzz::PreXmppAuth { virtual void StartPreXmppAuth(const buzz::Jid& jid, const talk_base::SocketAddress& server, const talk_base::CryptString& pass, - const std::string& auth_cookie) OVERRIDE; + const std::string& auth_mechanism, + const std::string& auth_token) OVERRIDE; virtual bool IsAuthDone() const OVERRIDE; @@ -42,7 +43,9 @@ class GaiaTokenPreXmppAuth : public buzz::PreXmppAuth { virtual buzz::CaptchaChallenge GetCaptchaChallenge() const OVERRIDE; - virtual std::string GetAuthCookie() const OVERRIDE; + virtual std::string GetAuthToken() const OVERRIDE; + + virtual std::string GetAuthMechanism() const OVERRIDE; // buzz::SaslHandler implementation. |