C# Class Application.Web.Controllers.ManageController

Inheritance: Controller
Show file Open project: nzhul/TelerikAcademy

Private Properties

Property Type Description
AddErrors void
AddPhoneNumber Task
ChangePassword Task
DisableTwoFactorAuthentication Task
EnableTwoFactorAuthentication Task
HasPassword bool
HasPhoneNumber bool
LinkLogin System.Web.Mvc.ActionResult
RemoveLogin Task
SetPassword Task
SignInAsync System.Threading.Tasks.Task
VerifyPhoneNumber Task

Public Methods

Method Description
AddPhoneNumber ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ) : System.Web.Mvc.ActionResult
Index ( ManageMessageId message ) : Task
LinkLoginCallback ( ) : Task
ManageController ( ) : System
ManageController ( ApplicationUserManager userManager ) : System
ManageLogins ( ManageMessageId message ) : Task
RemoveLogin ( ) : System.Web.Mvc.ActionResult
RemovePhoneNumber ( ) : Task
SetPassword ( ) : System.Web.Mvc.ActionResult
VerifyPhoneNumber ( string phoneNumber ) : Task

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
AddPhoneNumber ( Application.Web.Models.AddPhoneNumberViewModel model ) : Task
ChangePassword ( Application.Web.Models.ChangePasswordViewModel model ) : Task
DisableTwoFactorAuthentication ( ) : Task
EnableTwoFactorAuthentication ( ) : Task
HasPassword ( ) : bool
HasPhoneNumber ( ) : bool
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
RemoveLogin ( string loginProvider, string providerKey ) : Task
SetPassword ( Application.Web.Models.SetPasswordViewModel model ) : Task
SignInAsync ( ApplicationUser user, bool isPersistent ) : System.Threading.Tasks.Task
VerifyPhoneNumber ( Application.Web.Models.VerifyPhoneNumberViewModel model ) : Task

Method Details

AddPhoneNumber() public method

public AddPhoneNumber ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ChangePassword() public method

public ChangePassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ManageMessageId message ) : Task
message ManageMessageId
return Task

LinkLoginCallback() public method

public LinkLoginCallback ( ) : Task
return Task

ManageController() public method

public ManageController ( ) : System
return System

ManageController() public method

public ManageController ( ApplicationUserManager userManager ) : System
userManager ApplicationUserManager
return System

ManageLogins() public method

public ManageLogins ( ManageMessageId message ) : Task
message ManageMessageId
return Task

RemoveLogin() public method

public RemoveLogin ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

RemovePhoneNumber() public method

public RemovePhoneNumber ( ) : Task
return Task

SetPassword() public method

public SetPassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

VerifyPhoneNumber() public method

public VerifyPhoneNumber ( string phoneNumber ) : Task
phoneNumber string
return Task