Show / Hide Table of Contents

Class OpenIddictValidationDispatcher

Inheritance
System.Object
OpenIddictValidationDispatcher
Implements
IOpenIddictValidationDispatcher
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenIddict.Validation
Assembly: cs.temp.dll.dll
Syntax
public class OpenIddictValidationDispatcher : IOpenIddictValidationDispatcher

Constructors

OpenIddictValidationDispatcher(ILogger<OpenIddictValidationDispatcher>, IOptionsMonitor<OpenIddictValidationOptions>, IServiceProvider)

Creates a new instance of the OpenIddictValidationDispatcher class.

Declaration
public OpenIddictValidationDispatcher(ILogger<OpenIddictValidationDispatcher> logger, IOptionsMonitor<OpenIddictValidationOptions> options, IServiceProvider provider)
Parameters
Type Name Description
ILogger<OpenIddictValidationDispatcher> logger
IOptionsMonitor<OpenIddictValidationOptions> options
IServiceProvider provider

Methods

DispatchAsync<TContext>(TContext)

Declaration
public ValueTask DispatchAsync<TContext>(TContext context)
    where TContext : BaseContext
Parameters
Type Name Description
TContext context
Returns
Type Description
ValueTask
Type Parameters
Name Description
TContext

Implements

IOpenIddictValidationDispatcher
In This Article
Back to top Generated by DocFX