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.

enum Duende.​IdentityServer.​ResponseHandling.​InteractionResponseType

Assembly: Duende.IdentityServer

Models the types of interaction results from the IAuthorizeInteractionResponseGenerator

Values

None
No interaction response, so a success result should be returned to the client
Error
Error of some sort. Depending on error, it will be shown to the user, or returned to the client.
UserInteraction
Some sort of user interaction is required, such as login, consent, or something else.