Casewhere Runtime API
Casewhere Runtime API
Casewhere.WebTrigger.DSL
IWebApi Interface
IWebApi Methods
AbandonAuthorization Method
CreateErrorResponse Method
CreateResponse(T) Method
CreateTextResponse Method
GetHeaders Method
GetQueryString Method
GetUri Method
GetUserIp Method
Redirect Method
IWebApi
AbandonAuthorization Method
Stop the flow of initial authorization
Namespace:
Casewhere.WebTrigger.DSL
Assembly:
Casewhere.WebTrigger (in Casewhere.WebTrigger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
void
AbandonAuthorization
()
Examples
Copy
var
webApi = ctx.Use<IWebApi>(); webApi.AbandonAuthorization();
See Also
Reference
IWebApi Interface
Casewhere.WebTrigger.DSL Namespace