Skip to main content

OneTimeKeyClaims

Type Alias OneTimeKeyClaims 

Source
pub type OneTimeKeyClaims = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, OneTimeKeyAlgorithm>>;
Available on crate features client or server only.
Expand description

A claim for one time keys

Aliased Typeยง

pub struct OneTimeKeyClaims { /* private fields */ }