Type Alias matrix_sdk_base::ruma::api::client::keys::claim_keys::v3::OneTimeKeys

source ·
pub type OneTimeKeys = BTreeMap<OwnedDeviceId, BTreeMap<OwnedDeviceKeyId, Raw<OneTimeKey>>>;
Available on crate feature api and (crate features client or server) only.
Expand description

The one-time keys for a given device.

Aliased Type§

struct OneTimeKeys { /* private fields */ }