pub fn revoke_transferred_capability(
cap_token: CapabilityToken,
owner_cap_space: &CapabilitySpace,
) -> Result<()>Expand description
Revoke a capability that was transferred via IPC
This allows the original owner to revoke a capability they previously granted through IPC.