From 04eca6ce80bec2638a66de8af220d9e1ad6ab209 Mon Sep 17 00:00:00 2001 From: Chris Hua Date: Thu, 26 Oct 2023 09:35:44 -0400 Subject: [PATCH] chore: address CR --- firebase_admin/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase_admin/auth.py b/firebase_admin/auth.py index 3223f9e50..84873c3da 100644 --- a/firebase_admin/auth.py +++ b/firebase_admin/auth.py @@ -256,7 +256,7 @@ def verify_session_cookie(session_cookie, check_revoked=False, app=None, clock_s check_revoked: Boolean, if true, checks whether the cookie has been revoked or the user disabled (optional). app: An App instance (optional). - clock_skew_seconds: The number of seconds to tolerate when checking the cookie + clock_skew_seconds: The number of seconds to tolerate when checking the cookie. Returns: dict: A dictionary of key-value pairs parsed from the decoded JWT.