DeviceBoundSessionWithUsage

@Serializable
data class DeviceBoundSessionWithUsage(val sessionKey: DeviceBoundSessionKey, val usage: DeviceBoundSessionWithUsageUsage)

How a device bound session was used during a request.

Official doc

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

The key for the session.

Link copied to clipboard

How the session was used (or not used).