From c09b16fbfe38c78b9e52811331d2f5f5d2d1c4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Sat, 25 Oct 2025 08:47:52 +0200 Subject: [PATCH] Fix docstring --- fastapi_users/manager.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastapi_users/manager.py b/fastapi_users/manager.py index d65f2511..612d3466 100644 --- a/fastapi_users/manager.py +++ b/fastapi_users/manager.py @@ -248,7 +248,8 @@ class BaseUserManager(Generic[models.UP, models.ID]): :param oauth_name: Name of the OAuth client. :param access_token: Valid access token for the service provider. -: :param account_id: Id of the account on the external OAuth service. :param account_email: E-mail of the user on the service provider. + :param account_id: Id of the account on the external OAuth service. + :param account_email: E-mail of the user on the service provider. :param expires_at: Optional timestamp at which the access token expires. :param refresh_token: Optional refresh token to get a fresh access token from the service provider.