Home
last modified time | relevance | path

Searched refs:authorize (Results 1 – 25 of 61) sorted by relevance

123

/external/oauth/core/src/main/java/net/oauth/
Dconsumer.properties.sample6 ma.gnolia.serviceProvider.userAuthorizationURL: http://ma.gnolia.com/oauth/authorize
15 twitter.serviceProvider.userAuthorizationURL: http://twitter.com/oauth/authorize
/external/javasqlite/src/main/java/SQLite/
DAuthorizer.java22 public int authorize(int what, String arg1, String arg2, String arg3, in authorize() method
/external/python/google-api-python-client/samples/service_account/
Dtasks.py51 http = credentials.authorize(http)
/external/python/oauth2client/samples/
Doauth2_for_devices.py33 youtube = build("youtube", "v3", http=credentials.authorize(httplib2.Http()))
/external/python/google-api-python-client/tests/
Dtest__auth.py120 http = credentials.authorize.call_args[0][0]
122 self.assertEqual(authorized_http, credentials.authorize.return_value)
Dtest_http.py84 def authorize(self, http): member in MockCredentials
1364 cred.authorize(http)
1404 cred_1.authorize(creds_http_1)
1407 cred_2.authorize(creds_http_2)
1456 cred_1.authorize(creds_http_1)
1459 cred_2.authorize(creds_http_2)
/external/python/google-api-python-client/docs/
Doauth.md30 The purpose of a `Flow` class is to acquire credentials that authorize your application access to u…
96 …and access tokens that authorize access to a single user's data. These objects are applied to `htt…
102 ….oauth2.credentials.Credentials) class holds OAuth 2.0 credentials that authorize access to a user…
Dauth.md23 …y valid for the scope requested. Your application uses access tokens to authorize API calls. Acces…
/external/python/google-api-python-client/googleapiclient/
Dsample_tools.py99 http = credentials.authorize(http=build_http())
D_auth.py104 return credentials.authorize(build_http())
/external/python/google-api-python-client/samples/storage_serviceaccount_appengine/
Dmain.py57 http = credentials.authorize(httplib2.Http(memcache))
/external/python/oauth2client/tests/
Dtest_file.py164 credentials.authorize(http)
210 credentials.authorize(http)
Dtest_jwt.py264 http = credentials.authorize(http)
285 http = credentials.authorize(http)
Dtest_service_account.py495 self.jwt.authorize(h)
530 jwt.authorize(h)
542 self.jwt.authorize(h)
561 self.jwt.authorize(h)
Dtest_client.py91 credentials.authorize(http)
907 http = self.credentials.authorize(http)
929 http = self.credentials.authorize(http)
930 http = self.credentials.authorize(http)
940 http = self.credentials.authorize(http)
971 http = self.credentials.authorize(http)
1013 http = credentials.authorize(HttpMock())
1041 http = credentials.authorize(http)
1504 http = self.credentials.authorize(http)
1523 http = self.credentials.authorize(http)
[all …]
/external/adhd/scripts/audio_tuning/frontend/
Dgoogle_drive_picker.js46 gapi.auth.authorize(
/external/python/oauth2client/scripts/
Drun_system_tests.py59 http = credentials.authorize(httplib2.Http())
/external/perfetto/infra/ci/
Dcommon_utils.py75 creds.authorize(http)
/external/cros/system_api/dbus/cryptohome/
Dsigned_secret.proto19 // and signed by a pre-negotiated key to authorize updates from the
/external/python/google-api-python-client/samples/groupssettings/
Dgroupsettings.py163 http = credentials.authorize(http)
/external/python/oauth2client/oauth2client/contrib/django_util/
D__init__.py476 return self.credentials.authorize(httplib2.Http())
/external/perfetto/infra/ci/worker/
Dartifacts_uploader.py48 creds.authorize(tls.http)
/external/autotest/site_utils/
Dgmail_lib.py112 http = credentials.authorize(httplib2.Http())
/external/tpm2-tss/
DMakefile-test.am197 test/integration/esys-policy-authorize.int \
231 test/integration/esys-policy-authorize-nv-opt.int \
271 test/integration/fapi-key-create-policy-authorize-sign.int \
272 test/integration/fapi-key-create-policy-authorize-sign-rsa.int \
273 test/integration/fapi-key-create-policy-authorize-nv-sign.int \
1099 test/integration/esys-policy-authorize.int.c \
1120 test/integration/esys-policy-authorize-nv-opt.int.c \
1412 test/integration/fapi-key-create-policy-authorize-sign.int.c \
1420 test/integration/fapi-key-create-policy-authorize-sign.int.c \
1427 test/integration/fapi-key-create-policy-authorize-nv-sign.int.c \
/external/python/oauth2client/oauth2client/contrib/
Dflask_util.py556 return self.credentials.authorize(httplib2.Http(*args, **kwargs))

123