Show / Hide Table of Contents

Interface IOpenIddictServerDispatcher

Namespace: OpenIddict.Server
Assembly: cs.temp.dll.dll
Syntax
public interface IOpenIddictServerDispatcher

Methods

DispatchAsync<TContext>(TContext)

Declaration
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
In This Article
Back to top Generated by DocFX