Home
last modified time | relevance | path

Searched refs:authorize (Results 1 – 25 of 52) 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/tests/
Dtest__auth.py122 http = credentials.authorize.call_args[0][0]
124 self.assertEqual(authorized_http, credentials.authorize.return_value)
Dtest_http.py82 def authorize(self, http): member in MockCredentials
1309 cred.authorize(http)
1339 cred_1.authorize(creds_http_1)
1342 cred_2.authorize(creds_http_2)
1381 cred_1.authorize(creds_http_1)
1384 cred_2.authorize(creds_http_2)
/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/oauth2client/tests/
Dtest_file.py164 credentials.authorize(http)
210 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_jwt.py264 http = credentials.authorize(http)
285 http = credentials.authorize(http)
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/python/google-api-python-client/googleapiclient/
Dsample_tools.py94 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/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/python/google-api-python-client/samples/groupssettings/
Dgroupsettings.py163 http = credentials.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/oauth2client/oauth2client/contrib/django_util/
D__init__.py476 return self.credentials.authorize(httplib2.Http())
/external/autotest/site_utils/
Dgmail_lib.py108 http = credentials.authorize(httplib2.Http())
/external/python/oauth2client/oauth2client/contrib/
Dflask_util.py556 return self.credentials.authorize(httplib2.Http(*args, **kwargs))
/external/python/apitools/apitools/base/py/
Dbase_api_test.py79 def authorize(self, _): # pylint: disable=invalid-name member in FakeCredentials
/external/python/oauth2client/oauth2client/
Dservice_account.py585 def authorize(self, http): member in _JWTAccessCredentials
Dclient.py204 def authorize(self, http): member in Credentials
523 def authorize(self, http): member in OAuth2Credentials
/external/conscrypt/openjdk-integ-tests/src/test/resources/crypto/
Ddesede-cfb8.csv25 # distribute the NIST data, in any medium, or authorize others to do so
/external/freetype/docs/
DFTL.TXT106 authorize others to exercise some or all of the rights granted

123