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.​Services.​IPushedAuthorizationSerializer
Assembly: Duende.IdentityServer
Contract for a service that can serialize and deserialize pushed authorization requests.
Methods
Deserialize​(string parameters)
Unprotects and deserializes the pushed authorization parameters
Returns The unprotected parameters, parsed into a NameValueCollection.
parameters
The data protected, serialized raw parameters.
string
Serialize​(System.​Collections.​Specialized.​NameValueCollection raw)
Protects and serializes pushed authorization parameters.
Returns The parameters, serialized and data protected.
raw
The raw parameter collection.