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 Sustainsys.​Saml2.​WebSso.​ICommand
Assembly: Sustainsys.Saml2
A command - corresponds to an action in Mvc.
Methods
Run​(HttpRequestData request,
Configuration.​IOptions options)
Run the command and return a result.
Returns The results of the command, as a DTO.
request
The http request that the input
data can be read from.
options
The options to use when performing the command.