UNPKG

caccl-canvas-partial-simulator

Version:

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

8 lines (7 loc) 223 B
import express from 'express'; /** * Initializes simulated LTI launch functionality * @param app the express app to add routes to */ declare const initOAuth: (app: express.Application) => void; export default initOAuth;