Type Alias matrix_sdk_base::ruma::OneTimeKeyId

source ·
pub type OneTimeKeyId = KeyId<OneTimeKeyAlgorithm, OneTimeKeyName>;
Expand description

Algorithm + key name for one-time and fallback keys.

Aliased Type§

struct OneTimeKeyId(/* private fields */);