DeviceBoundSessionWithUsage

@Serializable
data class DeviceBoundSessionWithUsage(val sessionKey: Network.DeviceBoundSessionKey, val usage: String)

How a device bound session was used during a request.

Constructors

Link copied to clipboard
constructor(sessionKey: Network.DeviceBoundSessionKey, usage: String)

Properties

Link copied to clipboard

The key for the session.

Link copied to clipboard

How the session was used (or not used).