C# Class AngularWebApiAuthExample.WebApis.Controllers.AccountController

Inheritance: ApiController
Afficher le fichier Open project: omeszar/AngularWebApiAuth

Private Properties

Свойство Type Description
AddExternalLogin Task
ChangePassword Task
GetAllRoles List
GetErrorResult IHttpActionResult
GetExternalLogin Task
GetExternalLogins IEnumerable
GetLocalUserInfo AngularWebApiAuthExample.WebApis.Models.UserInfoViewModel
GetManageInfo Task
GetUserInfo AngularWebApiAuthExample.WebApis.Models.UserInfoViewModel
Logout IHttpActionResult
Register Task
RegisterExternal Task
RemoveLogin Task
SetPassword Task

Méthodes publiques

Méthode Description
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ISecureDataFormat accessTokenFormat ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddExternalLogin ( AddExternalLoginBindingModel model ) : Task
ChangePassword ( ChangePasswordBindingModel model ) : Task
GetAllRoles ( ) : List
GetErrorResult ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult
GetExternalLogin ( string provider, string error = null ) : Task
GetExternalLogins ( string returnUrl, bool generateState = false ) : IEnumerable
GetLocalUserInfo ( ) : UserInfoViewModel
GetManageInfo ( string returnUrl, bool generateState = false ) : Task
GetUserInfo ( ) : UserInfoViewModel
Logout ( ) : IHttpActionResult
Register ( RegisterBindingModel model ) : Task
RegisterExternal ( RegisterExternalBindingModel model ) : Task
RemoveLogin ( RemoveLoginBindingModel model ) : Task
SetPassword ( SetPasswordBindingModel model ) : Task

Method Details

AccountController() public méthode

public AccountController ( ) : System
Résultat System

AccountController() public méthode

public AccountController ( ApplicationUserManager userManager, ISecureDataFormat accessTokenFormat ) : System
userManager ApplicationUserManager
accessTokenFormat ISecureDataFormat
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void