DeserializedClientId

data class DeserializedClientId(var clientId: ClientId, var userId: Uuid, var deviceId: DeviceId, var domain: String) : Disposable(source)

This directly represents a ClientId of the <userid>:<device-id>@<domain> format. Instantiate via ClientId::deserialize.

Constructors

Link copied to clipboard
constructor(clientId: ClientId, userId: Uuid, deviceId: DeviceId, domain: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client id this was deserialized from

Link copied to clipboard

The device id component

Link copied to clipboard

The domain

Link copied to clipboard

The user id component

Functions

Link copied to clipboard
open override fun destroy()