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]
  2. auto requiresAuth [@property getter]
    @property
    requiresAuth
    (
    alias authenticate
    )
    ()

Meta