AccountKeyBundle

data class AccountKeyBundle(val identityKey: String, val deviceKeys: List<SessionInitDeviceKeyBundle> = emptyList())

Represents an account's key-bundle with his identityKey.

Constructors

Link copied to clipboard
constructor(identityKey: String, deviceKeys: List<SessionInitDeviceKeyBundle> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

The target's identity key.