Skip to content

Commit f7f80fd

Browse files
authored
Fix AuthenticationService summary (#10969)
Fix AuthenticationService summary
2 parents 0a25c28 + 69e4a56 commit f7f80fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Authentication.Core/src/AuthenticationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class AuthenticationService : IAuthenticationService
1919
/// Constructor.
2020
/// </summary>
2121
/// <param name="schemes">The <see cref="IAuthenticationSchemeProvider"/>.</param>
22-
/// <param name="handlers">The <see cref="IAuthenticationRequestHandler"/>.</param>
22+
/// <param name="handlers">The <see cref="IAuthenticationHandlerProvider"/>.</param>
2323
/// <param name="transform">The <see cref="IClaimsTransformation"/>.</param>
2424
/// <param name="options">The <see cref="AuthenticationOptions"/>.</param>
2525
public AuthenticationService(IAuthenticationSchemeProvider schemes, IAuthenticationHandlerProvider handlers, IClaimsTransformation transform, IOptions<AuthenticationOptions> options)

0 commit comments

Comments
 (0)