From dbeb34e6b8966d7a87ac58391b92c810801d2213 Mon Sep 17 00:00:00 2001 From: ale8k Date: Wed, 6 Mar 2024 14:28:27 +0000 Subject: [PATCH] pr comments --- internal/jimmhttp/auth_handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/jimmhttp/auth_handler.go b/internal/jimmhttp/auth_handler.go index d863d60ee..bd8225c5a 100644 --- a/internal/jimmhttp/auth_handler.go +++ b/internal/jimmhttp/auth_handler.go @@ -25,6 +25,7 @@ type OAuthHandler struct { cookieExpiry int } +// OAuthHandlerParams holds the parameters to configure the OAuthHandler. type OAuthHandlerParams struct { // Authenticator is the authenticator to handle browser authentication. Authenticator BrowserOAuthAuthenticator