Class Clients
Inheritance
System.Object
Clients
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Database.Entities.Account
Assembly: mix.database.dll
Syntax
public class Clients
Properties
| Improve this Doc View SourceActive
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowedOrigin
Declaration
public string AllowedOrigin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ApplicationType
Declaration
public int ApplicationType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RefreshTokenLifeTime
Declaration
public int RefreshTokenLifeTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Secret
Declaration
public string Secret { get; set; }
Property Value
Type | Description |
---|---|
System.String |