Type Alias ruma::api::client::keys::claim_keys::v4::OneTimeKeys
source · pub type OneTimeKeys = BTreeMap<OwnedDeviceId, BTreeMap<OwnedKeyId<OneTimeKeyAlgorithm, OneTimeKeyName>, Raw<OneTimeKey>>>;
Available on (crate features
client-api-c
or client-api-s
) and (crate features client
or server
) and crate feature api
and crate feature unstable-msc3983
only.Expand description
The one-time keys for a given device.
Aliased Type§
struct OneTimeKeys { /* private fields */ }