Class OpenIddictValidationDispatcher
Inheritance
System.Object
OpenIddictValidationDispatcher
Implements
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 | |
System.IServiceProvider | provider |
Methods
DispatchAsync<TContext>(TContext)
Declaration
public ValueTask DispatchAsync<TContext>(TContext context)
where TContext : OpenIddictValidationEvents.BaseContext
Parameters
Type | Name | Description |
---|---|---|
TContext | context |
Returns
Type | Description |
---|---|
System.Threading.Tasks.ValueTask |
Type Parameters
Name | Description |
---|---|
TContext |