in src/asfquart/auth.py [0:0]
def member(cls, client_session: session.ClientSession):
"""Tests for whether the user is a foundation member"""
# Anything but True will cause a failure.
return client_session.isMember is True, cls.E_NOT_MEMBER