Enables authentication and authorization checks for an interface class.
Web/REST interface classes that have authentication enabled are required to specify either the @auth or the @noAuth attribute for every public method.
See Implementation
Enables authentication and authorization checks for an interface class.
Web/REST interface classes that have authentication enabled are required to specify either the @auth or the @noAuth attribute for every public method.