C# Class Emergy.Api.Controllers.AccountApiController

Inheritance: MasterApiController
Show file Open project: gboduljak/Emergy

Public Methods

Method Description
AccountApiController ( ) : System.Linq
AccountApiController ( ApplicationUserManager userManager, ApplicationRoleManager roleManager, IAccountService accountService, IReCaptchaValidator reCaptchaValidator ) : System.Linq

Private Methods

Method Description
ChangePassword ( [ model ) : Task
IsEmailTaken ( [ email ) : Task
IsUsernameTaken ( [ username ) : Task
IsValidKey ( string id, string key ) : Task
Login ( [ model ) : Task
Profile ( ) : Task
Profile ( Emergy.Core.Models.Account profileVm ) : Task
Register ( [ model ) : Task
WithKey ( string key ) : Task
WithUsername ( string username ) : Task

Method Details

AccountApiController() public method

public AccountApiController ( ) : System.Linq
return System.Linq

AccountApiController() public method

public AccountApiController ( ApplicationUserManager userManager, ApplicationRoleManager roleManager, IAccountService accountService, IReCaptchaValidator reCaptchaValidator ) : System.Linq
userManager ApplicationUserManager
roleManager ApplicationRoleManager
accountService IAccountService
reCaptchaValidator IReCaptchaValidator
return System.Linq