A block key that declares if an action-endpoint
requires one (or more) types of permissions. The user needs to grant these permissions in order to execute the action.
...
action-endpoint (InnerAction) {
local-endpoint (InnerAction.js)
required-permissions {
permission (type1) // This permission type should match one of the `capsule.library.exports-permissions`
}
}
...
permission optional | The permission type the action endpoint needs |
Copyright 2025 Samsung All rights reserved