Add retry loop for fetching authentication token if any 'Internal Failure' occurs (#368)
* Add retry loop for fetching authentication token if any 'Internal failure' occurs
This is to prevent errors while client tries to connect with server and
fails with 'Internal Failure' because it was unable to fetch OAuth2
token.
* Add retry loop for fetching authentication token if any 'Internal failure' occurs
This is to prevent errors while client tries to connect with server and
fails with 'Internal Failure' because it was unable to fetch OAuth2
token.
diff --git a/docs/reference/google.auth.rst b/docs/reference/google.auth.rst
index 53ab699..f6ea073 100644
--- a/docs/reference/google.auth.rst
+++ b/docs/reference/google.auth.rst
@@ -2,18 +2,18 @@
===================
.. automodule:: google.auth
- :members:
- :inherited-members:
- :show-inheritance:
+ :members:
+ :inherited-members:
+ :show-inheritance:
Subpackages
-----------
.. toctree::
- google.auth.compute_engine
- google.auth.crypt
- google.auth.transport
+ google.auth.compute_engine
+ google.auth.crypt
+ google.auth.transport
Submodules
----------
@@ -27,4 +27,3 @@
google.auth.iam
google.auth.impersonated_credentials
google.auth.jwt
-