Method | Description | |
---|---|---|
Run ( Kentor.AuthServices.WebSso.HttpRequestData request, IOptions options ) : Kentor.AuthServices.WebSso.CommandResult |
Run the command, initiating or handling the logout sequence.
|
Method | Description | |
---|---|---|
GetReturnUrl ( Kentor.AuthServices.WebSso.HttpRequestData request, string returnPath, IOptions options ) : |
||
HandleRequest ( Kentor.AuthServices.WebSso.UnbindResult unbindResult, IOptions options ) : Kentor.AuthServices.WebSso.CommandResult | ||
HandleResponse ( Kentor.AuthServices.WebSso.UnbindResult unbindResult, StoredRequestState storedRequestState, IOptions options, |
||
InitiateLogout ( Kentor.AuthServices.WebSso.HttpRequestData request, |
||
LogoutCommand ( ) : System |
Ctor, don't want anyone to create instances.
|
|
Run ( Kentor.AuthServices.WebSso.HttpRequestData request, string returnPath, IOptions options ) : Kentor.AuthServices.WebSso.CommandResult | ||
VerifyMessageIsSigned ( Kentor.AuthServices.WebSso.UnbindResult unbindResult, IOptions options ) : void |
public Run ( Kentor.AuthServices.WebSso.HttpRequestData request, IOptions options ) : Kentor.AuthServices.WebSso.CommandResult | ||
request | Kentor.AuthServices.WebSso.HttpRequestData | Request data. |
options | IOptions | Options |
return | Kentor.AuthServices.WebSso.CommandResult |