UserDevice

@Serializable
data class UserDevice(val deviceDisplayName: String? = null, val deviceId: String, val keys: SignedDeviceKeys)

Constructors

Link copied to clipboard
constructor(deviceDisplayName: String? = null, deviceId: String, keys: SignedDeviceKeys)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val keys: SignedDeviceKeys