프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ExternalLoginCallback | Task |
||
ExternalLoginCallbackRedirect | System.Web.Mvc.ActionResult | ||
Success | System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public DoLogin ( string returnUrl, bool wiki, bool read ) : System.Web.Mvc.ActionResult | ||
returnUrl | string | |
wiki | bool | |
read | bool | |
리턴 | System.Web.Mvc.ActionResult |