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. """