Class OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress
Represents a filter that excludes the associated handlers if the metadata address of the issuer is not available.
Inheritance
System.Object
OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress
Implements
IOpenIddictValidationHandlerFilter<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.Validation.SystemNetHttp
Assembly: cs.temp.dll.dll
Syntax
public class RequireHttpMetadataAddress : IOpenIddictValidationHandlerFilter<BaseContext>
Methods
IsActiveAsync(BaseContext)
Declaration
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
Type | Name | Description |
---|---|---|
BaseContext | context |
Returns
Type | Description |
---|---|
ValueTask<System.Boolean> |