from enum import StrEnum class OrganizationAuthTokenType(StrEnum): api = "api"