5 references to JwtBearerHandler
Microsoft.AspNetCore.Authentication.JwtBearer (5)
JwtBearerDefaults.cs (1)
7
/// Default values used by <see cref="
JwtBearerHandler
"/> for JWT bearer authentication.
JwtBearerEvents.cs (1)
7
/// Specifies events which the <see cref="
JwtBearerHandler
"/> invokes to enable developer control over the authentication process.
JwtBearerExtensions.cs (1)
79
return builder.AddScheme<JwtBearerOptions,
JwtBearerHandler
>(authenticationScheme, displayName, configureOptions);
JwtBearerHandler.cs (2)
23
/// Initializes a new instance of <see cref="
JwtBearerHandler
"/>.
32
/// Initializes a new instance of <see cref="
JwtBearerHandler
"/>.