Class DeviceBoundSessionWithUsage
How a device bound session was used during a request.
public sealed class DeviceBoundSessionWithUsage
- Inheritance
-
DeviceBoundSessionWithUsage
- Inherited Members
Properties
SessionKey
The key for the session.
[JsonPropertyName("sessionKey")]
public DeviceBoundSessionKey SessionKey { get; set; }
Property Value
Usage
How the session was used (or not used).
[JsonPropertyName("usage")]
public DeviceBoundSessionWithUsageUsageValues Usage { get; set; }