C# Class AngularAzureSearch.WebAPI.Controllers.AccountController

Inheritance: ApiController
Datei anzeigen Open project: TheDarkCode/AngularAzureSearch

Private Properties

Property Type Description
AddExternalLogin Task
ChangePassword Task
ConfirmEmail Task
ForgotPassword Task
GetErrorResult IHttpActionResult
GetExternalLogin Task
GetExternalLogins IEnumerable
GetManageInfo Task
GetUserInfo AngularAzureSearch.WebAPI.Entities.UserInfoViewModel
Logout IHttpActionResult
Register Task
RegisterExternal Task
RemoveLogin Task
ResendConfirmEmail Task
ResetPassword Task
SetPassword Task

Public Methods

Method Description
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ISecureDataFormat accessTokenFormat ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddExternalLogin ( AddExternalLoginBindingModel model ) : Task
ChangePassword ( ChangePasswordBindingModel model ) : Task
ConfirmEmail ( string userId, string code ) : Task
ForgotPassword ( ForgotPasswordViewModel model ) : Task
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 ( ) : UserInfoViewModel
Logout ( ) : IHttpActionResult
Register ( RegisterBindingModel model ) : Task
RegisterExternal ( RegisterExternalBindingModel model ) : Task
RemoveLogin ( RemoveLoginBindingModel model ) : Task
ResendConfirmEmail ( ResendConfirmEmailBindingModel model ) : Task
ResetPassword ( ResetPasswordViewModel model ) : Task
SetPassword ( SetPasswordBindingModel model ) : Task

Method Details

AccountController() public method

public AccountController ( ) : System
return System

AccountController() public method

public AccountController ( ApplicationUserManager userManager, ISecureDataFormat accessTokenFormat ) : System
userManager ApplicationUserManager
accessTokenFormat ISecureDataFormat
return System

Dispose() protected method

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