@factset/sdk-utils
Version:
Utilities for interacting with FactSet APIs.
8 lines (7 loc) • 412 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PACKAGE_NAME = exports.JWT_EXPIRE_AFTER_SECS = exports.JWT_NOT_BEFORE_SECS = exports.FACTSET_WELL_KNOWN_URI = void 0;
exports.FACTSET_WELL_KNOWN_URI = 'https://auth.factset.com/.well-known/openid-configuration';
exports.JWT_NOT_BEFORE_SECS = 5;
exports.JWT_EXPIRE_AFTER_SECS = 300;
exports.PACKAGE_NAME = '@factset/sdk-utils';