Marks a route as operating on publicly accessible resources.
The requestor must have an access level of AuthenticatedRequestor (if
AuthRequired is applied), or PublicRequestor (if not).
Promises that a method has at least some public resource to serve or access.
Marks a route as operating on publicly accessible resources. The requestor must have an access level of
AuthenticatedRequestor
(ifAuthRequired
is applied), orPublicRequestor
(if not).Promises that a method has at least some public resource to serve or access.