in src/asfquart/auth.py [0:0]
def roleacct(cls, client_session: session.ClientSession):
"""tests for whether the user is a service account"""
# Anything but True will cause a failure.
return client_session.isRole is True, cls.E_NOT_ROLEACCOUNT