C# Class Fzrain.Api.Controllers.AccountController

Inheritance: Abp.WebApi.Controllers.AbpApiController
Show file Open project: fzrain/Material-Design-AngularJs-Abp

Public Methods

Method Description
AccountController ( UserManager userManager ) : System

Protected Methods

Method Description
CheckModelState ( ) : void

Private Methods

Method Description
AccountController ( ) : System
Authenticate ( LoginModel loginModel ) : Task
CreateExceptionForFailedLoginAttempt ( AbpLoginResultType result, string usernameOrEmailAddress, string tenancyName ) : Exception
GetLoginResultAsync ( string usernameOrEmailAddress, string password, string tenancyName ) : Task.AbpLoginResult>

Method Details

AccountController() public method

public AccountController ( UserManager userManager ) : System
userManager UserManager
return System

CheckModelState() protected method

protected CheckModelState ( ) : void
return void