Table of Contents

Interface IEndpointHandler

Namespace
Duende.IdentityServer.Hosting
Assembly
Duende.IdentityServer.dll

Endpoint handler

public interface IEndpointHandler

Methods

ProcessAsync(HttpContext)

Processes the request.

Task<IEndpointResult?> ProcessAsync(HttpContext context)

Parameters

context HttpContext

The HTTP context.

Returns

Task<IEndpointResult>