Class DataPortUser
Represents the login result
Inheritance
System.Object
DataPortUser
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.Flow.DataPort
Assembly: Simplic.Framework.Flow.dll
Syntax
public class DataPortUser
Properties
| Improve this Doc View SourceJWT
Gets or sets the json web token (jwt ~user session)
Declaration
public string JWT { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrganizationId
Gets or the organization id
Declaration
public Guid OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |