LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
google/auth/__init__.py
google/auth/_cloud_sdk.py
google/auth/_credentials_async.py
google/auth/_default.py
google/auth/_default_async.py
google/auth/_exponential_backoff.py
google/auth/_helpers.py
google/auth/_jwt_async.py
google/auth/_oauth2client.py
google/auth/_refresh_worker.py
google/auth/_service_account_info.py
google/auth/api_key.py
google/auth/app_engine.py
google/auth/aws.py
google/auth/credentials.py
google/auth/downscoped.py
google/auth/environment_vars.py
google/auth/exceptions.py
google/auth/external_account.py
google/auth/external_account_authorized_user.py
google/auth/iam.py
google/auth/identity_pool.py
google/auth/impersonated_credentials.py
google/auth/jwt.py
google/auth/metrics.py
google/auth/pluggable.py
google/auth/version.py
google/auth/compute_engine/__init__.py
google/auth/compute_engine/_metadata.py
google/auth/compute_engine/credentials.py
google/auth/crypt/__init__.py
google/auth/crypt/_cryptography_rsa.py
google/auth/crypt/_helpers.py
google/auth/crypt/_python_rsa.py
google/auth/crypt/base.py
google/auth/crypt/es256.py
google/auth/crypt/rsa.py
google/auth/transport/__init__.py
google/auth/transport/_aiohttp_requests.py
google/auth/transport/_custom_tls_signer.py
google/auth/transport/_http_client.py
google/auth/transport/_mtls_helper.py
google/auth/transport/grpc.py
google/auth/transport/mtls.py
google/auth/transport/requests.py
google/auth/transport/urllib3.py
google/oauth2/__init__.py
google/oauth2/_client.py
google/oauth2/_client_async.py
google/oauth2/_credentials_async.py
google/oauth2/_id_token_async.py
google/oauth2/_reauth_async.py
google/oauth2/_service_account_async.py
google/oauth2/challenges.py
google/oauth2/credentials.py
google/oauth2/gdch_credentials.py
google/oauth2/id_token.py
google/oauth2/reauth.py
google/oauth2/service_account.py
google/oauth2/sts.py
google/oauth2/utils.py
google_auth.egg-info/PKG-INFO
google_auth.egg-info/SOURCES.txt
google_auth.egg-info/dependency_links.txt
google_auth.egg-info/requires.txt
google_auth.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test__cloud_sdk.py
tests/test__default.py
tests/test__exponential_backoff.py
tests/test__helpers.py
tests/test__oauth2client.py
tests/test__refresh_worker.py
tests/test__service_account_info.py
tests/test_api_key.py
tests/test_app_engine.py
tests/test_aws.py
tests/test_credentials.py
tests/test_downscoped.py
tests/test_exceptions.py
tests/test_external_account.py
tests/test_external_account_authorized_user.py
tests/test_iam.py
tests/test_identity_pool.py
tests/test_impersonated_credentials.py
tests/test_jwt.py
tests/test_metrics.py
tests/test_packaging.py
tests/test_pluggable.py
tests/compute_engine/__init__.py
tests/compute_engine/test__metadata.py
tests/compute_engine/test_credentials.py
tests/compute_engine/data/smbios_product_name
tests/compute_engine/data/smbios_product_name_non_google
tests/crypt/__init__.py
tests/crypt/test__cryptography_rsa.py
tests/crypt/test__python_rsa.py
tests/crypt/test_crypt.py
tests/crypt/test_es256.py
tests/data/authorized_user.json
tests/data/authorized_user_cloud_sdk.json
tests/data/authorized_user_cloud_sdk_with_quota_project_id.json
tests/data/authorized_user_with_rapt_token.json
tests/data/client_secrets.json
tests/data/context_aware_metadata.json
tests/data/enterprise_cert_invalid.json
tests/data/enterprise_cert_valid.json
tests/data/enterprise_cert_valid_provider.json
tests/data/es256_privatekey.pem
tests/data/es256_public_cert.pem
tests/data/es256_publickey.pem
tests/data/es256_service_account.json
tests/data/external_account_authorized_user.json
tests/data/external_account_authorized_user_non_gdu.json
tests/data/external_subject_token.json
tests/data/external_subject_token.txt
tests/data/gdch_service_account.json
tests/data/impersonated_service_account_authorized_user_source.json
tests/data/impersonated_service_account_service_account_source.json
tests/data/impersonated_service_account_with_quota_project.json
tests/data/old_oauth_credentials_py3.pickle
tests/data/other_cert.pem
tests/data/pem_from_pkcs12.pem
tests/data/privatekey.p12
tests/data/privatekey.pem
tests/data/privatekey.pub
tests/data/public_cert.pem
tests/data/service_account.json
tests/data/service_account_non_gdu.json
tests/oauth2/__init__.py
tests/oauth2/test__client.py
tests/oauth2/test_challenges.py
tests/oauth2/test_credentials.py
tests/oauth2/test_gdch_credentials.py
tests/oauth2/test_id_token.py
tests/oauth2/test_reauth.py
tests/oauth2/test_service_account.py
tests/oauth2/test_sts.py
tests/oauth2/test_utils.py
tests/transport/__init__.py
tests/transport/compliance.py
tests/transport/test__custom_tls_signer.py
tests/transport/test__http_client.py
tests/transport/test__mtls_helper.py
tests/transport/test_grpc.py
tests/transport/test_mtls.py
tests/transport/test_requests.py
tests/transport/test_urllib3.py