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.​IAuthorizationParametersMessageStore
Assembly: Duende.IdentityServer
Interface for authorization request messages that are sent from the authorization endpoint to the login and consent UI.
Methods
System.​Threading.​Tasks.​Task<​string>
WriteAsync​(Models.​Message<​System.​Collections.​Generic.​IDictionary<​string, string[]>> message)
Writes the authorization parameters.
Returns The identifier for the stored message.
message
The message.
System.​Threading.​Tasks.​Task<​Models.​Message<​System.​Collections.​Generic.​IDictionary<​string, string[]>>>
ReadAsync​(string id)
Reads the authorization parameters.
id
The identifier.
DeleteAsync​(string id)
Deletes the authorization parameters.
id
The identifier.