UNPKG

caccl-lti

Version:

LTI launch validator for IMS-LTI standard launches.

9 lines (8 loc) 164 B
/** * Installation credentials map * @author Gabe Abrams */ type InstallationCredentials = { [k: string]: string; }; export default InstallationCredentials;