Fix AuthenticationService summary
This commit is contained in:
parent
9336a6acd6
commit
69e4a566b3
|
|
@ -19,7 +19,7 @@ namespace Microsoft.AspNetCore.Authentication
|
|||
/// Constructor.
|
||||
/// </summary>
|
||||
/// <param name="schemes">The <see cref="IAuthenticationSchemeProvider"/>.</param>
|
||||
/// <param name="handlers">The <see cref="IAuthenticationRequestHandler"/>.</param>
|
||||
/// <param name="handlers">The <see cref="IAuthenticationHandlerProvider"/>.</param>
|
||||
/// <param name="transform">The <see cref="IClaimsTransformation"/>.</param>
|
||||
/// <param name="options">The <see cref="AuthenticationOptions"/>.</param>
|
||||
public AuthenticationService(IAuthenticationSchemeProvider schemes, IAuthenticationHandlerProvider handlers, IClaimsTransformation transform, IOptions<AuthenticationOptions> options)
|
||||
|
|
|
|||
Loading…
Reference in New Issue