Skip to content

ProxySession

data class ProxySession(val proxySessionId: String, val created: Instant, val rights: RecipientRights)

ProxySession holds the information about a proxy session.

Constructors

ProxySessionconstructor(proxySessionId: String, created: Instant, rights: RecipientRights)

Properties

NameSummary
createdval created: Instant
Date of creation.
proxySessionIdval proxySessionId: String
Id of the proxy session.
rightsval rights: RecipientRights
The rights for the access