aboutsummaryrefslogtreecommitdiff
path: root/oauth2client/crypt.py
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-08-20 14:19:29 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-08-21 08:23:45 -0700
commitb70baa4fab624e1f119960f0ddad3eae4a87aa2a (patch)
tree87b9b5fe6611a3a5ce85097fb43455148dd8fa4f /oauth2client/crypt.py
parentbbbcfecda38ce35b6b2396d70dce63c80a7136be (diff)
downloadoauth2client-b70baa4fab624e1f119960f0ddad3eae4a87aa2a.tar.gz
Moving __author__ after imports in oauth2client/.
This is to address PEP8 E402 as in previous commit.
Diffstat (limited to 'oauth2client/crypt.py')
-rw-r--r--oauth2client/crypt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/oauth2client/crypt.py b/oauth2client/crypt.py
index 8846ec4..6d22472 100644
--- a/oauth2client/crypt.py
+++ b/oauth2client/crypt.py
@@ -25,6 +25,7 @@ from oauth2client._helpers import _to_bytes
from oauth2client._helpers import _urlsafe_b64decode
from oauth2client._helpers import _urlsafe_b64encode
+
CLOCK_SKEW_SECS = 300 # 5 minutes in seconds
AUTH_TOKEN_LIFETIME_SECS = 300 # 5 minutes in seconds
MAX_TOKEN_LIFETIME_SECS = 86400 # 1 day in seconds