Class UserInfo
This class holds the authenticated user information, like organizations the user belongs to (OrganizationInfo) and granted licenses (LicenseInfo).
Inherited Members
Namespace: Unity.DigitalTwins.Identity
Assembly: solution.dll
Syntax
[Serializable]
public class UserInfo
Fields
The email of the user.
Declaration
public string Email
Field Value
Type | Description |
---|---|
String |
Entitlements
The list of LicenseInfo attributed to the user.
Declaration
public List<LicenseInfo> Entitlements
Field Value
Type | Description |
---|---|
List<LicenseInfo> |
Id
The id of the user.
Declaration
public string Id
Field Value
Type | Description |
---|---|
String |
License
The LicenseInfo attributed to the user.
Declaration
public LicenseInfo License
Field Value
Type | Description |
---|---|
LicenseInfo |
LogoutUrl
The logout url of the user.
Declaration
public string LogoutUrl
Field Value
Type | Description |
---|---|
String |
Name
The name of the user.
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Organizations
The list of OrganizationInfo the user belongs to.
Declaration
public List<OrganizationInfo> Organizations
Field Value
Type | Description |
---|---|
List<OrganizationInfo> |
SessionExpiryTicks
The expiry date of current user session.
Declaration
public long SessionExpiryTicks
Field Value
Type | Description |
---|---|
Int64 |