Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Granting User Access for Apex Classes
An authenticated or guest user can access an @AuraEnabled Apex method only when the user’s profile or an
assigned permission set allows access to the Apex class.
For details on configuring user profile or permission set access to an Apex class, see Class Security in the Apex Developer Guide.