ProxySession
data class ProxySession(val proxySessionId: String, val created: Instant, val rights: RecipientRights)
ProxySession holds the information about a proxy session.
Constructors
| ProxySession | constructor(proxySessionId: String, created: Instant, rights: RecipientRights) |
Properties
| Name | Summary |
|---|---|
| created | val created: Instant Date of creation. |
| proxySessionId | val proxySessionId: String Id of the proxy session. |
| rights | val rights: RecipientRights The rights for the access |