UNPKG

caccl

Version:

Canvas App Complete Connection Library: an all-in-one library for connecting your app to Canvas, handling lti, access tokens, and api.

15 lines (14 loc) 303 B
/** * CACCL paths shared across the whole project * @author Gabe Abrams */ declare const CACCL_PATHS: { LAUNCH: string; AUTHORIZE: string; SELF_LAUNCH: string; FORWARDER_PREFIX: string; STATUS: string; HANDLE_PASSBACK: string; HOME: string; }; export default CACCL_PATHS;