Class OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled
Represents a filter that excludes the associated handlers if status code pages support was not enabled.
Inheritance
System.Object
OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled
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.Server.AspNetCore
Assembly: cs.temp.dll.dll
Syntax
public class RequireStatusCodePagesIntegrationEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
Constructors
RequireStatusCodePagesIntegrationEnabled(IOptionsMonitor<OpenIddictServerAspNetCoreOptions>)
Declaration
public RequireStatusCodePagesIntegrationEnabled(IOptionsMonitor<OpenIddictServerAspNetCoreOptions> options)
Parameters
Type | Name | Description |
---|---|---|
IOptionsMonitor<OpenIddictServerAspNetCoreOptions> | options |
Methods
IsActiveAsync(OpenIddictValidationEvents.BaseContext)
Declaration
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
Parameters
Type | Name | Description |
---|---|---|
OpenIddictValidationEvents.BaseContext | context |
Returns
Type | Description |
---|---|
System.Threading.Tasks.ValueTask<System.Boolean> |