pub(super) type Pending = BTreeMap<String, BTreeMap<OwnedUserId, Claims>>;
pub(super) struct Pending { /* private fields */ }