requireLogin property

bool get requireLogin

States if the Endpoint only should accept users that are authenticated. Default value is false, override to change.

Implementation

bool get requireLogin => false;