Class AbpLoginResult
Inherited Members
Namespace: Volo.Abp.Account.Web.Areas.Account.Controllers.Models
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class AbpLoginResult
Constructors
AbpLoginResult(LoginResultType)
Declaration
public AbpLoginResult(LoginResultType result)
Parameters
| Type | Name | Description |
|---|---|---|
| LoginResultType | result |
Properties
Description
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Result
Declaration
public LoginResultType Result { get; }
Property Value
| Type | Description |
|---|---|
| LoginResultType |