Module tauri_utils::acl::capability
source · Expand description
End-user abstraction for selecting permissions a window has access to.
Structs§
- a grouping and boundary mechanism developers can use to separate windows or plugins functionality from each other at runtime.
Enums§
- Context of the capability.
- An entry for a permission value in a
Capabilitycan be either a raw permissionIdentifieror an object that references a permission and extends its scope.