Table of Contents

Enum InteractionResponseType

Namespace
Duende.IdentityServer.ResponseHandling
Assembly
Duende.IdentityServer.dll

Models the types of interaction results from the IAuthorizeInteractionResponseGenerator

public enum InteractionResponseType

Fields

Error = 1

Error of some sort. Depending on error, it will be shown to the user, or returned to the client.

None = 0

No interaction response, so a success result should be returned to the client

UserInteraction = 2

Some sort of user interaction is required, such as login, consent, or something else.