Class LoginInfo
Inheritance
object
LoginInfo
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.Auth
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class LoginInfo
Constructors
LoginInfo()
Declaration
public LoginInfo()
Properties
EmailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasSourceCodeAccess
Declaration
public bool HasSourceCodeAccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Organization
Declaration
public string Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Surname
Declaration
public string Surname { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |