Show / Hide Table of Contents

Interface IOpenIddictValidationHandlerFilter<TContext>

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

Methods

IsActiveAsync(TContext)

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