Skip to content

Commit 69e4a56

Browse files
authored
Fix AuthenticationService summary
1 parent 9336a6a commit 69e4a56

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)