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

1 2 3 4 5 6 7 8 9

  /external/chromium/chrome/common/extensions/docs/examples/apps/
hello-python.zip 
  /external/chromium_org/remoting/webapp/
oauth2.js 7 * OAuth2 class that handles retrieval/storage of an OAuth2 token.
11 * chrome-extensions in OAuth2.
22 /** @type {remoting.OAuth2} */
23 remoting.oauth2 = null;
27 remoting.OAuth2 = function() {
32 remoting.OAuth2.prototype.KEY_REFRESH_TOKEN_ = 'oauth2-refresh-token';
34 remoting.OAuth2.prototype.KEY_REFRESH_TOKEN_REVOKABLE_ =
35 'oauth2-refresh-token-revokable'
    [all...]
oauth2_api.js 7 * OAuth2 API flow implementations.
20 * @return {string} OAuth2 token URL.
34 * @return {string} OAuth2 userinfo API URL.
73 * @param {string} clientId OAuth2 client ID.
74 * @param {string} clientSecret OAuth2 client secret.
75 * @param {string} refreshToken OAuth2 refresh token to be redeemed.
120 * @param {string} clientId OAuth2 client ID.
121 * @param {string} clientSecret OAuth2 client secret.
122 * @param {string} code OAuth2 authorization code.
plugin_settings.js 29 /** @type {string} Base URL for OAuth2 authentication. */
31 /** @type {string} Base URL for the OAuth2 API. */
37 /** @type {string} OAuth2 redirect URI. */
  /external/chromium_org/google_apis/drive/
auth_service_interface.h 33 // Starts fetching OAuth2 access token from the refresh token.
37 // True if an OAuth2 access token is retrieved and believed to be fresh.
41 // True if an OAuth2 refresh token is present. Its absence means that user
46 // Returns OAuth2 access token.
49 // Clears OAuth2 access token.
52 // Clears OAuth2 refresh token.
auth_service_observer.h 14 // Triggered when a new OAuth2 refresh token is received from AuthService.
auth_service.h 26 // It integrates specific service integration with OAuth2 stack
27 // (OAuth2TokenService) and provides OAuth2 token refresh infrastructure.
35 // |scopes| specifies OAuth2 scopes.
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.h 28 // Fetches the OAuth2 token for the device management service. Since Profile
41 // Fetches the device management service's oauth2 token, after also retrieving
42 // the OAuth2 refresh tokens.
49 // Starts process of minting device management service OAuth2 access token.
52 // Returns OAuth2 tokens fetched through an authenticated cookie jar.
57 // True if we have OAuth2 tokens that were fetched through an authenticated
88 // Starts fetching OAuth2 refresh token.
91 // Starts fetching OAuth2 access token for the device management service.
111 // OAuth2 refresh token. Could come either from the outside or through
115 // OAuth2 access token
    [all...]
enrollment_status_chromeos.h 23 STATUS_ROBOT_AUTH_FETCH_FAILED, // API OAuth2 auth code failure.
24 STATUS_ROBOT_REFRESH_FETCH_FAILED, // API OAuth2 refresh token failure.
25 STATUS_ROBOT_REFRESH_STORE_FAILED, // Failed to store API OAuth2 token.
policy_oauth2_token_fetcher.cc 73 VLOG(1) << "OAuth2 tokens for policy fetching succeeded.";
82 VLOG(1) << "OAuth2 tokens fetch for policy fetch failed!";
91 VLOG(1) << "OAuth2 access token (device management) fetching succeeded.";
99 LOG(ERROR) << "OAuth2 access token (device management) fetching failed!";
  /external/chromium_org/chrome/common/extensions/api/identity/
oauth2_manifest_handler.h 17 // OAuth2 info included in the extension.
31 // Parses the "oauth2" manifest key.
  /external/chromium/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/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/browser/chromeos/login/
oauth2_login_manager.h 27 // OAuth2 refresh tokens or pre-authenticated cookie jar.
53 // Generate OAuth2 refresh token from authentication profile's cookie jar.
54 // Restore session from generated OAuth2 refresh token.
56 // Restore session from saved OAuth2 refresh token from TokenServices.
58 // Restore session from OAuth2 refresh token passed via command line.
72 // Raised when a new OAuth2 refresh token is avaialble.
101 // Start resporting session from saved OAuth2 refresh token.
184 // Attempts to fetch OAuth2 tokens by using pre-authenticated cookie jar from
207 // Keeps the track if we have already reported OAuth2 token being loaded
218 // OAuth2 refresh token
    [all...]
  /external/chromium_org/google_apis/
google_api_keys.h 18 // used by you (or the company you work for) to generate OAuth2
23 // client secret for OAuth2. See
48 // setting). The command-line parameters are --oauth2-client-id and
49 // --oauth2-client-secret.
59 // Returns true if no dummy API keys or OAuth2 tokens are set.
79 // Retrieves the OAuth2 client ID for the specified client, or the
86 // Retrieves the OAuth2 client secret for the specified client, or the
  /external/chromium_org/google_apis/gaia/
gaia_constants.cc 30 // OAuth2 scope for access to all Google APIs.
33 // OAuth2 scope for access to Chrome sync APIs
36 // OAuth2 scope for access to the Chrome Sync APIs for managed profiles.
39 // OAuth2 scope for access to Google Talk APIs (XMPP).
gaia_switches.cc 9 const char kClientLoginToOAuth2Url[] = "client-login-to-oauth2-url";
gaia_urls.cc 42 const char kClientLoginToOAuth2UrlSuffix[] = "o/oauth2/programmatic_auth";
43 const char kOAuth2AuthUrlSuffix[] = "o/oauth2/auth";
44 const char kOAuth2RevokeUrlSuffix[] = "o/oauth2/revoke";
45 const char kOAuth2TokenUrlSuffix[] = "o/oauth2/token";
48 const char kOAuth2IssueTokenUrlSuffix[] = "oauth2/v2/IssueToken";
49 const char kOAuth2TokenInfoUrlSuffix[] = "oauth2/v2/tokeninfo";
50 const char kOAuthUserInfoUrlSuffix[] = "oauth2/v1/userinfo";
gaia_auth_consumer.h 51 // OAuth2 refresh token. Used to mint new access tokens when needed.
54 // OAuth2 access token. Token to pass to endpoints that require oauth2
  /external/chromium_org/native_client_sdk/src/resources/
manifest.json.template 19 "oauth2": {
  /external/chromium_org/chrome/common/extensions/api/
identity.idl 5 // Use the <code>chrome.identity</code> API to get OAuth2 access tokens.
53 // Gets an OAuth2 access token using the client ID and scopes
55 // href="app_identity.html#update_manifest"><code>oauth2</code>
63 // |callback| : Called with an OAuth2 access token as specified by the
68 // Removes an OAuth2 access token from the Identity API's token cache.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
OAuth2TokenService.java 42 private static final String OAUTH2_SCOPE_PREFIX = "oauth2:";
89 * Called by native to list the accounts with OAuth2 refresh tokens.
99 * Called by native to retrieve OAuth2 tokens.
102 * @param scope The scope to get an auth token for (without Android-style 'oauth2:' prefix).
127 * Call this method to retrieve an OAuth2 access token for the given account and scope.
131 * @param scope The scope to get an auth token for (without Android-style 'oauth2:' prefix).
143 * Call this method to retrieve an OAuth2 access token for the given account and scope. This
150 * @param scope The scope to get an auth token for (without Android-style 'oauth2:' prefix).
184 * Called by native to check wether the account has an OAuth2 refresh token.
192 * Called by native to invalidate an OAuth2 token
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
manifest.json 33 "oauth2": {

Completed in 635 milliseconds

1 2 3 4 5 6 7 8 9