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.​Models.​ConsentResponse
Assembly: Duende.IdentityServer
Inheritance: object → ConsentResponse
Models the user's response to the consent screen.
Properties
public
AuthorizationError?
Error
Error, if any, for the consent response.
public
string
ErrorDescription
Error description.
public
bool
Granted
Gets if consent was granted.
public
System.​Collections.​Generic.​IEnumerable<​string>
ScopesValuesConsented
Gets or sets the scope values consented to.
public
bool
RememberConsent
Gets or sets a value indicating whether the user wishes the consent to be remembered.
public
string
Description
Gets the description of the device.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object