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.

class Duende.​IdentityServer.​ResponseHandling.​InteractionResponse

Assembly: Duende.IdentityServer

Inheritance: object → InteractionResponse

Indicates interaction outcome for user on authorization endpoint.

Properties

ResponseType
The interaction response type.
public bool
IsLogin
Gets or sets a value indicating whether the user must login.
public bool
IsConsent
Gets or sets a value indicating whether the user must consent.
public bool
IsCreateAccount
Gets or sets a value indicating whether the user must create an account.
public bool
IsError
Gets a value indicating whether the result is an error.
public string
Error
Gets or sets the error.
public string
ErrorDescription
Gets or sets the error description.
public bool
IsRedirect
Gets a value indicating whether the user must be redirected to a custom page.
public string
RedirectUrl
Gets or sets the URL for the custom page.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object