@asgardeo/auth-spa 0.3.13 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -21
- package/dist/asgardeo-spa.production.esm.js +42 -6
- package/dist/asgardeo-spa.production.esm.js.map +1 -1
- package/dist/asgardeo-spa.production.js +46 -10
- package/dist/asgardeo-spa.production.js.map +1 -1
- package/dist/asgardeo-spa.production.min.js +1 -1
- package/dist/asgardeo-spa.production.min.js.map +1 -1
- package/dist/polyfilled/asgardeo-spa.production.esm.js +74 -38
- package/dist/polyfilled/asgardeo-spa.production.esm.js.map +1 -1
- package/dist/polyfilled/asgardeo-spa.production.js +74 -38
- package/dist/polyfilled/asgardeo-spa.production.js.map +1 -1
- package/dist/polyfilled/asgardeo-spa.production.min.js +1 -1
- package/dist/polyfilled/asgardeo-spa.production.min.js.map +1 -1
- package/dist/src/client.d.ts +22 -1
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/client.js +29 -2
- package/dist/src/client.js.map +1 -1
- package/dist/src/clients/main-thread-client.d.ts.map +1 -1
- package/dist/src/clients/main-thread-client.js +10 -1
- package/dist/src/clients/main-thread-client.js.map +1 -1
- package/dist/src/clients/web-worker-client.d.ts.map +1 -1
- package/dist/src/clients/web-worker-client.js +27 -1
- package/dist/src/clients/web-worker-client.js.map +1 -1
- package/dist/src/constants/messages-types.d.ts +2 -0
- package/dist/src/constants/messages-types.d.ts.map +1 -1
- package/dist/src/constants/messages-types.js +2 -0
- package/dist/src/constants/messages-types.js.map +1 -1
- package/dist/src/helpers/authentication-helper.d.ts +4 -1
- package/dist/src/helpers/authentication-helper.d.ts.map +1 -1
- package/dist/src/helpers/authentication-helper.js +16 -0
- package/dist/src/helpers/authentication-helper.js.map +1 -1
- package/dist/src/helpers/session-management-helper.d.ts.map +1 -1
- package/dist/src/helpers/session-management-helper.js +0 -1
- package/dist/src/helpers/session-management-helper.js.map +1 -1
- package/dist/src/http-client/clients/axios-http-client.d.ts.map +1 -1
- package/dist/src/http-client/clients/axios-http-client.js +1 -0
- package/dist/src/http-client/clients/axios-http-client.js.map +1 -1
- package/dist/src/models/client.d.ts +4 -1
- package/dist/src/models/client.d.ts.map +1 -1
- package/dist/src/models/http-client.d.ts +8 -3
- package/dist/src/models/http-client.d.ts.map +1 -1
- package/dist/src/models/message.d.ts +2 -2
- package/dist/src/models/message.d.ts.map +1 -1
- package/dist/src/models/web-worker.d.ts +3 -1
- package/dist/src/models/web-worker.d.ts.map +1 -1
- package/dist/src/models/web-worker.js.map +1 -1
- package/dist/src/public-api.d.ts +3 -0
- package/dist/src/public-api.d.ts.map +1 -1
- package/dist/src/public-api.js +5 -0
- package/dist/src/public-api.js.map +1 -1
- package/dist/src/worker/worker-core.d.ts.map +1 -1
- package/dist/src/worker/worker-core.js +14 -1
- package/dist/src/worker/worker-core.js.map +1 -1
- package/dist/src/worker/worker-receiver.d.ts.map +1 -1
- package/dist/src/worker/worker-receiver.js +9 -1
- package/dist/src/worker/worker-receiver.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/client.ts +31 -4
- package/src/clients/main-thread-client.ts +18 -4
- package/src/clients/web-worker-client.ts +33 -0
- package/src/constants/messages-types.ts +2 -0
- package/src/helpers/authentication-helper.ts +13 -0
- package/src/helpers/session-management-helper.ts +0 -1
- package/src/http-client/clients/axios-http-client.ts +2 -0
- package/src/models/client.ts +4 -0
- package/src/models/http-client.ts +9 -4
- package/src/models/message.ts +4 -0
- package/src/models/web-worker.ts +3 -0
- package/src/public-api.ts +7 -0
- package/src/worker/worker-core.ts +22 -4
- package/src/worker/worker-receiver.ts +9 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es6.d.ts","../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/client-config.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/oidc-provider-meta-data.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/client-config.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/data.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/token.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/custom-grant.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/id-token.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/authorization-url.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/user.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/crypto.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/fetch.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/oidc-endpoints.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/custom-grant-template-tags.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/data.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/parameters.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/scopes.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/environments.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/fetch.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/data/data-layer.d.ts","../node_modules/@asgardeo/auth-js/dist/src/data/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/client.d.ts","../node_modules/@asgardeo/auth-js/dist/src/utils/authentication-utils.d.ts","../node_modules/@asgardeo/auth-js/dist/src/utils/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/exception/exception.d.ts","../node_modules/@asgardeo/auth-js/dist/src/exception/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/public-api.d.ts","../node_modules/@asgardeo/auth-js/dist/src/index.d.ts","../src/constants/messages-types.ts","../src/constants/storage.ts","../src/constants/hooks.ts","../src/constants/session-management.ts","../src/constants/parameters.ts","../src/constants/errors.ts","../src/constants/index.ts","../src/index.ts","../src/helpers/spa-helper.ts","../node_modules/axios/index.d.ts","../src/http-client/helpers/decorators.ts","../src/http-client/helpers/index.ts","../src/http-client/models/axios-http-client.ts","../src/http-client/models/http-client.ts","../src/http-client/models/index.ts","../src/http-client/clients/axios-http-client.ts","../src/http-client/clients/index.ts","../src/http-client/index.ts","../src/models/client.ts","../src/models/message.ts","../src/models/http-client.ts","../src/models/web-worker.ts","../src/models/session-management-helper.ts","../src/models/client-config.ts","../src/models/sign-in.ts","../src/models/sign-out-error.ts","../src/models/index.ts","../src/models/request-custom-grant.ts","../src/helpers/authentication-helper.ts","../src/utils/message-utils.ts","../src/utils/spa-utils.ts","../src/utils/index.ts","../src/helpers/session-management-helper.ts","../src/helpers/index.ts","../src/stores/local-store.ts","../src/stores/memory-store.ts","../src/stores/session-store.ts","../src/stores/index.ts","../node_modules/buffer/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/base64url/dist/base64url.d.ts","../node_modules/fast-sha256/sha256.d.ts","../node_modules/jose/dist/types/types.d.ts","../node_modules/jose/dist/types/jwe/compact/decrypt.d.ts","../node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts","../node_modules/jose/dist/types/jwe/general/decrypt.d.ts","../node_modules/jose/dist/types/jwe/general/encrypt.d.ts","../node_modules/jose/dist/types/jws/compact/verify.d.ts","../node_modules/jose/dist/types/jws/flattened/verify.d.ts","../node_modules/jose/dist/types/jws/general/verify.d.ts","../node_modules/jose/dist/types/jwt/verify.d.ts","../node_modules/jose/dist/types/jwt/decrypt.d.ts","../node_modules/jose/dist/types/jwt/produce.d.ts","../node_modules/jose/dist/types/jwe/compact/encrypt.d.ts","../node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts","../node_modules/jose/dist/types/jws/compact/sign.d.ts","../node_modules/jose/dist/types/jws/flattened/sign.d.ts","../node_modules/jose/dist/types/jws/general/sign.d.ts","../node_modules/jose/dist/types/jwt/sign.d.ts","../node_modules/jose/dist/types/jwt/encrypt.d.ts","../node_modules/jose/dist/types/jwk/thumbprint.d.ts","../node_modules/jose/dist/types/jwk/embedded.d.ts","../node_modules/jose/dist/types/jwks/local.d.ts","../node_modules/jose/dist/types/jwks/remote.d.ts","../node_modules/jose/dist/types/jwt/unsecured.d.ts","../node_modules/jose/dist/types/key/export.d.ts","../node_modules/jose/dist/types/key/import.d.ts","../node_modules/jose/dist/types/util/decode_protected_header.d.ts","../node_modules/jose/dist/types/util/decode_jwt.d.ts","../node_modules/jose/dist/types/util/errors.d.ts","../node_modules/jose/dist/types/key/generate_key_pair.d.ts","../node_modules/jose/dist/types/key/generate_secret.d.ts","../node_modules/jose/dist/types/util/base64url.d.ts","../node_modules/jose/dist/types/index.d.ts","../src/utils/crypto-utils.ts","../src/clients/main-thread-client.ts","../src/clients/web-worker-client.ts","../src/clients/index.ts","../src/client.ts","../src/worker/worker-core.ts","../src/worker/worker-receiver.ts","../src/public-api.ts","../src/index-polyfill.ts","../polyfilled/esm.d.ts","../polyfilled/umd.d.ts","../src/web-worker.d.ts","../src/worker.ts","../src/worker/index.ts","../node_modules/@types/crypto-js/index.d.ts","../node_modules/@types/estree/index.d.ts","../node_modules/@types/resolve/index.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@types/json5/index.d.ts","../../node_modules/@types/minimatch/index.d.ts","../../node_modules/@types/minimist/index.d.ts","../../node_modules/@types/normalize-package-data/index.d.ts","../../node_modules/@types/parse-json/index.d.ts"],"fileInfos":["721cec59c3fef87aaf480047d821fb758b3ec9482c4129a54631e6e25e432a31",{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"927cb2b60048e1395b183bf74b2b80a75bdb1dbe384e1d9fac654313ea2fb136","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"6009474c65328718bc827d496d956b2fc7e31a3f643e0f260893b7d976619b80","a9fdb350afd0351e3bfa907afec88284c410220b4d1649dd6f4a3ad2fd6dac5d","00e3e9ba3acec03d269c27e23b59e45f2e2e43375b770dfda3f1d7edff7d19f1","e6afae11210d610dae9add48d03ab6a829a82b56ab5dd8c61c250708d9f897d3","97836acc46c5e6260330121a3776f0cba650890e871f25ae22d16300bb0ba728","ad0edf9cfc5f54fd128e2741f11007c453fe8891e94203f9e5858d919883071e","f5208dad431ac789aa877218bd9cb927956dd70080be8a6d0ef1bb3338aa8297","6635b93bcfaa940eb5b2ce90bb90bebd6164ed48cf8f18195bdbdbbc6c45f5aa","4d34156f55b9fb5bb8978caa1473d1fa6060aa3ff696e9db78379833f5e32606","6a046346b00fff0bf4866957316f9f212ddf3e2c64dcb18a7d3cae498072e04c","55faa5a850e69198ed0ec20c5a91c1537f6122f5c1d3ec64d421d731c9d5e486","f410aadd8539321d799a9030d81481fdba68e00eb96911c5da1be1169640efaf","e7c931bccb038847bb2feada651326056ee7dcb763e01d82dcea4709a29c2a4b","2ec162d98a48073f00821108eec20151906d383665ce91278aed4a1e8c30a199","030074650037a6e61cfb86ae3e22845464535b376736976eaca80d214c9d1286","e092862984e6e011409c1103659a28966167674bf9af55539293497ce4b8aaeb","1408465b7ef31763e5827b443a38d83d125e5d9ccb60ed23c49cbd5e16bb35e4","1d5f29a8df2a26f1f2a27aafc55e89708cb5648a57464d2424eafa795694e188","8c590f6cab70aaa58ff3a785019b4065b0ad86aaed35b06f1e608511f0342066","37e3dd4b6f6bbfd099d48fd08fe31b000e7a150cf5fa4823e79e6d0eef5038d7","4b700286e3baa0a17e0aa2899a682adbe1b1aee1280ca426617311d6e54205d4","e8c3776e0a629f3ae805d16655d4d3f01d29638b64126361c35b2c95d4c1ca37","80e0cb682af7e96c86769ccdc590bc10a41c5cced0356d29dfed81cd8879cae6","71eabc76d77995e88be627cbfdccfd7e4518799518e2bdb131546b7d8039b028","d10817fb4677299c263f4dfa158d2a703554acd3743d8477fe685f756681669d","8b27572c6fcd3f85ba0b310ecda5ac14bc9b29f78c74e924d1d1cf4ec299d7c2","f48fc485d44bc78cc0fe48b176e3adc879d4e0a7322f2e77119e1eab6000932a","e4e6f003f81daf8da7b6618cec01576e970e8e6a7528fb7c254636addaad1c54","16477c5d5d66d2628a79168722da47a27b1f20331418852acccbdbe82294b70c","4246c3200511ea7c1c230549a22d9c0e17b15a8ff0abdde58330ee5b69c0fa4d","c9b106e487f5552eb3854e49bf5956bd90c4c36fb0aeff0cc0b62b5b660eb1cf","dd5561dac7c617e000ecca79006e52685ac6d03cc62865087d41fa5b929fb5a1","9ced747e5c237fb9a51b44ee8811ed66ba3665b362b5bec6e0af6d3b7df01c79","2092f0d331ad3e2608f2e1c11fa85983985b619a802e33ab6ff22d12b172e911","eac8f7f5aa8ad1418ea1b50274777d88a7a5da16f650613a880f97f658b4b284","fb0c18b16461bda0debff0373a95a4e71221bdfe0237bf83e0fc96fecff62b5e","1a5fd7fd06c35fceef3d43a0637fe370bfe1daa82f538b183cb065bb0aec3a78","98c679ad74f5dc65535f79a19f19fa3d1142bbe682792c0584ce1f11824c40b7","2808645b990069e5f8b5ff14c9f1e6077eb642583c3f7854012d60757f23c70e","7c3ab924fd8494f286ad3966ebbcbcf7fe07d81bc3d928e1800b05d75a7fadac","c241721993235e5b85856909593605f12530c5e366f0456f5cd2158c19dcbad6","6da64e55101ad42112c2f2327c89f16abc5879c56042585882b32610c764778d","ed8d18f4db98a6038b2d818776a23e9d70c1c59b83368af2e5c525d7fea540fe","a21280e001d7c8996040872e63b114ca4d2a94476e0c741ee198248d0d2ddbd6","ce541ae360182b6dfddfe055e4b6c6766bf265209005b0f2ad2f1bc67343a785","d373d738f77efc587af5b7cc4f0072af050dd4a7af7fd404928423052101139f","886f9c6cce85546bd9e7acdb8c3e3642418efe459dcf1f468c4c8ffa279427bd","8913923cdda3ac38be1fe7996aed98a8352bc0acb56fcc5a2442eb8621e1e1ed","9dbdc98f00468ec7852bdb22014f581b89b3f28ea5f3d6c6685f3ee95c3a65fd","b2ff2f5daa03d40a3314e77aa851122d50108f000fa04a548dce9e89716aa835","826bf72473293e6cf605b7daae60ca20ddea24b9c99397a40b0492e38c679d3b","1db6ce87193a2f542fd6c3e14b9bf17b57202773c0e88bd1249b776f136f7008","19220cd1cbf685225e3f30f6d909920ed47e2ec5a188a3dd33e3231efc990f5b","e6ef854ad1e937ef95b0ddc9ad7a6c7cf60ca7d37dcd4d2db46e6a22b9921bb3","dadee70187ec1810888823edaa893a95fba52e84281926e55ee95eacff107d57","9346b33d9d1bb3024780f0a66540326962f97a51afa23005085cca546e45212a","d4551be00948f205f7308e09464d715e062deed201dc3398db97d2db12247bbc","cc8bb23ee784a7077e65c726de3a8914382c735cfe9b83e264ff43ccd56e3053","2a3ee5ceba0a31af3ccb8065831a9681fa378f318fdcfbd01d005c6cdcaa6b36","dee2b015800695a70f4ccf0db8db4e7ead2360636286d3a7eb0e3cfec40ae640","093ceafe704d2244ba3e297d7ce665d7f2e4a7112cf1334a9373b76acb9402a8","1fcbffc2b8814639a1e0ee99ced9884ff6b97cedc55853a0a481e35f93b0eff5","7f54a52e0344af384dd483351dc9fe2003bed675f8771e7339c27be46693318a","b3643471b0860e55440721bc05499b5c6373d5ad8aad96d429a78484024176a9","789a86243d9f9d1d2816f005c924c07e4054193bcd9a5dccb9b683722251586b","4ac58569ec95e39656dff0a8b5cd43d847bb537d6ebf85c5cfe5fadbfe65cae5","a403cebc4c34b09157a0abdbed93e79e5f4055d36072f858a6db85cb8dea5f12","4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","0cba3a5d7b81356222594442753cf90dd2892e5ccfe1d262aaca6896ba6c1380","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"77f0b5c6a193a699c9f7d7fb0578e64e562d271afa740783665d2a827104a873","affectsGlobalScope":true},"e5979905796fe2740d85fbaf4f11f42b7ee1851421afe750823220813421b1af",{"version":"fcdcb42da18dd98dc286b1876dd425791772036012ae61263c011a76b13a190f","affectsGlobalScope":true},"1dab5ab6bcf11de47ab9db295df8c4f1d92ffa750e8f095e88c71ce4c3299628","f71f46ccd5a90566f0a37b25b23bc4684381ab2180bdf6733f4e6624474e1894",{"version":"54e65985a3ee3cec182e6a555e20974ea936fc8b8d1738c14e8ed8a42bd921d4","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","5b30f550565fd0a7524282c81c27fe8534099e2cd26170ca80852308f07ae68d","34e5de87d983bc6aefef8b17658556e3157003e8d9555d3cb098c6bef0b5fbc8","d97cd8a4a42f557fc62271369ed0461c8e50d47b7f9c8ad0b5462f53306f6060","f27371653aded82b2b160f7a7033fb4a5b1534b6f6081ef7be1468f0f15327d3","c762cd6754b13a461c54b59d0ae0ab7aeef3c292c6cf889873f786ee4d8e75c9","f4ea7d5df644785bd9fbf419930cbaec118f0d8b4160037d2339b8e23c059e79",{"version":"bfea28e6162ed21a0aeed181b623dcf250aa79abf49e24a6b7e012655af36d81","affectsGlobalScope":true},"b8aca9d0c81abb02bec9b7621983ae65bde71da6727580070602bd2500a9ce2a","ae97e20f2e10dbeec193d6a2f9cd9a367a1e293e7d6b33b68bacea166afd7792","10d4796a130577d57003a77b95d8723530bbec84718e364aa2129fa8ffba0378","063f53ff674228c190efa19dd9448bcbd540acdbb48a928f4cf3a1b9f9478e43","bf73c576885408d4a176f44a9035d798827cc5020d58284cb18d7573430d9022","7ae078ca42a670445ae0c6a97c029cb83d143d62abd1730efb33f68f0b2c0e82",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"963fe86b2ebd07a34b92b52c6532ab45ec5ccda218a6c477de354fcad2aae0cb","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"9f8dd3922db205bc8a362a6b18078708fd699185b11648522159cbf3743561b5","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","821dcb2b571bf698841d8ec25fde9d5f615ef3958957227962602f9dbfa8d800","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","5f0ed51db151c2cdc4fa3bb0f44ce6066912ad001b607a34e65a96c52eb76248",{"version":"af9771b066ec35ffa1c7db391b018d2469d55e51b98ae95e62b6cbef1b0169ca","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","103d70bfbeb3cd3a3f26d1705bf986322d8738c2c143f38ebb743b1e228d7444","f52fbf64c7e480271a9096763c4882d356b05cab05bf56a64e68a95313cd2ce2","59bdb65f28d7ce52ccfc906e9aaf422f8b8534b2d21c32a27d7819be5ad81df7",{"version":"3a2da34079a2567161c1359316a32e712404b56566c45332ac9dcee015ecce9f","affectsGlobalScope":true},"28a2e7383fd898c386ffdcacedf0ec0845e5d1a86b5a43f25b86bc315f556b79","3aff9c8c36192e46a84afe7b926136d520487155154ab9ba982a8b544ea8fc95","a880cf8d85af2e4189c709b0fea613741649c0e40fffb4360ec70762563d5de0","85bbf436a15bbeda4db888be3062d47f99c66fd05d7c50f0f6473a9151b6a070","9f9c49c95ecd25e0cb2587751925976cf64fd184714cb11e213749c80cf0f927","f0c75c08a71f9212c93a719a25fb0320d53f2e50ca89a812640e08f8ad8c408c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"aee3379fb20741a337a779530cc3e608aba5f34776511033d1d2db7ca45c4193","946d667bb57e1a5c8850161b3980a11b616ab4f1914d9b4ba71791bda1d195a5","4c754320a6ff1e7ab0214c7ce852d236f33ed7b8540d611094f1ba663bfd1ef1","1531a27b26ce94b434820a642f74906970b5f6648225d2b16e267e05aa45f564","49d23943d2bb09f5bac15ba69944325239a998d25c17e9f4724afe850c43ae47","74a70c21fd168d487f5d52bcdce453e6b2e4bae65dcf9391b6fcdd3823bd8a43","1eb1f8d7cd1ef1f675840229a6558b895e2bcc70843d52abfcfbe3779312ff2b","341a824d0b80e9a51ef509d8017f8a3d8782e99dbe47737c931b7f4f7c756cb1","c03698e335016d40fbc36fb1bd987f1a6fdf46349ba288892e588189a3e7d07e","89bff8ab43246dfcfc1f22ed78dc5cdfc7ac2ddaf832d79deceaf59beb3d7c18","6ddab747e2657463f99954bfe360d92144f460cfca7a8db62b320242e1ba0a70","9a386e46e4da74a20a5f15c80d164ec51470c238bba3636a5a3814faab090bcf","79372fb45509911fc905e496ef91afd825a8feb564d29d0bc6ddf56365a1541f","f516426a4c73211f80aa6b6e4bdbb701dab91475f8c49c0c52a116eb6b3abd59","d5e8f65b23bac083dcedccb5ff5ef4cf0acd40a78d1341300dae6de8d5d0560d","98a58f29b115ee5f1c20e30cd0112125ddd30f6ad6d26f5a895e87dfffccc8d9","9f427bfbb1e88cae899b1508c94d38d1d95e806e2afe15ac36c43022698b0c86","3a0692d9c826d71e03f16cc70a5bfbac8660fda8fd81cd992aebc8f32d2ab3e9","fa846ab6f2ffb7ba3b26d7e72d4cc75c3204039626fd2528c4be26f2c111c13d","5289ef752f4ad8c3636b55ec9d32a3d20244072e83168cacbaffb674a3cabdc6","1044957b7d84969a41b4a9af59830e3505f506372085653011d12479d324f775","c2475ed7529224760c4560c49716de327c2000770830709c96bfc1f2a33d3bc0","6cc423d06bc7a3393b5699927f168f8b6a85f21b56d44b71e9c982e182b90727","c35bd485fe96ae6a9ba8dba325ec62e706e035cd3e0f87eae1ba1f644cb1650e","a8f998f84a7e74d04563a4f143d69ef2e638b644345227b75f28a50ecf7982d4","80c95f005d486dba7e47d848f865c0e3e280d6fbdc408b616256c229e769c921","94c65b653aecfc38e2933f9f1f4ae9045ed43dddae77ba84067cf620498e7b40","1b4fa5ca65bdff348f25fb3bdb887c09ebf56ef8d352efeff0a451a7fde7b2a4","b37cf105323d1dafa75b5ecf746a0ec6bed5dc6c5d5be7813de8603c093373ab","770ded6da7e75524f010f18b5b4882259e768ef47b5d05b9c83cc4a96aaf4ec8","f51d38853c34f5482c6d61bea7d97ff31243e8c215cc9881f816c9a66f69fbd5","e379c832b4da9ebeba2232a130cfa7a83e970f456123d207820f0c87263d034c","c2ea643caad48f903c5f88528c6bc766ab24d72c09134d951931e884b795b4ca","086d9e59a579981bdf4f3bfa6e8e893570e5005f7219292bf7d90c153066cdfc","1071bc70119d0cf9cfbffa219eb9c76abbca2fd3f679d5bc5eb8c0f69db1f7f8","654eae7c8b91584fbed583b737f28ce6719cea03f41e18b07d530fb9a468d5db","8a5e762fdb1c3770bf57d6a8bf0dfa889feecfd004509627f5a734f2340dc976","61c251490652e2baeeea1db57dc9ba20d420b81c08db1411384c6c3a6c55ec86","671315ee8d597ab350f046802451dc7176d8a1aa08580c6d6275aae87bb9f9bb","3b3547add0cb237e436a0f5bff721cfe366a94ea6d8d99acb54fd640d9326d7e","fb72a9fc29edff8141a283a389ca83e2ee185dfe4cda75f2e890b6a3708ee820","e2b4a9545d51331d2e326cf52ba4be6d0bb3066c42cce0c38db36f1e395b52e7","edf7e8e68d6aee74ab3a2685f023b92a290072181e12bb5b6697f23359497aa6","94385f5e0f8622f419c90b355f4e417a25c80a04e9a1a42eca89fad5e0c6cb55","99fc1afc2ee80d9ccca4185b67de2123563287ba59f7f717368cc70722383b3e","99fc1afc2ee80d9ccca4185b67de2123563287ba59f7f717368cc70722383b3e","b7250063a1605fc45ce68674b4a6941a8f44cc9493cb9b1f4119c6912042cfee","3f0d46e0734ae376cf9eca991dee0fa5538106d079d3682ea78b1e39a7f6764b","40997479c291410de405b3a8ac4fba2ad003788c9239a31391b09128394d1ea1",{"version":"4f9362850bb427525ba05c0e861dae06d9918bd16ccb38d504cb7294f69e8496","affectsGlobalScope":true},"89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","8a19491eba2108d5c333c249699f40aff05ad312c04a17504573b27d91f0aede","f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b"],"options":{"composite":true,"declarationMap":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":2,"module":99,"noImplicitAny":false,"outDir":"./","sourceMap":true,"strict":true,"suppressImplicitAnyIndexErrors":true,"target":2},"fileIdsList":[[55,65,155],[155],[44,56,57,58,59,60,61,62,155],[55,155],[55,63,155],[64,155],[69,155],[71,155],[45,63,155],[45,46,47,48,49,50,51,52,53,54,155],[44,55,57,58,59,60,65,66,68,70,155],[67,155],[112,155],[115,155],[116,121,155],[117,127,128,135,144,154,155],[117,118,127,135,155],[119,155],[120,121,128,136,155],[121,144,151,155],[122,124,127,135,155],[123,155],[124,125,155],[126,127,155],[127,155],[127,128,129,144,154,155],[127,128,129,144,155],[155,159],[130,135,144,154,155],[127,128,130,131,135,144,151,154,155],[130,132,144,151,154,155],[112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161],[127,133,155],[134,154,155],[124,127,135,144,155],[136,155],[137,155],[115,138,155],[139,153,155,159],[140,155],[141,155],[127,142,155],[142,143,155,157],[127,144,145,146,155],[144,146,155],[144,145,155],[147,155],[148,155],[127,149,150,155],[149,150,155],[121,135,144,151,155],[152,155],[135,153,155],[116,130,141,154,155],[121,155],[144,155,156],[155,157],[155,158],[116,121,127,129,138,144,154,155,157,159],[144,155,160],[155,162],[155,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195],[155,165],[155,165,175],[155,205],[72,79,90,99,104,106,155,200,208],[155,198,199],[72,79,90,99,100,104,106,110,155,197],[72,79,99,100,104,106,110,155,197],[73,74,75,76,77,78,155],[72,79,80,81,99,100,155],[81,101,105,155],[72,79,99,104,155],[72,80,155],[80,82,84,87,155],[88,155],[83,155],[87,89,155],[80,155],[99,155],[85,86,155],[155,204],[72,79,155],[72,90,99,155],[82,90,99,155],[91,92,93,94,95,96,97,98,155],[79,155],[72,155],[72,80,99,155],[72,74,75,81,99,101,103,155,201,203],[107,108,109,155],[72,116,155,163,164,196],[102,103,155],[72,79,80,155],[72,99,106,155,203],[155,202,203],[72,90,99,106,110,155,197],[72,79,99,104,106,155,202]],"referencedMap":[[66,1],[44,2],[57,2],[58,2],[61,2],[62,2],[63,3],[56,4],[59,2],[60,2],[64,5],[65,6],[69,2],[70,7],[72,8],[51,2],[46,9],[53,2],[49,2],[47,4],[54,2],[50,2],[55,10],[45,2],[48,2],[52,2],[71,11],[67,4],[68,12],[211,2],[212,2],[112,13],[113,13],[115,14],[116,15],[117,16],[118,17],[119,18],[120,19],[121,20],[122,21],[123,22],[124,23],[125,23],[126,24],[127,25],[128,26],[129,27],[114,28],[161,2],[130,29],[131,30],[132,31],[162,32],[133,33],[134,34],[135,35],[136,36],[137,37],[138,38],[139,39],[140,40],[141,41],[142,42],[143,43],[144,44],[146,45],[145,46],[147,47],[148,48],[149,49],[150,50],[151,51],[152,52],[153,53],[154,54],[155,55],[156,56],[157,57],[158,58],[159,59],[160,60],[213,61],[82,2],[163,61],[111,2],[164,2],[196,62],[166,63],[176,63],[167,63],[177,63],[168,63],[169,63],[184,63],[183,63],[185,63],[186,63],[178,63],[170,63],[179,63],[171,63],[180,63],[172,63],[174,63],[182,64],[175,63],[181,64],[187,64],[173,63],[188,63],[193,63],[194,63],[189,63],[165,2],[195,2],[191,63],[190,63],[192,2],[9,2],[10,2],[14,2],[13,2],[3,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[4,2],[5,2],[26,2],[23,2],[24,2],[25,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[34,2],[35,2],[36,2],[37,2],[8,2],[42,2],[38,2],[39,2],[40,2],[41,2],[2,2],[1,2],[43,2],[12,2],[11,2],[206,65],[207,65],[201,66],[200,67],[198,68],[199,69],[78,2],[75,2],[79,70],[73,2],[77,2],[76,2],[74,2],[101,71],[106,72],[105,73],[81,74],[88,75],[89,76],[83,2],[84,77],[90,78],[85,79],[86,80],[87,81],[205,82],[80,82],[96,83],[91,84],[93,85],[99,86],[92,87],[100,88],[95,79],[97,88],[98,2],[94,89],[204,90],[110,91],[107,88],[108,88],[109,88],[197,92],[104,93],[102,80],[103,94],[208,2],[209,95],[210,96],[202,97],[203,98],[214,2],[215,2],[216,2],[217,2],[218,2],[219,2]],"exportedModulesMap":[[66,1],[44,2],[57,2],[58,2],[61,2],[62,2],[63,3],[56,4],[59,2],[60,2],[64,5],[65,6],[69,2],[70,7],[72,8],[51,2],[46,9],[53,2],[49,2],[47,4],[54,2],[50,2],[55,10],[45,2],[48,2],[52,2],[71,11],[67,4],[68,12],[211,2],[212,2],[112,13],[113,13],[115,14],[116,15],[117,16],[118,17],[119,18],[120,19],[121,20],[122,21],[123,22],[124,23],[125,23],[126,24],[127,25],[128,26],[129,27],[114,28],[161,2],[130,29],[131,30],[132,31],[162,32],[133,33],[134,34],[135,35],[136,36],[137,37],[138,38],[139,39],[140,40],[141,41],[142,42],[143,43],[144,44],[146,45],[145,46],[147,47],[148,48],[149,49],[150,50],[151,51],[152,52],[153,53],[154,54],[155,55],[156,56],[157,57],[158,58],[159,59],[160,60],[213,61],[82,2],[163,61],[111,2],[164,2],[196,62],[166,63],[176,63],[167,63],[177,63],[168,63],[169,63],[184,63],[183,63],[185,63],[186,63],[178,63],[170,63],[179,63],[171,63],[180,63],[172,63],[174,63],[182,64],[175,63],[181,64],[187,64],[173,63],[188,63],[193,63],[194,63],[189,63],[165,2],[195,2],[191,63],[190,63],[192,2],[9,2],[10,2],[14,2],[13,2],[3,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[4,2],[5,2],[26,2],[23,2],[24,2],[25,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[34,2],[35,2],[36,2],[37,2],[8,2],[42,2],[38,2],[39,2],[40,2],[41,2],[2,2],[1,2],[43,2],[12,2],[11,2],[206,65],[207,65],[201,66],[200,67],[198,68],[199,69],[78,2],[75,2],[79,70],[73,2],[77,2],[76,2],[74,2],[101,71],[106,72],[105,73],[81,74],[88,75],[89,76],[83,2],[84,77],[90,78],[85,79],[86,80],[87,81],[205,82],[80,82],[96,83],[91,84],[93,85],[99,86],[92,87],[100,88],[95,79],[97,88],[98,2],[94,89],[204,90],[110,91],[107,88],[108,88],[109,88],[197,92],[104,93],[102,80],[103,94],[208,2],[209,95],[210,96],[202,97],[203,98],[214,2],[215,2],[216,2],[217,2],[218,2],[219,2]],"semanticDiagnosticsPerFile":[66,44,57,58,61,62,63,56,59,60,64,65,69,70,72,51,46,53,49,47,54,50,55,45,48,52,71,67,68,211,212,112,113,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,114,161,130,131,132,162,133,134,135,136,137,138,139,140,141,142,143,144,146,145,147,148,149,150,151,152,153,154,155,156,157,158,159,160,213,82,163,111,164,196,166,176,167,177,168,169,184,183,185,186,178,170,179,171,180,172,174,182,175,181,187,173,188,193,194,189,165,195,191,190,192,9,10,14,13,3,15,16,17,18,19,20,21,22,4,5,26,23,24,25,27,28,29,6,30,31,32,33,7,34,35,36,37,8,42,38,39,40,41,2,1,43,12,11,206,207,201,200,198,199,78,75,79,73,77,76,74,101,106,105,81,88,89,83,84,90,85,86,87,205,80,96,91,93,99,92,100,95,97,98,94,204,110,107,108,109,197,104,102,103,208,209,210,202,203,214,215,216,217,218,219]},"version":"4.5.5"}
|
|
1
|
+
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es6.d.ts","../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/client-config.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/oidc-provider-meta-data.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/client-config.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/data.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/token.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/custom-grant.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/id-token.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/authorization-url.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/user.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/crypto.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/fetch.d.ts","../node_modules/@asgardeo/auth-js/dist/src/models/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/oidc-endpoints.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/custom-grant-template-tags.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/data.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/parameters.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/scopes.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/environments.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/fetch.d.ts","../node_modules/@asgardeo/auth-js/dist/src/constants/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/data/data-layer.d.ts","../node_modules/@asgardeo/auth-js/dist/src/data/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/helpers/crypto-helper.d.ts","../node_modules/@asgardeo/auth-js/dist/src/helpers/authentication-helper.d.ts","../node_modules/@asgardeo/auth-js/dist/src/helpers/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/client.d.ts","../node_modules/@asgardeo/auth-js/dist/src/utils/authentication-utils.d.ts","../node_modules/@asgardeo/auth-js/dist/src/utils/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/exception/exception.d.ts","../node_modules/@asgardeo/auth-js/dist/src/exception/index.d.ts","../node_modules/@asgardeo/auth-js/dist/src/public-api.d.ts","../node_modules/@asgardeo/auth-js/dist/src/index.d.ts","../src/constants/messages-types.ts","../src/constants/storage.ts","../src/constants/hooks.ts","../src/constants/session-management.ts","../src/constants/parameters.ts","../src/constants/errors.ts","../src/constants/index.ts","../src/index.ts","../src/helpers/spa-helper.ts","../node_modules/axios/index.d.ts","../src/http-client/helpers/decorators.ts","../src/http-client/helpers/index.ts","../src/http-client/models/axios-http-client.ts","../src/http-client/models/http-client.ts","../src/http-client/models/index.ts","../src/http-client/clients/axios-http-client.ts","../src/http-client/clients/index.ts","../src/http-client/index.ts","../src/models/client.ts","../src/models/message.ts","../src/models/http-client.ts","../src/models/web-worker.ts","../src/models/session-management-helper.ts","../src/models/client-config.ts","../src/models/sign-in.ts","../src/models/sign-out-error.ts","../src/models/index.ts","../src/models/request-custom-grant.ts","../src/helpers/authentication-helper.ts","../src/utils/message-utils.ts","../src/utils/spa-utils.ts","../src/utils/index.ts","../src/helpers/session-management-helper.ts","../src/helpers/index.ts","../src/stores/local-store.ts","../src/stores/memory-store.ts","../src/stores/session-store.ts","../src/stores/index.ts","../node_modules/buffer/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/base64url/dist/base64url.d.ts","../node_modules/fast-sha256/sha256.d.ts","../node_modules/jose/dist/types/types.d.ts","../node_modules/jose/dist/types/jwe/compact/decrypt.d.ts","../node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts","../node_modules/jose/dist/types/jwe/general/decrypt.d.ts","../node_modules/jose/dist/types/jwe/general/encrypt.d.ts","../node_modules/jose/dist/types/jws/compact/verify.d.ts","../node_modules/jose/dist/types/jws/flattened/verify.d.ts","../node_modules/jose/dist/types/jws/general/verify.d.ts","../node_modules/jose/dist/types/jwt/verify.d.ts","../node_modules/jose/dist/types/jwt/decrypt.d.ts","../node_modules/jose/dist/types/jwt/produce.d.ts","../node_modules/jose/dist/types/jwe/compact/encrypt.d.ts","../node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts","../node_modules/jose/dist/types/jws/compact/sign.d.ts","../node_modules/jose/dist/types/jws/flattened/sign.d.ts","../node_modules/jose/dist/types/jws/general/sign.d.ts","../node_modules/jose/dist/types/jwt/sign.d.ts","../node_modules/jose/dist/types/jwt/encrypt.d.ts","../node_modules/jose/dist/types/jwk/thumbprint.d.ts","../node_modules/jose/dist/types/jwk/embedded.d.ts","../node_modules/jose/dist/types/jwks/local.d.ts","../node_modules/jose/dist/types/jwks/remote.d.ts","../node_modules/jose/dist/types/jwt/unsecured.d.ts","../node_modules/jose/dist/types/key/export.d.ts","../node_modules/jose/dist/types/key/import.d.ts","../node_modules/jose/dist/types/util/decode_protected_header.d.ts","../node_modules/jose/dist/types/util/decode_jwt.d.ts","../node_modules/jose/dist/types/util/errors.d.ts","../node_modules/jose/dist/types/key/generate_key_pair.d.ts","../node_modules/jose/dist/types/key/generate_secret.d.ts","../node_modules/jose/dist/types/util/base64url.d.ts","../node_modules/jose/dist/types/index.d.ts","../src/utils/crypto-utils.ts","../src/clients/main-thread-client.ts","../src/clients/web-worker-client.ts","../src/clients/index.ts","../src/client.ts","../src/worker/worker-core.ts","../src/worker/worker-receiver.ts","../src/public-api.ts","../src/index-polyfill.ts","../polyfilled/esm.d.ts","../polyfilled/umd.d.ts","../src/web-worker.d.ts","../src/worker.ts","../src/worker/index.ts","../node_modules/@types/crypto-js/index.d.ts","../node_modules/@types/estree/index.d.ts","../node_modules/@types/resolve/index.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@types/json5/index.d.ts","../../node_modules/@types/minimatch/index.d.ts","../../node_modules/@types/minimist/index.d.ts","../../node_modules/@types/normalize-package-data/index.d.ts","../../node_modules/@types/parse-json/index.d.ts"],"fileInfos":["721cec59c3fef87aaf480047d821fb758b3ec9482c4129a54631e6e25e432a31",{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"927cb2b60048e1395b183bf74b2b80a75bdb1dbe384e1d9fac654313ea2fb136","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"6009474c65328718bc827d496d956b2fc7e31a3f643e0f260893b7d976619b80","a9fdb350afd0351e3bfa907afec88284c410220b4d1649dd6f4a3ad2fd6dac5d","00e3e9ba3acec03d269c27e23b59e45f2e2e43375b770dfda3f1d7edff7d19f1","e6afae11210d610dae9add48d03ab6a829a82b56ab5dd8c61c250708d9f897d3","97836acc46c5e6260330121a3776f0cba650890e871f25ae22d16300bb0ba728","ad0edf9cfc5f54fd128e2741f11007c453fe8891e94203f9e5858d919883071e","f5208dad431ac789aa877218bd9cb927956dd70080be8a6d0ef1bb3338aa8297","6635b93bcfaa940eb5b2ce90bb90bebd6164ed48cf8f18195bdbdbbc6c45f5aa","4d34156f55b9fb5bb8978caa1473d1fa6060aa3ff696e9db78379833f5e32606","6a046346b00fff0bf4866957316f9f212ddf3e2c64dcb18a7d3cae498072e04c","55faa5a850e69198ed0ec20c5a91c1537f6122f5c1d3ec64d421d731c9d5e486","f410aadd8539321d799a9030d81481fdba68e00eb96911c5da1be1169640efaf","e7c931bccb038847bb2feada651326056ee7dcb763e01d82dcea4709a29c2a4b","2ec162d98a48073f00821108eec20151906d383665ce91278aed4a1e8c30a199","030074650037a6e61cfb86ae3e22845464535b376736976eaca80d214c9d1286","e092862984e6e011409c1103659a28966167674bf9af55539293497ce4b8aaeb","1408465b7ef31763e5827b443a38d83d125e5d9ccb60ed23c49cbd5e16bb35e4","1d5f29a8df2a26f1f2a27aafc55e89708cb5648a57464d2424eafa795694e188","8c590f6cab70aaa58ff3a785019b4065b0ad86aaed35b06f1e608511f0342066","37e3dd4b6f6bbfd099d48fd08fe31b000e7a150cf5fa4823e79e6d0eef5038d7","4b700286e3baa0a17e0aa2899a682adbe1b1aee1280ca426617311d6e54205d4","e8c3776e0a629f3ae805d16655d4d3f01d29638b64126361c35b2c95d4c1ca37","04c452f241f781deb1b524a81e1fa4ac7bbf36ad2ae1b39639718f3af39ef4fb","a679de037df3ab2bc6604f8f1f77e23888753cbb06e60f3f4d0fb7441e4d69c4","f6146b623fd68ef4dabdde036962d583eeaaab9548f67d6195f97fde513e6b46","ecae5055f45ffb3a76cdbfe29e09fde83422f9b9f61d9a7cb907d051c081284f","71eabc76d77995e88be627cbfdccfd7e4518799518e2bdb131546b7d8039b028","d10817fb4677299c263f4dfa158d2a703554acd3743d8477fe685f756681669d","8b27572c6fcd3f85ba0b310ecda5ac14bc9b29f78c74e924d1d1cf4ec299d7c2","f48fc485d44bc78cc0fe48b176e3adc879d4e0a7322f2e77119e1eab6000932a","51b9dd5a75ec17970dae42339c5691a048567ce708eac9503d8f49582c398595","16477c5d5d66d2628a79168722da47a27b1f20331418852acccbdbe82294b70c","9b348214befb33a6b9cda60776f17f52bf11e6e3d4f96453ee97f657b13c0c09","c9b106e487f5552eb3854e49bf5956bd90c4c36fb0aeff0cc0b62b5b660eb1cf","dd5561dac7c617e000ecca79006e52685ac6d03cc62865087d41fa5b929fb5a1","9ced747e5c237fb9a51b44ee8811ed66ba3665b362b5bec6e0af6d3b7df01c79","2092f0d331ad3e2608f2e1c11fa85983985b619a802e33ab6ff22d12b172e911","eac8f7f5aa8ad1418ea1b50274777d88a7a5da16f650613a880f97f658b4b284","fb0c18b16461bda0debff0373a95a4e71221bdfe0237bf83e0fc96fecff62b5e","1a5fd7fd06c35fceef3d43a0637fe370bfe1daa82f538b183cb065bb0aec3a78","98c679ad74f5dc65535f79a19f19fa3d1142bbe682792c0584ce1f11824c40b7","2808645b990069e5f8b5ff14c9f1e6077eb642583c3f7854012d60757f23c70e","7c3ab924fd8494f286ad3966ebbcbcf7fe07d81bc3d928e1800b05d75a7fadac","c241721993235e5b85856909593605f12530c5e366f0456f5cd2158c19dcbad6","6da64e55101ad42112c2f2327c89f16abc5879c56042585882b32610c764778d","ed8d18f4db98a6038b2d818776a23e9d70c1c59b83368af2e5c525d7fea540fe","a21280e001d7c8996040872e63b114ca4d2a94476e0c741ee198248d0d2ddbd6","7b69a343d360fef3cf03736059bd3890166400bf88d9cb3ca2126d6d5ce45791","d373d738f77efc587af5b7cc4f0072af050dd4a7af7fd404928423052101139f","886f9c6cce85546bd9e7acdb8c3e3642418efe459dcf1f468c4c8ffa279427bd","fb02c15795f5cd3b1d70fcb599ba3d9373a999b92cb09d44d56be568fa9a4bf9","e36ed85a50397b8e4b116c4e9e8c265f4dfac3dd3f48165176e7b87067816a16","19e674a3cd04b2926c155e7fe47a2ec997b1011f6bdd43f616e621f6d17d1014","6146a5a006637f224f757548e4a26a9b168a24acbdddf4ca8848cbfb4fbdfc7a","1db6ce87193a2f542fd6c3e14b9bf17b57202773c0e88bd1249b776f136f7008","19220cd1cbf685225e3f30f6d909920ed47e2ec5a188a3dd33e3231efc990f5b","e6ef854ad1e937ef95b0ddc9ad7a6c7cf60ca7d37dcd4d2db46e6a22b9921bb3","dadee70187ec1810888823edaa893a95fba52e84281926e55ee95eacff107d57","9346b33d9d1bb3024780f0a66540326962f97a51afa23005085cca546e45212a","d4551be00948f205f7308e09464d715e062deed201dc3398db97d2db12247bbc","7f7dff9130e7312a40182053355bcf50899c24e9f12b7d19aefa276acedca8b3","2a3ee5ceba0a31af3ccb8065831a9681fa378f318fdcfbd01d005c6cdcaa6b36","dee2b015800695a70f4ccf0db8db4e7ead2360636286d3a7eb0e3cfec40ae640","093ceafe704d2244ba3e297d7ce665d7f2e4a7112cf1334a9373b76acb9402a8","b29b056a18a73019b6285406665fc95a65b604199bc1f787f5d5e4507aea0e7f","7f54a52e0344af384dd483351dc9fe2003bed675f8771e7339c27be46693318a","b3643471b0860e55440721bc05499b5c6373d5ad8aad96d429a78484024176a9","789a86243d9f9d1d2816f005c924c07e4054193bcd9a5dccb9b683722251586b","4ac58569ec95e39656dff0a8b5cd43d847bb537d6ebf85c5cfe5fadbfe65cae5","a403cebc4c34b09157a0abdbed93e79e5f4055d36072f858a6db85cb8dea5f12","4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","0cba3a5d7b81356222594442753cf90dd2892e5ccfe1d262aaca6896ba6c1380","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"77f0b5c6a193a699c9f7d7fb0578e64e562d271afa740783665d2a827104a873","affectsGlobalScope":true},"e5979905796fe2740d85fbaf4f11f42b7ee1851421afe750823220813421b1af",{"version":"fcdcb42da18dd98dc286b1876dd425791772036012ae61263c011a76b13a190f","affectsGlobalScope":true},"1dab5ab6bcf11de47ab9db295df8c4f1d92ffa750e8f095e88c71ce4c3299628","f71f46ccd5a90566f0a37b25b23bc4684381ab2180bdf6733f4e6624474e1894",{"version":"54e65985a3ee3cec182e6a555e20974ea936fc8b8d1738c14e8ed8a42bd921d4","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","5b30f550565fd0a7524282c81c27fe8534099e2cd26170ca80852308f07ae68d","34e5de87d983bc6aefef8b17658556e3157003e8d9555d3cb098c6bef0b5fbc8","d97cd8a4a42f557fc62271369ed0461c8e50d47b7f9c8ad0b5462f53306f6060","f27371653aded82b2b160f7a7033fb4a5b1534b6f6081ef7be1468f0f15327d3","c762cd6754b13a461c54b59d0ae0ab7aeef3c292c6cf889873f786ee4d8e75c9","f4ea7d5df644785bd9fbf419930cbaec118f0d8b4160037d2339b8e23c059e79",{"version":"bfea28e6162ed21a0aeed181b623dcf250aa79abf49e24a6b7e012655af36d81","affectsGlobalScope":true},"58df92fa3b18e84865bb0d2fe4b9d2d5bcb9952d4548c871f10ef02702b386f8","52f38aecbb24bebde0b7a0203a686902fc6be930bd0cdb80f482441e4f56fd7d","10d4796a130577d57003a77b95d8723530bbec84718e364aa2129fa8ffba0378","063f53ff674228c190efa19dd9448bcbd540acdbb48a928f4cf3a1b9f9478e43","bf73c576885408d4a176f44a9035d798827cc5020d58284cb18d7573430d9022","7ae078ca42a670445ae0c6a97c029cb83d143d62abd1730efb33f68f0b2c0e82",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"963fe86b2ebd07a34b92b52c6532ab45ec5ccda218a6c477de354fcad2aae0cb","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"76c1c3258edbc6fef9c2020c75d64cc954a53d67f5707e0ba5dd13b6b206059a","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","9fe9732c9254bcda951d1dcb97432800ee15ce624f2a99246005cd62909d3ca2","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","5f0ed51db151c2cdc4fa3bb0f44ce6066912ad001b607a34e65a96c52eb76248",{"version":"f234fa210fdce190f851211bccf105301f62736fe9d536aed1abc1639967fdec","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","940e295124659ab07409ad448778c477e6861e89ee4f71e49de8a840965a41ea","f52fbf64c7e480271a9096763c4882d356b05cab05bf56a64e68a95313cd2ce2","59bdb65f28d7ce52ccfc906e9aaf422f8b8534b2d21c32a27d7819be5ad81df7",{"version":"3a2da34079a2567161c1359316a32e712404b56566c45332ac9dcee015ecce9f","affectsGlobalScope":true},"28a2e7383fd898c386ffdcacedf0ec0845e5d1a86b5a43f25b86bc315f556b79","3aff9c8c36192e46a84afe7b926136d520487155154ab9ba982a8b544ea8fc95","a880cf8d85af2e4189c709b0fea613741649c0e40fffb4360ec70762563d5de0","85bbf436a15bbeda4db888be3062d47f99c66fd05d7c50f0f6473a9151b6a070","9f9c49c95ecd25e0cb2587751925976cf64fd184714cb11e213749c80cf0f927","f0c75c08a71f9212c93a719a25fb0320d53f2e50ca89a812640e08f8ad8c408c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"aee3379fb20741a337a779530cc3e608aba5f34776511033d1d2db7ca45c4193","946d667bb57e1a5c8850161b3980a11b616ab4f1914d9b4ba71791bda1d195a5","4c754320a6ff1e7ab0214c7ce852d236f33ed7b8540d611094f1ba663bfd1ef1","1531a27b26ce94b434820a642f74906970b5f6648225d2b16e267e05aa45f564","49d23943d2bb09f5bac15ba69944325239a998d25c17e9f4724afe850c43ae47","74a70c21fd168d487f5d52bcdce453e6b2e4bae65dcf9391b6fcdd3823bd8a43","1eb1f8d7cd1ef1f675840229a6558b895e2bcc70843d52abfcfbe3779312ff2b","341a824d0b80e9a51ef509d8017f8a3d8782e99dbe47737c931b7f4f7c756cb1","c03698e335016d40fbc36fb1bd987f1a6fdf46349ba288892e588189a3e7d07e","89bff8ab43246dfcfc1f22ed78dc5cdfc7ac2ddaf832d79deceaf59beb3d7c18","6ddab747e2657463f99954bfe360d92144f460cfca7a8db62b320242e1ba0a70","9a386e46e4da74a20a5f15c80d164ec51470c238bba3636a5a3814faab090bcf","79372fb45509911fc905e496ef91afd825a8feb564d29d0bc6ddf56365a1541f","f516426a4c73211f80aa6b6e4bdbb701dab91475f8c49c0c52a116eb6b3abd59","d5e8f65b23bac083dcedccb5ff5ef4cf0acd40a78d1341300dae6de8d5d0560d","98a58f29b115ee5f1c20e30cd0112125ddd30f6ad6d26f5a895e87dfffccc8d9","9f427bfbb1e88cae899b1508c94d38d1d95e806e2afe15ac36c43022698b0c86","3a0692d9c826d71e03f16cc70a5bfbac8660fda8fd81cd992aebc8f32d2ab3e9","fa846ab6f2ffb7ba3b26d7e72d4cc75c3204039626fd2528c4be26f2c111c13d","5289ef752f4ad8c3636b55ec9d32a3d20244072e83168cacbaffb674a3cabdc6","1044957b7d84969a41b4a9af59830e3505f506372085653011d12479d324f775","c2475ed7529224760c4560c49716de327c2000770830709c96bfc1f2a33d3bc0","6cc423d06bc7a3393b5699927f168f8b6a85f21b56d44b71e9c982e182b90727","c35bd485fe96ae6a9ba8dba325ec62e706e035cd3e0f87eae1ba1f644cb1650e","a8f998f84a7e74d04563a4f143d69ef2e638b644345227b75f28a50ecf7982d4","80c95f005d486dba7e47d848f865c0e3e280d6fbdc408b616256c229e769c921","94c65b653aecfc38e2933f9f1f4ae9045ed43dddae77ba84067cf620498e7b40","1b4fa5ca65bdff348f25fb3bdb887c09ebf56ef8d352efeff0a451a7fde7b2a4","b37cf105323d1dafa75b5ecf746a0ec6bed5dc6c5d5be7813de8603c093373ab","770ded6da7e75524f010f18b5b4882259e768ef47b5d05b9c83cc4a96aaf4ec8","f51d38853c34f5482c6d61bea7d97ff31243e8c215cc9881f816c9a66f69fbd5","e379c832b4da9ebeba2232a130cfa7a83e970f456123d207820f0c87263d034c","c2ea643caad48f903c5f88528c6bc766ab24d72c09134d951931e884b795b4ca","086d9e59a579981bdf4f3bfa6e8e893570e5005f7219292bf7d90c153066cdfc","1071bc70119d0cf9cfbffa219eb9c76abbca2fd3f679d5bc5eb8c0f69db1f7f8","654eae7c8b91584fbed583b737f28ce6719cea03f41e18b07d530fb9a468d5db","328992bf665de81150d2f11752b556bf1cc9a57a0968d406b180ebea6538ef6f","d3c5f90f8fa89a9265369b6f79848a2b2a0ffe7452c90f0e79757461747ad35a","671315ee8d597ab350f046802451dc7176d8a1aa08580c6d6275aae87bb9f9bb","f87f1a808e5ee0be3b296c1410b633bc8844ac4665c7011f221f3bdd659385e6","4d3a0d1c2684b357ffb17162e492ba596dcfc99524d6ebe204bdae86aa58cfda","913f4a1d6eb27e3e6d72d0a6e9688fb1f73ccc29e73f3151eed26b3b645ed808","2a8a5ca050d56e679e0239fe2bc986eede47e096b2553536c7d5254549defa7b","94385f5e0f8622f419c90b355f4e417a25c80a04e9a1a42eca89fad5e0c6cb55","99fc1afc2ee80d9ccca4185b67de2123563287ba59f7f717368cc70722383b3e","99fc1afc2ee80d9ccca4185b67de2123563287ba59f7f717368cc70722383b3e","b7250063a1605fc45ce68674b4a6941a8f44cc9493cb9b1f4119c6912042cfee","3f0d46e0734ae376cf9eca991dee0fa5538106d079d3682ea78b1e39a7f6764b","40997479c291410de405b3a8ac4fba2ad003788c9239a31391b09128394d1ea1",{"version":"4f9362850bb427525ba05c0e861dae06d9918bd16ccb38d504cb7294f69e8496","affectsGlobalScope":true},"89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","8a19491eba2108d5c333c249699f40aff05ad312c04a17504573b27d91f0aede","f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b"],"options":{"composite":true,"declarationMap":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":2,"module":99,"noImplicitAny":false,"outDir":"./","sourceMap":true,"strict":true,"suppressImplicitAnyIndexErrors":true,"target":2},"fileIdsList":[[55,65,68,158],[158],[44,56,57,58,59,60,61,62,158],[55,158],[55,63,158],[64,158],[72,158],[55,65,66,158],[66,67,158],[74,158],[45,63,158],[45,46,47,48,49,50,51,52,53,54,158],[44,55,57,58,59,60,65,66,69,71,73,158],[70,158],[115,158],[118,158],[119,124,158],[120,130,131,138,147,157,158],[120,121,130,138,158],[122,158],[123,124,131,139,158],[124,147,154,158],[125,127,130,138,158],[126,158],[127,128,158],[129,130,158],[130,158],[130,131,132,147,157,158],[130,131,132,147,150,158],[158,162],[133,138,147,157,158],[130,131,133,134,138,147,154,157,158],[133,135,147,154,157,158],[115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164],[130,136,158],[137,157,158],[127,130,138,147,158],[139,158],[140,158],[118,141,158],[142,156,158,162],[143,158],[144,158],[130,145,158],[145,146,158,160],[130,147,148,149,150,158],[147,149,158],[147,148,158],[150,158],[151,158],[130,152,153,158],[152,153,158],[124,138,147,154,158],[155,158],[138,156,158],[119,133,144,157,158],[124,158],[147,158,159],[158,160],[158,161],[119,124,130,132,141,147,157,158,160,162],[147,158,163],[158,165],[158,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198],[158,168],[158,168,178],[158,208],[75,82,93,102,107,109,158,203,211],[158,201,202],[75,82,93,102,103,107,109,113,158,200],[75,82,102,103,107,109,113,158,200],[76,77,78,79,80,81,158],[75,82,83,84,102,103,158],[84,104,108,158],[75,82,102,107,158],[75,83,158],[83,85,87,90,158],[91,158],[86,158],[90,92,158],[83,158],[102,158],[88,89,158],[158,207],[75,82,158],[75,93,102,158],[85,93,158],[94,95,96,97,98,99,100,101,158],[82,158],[75,158],[75,83,102,158],[75,77,78,84,102,103,104,106,158,201,202,204,206],[110,111,112,158],[75,119,158,166,167,199],[105,106,158],[75,82,83,158],[75,102,109,158,206],[158,205,206],[75,93,102,109,113,158,200],[75,82,102,107,109,158,205]],"referencedMap":[[69,1],[44,2],[57,2],[58,2],[61,2],[62,2],[63,3],[56,4],[59,2],[60,2],[64,5],[65,6],[72,2],[73,7],[67,8],[66,4],[68,9],[75,10],[51,2],[46,11],[53,2],[49,2],[47,4],[54,2],[50,2],[55,12],[45,2],[48,2],[52,2],[74,13],[70,4],[71,14],[214,2],[215,2],[115,15],[116,15],[118,16],[119,17],[120,18],[121,19],[122,20],[123,21],[124,22],[125,23],[126,24],[127,25],[128,25],[129,26],[130,27],[131,28],[132,29],[117,30],[164,2],[133,31],[134,32],[135,33],[165,34],[136,35],[137,36],[138,37],[139,38],[140,39],[141,40],[142,41],[143,42],[144,43],[145,44],[146,45],[147,46],[149,47],[148,48],[150,49],[151,50],[152,51],[153,52],[154,53],[155,54],[156,55],[157,56],[158,57],[159,58],[160,59],[161,60],[162,61],[163,62],[216,63],[85,2],[166,63],[114,2],[167,2],[199,64],[169,65],[179,65],[170,65],[180,65],[171,65],[172,65],[187,65],[186,65],[188,65],[189,65],[181,65],[173,65],[182,65],[174,65],[183,65],[175,65],[177,65],[185,66],[178,65],[184,66],[190,66],[176,65],[191,65],[196,65],[197,65],[192,65],[168,2],[198,2],[194,65],[193,65],[195,2],[9,2],[10,2],[14,2],[13,2],[3,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[4,2],[5,2],[26,2],[23,2],[24,2],[25,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[34,2],[35,2],[36,2],[37,2],[8,2],[42,2],[38,2],[39,2],[40,2],[41,2],[2,2],[1,2],[43,2],[12,2],[11,2],[209,67],[210,67],[204,68],[203,69],[201,70],[202,71],[81,2],[78,2],[82,72],[76,2],[80,2],[79,2],[77,2],[104,73],[109,74],[108,75],[84,76],[91,77],[92,78],[86,2],[87,79],[93,80],[88,81],[89,82],[90,83],[208,84],[83,84],[99,85],[94,86],[96,87],[102,88],[95,89],[103,90],[98,81],[100,90],[101,2],[97,91],[207,92],[113,93],[110,90],[111,90],[112,90],[200,94],[107,95],[105,82],[106,96],[211,2],[212,97],[213,98],[205,99],[206,100],[217,2],[218,2],[219,2],[220,2],[221,2],[222,2]],"exportedModulesMap":[[69,1],[44,2],[57,2],[58,2],[61,2],[62,2],[63,3],[56,4],[59,2],[60,2],[64,5],[65,6],[72,2],[73,7],[67,8],[66,4],[68,9],[75,10],[51,2],[46,11],[53,2],[49,2],[47,4],[54,2],[50,2],[55,12],[45,2],[48,2],[52,2],[74,13],[70,4],[71,14],[214,2],[215,2],[115,15],[116,15],[118,16],[119,17],[120,18],[121,19],[122,20],[123,21],[124,22],[125,23],[126,24],[127,25],[128,25],[129,26],[130,27],[131,28],[132,29],[117,30],[164,2],[133,31],[134,32],[135,33],[165,34],[136,35],[137,36],[138,37],[139,38],[140,39],[141,40],[142,41],[143,42],[144,43],[145,44],[146,45],[147,46],[149,47],[148,48],[150,49],[151,50],[152,51],[153,52],[154,53],[155,54],[156,55],[157,56],[158,57],[159,58],[160,59],[161,60],[162,61],[163,62],[216,63],[85,2],[166,63],[114,2],[167,2],[199,64],[169,65],[179,65],[170,65],[180,65],[171,65],[172,65],[187,65],[186,65],[188,65],[189,65],[181,65],[173,65],[182,65],[174,65],[183,65],[175,65],[177,65],[185,66],[178,65],[184,66],[190,66],[176,65],[191,65],[196,65],[197,65],[192,65],[168,2],[198,2],[194,65],[193,65],[195,2],[9,2],[10,2],[14,2],[13,2],[3,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[22,2],[4,2],[5,2],[26,2],[23,2],[24,2],[25,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[34,2],[35,2],[36,2],[37,2],[8,2],[42,2],[38,2],[39,2],[40,2],[41,2],[2,2],[1,2],[43,2],[12,2],[11,2],[209,67],[210,67],[204,68],[203,69],[201,70],[202,71],[81,2],[78,2],[82,72],[76,2],[80,2],[79,2],[77,2],[104,73],[109,74],[108,75],[84,76],[91,77],[92,78],[86,2],[87,79],[93,80],[88,81],[89,82],[90,83],[208,84],[83,84],[99,85],[94,86],[96,87],[102,88],[95,89],[103,90],[98,81],[100,90],[101,2],[97,91],[207,92],[113,93],[110,90],[111,90],[112,90],[200,94],[107,95],[105,82],[106,96],[211,2],[212,97],[213,98],[205,99],[206,100],[217,2],[218,2],[219,2],[220,2],[221,2],[222,2]],"semanticDiagnosticsPerFile":[69,44,57,58,61,62,63,56,59,60,64,65,72,73,67,66,68,75,51,46,53,49,47,54,50,55,45,48,52,74,70,71,214,215,115,116,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,117,164,133,134,135,165,136,137,138,139,140,141,142,143,144,145,146,147,149,148,150,151,152,153,154,155,156,157,158,159,160,161,162,163,216,85,166,114,167,199,169,179,170,180,171,172,187,186,188,189,181,173,182,174,183,175,177,185,178,184,190,176,191,196,197,192,168,198,194,193,195,9,10,14,13,3,15,16,17,18,19,20,21,22,4,5,26,23,24,25,27,28,29,6,30,31,32,33,7,34,35,36,37,8,42,38,39,40,41,2,1,43,12,11,209,210,204,203,201,202,81,78,82,76,80,79,77,104,109,108,84,91,92,86,87,93,88,89,90,208,83,99,94,96,102,95,103,98,100,101,97,207,113,110,111,112,200,107,105,106,211,212,213,205,206,217,218,219,220,221,222]},"version":"4.5.5"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asgardeo/auth-spa",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Asgardeo Auth SPA SDK to be used in Single-Page Applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Asgardeo",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"author": "Asgardeo",
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@asgardeo/auth-js": "^2.0.
|
|
28
|
+
"@asgardeo/auth-js": "^2.0.12",
|
|
29
29
|
"await-semaphore": "^0.1.3",
|
|
30
30
|
"axios": "^0.26.0",
|
|
31
31
|
"base64url": "^3.0.1",
|
package/src/client.ts
CHANGED
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
AsgardeoAuthException,
|
|
22
22
|
AuthClientConfig,
|
|
23
23
|
BasicUserInfo,
|
|
24
|
+
CryptoHelper,
|
|
24
25
|
CustomGrantConfig,
|
|
25
26
|
DataLayer,
|
|
26
27
|
DecodedIDTokenPayload,
|
|
@@ -707,6 +708,32 @@ export class AsgardeoSPAClient {
|
|
|
707
708
|
return this._client?.getDecodedIDToken();
|
|
708
709
|
}
|
|
709
710
|
|
|
711
|
+
/**
|
|
712
|
+
* This method returns the CryptoHelper instance.
|
|
713
|
+
*
|
|
714
|
+
* @return {Promise<DecodedIdTokenPayloadInterface>} - A Promise that resolves with
|
|
715
|
+
* the CryptoHelper instance.
|
|
716
|
+
*
|
|
717
|
+
* @example
|
|
718
|
+
* ```
|
|
719
|
+
* auth.getCryptoHelper().then((response)=>{
|
|
720
|
+
* // console.log(response);
|
|
721
|
+
* }).catch((error)=>{
|
|
722
|
+
* // console.error(error);
|
|
723
|
+
* });
|
|
724
|
+
* ```
|
|
725
|
+
* @link https://github.com/asgardeo/asgardeo-auth-spa-sdk/tree/master#getCryptoHelper
|
|
726
|
+
*
|
|
727
|
+
* @memberof AsgardeoSPAClient
|
|
728
|
+
*
|
|
729
|
+
* @preserve
|
|
730
|
+
*/
|
|
731
|
+
public async getCryptoHelper(): Promise<CryptoHelper | undefined> {
|
|
732
|
+
await this._validateMethod();
|
|
733
|
+
|
|
734
|
+
return this._client?.getCryptoHelper();
|
|
735
|
+
}
|
|
736
|
+
|
|
710
737
|
/**
|
|
711
738
|
* This method return the ID token.
|
|
712
739
|
*
|
|
@@ -796,7 +823,7 @@ export class AsgardeoSPAClient {
|
|
|
796
823
|
if (this._storage && [ (Storage.WebWorker, Storage.BrowserMemory) ].includes(this._storage)) {
|
|
797
824
|
return Promise.reject(
|
|
798
825
|
new AsgardeoAuthException(
|
|
799
|
-
"SPA-AUTH_CLIENT-
|
|
826
|
+
"SPA-AUTH_CLIENT-GIAT-IV01",
|
|
800
827
|
"The access token cannot be returned.",
|
|
801
828
|
"The access token cannot be returned when the storage type is set to webWorker or browserMemory."
|
|
802
829
|
)
|
|
@@ -835,9 +862,9 @@ export class AsgardeoSPAClient {
|
|
|
835
862
|
if (this._storage && [ (Storage.WebWorker, Storage.BrowserMemory) ].includes(this._storage)) {
|
|
836
863
|
return Promise.reject(
|
|
837
864
|
new AsgardeoAuthException(
|
|
838
|
-
"SPA-AUTH_CLIENT-
|
|
839
|
-
"The
|
|
840
|
-
"The
|
|
865
|
+
"SPA-AUTH_CLIENT-GDL-IV01",
|
|
866
|
+
"The data layer cannot be returned.",
|
|
867
|
+
"The data layer cannot be returned when the storage type is set to webWorker or browserMemory."
|
|
841
868
|
)
|
|
842
869
|
);
|
|
843
870
|
}
|
|
@@ -22,6 +22,7 @@ import {
|
|
|
22
22
|
AuthClientConfig,
|
|
23
23
|
AuthenticationUtils,
|
|
24
24
|
BasicUserInfo,
|
|
25
|
+
CryptoHelper,
|
|
25
26
|
DataLayer,
|
|
26
27
|
DecodedIDTokenPayload,
|
|
27
28
|
FetchResponse,
|
|
@@ -96,11 +97,19 @@ export const MainThreadClient = async (
|
|
|
96
97
|
|
|
97
98
|
const attachToken = async (request: HttpRequestConfig): Promise<void> => {
|
|
98
99
|
const requestConfig = { attachToken: true, ...request };
|
|
100
|
+
|
|
99
101
|
if (requestConfig.attachToken) {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
if(requestConfig.shouldAttachIDPAccessToken) {
|
|
103
|
+
request.headers = {
|
|
104
|
+
...request.headers,
|
|
105
|
+
Authorization: `Bearer ${ await _authenticationHelper.getIDPAccessToken() }`
|
|
106
|
+
};
|
|
107
|
+
} else {
|
|
108
|
+
request.headers = {
|
|
109
|
+
...request.headers,
|
|
110
|
+
Authorization: `Bearer ${ await _authenticationHelper.getAccessToken() }`
|
|
111
|
+
};
|
|
112
|
+
}
|
|
104
113
|
}
|
|
105
114
|
}
|
|
106
115
|
|
|
@@ -356,6 +365,10 @@ export const MainThreadClient = async (
|
|
|
356
365
|
return _authenticationHelper.getDecodedIDToken();
|
|
357
366
|
};
|
|
358
367
|
|
|
368
|
+
const getCryptoHelper = async (): Promise<CryptoHelper> => {
|
|
369
|
+
return _authenticationHelper.getCryptoHelper();
|
|
370
|
+
};
|
|
371
|
+
|
|
359
372
|
const getIDToken = async (): Promise<string> => {
|
|
360
373
|
return _authenticationHelper.getIDToken();
|
|
361
374
|
};
|
|
@@ -403,6 +416,7 @@ export const MainThreadClient = async (
|
|
|
403
416
|
enableHttpHandler,
|
|
404
417
|
getAccessToken,
|
|
405
418
|
getBasicUserInfo,
|
|
419
|
+
getCryptoHelper,
|
|
406
420
|
getDataLayer,
|
|
407
421
|
getDecodedIDToken,
|
|
408
422
|
getHttpClient,
|
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
AuthClientConfig,
|
|
24
24
|
AuthenticationUtils,
|
|
25
25
|
BasicUserInfo,
|
|
26
|
+
CryptoHelper,
|
|
26
27
|
CustomGrantConfig,
|
|
27
28
|
DecodedIDTokenPayload,
|
|
28
29
|
FetchResponse,
|
|
@@ -39,6 +40,8 @@ import {
|
|
|
39
40
|
GET_AUTH_URL,
|
|
40
41
|
GET_BASIC_USER_INFO,
|
|
41
42
|
GET_CONFIG_DATA,
|
|
43
|
+
GET_CRYPTO_HELPER,
|
|
44
|
+
GET_DECODED_IDP_ID_TOKEN,
|
|
42
45
|
GET_DECODED_ID_TOKEN,
|
|
43
46
|
GET_ID_TOKEN,
|
|
44
47
|
GET_OIDC_SERVICE_ENDPOINTS,
|
|
@@ -691,6 +694,34 @@ export const WebWorkerClient = async (
|
|
|
691
694
|
});
|
|
692
695
|
};
|
|
693
696
|
|
|
697
|
+
const getDecodedIDPIDToken = (): Promise<DecodedIDTokenPayload> => {
|
|
698
|
+
const message: Message<null> = {
|
|
699
|
+
type: GET_DECODED_IDP_ID_TOKEN
|
|
700
|
+
};
|
|
701
|
+
|
|
702
|
+
return communicate<null, DecodedIDTokenPayload>(message)
|
|
703
|
+
.then((response) => {
|
|
704
|
+
return Promise.resolve(response);
|
|
705
|
+
})
|
|
706
|
+
.catch((error) => {
|
|
707
|
+
return Promise.reject(error);
|
|
708
|
+
});
|
|
709
|
+
};
|
|
710
|
+
|
|
711
|
+
const getCryptoHelper = (): Promise<CryptoHelper> => {
|
|
712
|
+
const message: Message<null> = {
|
|
713
|
+
type: GET_CRYPTO_HELPER
|
|
714
|
+
};
|
|
715
|
+
|
|
716
|
+
return communicate<null, CryptoHelper>(message)
|
|
717
|
+
.then((response) => {
|
|
718
|
+
return Promise.resolve(response);
|
|
719
|
+
})
|
|
720
|
+
.catch((error) => {
|
|
721
|
+
return Promise.reject(error);
|
|
722
|
+
});
|
|
723
|
+
};
|
|
724
|
+
|
|
694
725
|
const getIDToken = (): Promise<string> => {
|
|
695
726
|
const message: Message<null> = {
|
|
696
727
|
type: GET_ID_TOKEN
|
|
@@ -783,6 +814,8 @@ export const WebWorkerClient = async (
|
|
|
783
814
|
disableHttpHandler,
|
|
784
815
|
enableHttpHandler,
|
|
785
816
|
getBasicUserInfo,
|
|
817
|
+
getCryptoHelper,
|
|
818
|
+
getDecodedIDPIDToken,
|
|
786
819
|
getDecodedIDToken,
|
|
787
820
|
getIDToken,
|
|
788
821
|
getOIDCServiceEndpoints,
|
|
@@ -32,6 +32,8 @@ export const REQUEST_FINISH = "request-finish";
|
|
|
32
32
|
export const GET_OIDC_SERVICE_ENDPOINTS = "get-oidc-service-endpoints";
|
|
33
33
|
export const GET_BASIC_USER_INFO = "get-basic-user-info";
|
|
34
34
|
export const GET_DECODED_ID_TOKEN = "get-decoded-id-token";
|
|
35
|
+
export const GET_DECODED_IDP_ID_TOKEN = "get-decoded-idp-id-token";
|
|
36
|
+
export const GET_CRYPTO_HELPER = "get-crypto-helper"
|
|
35
37
|
export const ENABLE_HTTP_HANDLER = "enable_http_handler";
|
|
36
38
|
export const DISABLE_HTTP_HANDLER = "disable_http_handler";
|
|
37
39
|
export const GET_AUTH_URL = "get_auth_url";
|
|
@@ -22,6 +22,7 @@ import {
|
|
|
22
22
|
AuthClientConfig,
|
|
23
23
|
AuthenticationUtils,
|
|
24
24
|
BasicUserInfo,
|
|
25
|
+
CryptoHelper,
|
|
25
26
|
CustomGrantConfig,
|
|
26
27
|
DataLayer,
|
|
27
28
|
DecodedIDTokenPayload,
|
|
@@ -609,6 +610,14 @@ export class AuthenticationHelper<
|
|
|
609
610
|
return this._authenticationClient.getDecodedIDToken();
|
|
610
611
|
}
|
|
611
612
|
|
|
613
|
+
public async getDecodedIDPIDToken(): Promise<DecodedIDTokenPayload> {
|
|
614
|
+
return this._authenticationClient.getDecodedIDToken();
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
public async getCryptoHelper(): Promise<CryptoHelper> {
|
|
618
|
+
return this._authenticationClient.getCryptoHelper();
|
|
619
|
+
}
|
|
620
|
+
|
|
612
621
|
public async getIDToken(): Promise<string> {
|
|
613
622
|
return this._authenticationClient.getIDToken();
|
|
614
623
|
}
|
|
@@ -621,6 +630,10 @@ export class AuthenticationHelper<
|
|
|
621
630
|
return this._authenticationClient.getAccessToken();
|
|
622
631
|
}
|
|
623
632
|
|
|
633
|
+
public async getIDPAccessToken(): Promise<string> {
|
|
634
|
+
return (await this._dataLayer.getSessionData())?.access_token;
|
|
635
|
+
}
|
|
636
|
+
|
|
624
637
|
public getDataLayer(): DataLayer<T> {
|
|
625
638
|
return this._dataLayer;
|
|
626
639
|
}
|
|
@@ -98,7 +98,6 @@ export const SessionManagementHelper = (() => {
|
|
|
98
98
|
const opIframe: HTMLIFrameElement
|
|
99
99
|
= rpIFrame?.contentDocument?.getElementById(OP_IFRAME) as HTMLIFrameElement;
|
|
100
100
|
opIframe.src = _checkSessionEndpoint + "?client_id=" + _clientID + "&redirect_uri=" + _redirectURL;
|
|
101
|
-
await checkSession();
|
|
102
101
|
|
|
103
102
|
_checkSessionIntervalTimeout = setInterval(checkSession, _interval * 1000) as unknown as number;
|
|
104
103
|
|
|
@@ -142,6 +142,8 @@ export class HttpClient implements HttpClientInterface<HttpRequestConfig, HttpRe
|
|
|
142
142
|
|
|
143
143
|
request.data = formData;
|
|
144
144
|
}
|
|
145
|
+
|
|
146
|
+
request.startTimeInMs = new Date().getTime()
|
|
145
147
|
|
|
146
148
|
if (HttpClient.isHandlerEnabled) {
|
|
147
149
|
if (this.requestStartCallback && typeof this.requestStartCallback === "function") {
|
package/src/models/client.ts
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
import {
|
|
20
20
|
AuthClientConfig,
|
|
21
21
|
BasicUserInfo,
|
|
22
|
+
CryptoHelper,
|
|
22
23
|
CustomGrantConfig,
|
|
23
24
|
DataLayer,
|
|
24
25
|
DecodedIDTokenPayload,
|
|
@@ -57,6 +58,7 @@ export interface MainThreadClientInterface {
|
|
|
57
58
|
revokeAccessToken(): Promise<boolean>;
|
|
58
59
|
getBasicUserInfo(): Promise<BasicUserInfo>;
|
|
59
60
|
getDecodedIDToken(): Promise<DecodedIDTokenPayload>;
|
|
61
|
+
getCryptoHelper(): Promise<CryptoHelper>;
|
|
60
62
|
getIDToken(): Promise<string>;
|
|
61
63
|
getOIDCServiceEndpoints(): Promise<OIDCEndpoints>;
|
|
62
64
|
getAccessToken(): Promise<string>;
|
|
@@ -84,6 +86,8 @@ export interface WebWorkerClientInterface {
|
|
|
84
86
|
getOIDCServiceEndpoints(): Promise<OIDCEndpoints>;
|
|
85
87
|
getBasicUserInfo(): Promise<BasicUserInfo>;
|
|
86
88
|
getDecodedIDToken(): Promise<DecodedIDTokenPayload>;
|
|
89
|
+
getDecodedIDPIDToken(): Promise<DecodedIDTokenPayload>;
|
|
90
|
+
getCryptoHelper(): Promise<CryptoHelper>;
|
|
87
91
|
getIDToken(): Promise<string>;
|
|
88
92
|
isAuthenticated(): Promise<boolean>;
|
|
89
93
|
setHttpRequestSuccessCallback(callback: (response: HttpResponse) => void): void;
|
|
@@ -16,8 +16,9 @@
|
|
|
16
16
|
* under the License.
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
|
-
import { AxiosRequestConfig } from "axios";
|
|
20
|
-
|
|
19
|
+
import { AxiosError, AxiosRequestConfig, AxiosResponse } from "axios";
|
|
20
|
+
|
|
21
|
+
export type HttpError<T = any, D = any> = AxiosError<T,D>;
|
|
21
22
|
|
|
22
23
|
export interface HttpClient {
|
|
23
24
|
requestStartCallback: () => void;
|
|
@@ -29,10 +30,15 @@ export interface HttpClient {
|
|
|
29
30
|
export interface HttpRequestConfig extends AxiosRequestConfig {
|
|
30
31
|
attachToken?: boolean;
|
|
31
32
|
shouldEncodeToFormData?: boolean;
|
|
33
|
+
shouldAttachIDPAccessToken?: boolean;
|
|
34
|
+
startTimeInMs?: number
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface HttpResponse<T = any, D = any> extends AxiosResponse<T,D> {
|
|
38
|
+
startTimeInMs?: number
|
|
32
39
|
}
|
|
33
40
|
|
|
34
41
|
export {
|
|
35
|
-
AxiosResponse as HttpResponse,
|
|
36
42
|
Method as HttpMethod,
|
|
37
43
|
AxiosRequestTransformer as HttpRequestTransformer,
|
|
38
44
|
AxiosResponseTransformer as HttpResponseTransformer,
|
|
@@ -41,7 +47,6 @@ export {
|
|
|
41
47
|
ResponseType,
|
|
42
48
|
AxiosProxyConfig as HttpProxyConfig,
|
|
43
49
|
CancelToken,
|
|
44
|
-
AxiosError as HttpError,
|
|
45
50
|
AxiosPromise as HttpPromise,
|
|
46
51
|
AxiosInstance as HttpInstance
|
|
47
52
|
} from "axios";
|
package/src/models/message.ts
CHANGED
|
@@ -26,6 +26,8 @@ import {
|
|
|
26
26
|
GET_AUTH_URL,
|
|
27
27
|
GET_BASIC_USER_INFO,
|
|
28
28
|
GET_CONFIG_DATA,
|
|
29
|
+
GET_CRYPTO_HELPER,
|
|
30
|
+
GET_DECODED_IDP_ID_TOKEN,
|
|
29
31
|
GET_DECODED_ID_TOKEN,
|
|
30
32
|
GET_ID_TOKEN,
|
|
31
33
|
GET_OIDC_SERVICE_ENDPOINTS,
|
|
@@ -86,6 +88,8 @@ export type MessageType =
|
|
|
86
88
|
| typeof GET_OIDC_SERVICE_ENDPOINTS
|
|
87
89
|
| typeof GET_BASIC_USER_INFO
|
|
88
90
|
| typeof GET_DECODED_ID_TOKEN
|
|
91
|
+
| typeof GET_CRYPTO_HELPER
|
|
92
|
+
| typeof GET_DECODED_IDP_ID_TOKEN
|
|
89
93
|
| typeof ENABLE_HTTP_HANDLER
|
|
90
94
|
| typeof DISABLE_HTTP_HANDLER
|
|
91
95
|
| typeof GET_AUTH_URL
|
package/src/models/web-worker.ts
CHANGED
|
@@ -20,6 +20,7 @@ import {
|
|
|
20
20
|
AuthClientConfig,
|
|
21
21
|
AuthorizationURLParams,
|
|
22
22
|
BasicUserInfo,
|
|
23
|
+
CryptoHelper,
|
|
23
24
|
CustomGrantConfig,
|
|
24
25
|
DecodedIDTokenPayload,
|
|
25
26
|
FetchResponse,
|
|
@@ -58,6 +59,8 @@ export interface WebWorkerCoreInterface {
|
|
|
58
59
|
revokeAccessToken(): Promise<boolean>;
|
|
59
60
|
getBasicUserInfo(): Promise<BasicUserInfo>;
|
|
60
61
|
getDecodedIDToken(): Promise<DecodedIDTokenPayload>;
|
|
62
|
+
getDecodedIDPIDToken(): Promise<DecodedIDTokenPayload>;
|
|
63
|
+
getCryptoHelper(): Promise<CryptoHelper>;
|
|
61
64
|
getIDToken(): Promise<string>;
|
|
62
65
|
getOIDCServiceEndpoints(): Promise<OIDCEndpoints>;
|
|
63
66
|
getAccessToken(): Promise<string>;
|
package/src/public-api.ts
CHANGED
|
@@ -31,6 +31,13 @@ export * from "./constants/hooks";
|
|
|
31
31
|
|
|
32
32
|
export * from "@asgardeo/auth-js";
|
|
33
33
|
|
|
34
|
+
// clients
|
|
35
|
+
export * from "./clients/main-thread-client";
|
|
36
|
+
export * from "./clients/web-worker-client";
|
|
37
|
+
|
|
38
|
+
// models
|
|
39
|
+
export * from "./models/request-custom-grant";
|
|
40
|
+
|
|
34
41
|
// helpers
|
|
35
42
|
export * from "./helpers/authentication-helper";
|
|
36
43
|
export * from "./helpers/spa-helper";
|
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
AuthClientConfig,
|
|
22
22
|
AuthorizationURLParams,
|
|
23
23
|
BasicUserInfo,
|
|
24
|
+
CryptoHelper,
|
|
24
25
|
CustomGrantConfig,
|
|
25
26
|
DecodedIDTokenPayload,
|
|
26
27
|
FetchResponse,
|
|
@@ -65,10 +66,17 @@ export const WebWorkerCore = async (
|
|
|
65
66
|
const attachToken = async (request: HttpRequestConfig): Promise<void> => {
|
|
66
67
|
const requestConfig = { attachToken: true, ...request };
|
|
67
68
|
if (requestConfig.attachToken) {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
69
|
+
if(requestConfig.shouldAttachIDPAccessToken) {
|
|
70
|
+
request.headers = {
|
|
71
|
+
...request.headers,
|
|
72
|
+
Authorization: `Bearer ${ await _authenticationHelper.getIDPAccessToken() }`
|
|
73
|
+
};
|
|
74
|
+
} else {
|
|
75
|
+
request.headers = {
|
|
76
|
+
...request.headers,
|
|
77
|
+
Authorization: `Bearer ${ await _authenticationHelper.getAccessToken() }`
|
|
78
|
+
};
|
|
79
|
+
}
|
|
72
80
|
}
|
|
73
81
|
};
|
|
74
82
|
|
|
@@ -186,6 +194,14 @@ export const WebWorkerCore = async (
|
|
|
186
194
|
return _authenticationHelper.getDecodedIDToken();
|
|
187
195
|
};
|
|
188
196
|
|
|
197
|
+
const getCryptoHelper = async (): Promise<CryptoHelper> => {
|
|
198
|
+
return _authenticationHelper.getCryptoHelper();
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
const getDecodedIDPIDToken = async (): Promise<DecodedIDTokenPayload> => {
|
|
202
|
+
return _authenticationHelper.getDecodedIDPIDToken();
|
|
203
|
+
};
|
|
204
|
+
|
|
189
205
|
const getIDToken = async (): Promise<string> => {
|
|
190
206
|
return _authenticationHelper.getIDToken();
|
|
191
207
|
};
|
|
@@ -224,6 +240,8 @@ export const WebWorkerCore = async (
|
|
|
224
240
|
getAuthorizationURL,
|
|
225
241
|
getBasicUserInfo,
|
|
226
242
|
getConfigData,
|
|
243
|
+
getCryptoHelper,
|
|
244
|
+
getDecodedIDPIDToken,
|
|
227
245
|
getDecodedIDToken,
|
|
228
246
|
getIDToken,
|
|
229
247
|
getOIDCServiceEndpoints,
|