HomeSort by relevance Sort by last modified time
    Searched refs:AUTH_MECHANISM_OAUTH2 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppauth.cc 65 if (GetAuthMechanism() == buzz::AUTH_MECHANISM_OAUTH2 &&
66 contains(mechanisms, buzz::AUTH_MECHANISM_OAUTH2)) {
67 return buzz::AUTH_MECHANISM_OAUTH2;
93 if (mechanism == buzz::AUTH_MECHANISM_OAUTH2) {
constants.h 563 extern const char AUTH_MECHANISM_OAUTH2[];
constants.cc 628 const char AUTH_MECHANISM_OAUTH2[] = "X-OAUTH2";
  /external/chromium_org/third_party/libjingle/source/talk/examples/login/
login_main.cc 55 xcs.set_auth_token(buzz::AUTH_MECHANISM_OAUTH2,
  /external/chromium_org/jingle/notifier/base/
notifier_options_util.cc 30 if (notifier_options.auth_mechanism == buzz::AUTH_MECHANISM_OAUTH2)
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 369 xcs.set_auth_token(buzz::AUTH_MECHANISM_OAUTH2, oauth_token);

Completed in 454 milliseconds