requiresAuth

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.

  1. auto requiresAuth [@property getter]
    @property
    requiresAuth
    ()
  2. auto requiresAuth [@property getter]

Meta