Home
last modified time | relevance | path

Searched refs:OAUTH2_SERVICE_ACCOUNT (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcred_types.py22 OAUTH2_SERVICE_ACCOUNT = "OAuth 2.0 Service Account" variable in CredTypes
Dgcs_json_api.py253 configured_cred_types.append(CredTypes.OAUTH2_SERVICE_ACCOUNT)
274 failed_cred_type = CredTypes.OAUTH2_SERVICE_ACCOUNT
315 cred_type=CredTypes.OAUTH2_SERVICE_ACCOUNT).GetCredentials()
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dconfig.py792 if cred_type == CredTypes.OAUTH2_SERVICE_ACCOUNT:
865 if cred_type == CredTypes.OAUTH2_SERVICE_ACCOUNT:
1010 cred_type = CredTypes.OAUTH2_SERVICE_ACCOUNT
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_plugin.py55 cred_type=oauth2_client.CredTypes.OAUTH2_SERVICE_ACCOUNT)
Doauth2_helper.py75 if cred_type == oauth2_client.CredTypes.OAUTH2_SERVICE_ACCOUNT:
Doauth2_client.py86 OAUTH2_SERVICE_ACCOUNT = "OAuth 2.0 Service Account" variable in CredTypes
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_creds_config.py46 self.assertIn(CredTypes.OAUTH2_SERVICE_ACCOUNT, msg)