JwtBearerMiddlewareDiagnostics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Diagnostics for the JwtBearer middleware (used in web APIs).
public class JwtBearerMiddlewareDiagnostics : Microsoft.Identity.Web.Resource.IJwtBearerMiddlewareDiagnostics
type JwtBearerMiddlewareDiagnostics = class
interface IJwtBearerMiddlewareDiagnostics
Public Class JwtBearerMiddlewareDiagnostics
Implements IJwtBearerMiddlewareDiagnostics
- Inheritance
-
JwtBearerMiddlewareDiagnostics
- Implements
Constructors
JwtBearerMiddlewareDiagnostics(ILogger<JwtBearerMiddlewareDiagnostics>) |
Constructor for a JwtBearerMiddlewareDiagnostics. This constructor is used by dependency injection. |
Methods
Subscribe(JwtBearerEvents) |
Subscribes to all the JwtBearer events, to help debugging, while preserving the previous handlers (which are called). |