Type Alias ruma::api::client::keys::claim_keys::v3::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
only.Expand description
The one-time keys for a given device.
Aliased Type§
struct OneTimeKeys { /* private fields */ }