ruma::api::federation::keys::claim_keys::v1

Type Alias 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 */ }