"""User context constants.""" # Orchard internal identitiy UUID ORCHARD_IDENTITY_UUID = 'identity_uuid' # account based context ORCHARD_USER_ID = 'user_id' VENDOR_ID = 'vendor_id' SUBACCOUNT_ID = 'subaccount_id' # profile based context PROFILE_TYPE = 'profile_type' PROFILE_ID = 'profile_id' PROFILE_TYPE_AND_ID = 'profile_type_and_id' # concatenated with separator ':' IDENTITY_ID = 'identity_id'