HomeSort by relevance Sort by last modified time
    Searched full:oauth2 (Results 51 - 75 of 202) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium_org/chrome/common/extensions/api/identity/
extension_manifests_auth_unittest.cc 24 "'oauth2.auto_approve' is not allowed for specified extension ID.";
52 " \"oauth2\": { \n"
101 // OAuth2 section should be parsed for an extension.
121 // OAuth2 section should be parsed for a packaged app.
138 // OAuth2 section should NOT be parsed for a hosted app.
150 EXPECT_EQ("'oauth2' is only allowed for extensions, legacy packaged apps, "
246 "Invalid value for 'oauth2.auto_approve'. Value must be true or false.",
  /external/chromium_org/remoting/webapp/
remoting.js 64 remoting.oauth2 = new remoting.OAuth2();
65 if (!remoting.oauth2.isAuthenticated()) {
68 remoting.identity = remoting.oauth2;
290 remoting.oauth2.clear();
442 // The OAuth2 class still uses window.localStorage, so don't migrate any of
445 'oauth2-refresh-token',
446 'oauth2-refresh-token-revokable',
447 'oauth2-access-token',
448 'oauth2-xsrf-token'
    [all...]
host_session.js 60 * @param {string} accessToken A valid OAuth2 access token.
80 this.plugin.connect(email, 'oauth2:' + accessToken);
wcs.js 22 * @param {string} token An OAuth2 access token.
34 * The OAuth2 access token.
all_js_load.gtestjs 53 'oauth2.js',
appsv2.patch 56 + "oauth2": {
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
NOTICE 4 Name: python-oauth2
5 URL: http://github.com/simplegeo/python-oauth2/
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
NOTICE 4 Name: python-oauth2
5 URL: http://github.com/simplegeo/python-oauth2/
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_identity.html 28 profile. Apps can get OAuth2 tokens for these users using
51 <li>Get an OAuth2 client ID for your Chrome App.</li>
98 <h3 id="client_id">Get your OAuth2 client ID</h3>
127 <h3 id="update_manifest">Update your manifest with OAuth2 client ID and scopes</h3>
132 Here's the sample "oauth2" for the
137 "oauth2": {
265 You need to register an OAuth2 client ID with the provider
310 For example, let us say that you are performing OAuth2 flow with a provider
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher.h 29 // Abstracts the details to get OAuth2 access token token from
30 // OAuth2 refresh token.
oauth2_api_call_flow.h 23 // Base class for all classes that implement a flow to call OAuth2
26 // Given a refresh token, an access token, and a list of scopes an OAuth2
  /external/chromium_org/remoting/host/setup/
host_starter.h 41 // |auth_code| must be a valid OAuth2 authorization code, typically acquired
42 // from a browser. This method uses that code to get an OAuth2 refresh token.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppauth.cc 64 // First try Oauth2.
95 mechanism, jid_.Str(), auth_token_, "oauth2");
  /frameworks/base/docs/html/training/id-auth/
authenticate.jd 1 page.title=Authenticating to OAuth2 Services
34 is the OAuth2 protocol. OAuth2 provides a single value, called an <strong>auth
37 to a Google server that supports OAuth2. Although Google services are used as an
39 supports the OAuth2 protocol.</p>
41 <p>Using OAuth2 is good for:</p>
52 <p>To begin using OAuth2, you need to know a few things about the API you're trying
215 industry standard OAuth2 protocol to
  /external/chromium_org/chrome/browser/chromeos/login/
merge_session_load_page.h 33 // during the process of exchanging OAuth2 refresh token for user cookies.
oauth2_login_verifier.cc 79 VLOG(1) << "Network is offline. Deferring OAuth2 access token fetch.";
175 // from OAuth2 refresh token. If that failed too, signal the delegate.
192 VLOG(1) << "Got OAuth2 access token!";
205 LOG(WARNING) << "Failed to get OAuth2 access token, "
oauth2_token_fetcher.h 24 // authentication profile into OAuth2 tokens and GAIA credentials that will be
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_android.h 41 // This requests an OAuth2 token for the services involved, and contacts
  /external/chromium_org/chrome/browser/profiles/
profile_downloader_delegate.h 22 TOKEN_ERROR, // Cannot fetch OAuth2 token.
  /external/chromium_org/chrome/browser/resources/inline_login/
inline_login.js 66 * Invoked when failed to get oauth2 refresh token.
  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_request.h 17 // OAuth2 access token for a given set of |scopes| by calling |profile|'s
ubertoken_fetcher.h 14 // will use the OAuth2 access token to generate the uber-auth token.
  /external/chromium_org/chrome/common/
service_messages.h 22 // Tell the service process to enable the cloud proxy passing in the OAuth2
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client_registration_helper.cc 27 // OAuth2 scope for the userinfo service.
37 // This class fetches an OAuth2 token scoped for the userinfo and DM services.
99 // This class fetches the OAuth2 token scoped for the userinfo and DM services.
133 // Start fetching an OAuth2 access token for the device management and
  /external/chromium_org/jingle/notifier/base/
notifier_options_util.cc 31 xmpp_client_settings.set_token_service("oauth2");

Completed in 464 milliseconds

1 23 4 5 6 7 8 9