Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Duende.​IdentityServer.​Hosting.​IEndpointResult

Assembly: Duende.IdentityServer

An <see cref="T:Duende.IdentityServer.Hosting.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.

Methods

ExecuteAsync​(Microsoft.​AspNetCore.​Http.​HttpContext context)
Executes the result to write an http response.
context The HTTP context.