UNPKG

caccl-lti

Version:

LTI launch validator for IMS-LTI standard launches.

7 lines (6 loc) 187 B
/** * The number of seconds to keep nonces. Must expire a few seconds before this * @author Gabe Abrams */ declare const NONCE_LIFESPAN_SEC: number; export default NONCE_LIFESPAN_SEC;