Class DeviceBoundSessionKey
Unique identifier for a device bound session.
public sealed class DeviceBoundSessionKey
- Inheritance
-
DeviceBoundSessionKey
- Inherited Members
Properties
Id
The id of the session.
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Site
The site the session is set up for.
[JsonPropertyName("site")]
public string Site { get; set; }