Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_creds_config.py17 from gslib.cred_types import CredTypes
45 self.assertIn(CredTypes.OAUTH2_USER_ACCOUNT, msg)
46 self.assertIn(CredTypes.OAUTH2_SERVICE_ACCOUNT, msg)
61 self.assertIn(CredTypes.OAUTH2_USER_ACCOUNT, warning_messages[0])
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dconfig.py41 from gslib.cred_types import CredTypes
764 cred_type=CredTypes.OAUTH2_USER_ACCOUNT):
792 if cred_type == CredTypes.OAUTH2_SERVICE_ACCOUNT:
816 elif cred_type == CredTypes.OAUTH2_USER_ACCOUNT:
838 elif cred_type == CredTypes.HMAC:
865 if cred_type == CredTypes.OAUTH2_SERVICE_ACCOUNT:
886 elif cred_type == CredTypes.OAUTH2_USER_ACCOUNT:
946 if cred_type == CredTypes.HMAC: api_version = 1
998 cred_type = CredTypes.OAUTH2_USER_ACCOUNT
1005 cred_type = CredTypes.HMAC
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
Doauth2_helper.py42 config, cred_type=oauth2_client.CredTypes.OAUTH2_USER_ACCOUNT):
75 if cred_type == oauth2_client.CredTypes.OAUTH2_SERVICE_ACCOUNT:
116 elif cred_type == oauth2_client.CredTypes.OAUTH2_USER_ACCOUNT:
Doauth2_plugin.py55 cred_type=oauth2_client.CredTypes.OAUTH2_SERVICE_ACCOUNT)
Doauth2_client.py84 class CredTypes(object): class
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcred_types.py20 class CredTypes(object): class
Dgcs_json_api.py57 from gslib.cred_types import CredTypes
251 configured_cred_types.append(CredTypes.OAUTH2_USER_ACCOUNT)
253 configured_cred_types.append(CredTypes.OAUTH2_SERVICE_ACCOUNT)
272 failed_cred_type = CredTypes.OAUTH2_USER_ACCOUNT
274 failed_cred_type = CredTypes.OAUTH2_SERVICE_ACCOUNT
276 failed_cred_type = CredTypes.GCE
278 failed_cred_type = CredTypes.DEVSHELL
315 cred_type=CredTypes.OAUTH2_SERVICE_ACCOUNT).GetCredentials()