The `namespaced_decorator_factory` should accept these argument so the resulting uses of the decorator are using the same restrictions. Ie. ```python logged_in_view = namespaced_decorator_factory(namespace="logged_in", login_required=True) ```