@okta/okta-auth-js
Version:
The Okta Auth SDK
18 lines (16 loc) • 669 B
JavaScript
exports.EVENT_SET_STORAGE = exports.EVENT_RENEWED = exports.EVENT_REMOVED = exports.EVENT_EXPIRED = exports.EVENT_ERROR = exports.EVENT_ADDED = void 0;
/* eslint-disable max-len */
const EVENT_EXPIRED = 'expired';
exports.EVENT_EXPIRED = EVENT_EXPIRED;
const EVENT_RENEWED = 'renewed';
exports.EVENT_RENEWED = EVENT_RENEWED;
const EVENT_ADDED = 'added';
exports.EVENT_ADDED = EVENT_ADDED;
const EVENT_REMOVED = 'removed';
exports.EVENT_REMOVED = EVENT_REMOVED;
const EVENT_ERROR = 'error';
exports.EVENT_ERROR = EVENT_ERROR;
const EVENT_SET_STORAGE = 'set_storage';
exports.EVENT_SET_STORAGE = EVENT_SET_STORAGE;
//# sourceMappingURL=TokenManager.js.map
;