Files
LabGraph/frontend/node_modules/openid-client/lib/helpers/consts.js
T

8 lines
123 B
JavaScript

const HTTP_OPTIONS = Symbol();
const CLOCK_TOLERANCE = Symbol();
module.exports = {
CLOCK_TOLERANCE,
HTTP_OPTIONS,
};