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.

struct Sustainsys.​Saml2.​WebSso.​ICommand

Assembly: Sustainsys.Saml2

A command - corresponds to an action in Mvc.

Methods

public CommandResult
Run​(HttpRequestData request, Configuration.IOptions options)
request The http request that the input data can be read from.
options The options to use when performing the command.
Returns The results of the command, as a DTO.
Run the command and return a result.