(20241204) Upgraded small things.

This commit is contained in:
2024-12-04 17:49:58 +05:30
parent 04bbe91f2c
commit 75400ab639
+2 -2
View File
@@ -139,8 +139,8 @@ class GoogleAuthTokens(BaseModel):
"""
Synchronously (blocking) refreshes the existing access tokens in place.
:param client_id: The id of the client (OAuth JSON) for which these tokens were granted.
:param client_secret: The secret of the client (OAuth JSON) for which these tokens were granted.
:param client_id: The id of the client app (OAuth JSON) for which these tokens were granted.
:param client_secret: The secret of the client app (OAuth JSON) for which these tokens were granted.
:param force_refresh: Whether you want to refresh the token even if it hasn't expired.
:return: True if refreshed, else False.
"""