From 290d8e911a2a02108d745bd56d312624fd935768 Mon Sep 17 00:00:00 2001 From: Matasx Date: Fri, 6 Dec 2024 22:07:39 +0100 Subject: [PATCH] Fixup create doc. --- Modules/Authentication/MultiAuthentication.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Authentication/MultiAuthentication.cs b/Modules/Authentication/MultiAuthentication.cs index 260eb6a0..a7715150 100644 --- a/Modules/Authentication/MultiAuthentication.cs +++ b/Modules/Authentication/MultiAuthentication.cs @@ -8,8 +8,8 @@ public static class MultiAuthentication #region Builder /// - /// Creates a customizable API key authentication handler that will - /// read the key from the HTTP header named "X-API-Key". + /// Creates a authentication handler that will use + /// underlying handlers to authenticate the request. /// public static MultiConcernBuilder Create() => new();