Show / Hide Table of Contents

Interface IOpenIddictServerHandlerFilter<TContext>

Namespace: OpenIddict.Server
Assembly: cs.temp.dll.dll
Syntax
public interface IOpenIddictServerHandlerFilter<in TContext>
    where TContext : OpenIddictValidationEvents.BaseContext
Type Parameters
Name Description
TContext

Methods

IsActiveAsync(TContext)

Declaration
ValueTask<bool> IsActiveAsync(TContext context)
Parameters
Type Name Description
TContext context
Returns
Type Description
System.Threading.Tasks.ValueTask<System.Boolean>
In This Article
Back to top Generated by DocFX