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

1 2 34 5 6 7 8 9

  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.h 42 // 4. Download the OAuth2 authorization code for device-level API access.
43 // 5. Download the OAuth2 refresh token for device-level API access and store
177 // Used for locking the device and getting the OAuth2 token service.
user_cloud_policy_manager_chromeos_unittest.cc 205 // Issues the OAuth2 tokens and returns the device management register job
350 // This starts the OAuth2 policy token fetcher using the signin Profile.
385 // This starts the OAuth2 policy token fetcher using the signin Profile.
399 // initial fetch, when the OAuth2 token fetch fails.
408 // This starts the OAuth2 policy token fetcher using the signin Profile.
437 // This starts the OAuth2 policy token fetcher using the signin Profile.
463 // This starts the OAuth2 policy token fetcher using the signin Profile.
  /external/chromium_org/chrome/browser/resources/image_loader/
request.js 214 * Creates a XmlHttpRequest wrapper with injected OAuth2 authentication headers.
232 * Loads an image using a OAuth2 token. If it fails, then tries to retry with
233 * a refreshed OAuth2 token.
286 * Fetches data using authorized XmlHttpRequest with the provided OAuth2 token.
289 * @param {?string} token OAuth2 token to be injected to the request. Null for
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher_unittest.cc 168 "1/OAuth2-Access_Token-nopqrstuvwxyz1234567890";
204 "1/OAuth2-Access_Token-nopqrstuvwxyz1234567890";
232 const std::string token = "1/OAuth2-Access_Token-nopqrstuvwxyz1234567890";
  /external/chromium_org/chrome/browser/signin/
android_profile_oauth2_token_service.cc 30 // https://code.google.com/p/google-api-java-client/wiki/OAuth2#Android
44 // - the OAuth2 access token.
248 // Called from Java when fetching of an OAuth2 token is finished. The
profile_oauth2_token_service_request.cc 27 // Starts fetching an OAuth2 access token for |account_id| and |scopes|. It
32 // Stops the OAuth2 access token fetching. It should be called on the owner
76 // OAuth2TokenService request for fetching OAuth2 access token; it should be
profile_oauth2_token_service.h 25 // OAuth2 access tokens for a given set of scopes using the OAuth2 login
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_auth_test.cc 88 // Verify that sync works with a valid OAuth2 token.
234 // Initial sync succeeds with a short lived OAuth2 Token.
256 // Trigger an auth success state and set up a new valid OAuth2 token.
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client.h 22 "https://accounts.google.com/o/oauth2/token";
  /external/chromium_org/chrome/browser/chromeos/login/
merge_session_throttle.h 28 // reconstruction from OAuth2 refresh token in ChromeOS login) is still in
  /external/chromium_org/chrome/browser/local_discovery/
cloud_print_base_api_flow.h 44 // Create an OAuth2-based confirmation.
  /external/chromium_org/chrome/common/extensions/api/
cloud_print_private.json 63 "description": "The login credentials(OAuth2 Auth code)."
_manifest_features.json 274 "oauth2": {
280 "oauth2.auto_approve": {
  /external/chromium_org/chrome/common/extensions/api/identity/
oauth2_manifest_handler.cc 57 // oauth2.auto_approve based on whitelist, and if it is present.
  /external/chromium_org/google_apis/drive/
request_sender.cc 48 // Fetch OAuth2 access token from the refresh token first.
auth_service.cc 30 // OAuth2 authorization token retrieval request.
134 // Get OAuth2 refresh token (if we have any) and register for its updates.
  /external/chromium_org/google_apis/gaia/
fake_gaia.h 57 // Configures an OAuth2 token that'll be returned when a client requests an
gaia_oauth_client.h 20 // A helper class to get and refresh OAuth2 refresh and access tokens.
72 // Given an OAuth2 authorization code, fetch the long-lived refresh token
  /external/chromium_org/remoting/host/setup/
oauth_helper.cc 41 "https://accounts.google.com/o/oauth2/auth"
  /external/chromium_org/sync/protocol/
app_specifics.proto 31 // OAuth2 client id to which the user granted the notification permission.
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_constants.h 18 // The cloud print OAuth2 scope.
114 // The number of seconds before the OAuth2 access token is due to expire that
  /external/chromium_org/remoting/webapp/
identity.js 16 * TODO(jamiewalch): Remove remoting.OAuth2 from this type annotation when
19 * @type {remoting.Identity|remoting.OAuth2}
  /external/chromium_org/chrome/browser/drive/
drive_service_interface.h 66 // True if OAuth2 access token is retrieved and believed to be fresh.
69 // Gets the cached OAuth2 access token or if empty, then fetches a new one.
73 // True if OAuth2 refresh token is present.
76 // Clears OAuth2 access token.
79 // Clears OAuth2 refresh token.
  /external/chromium_org/extensions/common/
manifest_constants.cc 84 const char kOAuth2[] = "oauth2";
85 const char kOAuth2AutoApprove[] = "oauth2.auto_approve";
86 const char kOAuth2ClientId[] = "oauth2.client_id";
87 const char kOAuth2Scopes[] = "oauth2.scopes";
479 "Invalid value for 'oauth2.auto_approve'. Value must be true or false.";
481 "Invalid value for 'oauth2.client_id'.";
483 "Invalid value for 'oauth2.scopes'.";
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab7_useridentification.html 23 <p>Chrome Apps have a dedicated API for lauching the authentication flow to any third-party OAuth2 service, called $ref:identity.launchWebAuthFlow.
28 <p>To use a third-party OAuth2 provider, you will first need to register your application with the provider. Each provider has a different way of registering applications, but in general it will be in a section called Developer or API at the provider&#39;s website.</p>
35 <li>Create a new OAuth2.0 client ID on API Access section. Select Web application and leave other fields unchanged.</li>

Completed in 553 milliseconds

1 2 34 5 6 7 8 9