OpenIdConnectMiddlewareDiagnostics 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 used in the OpenID Connect middleware (used in web apps).
public class OpenIdConnectMiddlewareDiagnostics : Microsoft.Identity.Web.Resource.IOpenIdConnectMiddlewareDiagnostics
type OpenIdConnectMiddlewareDiagnostics = class
interface IOpenIdConnectMiddlewareDiagnostics
Public Class OpenIdConnectMiddlewareDiagnostics
Implements IOpenIdConnectMiddlewareDiagnostics
- Inheritance
-
OpenIdConnectMiddlewareDiagnostics
- Implements
Constructors
OpenIdConnectMiddlewareDiagnostics(ILogger<OpenIdConnectMiddlewareDiagnostics>) |
Constructor of the OpenIdConnectMiddlewareDiagnostics, used by dependency injection. |
Methods
Subscribe(OpenIdConnectEvents) |
Subscribes to all the OpenIdConnect events, to help debugging, while preserving the previous handlers (which are called). |