Property | Type | Description | |
---|---|---|---|
ExternalLoginCallback | Task |
||
ExternalLoginCallbackRedirect | System.Web.Mvc.ActionResult | ||
Success | System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
AuthController ( ) : System | ||
AuthController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
DoLogin ( string returnUrl, bool wiki, bool read ) : System.Web.Mvc.ActionResult | ||
Login ( ) : System.Web.Mvc.ActionResult | ||
Logout ( ) : void |
Method | Description | |
---|---|---|
ExternalLoginCallback ( string returnUrl ) : Task |
||
ExternalLoginCallbackRedirect ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Success ( ) : System.Web.Mvc.ActionResult |
public AuthController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
userManager | ApplicationUserManager | |
signInManager | ApplicationSignInManager | |
return | System |
public DoLogin ( string returnUrl, bool wiki, bool read ) : System.Web.Mvc.ActionResult | ||
returnUrl | string | |
wiki | bool | |
read | bool | |
return | System.Web.Mvc.ActionResult |
public Login ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |