Method | Description | |
---|---|---|
Callback ( string code, string error, string error_description ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
ClientCredentials ( ) : System.Web.Mvc.ActionResult | ||
ImplicitFlow ( ) : System.Web.Mvc.ActionResult | ||
RedirectFlow ( ) : System.Web.Mvc.ActionResult | ||
RefreshToken ( ) : System.Web.Mvc.ActionResult | ||
ResourceOwnerPassword ( string username, string password ) : System.Web.Mvc.ActionResult | ||
ViewResourceData ( ) : System.Web.Mvc.ActionResult |
public Callback ( string code, string error, string error_description ) : System.Web.Mvc.ActionResult | ||
code | string | |
error | string | |
error_description | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |