Table of Contents

Interface IEndpointResult

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

An IEndpointResult is the object model that describes the results that will returned by one of the protocol endpoints provided by IdentityServer, and can be executed to produce an HTTP response.

public interface IEndpointResult

Methods

ExecuteAsync(HttpContext)

Executes the result to write an http response.

Task ExecuteAsync(HttpContext context)

Parameters

context HttpContext

The HTTP context.

Returns

Task