Home
last modified time | relevance | path

Searched refs:CreateHttpRequest (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_client.py285 def CreateHttpRequest(self): member in OAuth2Client
388 http = self.CreateHttpRequest()
596 http = self.CreateHttpRequest()
Doauth2_helper.py184 credentials = flow.step2_exchange(code, http=client.CreateHttpRequest())