UNPKG

isa-auth-core

Version:
34 lines (33 loc) 797 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: Object.getOwnPropertyDescriptor(all, name).get }); } _export(exports, { get AUTH_EVENT () { return AUTH_EVENT; }, get AUTH_INFO_KEY () { return AUTH_INFO_KEY; }, get AUTH_KEY () { return AUTH_KEY; }, get REFRESH_KEY () { return REFRESH_KEY; }, get TOKEN_KEY () { return TOKEN_KEY; } }); const AUTH_KEY = 'isa-auth'; const TOKEN_KEY = 'isa-token'; const REFRESH_KEY = 'isa-refresh-token'; const AUTH_EVENT = 'isa-auth-change'; const AUTH_INFO_KEY = 'isa-auth-info'; //# sourceMappingURL=value.js.map