C# Class CloudMedicApi.Controllers.AccountController

Inheritance: ApiController
Mostrar archivo Open project: crypteron/cloudmedic

Private Properties

Property Type Description
AddExternalLogin Task
ChangePassword Task
ForgetPassword Task
GetErrorResult IHttpActionResult
GetExternalLogin Task
GetExternalLogins IEnumerable
GetManageInfo Task
GetProfile Task
GetUserInfo CloudMedicApi.Models.UserInfoViewModel
Logout IHttpActionResult
ProfileUpdate Task
Register Task
RegisterExternal Task
RemoveLogin Task
SetPassword Task
SupporterRegistration 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
ForgetPassword ( ForgetPasswordBindingModel 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
GetProfile ( ) : Task
GetUserInfo ( ) : UserInfoViewModel
Logout ( ) : IHttpActionResult
ProfileUpdate ( ProfileUpdateBindingModel model ) : Task
Register ( RegisterBindingModel model ) : Task
RegisterExternal ( RegisterExternalBindingModel model ) : Task
RemoveLogin ( RemoveLoginBindingModel model ) : Task
SetPassword ( SetPasswordBindingModel model ) : Task
SupporterRegistration ( RegisterSupporterBindingModel 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