Show / Hide Table of Contents

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 Source

Active

Declaration
public bool Active { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

AllowedOrigin

Declaration
public string AllowedOrigin { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ApplicationType

Declaration
public int ApplicationType { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RefreshTokenLifeTime

Declaration
public int RefreshTokenLifeTime { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Secret

Declaration
public string Secret { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾