DeviceKeys

@Serializable
data class DeviceKeys(val userId: UserId, val deviceId: String, val algorithms: Set<EncryptionAlgorithm>, val keys: Keys)

Constructors

Link copied to clipboard
constructor(userId: UserId, deviceId: String, algorithms: Set<EncryptionAlgorithm>, keys: Keys)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val keys: Keys
Link copied to clipboard