"""Constants related to authorization/authentication.""" VENDOR = 'vendor' SUBACCOUNT = 'subaccount' ALLOWED_ACCOUNT_TYPES = [VENDOR, SUBACCOUNT] OA_USER_PREFIX = 'oa'