Searched refs:authorized_http (Results 1 – 4 of 4) sorted by relevance
68 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)
80 def authorized_http(credentials): function
379 http = _auth.authorized_http(credentials)
12 googleapiclient._auth.authorized_http googleapiclient._auth-module.html#authorized_http