Searched refs:oauth2 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
H A Dimap.py25 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))
H A Dsmtp.py25 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/
H A Dmain.py12 import oauth2 namespace
56 oauth_token = oauth2.Token(**{
61 oauth_consumer = oauth2.Consumer(**{
67 client = oauth2.Client(oauth_consumer, oauth_token)
/external/chromium_org/remoting/webapp/
H A Dremoting.js66 remoting.oauth2 = new remoting.OAuth2();
67 if (!remoting.oauth2.isAuthenticated()) {
70 remoting.identity = remoting.oauth2;
380 remoting.oauth2.clear();
535 'oauth2-refresh-token',
536 'oauth2-refresh-token-revokable',
537 'oauth2-access-token',
538 'oauth2-xsrf-token',
H A Devent_handlers.js43 remoting.oauth2.doAuthRedirect();
H A Doauth2.js23 remoting.oauth2 = null;
32 remoting.OAuth2.prototype.KEY_REFRESH_TOKEN_ = 'oauth2-refresh-token';
34 remoting.OAuth2.prototype.KEY_ACCESS_TOKEN_ = 'oauth2-access-token';
36 remoting.OAuth2.prototype.KEY_XSRF_TOKEN_ = 'oauth2-xsrf-token';
278 console.error('Invalid oauth2 response.');
H A Dhost_controller.js256 remoting.oauth2.getRefreshToken()),
H A Dhost_list.js500 remoting.oauth2.doAuthRedirect();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js149 chrome.runtime.Manifest.prototype.oauth2;
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js1334 chrome.runtime.Manifest.prototype.oauth2;

Completed in 191 milliseconds