unauthenticatedClientCall top-level constant

_UnauthenticatedClientCall const unauthenticatedClientCall

Used to annotate endpoint classes and methods that should not use authentication.

If an endpoint (class or method) is annotated with this annotation:

  • No authentication will be added to the header on the client when calling it.
  • The server will receive calls as if there is no user signed in.

Implementation

const unauthenticatedClientCall = _UnauthenticatedClientCall();