Newer Version Available
Application Access Control
The access attribute on the aura:application tag indicates whether the app can be used outside
of the app’s namespace.
Possible values are listed below.
| Modifier | Description |
|---|---|
| global | The app can be used in any namespace. |
| public | The app can be used within the same namespace only. This is the default access level. |