From 694465c1aed5306e69c3155d29d714cd6ab99691 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Mon, 9 Sep 2024 14:33:47 +0100 Subject: [PATCH] Add some docstring --- egi_notebooks_hub/egiauthenticator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/egi_notebooks_hub/egiauthenticator.py b/egi_notebooks_hub/egiauthenticator.py index 508ad13..829635b 100644 --- a/egi_notebooks_hub/egiauthenticator.py +++ b/egi_notebooks_hub/egiauthenticator.py @@ -20,6 +20,7 @@ class JWTHandler(BaseHandler): + """Handler for authentication with JWT tokens""" async def exchange_for_refresh_token(self, access_token): self.log.debug("Exchanging access token for refresh") http_client = AsyncHTTPClient()