DeviceBoundSessionKey

@Serializable
data class DeviceBoundSessionKey(val site: String, val id: String)

Unique identifier for a device bound session.

Constructors

Link copied to clipboard
constructor(site: String, id: String)

Properties

Link copied to clipboard
val id: String

The id of the session.

Link copied to clipboard

The site the session is set up for.