C# Class DapperIdentity.Web.Controllers.AccountController

Inheritance: Controller
Show file Open project: rantowork/MVC5-Dapper-Identity

Private Properties

Property Type Description
AddErrors void
ConfirmationLink Task
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
ForgotPassword System.Web.Mvc.ActionResult
ForgotPassword Task
ForgotPasswordConfirmation System.Web.Mvc.ActionResult
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
ResendConfirmationToken System.Threading.Tasks.Task
ResetPassword System.Web.Mvc.ActionResult
ResetPassword Task
ResetPasswordConfirmation System.Web.Mvc.ActionResult
SignInAsync System.Threading.Tasks.Task

Public Methods

Method Description
AccountController ( UserManager userManager ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
ConfirmationLink ( string id ) : Task
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( DapperIdentity.Web.ViewModels.ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( DapperIdentity.Web.ViewModels.ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( DapperIdentity.Web.ViewModels.LoginViewModel model, string returnUrl ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( DapperIdentity.Web.ViewModels.RegisterViewModel model ) : Task
ResendConfirmationToken ( User user ) : System.Threading.Tasks.Task

This method generates a new confirmation token, updates the stored confirmation token and then sends a new confirmation email to the user.

ResetPassword ( string code ) : System.Web.Mvc.ActionResult
ResetPassword ( DapperIdentity.Web.ViewModels.ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult
SignInAsync ( User user, bool isPersistent ) : System.Threading.Tasks.Task

Method Details

AccountController() public method

public AccountController ( UserManager userManager ) : System
userManager UserManager
return System

Dispose() protected method

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