Show / Hide Table of Contents

Class OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled

Represents a filter that excludes the associated handlers if the pass-through mode was not enabled for the verification endpoint.

Inheritance
System.Object
OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled
Implements
IOpenIddictServerHandlerFilter<BaseContext>
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.Owin
Assembly: cs.temp.dll.dll
Syntax
public class RequireVerificationEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

RequireVerificationEndpointPassthroughEnabled(IOptionsMonitor<OpenIddictServerOwinOptions>)

Declaration
public RequireVerificationEndpointPassthroughEnabled(IOptionsMonitor<OpenIddictServerOwinOptions> options)
Parameters
Type Name Description
IOptionsMonitor<OpenIddictServerOwinOptions> options

Methods

IsActiveAsync(BaseContext)

Declaration
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
Type Name Description
BaseContext context
Returns
Type Description
ValueTask<System.Boolean>

Implements

IOpenIddictServerHandlerFilter<TContext>
In This Article
Back to top Generated by DocFX