Searched refs:step2_exchange (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_oauth2client.py | 923 credentials = self.flow.step2_exchange('some random code', http=http) 934 credentials = self.flow.step2_exchange('some random code', http=http) 952 credentials = self.flow.step2_exchange('some random code', http=http) 965 credentials = self.flow.step2_exchange('some random code', http=http) 991 credentials = self.flow.step2_exchange(not_a_dict, http=http) 1004 credentials = self.flow.step2_exchange('some random code', http=http) 1015 credentials = self.flow.step2_exchange('some random code', http=http) 1024 credentials = self.flow.step2_exchange('some random code', http=http) 1034 credentials = self.flow.step2_exchange('some random code', http=http) 1045 credentials = self.flow.step2_exchange(code, http=http) [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/ |
D | oauth2_for_devices.py | 26 credentials = flow.step2_exchange(device_flow_info=flow_info)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | old_run.py | 153 credential = flow.step2_exchange(code, http=http)
|
D | tools.py | 225 credential = flow.step2_exchange(code, http=http)
|
D | client.py | 1695 credentials = flow.step2_exchange(code, http=http) 1740 credentials = flow.step2_exchange(code, http=http) 1922 def step2_exchange(self, code=None, http=None, device_flow_info=None): member in OAuth2WebServerFlow
|
D | appengine.py | 875 credentials = decorator.flow.step2_exchange(self.request.params)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
D | oauth2_helper.py | 184 credentials = flow.step2_exchange(code, http=client.CreateHttpRequest())
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
D | CHANGELOG.md | 80 * Change `flow.step2_exchange` to preserve the raw `id_token` in the 85 * Quick bugfix for an issue with dict-like arguments to `flow.step2_exchange`,
|