google-auth 2.28.2__tar.gz → 2.30.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. {google-auth-2.28.2/google_auth.egg-info → google-auth-2.30.0}/PKG-INFO +1 -1
  2. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/aws.py +351 -267
  3. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/external_account.py +51 -6
  4. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/iam.py +18 -3
  5. google-auth-2.30.0/google/auth/identity_pool.py +374 -0
  6. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/impersonated_credentials.py +7 -22
  7. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/pluggable.py +1 -1
  8. google-auth-2.30.0/google/auth/py.typed +2 -0
  9. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/transport/_custom_tls_signer.py +16 -4
  10. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/transport/requests.py +5 -8
  11. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/version.py +1 -1
  12. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/_client.py +5 -6
  13. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/challenges.py +78 -0
  14. google-auth-2.30.0/google/oauth2/py.typed +2 -0
  15. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/reauth.py +1 -0
  16. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/service_account.py +6 -1
  17. google-auth-2.30.0/google/oauth2/webauthn_handler.py +82 -0
  18. google-auth-2.30.0/google/oauth2/webauthn_handler_factory.py +16 -0
  19. google-auth-2.30.0/google/oauth2/webauthn_types.py +156 -0
  20. {google-auth-2.28.2 → google-auth-2.30.0/google_auth.egg-info}/PKG-INFO +1 -1
  21. {google-auth-2.28.2 → google-auth-2.30.0}/google_auth.egg-info/SOURCES.txt +8 -0
  22. {google-auth-2.28.2 → google-auth-2.30.0}/tests/compute_engine/test_credentials.py +2 -2
  23. {google-auth-2.28.2 → google-auth-2.30.0}/tests/oauth2/test__client.py +11 -2
  24. {google-auth-2.28.2 → google-auth-2.30.0}/tests/oauth2/test_challenges.py +153 -0
  25. {google-auth-2.28.2 → google-auth-2.30.0}/tests/oauth2/test_service_account.py +28 -1
  26. google-auth-2.30.0/tests/oauth2/test_webauthn_handler.py +148 -0
  27. google-auth-2.30.0/tests/oauth2/test_webauthn_handler_factory.py +29 -0
  28. google-auth-2.30.0/tests/oauth2/test_webauthn_types.py +237 -0
  29. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_aws.py +431 -100
  30. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_external_account.py +22 -10
  31. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_identity_pool.py +193 -5
  32. {google-auth-2.28.2 → google-auth-2.30.0}/tests/transport/test__custom_tls_signer.py +2 -0
  33. {google-auth-2.28.2 → google-auth-2.30.0}/tests/transport/test_requests.py +35 -0
  34. google-auth-2.28.2/google/auth/identity_pool.py +0 -261
  35. {google-auth-2.28.2 → google-auth-2.30.0}/LICENSE +0 -0
  36. {google-auth-2.28.2 → google-auth-2.30.0}/MANIFEST.in +0 -0
  37. {google-auth-2.28.2 → google-auth-2.30.0}/README.rst +0 -0
  38. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/__init__.py +0 -0
  39. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/_cloud_sdk.py +0 -0
  40. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/_credentials_async.py +0 -0
  41. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/_default.py +0 -0
  42. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/_default_async.py +0 -0
  43. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/_exponential_backoff.py +0 -0
  44. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/_helpers.py +0 -0
  45. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/_jwt_async.py +0 -0
  46. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/_oauth2client.py +0 -0
  47. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/_refresh_worker.py +0 -0
  48. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/_service_account_info.py +0 -0
  49. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/api_key.py +0 -0
  50. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/app_engine.py +0 -0
  51. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/compute_engine/__init__.py +0 -0
  52. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/compute_engine/_metadata.py +0 -0
  53. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/compute_engine/credentials.py +0 -0
  54. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/credentials.py +0 -0
  55. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/crypt/__init__.py +0 -0
  56. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/crypt/_cryptography_rsa.py +0 -0
  57. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/crypt/_helpers.py +0 -0
  58. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/crypt/_python_rsa.py +0 -0
  59. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/crypt/base.py +0 -0
  60. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/crypt/es256.py +0 -0
  61. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/crypt/rsa.py +0 -0
  62. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/downscoped.py +0 -0
  63. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/environment_vars.py +0 -0
  64. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/exceptions.py +0 -0
  65. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/external_account_authorized_user.py +0 -0
  66. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/jwt.py +0 -0
  67. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/metrics.py +0 -0
  68. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/transport/__init__.py +0 -0
  69. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/transport/_aiohttp_requests.py +0 -0
  70. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/transport/_http_client.py +0 -0
  71. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/transport/_mtls_helper.py +0 -0
  72. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/transport/grpc.py +0 -0
  73. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/transport/mtls.py +0 -0
  74. {google-auth-2.28.2 → google-auth-2.30.0}/google/auth/transport/urllib3.py +0 -0
  75. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/__init__.py +0 -0
  76. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/_client_async.py +0 -0
  77. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/_credentials_async.py +0 -0
  78. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/_id_token_async.py +0 -0
  79. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/_reauth_async.py +0 -0
  80. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/_service_account_async.py +0 -0
  81. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/credentials.py +0 -0
  82. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/gdch_credentials.py +0 -0
  83. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/id_token.py +0 -0
  84. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/sts.py +0 -0
  85. {google-auth-2.28.2 → google-auth-2.30.0}/google/oauth2/utils.py +0 -0
  86. {google-auth-2.28.2 → google-auth-2.30.0}/google_auth.egg-info/dependency_links.txt +0 -0
  87. {google-auth-2.28.2 → google-auth-2.30.0}/google_auth.egg-info/requires.txt +0 -0
  88. {google-auth-2.28.2 → google-auth-2.30.0}/google_auth.egg-info/top_level.txt +0 -0
  89. {google-auth-2.28.2 → google-auth-2.30.0}/setup.cfg +0 -0
  90. {google-auth-2.28.2 → google-auth-2.30.0}/setup.py +0 -0
  91. {google-auth-2.28.2 → google-auth-2.30.0}/tests/__init__.py +0 -0
  92. {google-auth-2.28.2 → google-auth-2.30.0}/tests/compute_engine/__init__.py +0 -0
  93. {google-auth-2.28.2 → google-auth-2.30.0}/tests/compute_engine/data/smbios_product_name +0 -0
  94. {google-auth-2.28.2 → google-auth-2.30.0}/tests/compute_engine/data/smbios_product_name_non_google +0 -0
  95. {google-auth-2.28.2 → google-auth-2.30.0}/tests/compute_engine/test__metadata.py +0 -0
  96. {google-auth-2.28.2 → google-auth-2.30.0}/tests/conftest.py +0 -0
  97. {google-auth-2.28.2 → google-auth-2.30.0}/tests/crypt/__init__.py +0 -0
  98. {google-auth-2.28.2 → google-auth-2.30.0}/tests/crypt/test__cryptography_rsa.py +0 -0
  99. {google-auth-2.28.2 → google-auth-2.30.0}/tests/crypt/test__python_rsa.py +0 -0
  100. {google-auth-2.28.2 → google-auth-2.30.0}/tests/crypt/test_crypt.py +0 -0
  101. {google-auth-2.28.2 → google-auth-2.30.0}/tests/crypt/test_es256.py +0 -0
  102. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/authorized_user.json +0 -0
  103. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/authorized_user_cloud_sdk.json +0 -0
  104. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/authorized_user_cloud_sdk_with_quota_project_id.json +0 -0
  105. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/authorized_user_with_rapt_token.json +0 -0
  106. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/client_secrets.json +0 -0
  107. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/context_aware_metadata.json +0 -0
  108. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/enterprise_cert_invalid.json +0 -0
  109. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/enterprise_cert_valid.json +0 -0
  110. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/enterprise_cert_valid_provider.json +0 -0
  111. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/es256_privatekey.pem +0 -0
  112. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/es256_public_cert.pem +0 -0
  113. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/es256_publickey.pem +0 -0
  114. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/es256_service_account.json +0 -0
  115. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/external_account_authorized_user.json +0 -0
  116. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/external_account_authorized_user_non_gdu.json +0 -0
  117. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/external_subject_token.json +0 -0
  118. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/external_subject_token.txt +0 -0
  119. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/gdch_service_account.json +0 -0
  120. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/impersonated_service_account_authorized_user_source.json +0 -0
  121. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/impersonated_service_account_service_account_source.json +0 -0
  122. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/impersonated_service_account_with_quota_project.json +0 -0
  123. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/old_oauth_credentials_py3.pickle +0 -0
  124. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/other_cert.pem +0 -0
  125. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/pem_from_pkcs12.pem +0 -0
  126. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/privatekey.p12 +0 -0
  127. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/privatekey.pem +0 -0
  128. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/privatekey.pub +0 -0
  129. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/public_cert.pem +0 -0
  130. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/service_account.json +0 -0
  131. {google-auth-2.28.2 → google-auth-2.30.0}/tests/data/service_account_non_gdu.json +0 -0
  132. {google-auth-2.28.2 → google-auth-2.30.0}/tests/oauth2/__init__.py +0 -0
  133. {google-auth-2.28.2 → google-auth-2.30.0}/tests/oauth2/test_credentials.py +0 -0
  134. {google-auth-2.28.2 → google-auth-2.30.0}/tests/oauth2/test_gdch_credentials.py +0 -0
  135. {google-auth-2.28.2 → google-auth-2.30.0}/tests/oauth2/test_id_token.py +0 -0
  136. {google-auth-2.28.2 → google-auth-2.30.0}/tests/oauth2/test_reauth.py +0 -0
  137. {google-auth-2.28.2 → google-auth-2.30.0}/tests/oauth2/test_sts.py +0 -0
  138. {google-auth-2.28.2 → google-auth-2.30.0}/tests/oauth2/test_utils.py +0 -0
  139. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test__cloud_sdk.py +0 -0
  140. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test__default.py +0 -0
  141. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test__exponential_backoff.py +0 -0
  142. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test__helpers.py +0 -0
  143. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test__oauth2client.py +0 -0
  144. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test__refresh_worker.py +0 -0
  145. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test__service_account_info.py +0 -0
  146. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_api_key.py +0 -0
  147. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_app_engine.py +0 -0
  148. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_credentials.py +0 -0
  149. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_downscoped.py +0 -0
  150. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_exceptions.py +0 -0
  151. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_external_account_authorized_user.py +0 -0
  152. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_iam.py +0 -0
  153. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_impersonated_credentials.py +0 -0
  154. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_jwt.py +0 -0
  155. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_metrics.py +0 -0
  156. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_packaging.py +0 -0
  157. {google-auth-2.28.2 → google-auth-2.30.0}/tests/test_pluggable.py +0 -0
  158. {google-auth-2.28.2 → google-auth-2.30.0}/tests/transport/__init__.py +0 -0
  159. {google-auth-2.28.2 → google-auth-2.30.0}/tests/transport/compliance.py +0 -0
  160. {google-auth-2.28.2 → google-auth-2.30.0}/tests/transport/test__http_client.py +0 -0
  161. {google-auth-2.28.2 → google-auth-2.30.0}/tests/transport/test__mtls_helper.py +0 -0
  162. {google-auth-2.28.2 → google-auth-2.30.0}/tests/transport/test_grpc.py +0 -0
  163. {google-auth-2.28.2 → google-auth-2.30.0}/tests/transport/test_mtls.py +0 -0
  164. {google-auth-2.28.2 → google-auth-2.30.0}/tests/transport/test_urllib3.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: google-auth
3
- Version: 2.28.2
3
+ Version: 2.30.0
4
4
  Summary: Google Authentication Library
5
5
  Home-page: https://github.com/googleapis/google-auth-library-python
6
6
  Author: Google Cloud Platform