Skip to content

Commit

Permalink
chore: address CR
Browse files Browse the repository at this point in the history
  • Loading branch information
stillmatic committed Oct 26, 2023
1 parent 46c3ed0 commit 04eca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase_admin/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 04eca6c

Please sign in to comment.