OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oauth2
(Results
126 - 150
of
202
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/chrome/browser/drive/
drive_api_util.h
76
//
OAuth2
scopes for the GData WAPI.
drive_api_service.h
43
// |oauth2_token_service| is used for obtaining
OAuth2
access tokens.
gdata_wapi_service.h
45
// |oauth2_token_service| is used for obtaining
OAuth2
access tokens.
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc
47
const char kInvalidClientId[] = "Invalid
OAuth2
Client ID.";
48
const char kInvalidScopes[] = "Invalid
OAuth2
scopes.";
49
const char kAuthFailure[] = "
OAuth2
request failed: ";
50
const char kNoGrant[] = "
OAuth2
not granted or revoked.";
identity_api.h
161
// Maps
OAuth2
protocol errors to an error message returned to the
/external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_base.h
128
// signs-in and an
OAuth2
login refresh token becomes available.
/external/chromium_org/chrome/browser/policy/proto/cloud/
device_management_backend.proto
109
//
OAuth2
client ID to which the returned authorization code is bound.
114
// The
OAuth2
authorization code for the requested scope(s).
581
// Request for
OAuth2
authorization codes to access Google services.
626
// Response to
OAuth2
authorization code request.
/external/chromium_org/chrome/browser/profiles/
profile_downloader.h
119
// Starts fetching
OAuth2
access token. This is needed before the GAIA info
/external/chromium_org/chrome/browser/ui/app_list/search/people/
people_provider.cc
37
//
OAuth2
scope for access to the Google+ People Search API.
/external/chromium_org/chrome/common/extensions/api/
file_browser_private.idl
394
// |accessToken|
OAuth2
access token, or an empty string if failed to fetch.
397
// |accessToken|
OAuth2
access token, or an empty string if failed to fetch.
604
// Requests a Drive API
OAuth2
access token.
611
// Requests a Webstore API
OAuth2
access token.
/external/chromium_org/components/policy/proto/
device_management_backend.proto
109
//
OAuth2
client ID to which the returned authorization code is bound.
114
// The
OAuth2
authorization code for the requested scope(s).
581
// Request for
OAuth2
authorization codes to access Google services.
626
// Response to
OAuth2
authorization code request.
/external/chromium_org/remoting/host/
signaling_connector.cc
148
oauth_access_token_, "
oauth2
");
/external/chromium_org/remoting/webapp/
event_handlers.js
43
remoting.
oauth2
.doAuthRedirect();
host_list.js
171
/** @param {string} token The
OAuth2
token. */
374
/** @param {string} token The
OAuth2
token. */
490
remoting.
oauth2
.doAuthRedirect();
/frameworks/base/docs/html/google/play-services/
index.jd
43
users have a consistent and safe way to grant and receive
OAuth2
access tokens
/external/chromium_org/chrome/browser/history/
web_history_service.cc
180
// The
OAuth2
access token request.
183
// The current
OAuth2
access token.
/external/chromium_org/chrome/browser/sync/
profile_sync_service_startup_unittest.cc
224
// TODO(pavely): Reenable test once android is switched to
oauth2
.
267
// TODO(pavely): Reenable test once android is switched to
oauth2
.
/external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h
176
// Sets the mock gaia response for when an
OAuth2
token is requested.
205
//
OAuth2
tokens have expired. The server will stay in this state until
/external/chromium_org/chrome/browser/ui/webui/
inline_login_ui.cc
87
LOG(ERROR) << "Failed to fetch
oauth2
token with inline login.";
146
// the
oauth2
auth code URL so that later we can grab the auth code from
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/
SyncTestUtil.java
44
"
oauth2
:https://www.googleapis.com/auth/chromesync";
46
"
oauth2
:https://www.google.com/accounts/OAuthLogin";
/external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc
156
// Pass
oauth2
refresh token from the auth file.
/external/chromium_org/google_apis/gaia/
gaia_oauth_client_unittest.cc
154
"\"scope\": \"https://googleapis.com/
oauth2
/v2/tokeninfo\","
/frameworks/base/docs/html/training/id-auth/
identify.jd
6
next.title=Authenticating to
OAuth2
Services
/external/chromium_org/chrome/browser/signin/
signin_manager.cc
201
// - call /o/
oauth2
/programmatic_auth with the returned token to get
oauth2
203
// - call /accounts/OAuthLogin with the
oauth2
access token and get SID/LSID
/external/chromium_org/sync/tools/testserver/
sync_testserver.py
452
test_name = "/o/
oauth2
/token"
593
print ('Fake
OAuth2
Token server started at %s:%d/o/
oauth2
/token...' %
Completed in 400 milliseconds
1
2
3
4
5
6
7
8
9