Home
last modified time | relevance | path

Searched refs:cred_type (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dconfig.py764 cred_type=CredTypes.OAUTH2_USER_ACCOUNT): argument
792 if cred_type == CredTypes.OAUTH2_SERVICE_ACCOUNT:
816 elif cred_type == CredTypes.OAUTH2_USER_ACCOUNT:
818 cred_type)
835 cred_type)
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
[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): argument
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)
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c333 u8 cred_type; member
430 e->cred_type = *pos; in nai_realm_parse_eap()
432 e->cred_type); in nai_realm_parse_eap()
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dgcs_json_api.py315 cred_type=CredTypes.OAUTH2_SERVICE_ACCOUNT).GetCredentials()