Home
last modified time | relevance | path

Searched refs:authorized_http (Results 1 – 4 of 4) sorted by relevance

/external/python/google-api-python-client/tests/
Dtest__auth.py68 authorized_http = _auth.authorized_http(credentials)
70 self.assertIsInstance(authorized_http, google_auth_httplib2.AuthorizedHttp)
71 self.assertEqual(authorized_http.credentials, credentials)
72 self.assertIsInstance(authorized_http.http, httplib2.Http)
73 self.assertIsInstance(authorized_http.http.timeout, int)
74 self.assertGreater(authorized_http.http.timeout, 0)
118 authorized_http = _auth.authorized_http(credentials)
122 self.assertEqual(authorized_http, credentials.authorize.return_value)
152 _auth.authorized_http(credentials)
/external/python/google-api-python-client/googleapiclient/
D_auth.py80 def authorized_http(credentials): function
Ddiscovery.py379 http = _auth.authorized_http(credentials)
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt12 googleapiclient._auth.authorized_http googleapiclient._auth-module.html#authorized_http