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.​Stores.​IConsentMessageStore
Assembly: Duende.IdentityServer
Interface for consent messages that are sent from the consent UI to the authorization endpoint.
Methods
WriteAsync​(string id,
Models.​Message<​Models.​ConsentResponse> message)
Writes the consent response message.
id
The id for the message.
message
The message.
System.​Threading.​Tasks.​Task<​Models.​Message<​Models.​ConsentResponse>>
ReadAsync​(string id)
Reads the consent response message.
id
The identifier.
DeleteAsync​(string id)
Deletes the consent response message.
id
The identifier.