From 75400ab6391eb471281e36a34ba4bcad02f5bc51 Mon Sep 17 00:00:00 2001 From: khushal Date: Wed, 4 Dec 2024 17:49:58 +0530 Subject: [PATCH] (20241204) Upgraded small things. --- utils_v2/goog/models/data/auth_tokens.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils_v2/goog/models/data/auth_tokens.py b/utils_v2/goog/models/data/auth_tokens.py index 1873934..ad4cd41 100644 --- a/utils_v2/goog/models/data/auth_tokens.py +++ b/utils_v2/goog/models/data/auth_tokens.py @@ -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. """