Type Alias ruma::api::federation::keys::claim_keys::v1::OneTimeKeyClaims
source · pub type OneTimeKeyClaims = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, OneTimeKeyAlgorithm>>;
Available on crate feature
api
and (crate features federation-api-c
or federation-api-s
) only.Expand description
A claim for one time keys
Aliased Type§
struct OneTimeKeyClaims { /* private fields */ }