Fix documentation for JwtBearerOptions.Events (#1249)

This commit is contained in:
Gerardo Saca 2017-06-23 09:00:31 -07:00 committed by Daniel Roth
parent 879f0b7f40
commit 05c6cbe466
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace Microsoft.AspNetCore.Authentication.JwtBearer
/// <summary>
/// The object provided by the application to process events raised by the bearer authentication handler.
/// The application may implement the interface fully, or it may create an instance of JwtBearerAuthenticationEvents
/// The application may implement the interface fully, or it may create an instance of JwtBearerEvents
/// and assign delegates only to the events it wants to process.
/// </summary>
public new JwtBearerEvents Events