UNPKG

caccl-canvas-partial-simulator

Version:

Partially simulates a Canvas instance, handling OAuth token exchanges and forwarding API requests

9 lines (7 loc) 230 B
/** * A fake tool id to use when redirecting to the CACCL partially-simulated * Canvas in order to perform a self launch * @author Gabe Abrams */ const CACCL_SIM_TOOL_ID = 888888888888888; export default CACCL_SIM_TOOL_ID;