UNPKG

@okta/okta-auth-js

Version:
14 lines (11 loc) 618 B
"use strict"; 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 = exports.EVENT_EXPIRED = 'expired'; const EVENT_RENEWED = exports.EVENT_RENEWED = 'renewed'; const EVENT_ADDED = exports.EVENT_ADDED = 'added'; const EVENT_REMOVED = exports.EVENT_REMOVED = 'removed'; const EVENT_ERROR = exports.EVENT_ERROR = 'error'; const EVENT_SET_STORAGE = exports.EVENT_SET_STORAGE = 'set_storage'; // only add methods needed internally //# sourceMappingURL=TokenManager.js.map