def root()

in src/asfquart/auth.py [0:0]


    def root(cls, client_session: session.ClientSession):
        """tests for whether the user is a member of infra-root"""
        # Anything but True will cause a failure.
        return client_session.isRoot is True, cls.E_NOT_ROOT