Type Definition ruma::api::client::r0::keys::claim_keys::OneTimeKeys[][src]

type OneTimeKeys = BTreeMap<Box<DeviceId, Global>, BTreeMap<DeviceKeyId, OneTimeKey>>;
This is supported on crate feature api and (crate features client-api or client-api-c or client-api-s) only.
Expand description

The one-time keys for a given device.