From 69e4a566b37fd7732ef6e4f459fedec36b051d43 Mon Sep 17 00:00:00 2001 From: Kahbazi Date: Fri, 7 Jun 2019 01:35:38 +0430 Subject: [PATCH] Fix AuthenticationService summary --- src/Http/Authentication.Core/src/AuthenticationService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Authentication.Core/src/AuthenticationService.cs b/src/Http/Authentication.Core/src/AuthenticationService.cs index ce6328ae75..bf10f47adf 100644 --- a/src/Http/Authentication.Core/src/AuthenticationService.cs +++ b/src/Http/Authentication.Core/src/AuthenticationService.cs @@ -19,7 +19,7 @@ namespace Microsoft.AspNetCore.Authentication /// Constructor. /// /// The . - /// The . + /// The . /// The . /// The . public AuthenticationService(IAuthenticationSchemeProvider schemes, IAuthenticationHandlerProvider handlers, IClaimsTransformation transform, IOptions options)