Method | Description | |
---|---|---|
AccountApiController ( ) : System.Linq | ||
AccountApiController ( ApplicationUserManager userManager, ApplicationRoleManager roleManager, IAccountService accountService, IReCaptchaValidator reCaptchaValidator ) : System.Linq |
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 |
public AccountApiController ( ) : System.Linq | ||
return | System.Linq |
public AccountApiController ( ApplicationUserManager userManager, ApplicationRoleManager roleManager, IAccountService accountService, IReCaptchaValidator reCaptchaValidator ) : System.Linq | ||
userManager | ApplicationUserManager | |
roleManager | ApplicationRoleManager | |
accountService | IAccountService | |
reCaptchaValidator | IReCaptchaValidator | |
return | System.Linq |