OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oauth2
(Results
101 - 125
of
202
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
OAuth2TokenServiceTest.java
91
String oauth2Scope = "
oauth2
:" + scope;
/external/chromium_org/chrome/browser/chromeos/login/
auth_sync_observer.cc
55
// Invalidate
OAuth2
refresh token to force Gaia sign-in flow. This is
login_utils.cc
191
// Restores GAIA auth cookies for the created user profile from
OAuth2
token.
222
//
OAuth2
refresh token for session restore.
547
// have
OAuth2
refresh token in OAuth2TokenService that could be used to
792
// We need to exit cleanly in this case to make sure
OAuth2
RT is actually
[
all
...]
/external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_token_forwarder.cc
77
// login whitelist is available, there is no reason to fetch the
OAuth2
token
enrollment_handler_chromeos.cc
236
// GaiaOAuthClient::Delegate callback for
OAuth2
refresh token fetched.
257
// GaiaOAuthClient::Delegate
OAuth2
error when fetching refresh token request.
/external/chromium_org/chrome/browser/local_discovery/
cloud_print_printer_list_unittest.cc
98
// Use a test factory as a fallback so we don't have to deal with
OAuth2
/external/chromium_org/chrome/browser/managed_mode/
managed_user_registration_utility.h
47
// contain an
OAuth2
refresh token for the newly registered managed user,
/external/chromium_org/chrome/browser/signin/
about_signin_internals.cc
104
// TODO(rogerta): Get status and timestamps for
oauth2
tokens.
android_profile_oauth2_token_service.h
20
// native Android features to lookup
OAuth2
tokens.
signin_tracker.h
42
// OAuth2TokenService - Maintains and manages
OAuth2
tokens for the accounts
account_reconcilor.cc
180
// Reset state for validating
oauth2
tokens.
265
// Make sure that the process of validating the gaia cookie and the
oauth2
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.h
80
// Handles completion of the
OAuth2
token fetch attempt.
/external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.h
91
// The
OAuth2
refresh token for the robot.
/external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_xmpp_listener.cc
68
options.auth_mechanism = "X-
OAUTH2
";
/external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client_registration_helper.h
27
// Helper class that registers a CloudPolicyClient. It fetches an
OAuth2
token
cloud_policy_client.h
61
// Called when a request for device robot
OAuth2
authorization tokens
128
// Requests
OAuth2
auth codes for the device robot account. The client being
/external/chromium_org/remoting/host/
signaling_connector.h
40
// authentication to
OAuth2
.
/frameworks/base/docs/html/google/play-services/
auth.jd
2
page.tags="AccountManager","
oauth2
"
63
<p class="note"><strong>Note:</strong> Specify <code>"
oauth2
:<em>scope</em>"</code> for a single scope or
64
<code>"
oauth2
:<em>scope1</em> <em>scope2</em> <em>scope3</em>"</code> for multiple scopes.</p>
208
URL url = new URL("https://www.googleapis.com/
oauth2
/v1/userinfo?access_token="
/external/chromium_org/remoting/jingle_glue/
xmpp_signal_strategy.cc
243
if (settings.token_service() == "
oauth2
") {
244
mechanism = "X-
OAUTH2
";
/external/chromium_org/google_apis/gaia/
oauth2_token_service.cc
75
// Class that fetches an
OAuth2
access token for a given set of scopes and
76
//
OAuth2
refresh token.
78
// Class that fetches
OAuth2
access tokens for given scopes and refresh token.
107
// Creates a Fetcher and starts fetching an
OAuth2
access token for
180
//
OAuth2
client id and secret.
291
// 1000 ms when retrying fetching an
OAuth2
access token.
/external/chromium_org/chrome/test/pyautolib/
chromotinglib.py
113
self._WaitForJavascriptCondition('window.remoting && remoting.
oauth2
',
116
self._ExecuteJavascript('remoting.
oauth2
.doAuthRedirect();',
183
'window.remoting && remoting.
oauth2
&& ' \
184
'remoting.
oauth2
.isAuthenticated()',
186
msg='
OAuth2
authentication failed.')
/external/chromium_org/chrome/browser/extensions/
extension_install_prompt.h
167
// Descriptions and details for
OAuth2
permissions to display to the user.
327
// extension can be granted an
OAuth2
token.
355
// Whether or not we should record the
oauth2
grant upon successful install.
/external/chromium_org/remoting/webapp/
build-webapp.py
203
oauth2BaseUrl = oauth2AccountsHost + '/o/
oauth2
'
204
oauth2ApiBaseUrl = oauth2ApiHost + '/
oauth2
'
234
# Set the correct
OAuth2
redirect URL.
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
angular_framework.html
35
that are
OAuth2
-enabled.
40
The Uploader uses
OAuth2
to access the user's data. The
87
"
oauth2
": {
105
The most important parts of this manifest are the "
oauth2
" and "permissions" sections.
109
The "
oauth2
" section defines the required parameters by
OAuth2
to do its magic.
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h
199
// Send
OAuth2
access token.
305
// Holds token service to get
OAuth2
access tokens.
Completed in 939 milliseconds
1
2
3
4
5
6
7
8
9