Property | Type | Description | |
---|---|---|---|
AddExternalLogin | Task |
||
ChangePassword | Task |
||
ConfirmEmail | Task |
||
ForgotPassword | Task |
||
GetErrorResult | IHttpActionResult | ||
GetExternalLogin | Task |
||
GetExternalLogins | IEnumerable |
||
GetManageInfo | Task |
||
GetUserInfo | |||
Logout | IHttpActionResult | ||
Register | Task |
||
RegisterExternal | Task |
||
RemoveLogin | Task |
||
ResendConfirmEmail | Task |
||
ResetPassword | Task |
||
SetPassword | Task |
Method | Description | |
---|---|---|
AccountController ( ) : System | ||
AccountController ( ApplicationUserManager userManager, ISecureDataFormat |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AddExternalLogin ( AddExternalLoginBindingModel model ) : Task |
||
ChangePassword ( ChangePasswordBindingModel model ) : Task |
||
ConfirmEmail ( string userId, string code ) : Task |
||
ForgotPassword ( |
||
GetErrorResult ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult | ||
GetExternalLogin ( string provider, string error = null ) : Task |
||
GetExternalLogins ( string returnUrl, bool generateState = false ) : IEnumerable |
||
GetManageInfo ( string returnUrl, bool generateState = false ) : Task |
||
GetUserInfo ( ) : |
||
Logout ( ) : IHttpActionResult | ||
Register ( RegisterBindingModel model ) : Task |
||
RegisterExternal ( RegisterExternalBindingModel model ) : Task |
||
RemoveLogin ( RemoveLoginBindingModel model ) : Task |
||
ResendConfirmEmail ( ResendConfirmEmailBindingModel model ) : Task |
||
ResetPassword ( |
||
SetPassword ( SetPasswordBindingModel model ) : Task |
public AccountController ( ApplicationUserManager userManager, ISecureDataFormat |
||
userManager | ApplicationUserManager | |
accessTokenFormat | ISecureDataFormat |
|
return | System |