Home
last modified time | relevance | path

Searched refs:AUTH_MECHANISM_GOOGLE_TOKEN (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppauth.cc54 if (GetAuthMechanism() == buzz::AUTH_MECHANISM_GOOGLE_TOKEN && in ChooseBestSaslMechanism()
55 contains(mechanisms, buzz::AUTH_MECHANISM_GOOGLE_TOKEN)) { in ChooseBestSaslMechanism()
56 return buzz::AUTH_MECHANISM_GOOGLE_TOKEN; in ChooseBestSaslMechanism()
79 } else if (mechanism == buzz::AUTH_MECHANISM_GOOGLE_TOKEN) { in CreateSaslMechanism()
Dconstants.h545 extern const char AUTH_MECHANISM_GOOGLE_TOKEN[];
Dconstants.cc609 const char AUTH_MECHANISM_GOOGLE_TOKEN[] = "X-GOOGLE-TOKEN"; variable