.coveragerc
.gitignore
.travis.yml
CHANGELOG.rst
CONTRIBUTING.rst
CONTRIBUTORS.md
LICENSE
MANIFEST.in
README.rst
pylint.config.py
setup.cfg
setup.py
tox.ini
.kokoro/common.cfg
.kokoro/system_tests.cfg
.kokoro/system_tests.sh
.kokoro/trampoline.sh
docs/Makefile
docs/conf.py
docs/index.rst
docs/oauth2client-deprecation.rst
docs/requirements-docs.txt
docs/user-guide.rst
docs/_static/custom.css
docs/reference/google.auth.app_engine.rst
docs/reference/google.auth.compute_engine.credentials.rst
docs/reference/google.auth.compute_engine.rst
docs/reference/google.auth.credentials.rst
docs/reference/google.auth.crypt.rst
docs/reference/google.auth.environment_vars.rst
docs/reference/google.auth.exceptions.rst
docs/reference/google.auth.iam.rst
docs/reference/google.auth.jwt.rst
docs/reference/google.auth.rst
docs/reference/google.auth.transport.grpc.rst
docs/reference/google.auth.transport.requests.rst
docs/reference/google.auth.transport.rst
docs/reference/google.auth.transport.urllib3.rst
docs/reference/google.oauth2.credentials.rst
docs/reference/google.oauth2.id_token.rst
docs/reference/google.oauth2.rst
docs/reference/google.oauth2.service_account.rst
docs/reference/google.rst
docs/reference/modules.rst
google/__init__.py
google/auth/__init__.py
google/auth/_cloud_sdk.py
google/auth/_default.py
google/auth/_helpers.py
google/auth/_oauth2client.py
google/auth/_service_account_info.py
google/auth/app_engine.py
google/auth/credentials.py
google/auth/environment_vars.py
google/auth/exceptions.py
google/auth/iam.py
google/auth/jwt.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/_python_rsa.py
google/auth/crypt/base.py
google/auth/crypt/rsa.py
google/auth/transport/__init__.py
google/auth/transport/_http_client.py
google/auth/transport/grpc.py
google/auth/transport/requests.py
google/auth/transport/urllib3.py
google/oauth2/__init__.py
google/oauth2/_client.py
google/oauth2/credentials.py
google/oauth2/id_token.py
google/oauth2/service_account.py
google_auth.egg-info/PKG-INFO
google_auth.egg-info/SOURCES.txt
google_auth.egg-info/dependency_links.txt
google_auth.egg-info/namespace_packages.txt
google_auth.egg-info/requires.txt
google_auth.egg-info/top_level.txt
scripts/decrypt-secrets.sh
scripts/encrypt-secrets.sh
scripts/obtain_user_auth.py
scripts/travis.sh
system_tests/.gitignore
system_tests/__init__.py
system_tests/conftest.py
system_tests/nox.py
system_tests/secrets.tar.enc
system_tests/test_app_engine.py
system_tests/test_compute_engine.py
system_tests/test_default.py
system_tests/test_grpc.py
system_tests/test_oauth2_credentials.py
system_tests/test_service_account.py
system_tests/app_engine_test_app/.gitignore
system_tests/app_engine_test_app/app.yaml
system_tests/app_engine_test_app/appengine_config.py
system_tests/app_engine_test_app/main.py
system_tests/app_engine_test_app/requirements.txt
tests/__init__.py
tests/conftest.py
tests/test__cloud_sdk.py
tests/test__default.py
tests/test__helpers.py
tests/test__oauth2client.py
tests/test__service_account_info.py
tests/test_app_engine.py
tests/test_credentials.py
tests/test_iam.py
tests/test_jwt.py
tests/compute_engine/__init__.py
tests/compute_engine/test__metadata.py
tests/compute_engine/test_credentials.py
tests/crypt/__init__.py
tests/crypt/test__python_rsa.py
tests/crypt/test_crypt.py
tests/data/authorized_user.json
tests/data/client_secrets.json
tests/data/cloud_sdk_config.json
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/oauth2/__init__.py
tests/oauth2/test__client.py
tests/oauth2/test_credentials.py
tests/oauth2/test_id_token.py
tests/oauth2/test_service_account.py
tests/transport/__init__.py
tests/transport/compliance.py
tests/transport/test__http_client.py
tests/transport/test_grpc.py
tests/transport/test_requests.py
tests/transport/test_urllib3.py