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

  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
imap.py 25 import oauth2 namespace
33 if consumer is not None and not isinstance(consumer, oauth2.Consumer):
36 if token is not None and not isinstance(token, oauth2.Token):
40 lambda x: oauth2.build_xoauth_string(url, consumer, token))
smtp.py 25 import oauth2 namespace
34 if consumer is not None and not isinstance(consumer, oauth2.Consumer):
37 if token is not None and not isinstance(token, oauth2.Token):
41 base64.b64encode(oauth2.build_xoauth_string(url, consumer, token)))
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 12 import oauth2 namespace
56 oauth_token = oauth2.Token(**{
61 oauth_consumer = oauth2.Consumer(**{
67 client = oauth2.Client(oauth_consumer, oauth_token)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chrome_extension_externs.js 148 /** @type {!chrome.runtime.Manifest.Oauth2|undefined} */
149 chrome.runtime.Manifest.prototype.oauth2;
154 * Oauth2 info in the manifest.
158 chrome.runtime.Manifest.Oauth2 = function() {};
162 chrome.runtime.Manifest.Oauth2.prototype.client_id;
165 chrome.runtime.Manifest.Oauth2.prototype.scopes;
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js     [all...]

Completed in 348 milliseconds