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.
- Capability formats accepted in a capability file.
- An entry for a permission value in a
Capability
can be either a raw permissionIdentifier
or an object that references a permission and extends its scope.