C# Class tms_api.Controllers.AccountController

Inheritance: Controller
显示文件 Open project: smoore4moma/tms-api

Private Properties

Property Type Description
AddErrors void
Authorize System.Web.Mvc.ActionResult
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
RedirectToLocal System.Web.Mvc.ActionResult
Register Task
Secure System.Web.Mvc.ActionResult
SendCode Task
SendCode Task
VerifyCode Task
VerifyCode Task

Public Methods

Method Description
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
Authorize ( ) : System.Web.Mvc.ActionResult
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
Secure ( ) : System.Web.Mvc.ActionResult
SendCode ( SendCodeViewModel model ) : Task
SendCode ( string returnUrl, bool rememberMe ) : Task
VerifyCode ( VerifyCodeViewModel model ) : Task
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task

Method Details

AccountController() public method

public AccountController ( ) : System
return System

AccountController() public method

public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
userManager ApplicationUserManager
signInManager ApplicationSignInManager
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void