Class Payload
Payload
Inheritance
System.Object
Payload
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.WebAPI
Assembly: Simplic.Framework.WebAPI.dll
Syntax
public class Payload
Properties
| Improve this Doc View Sourceexp
Epxiration time
Declaration
public int exp { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
role
List of user roles
Declaration
public IList<int> role { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
sub
Subject/username
Declaration
public string sub { get; set; }
Property Value
Type | Description |
---|---|
System.String |
unique_id
Gets or sets the current user id
Declaration
public int unique_id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
unique_name
Unique user name
Declaration
public string unique_name { get; set; }
Property Value
Type | Description |
---|---|
System.String |