@asgardeo/auth-spa 0.4.13 → 0.4.15
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/dist/asgardeo-spa.production.esm.js +4 -4
- package/dist/asgardeo-spa.production.esm.js.map +1 -1
- package/dist/asgardeo-spa.production.js +4 -4
- 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 +4 -4
- package/dist/polyfilled/asgardeo-spa.production.esm.js.map +1 -1
- package/dist/polyfilled/asgardeo-spa.production.js +36 -36
- 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 +1 -1
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/client.js +2 -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 +4 -7
- 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 +4 -7
- package/dist/src/clients/web-worker-client.js.map +1 -1
- package/dist/src/helpers/authentication-helper.d.ts +1 -1
- package/dist/src/helpers/authentication-helper.d.ts.map +1 -1
- package/dist/src/helpers/authentication-helper.js +2 -2
- package/dist/src/helpers/authentication-helper.js.map +1 -1
- package/dist/src/models/client.d.ts +2 -2
- package/dist/src/models/client.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/client.ts +4 -2
- package/src/clients/main-thread-client.ts +10 -4
- package/src/clients/web-worker-client.ts +11 -4
- package/src/helpers/authentication-helper.ts +4 -3
- package/src/models/client.ts +2 -2
|
@@ -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/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","ef558820fc7c6ac5a7f32117ac8a533639e636659f7370ff56a88e4ac362d963","e092862984e6e011409c1103659a28966167674bf9af55539293497ce4b8aaeb","1408465b7ef31763e5827b443a38d83d125e5d9ccb60ed23c49cbd5e16bb35e4","8c590f6cab70aaa58ff3a785019b4065b0ad86aaed35b06f1e608511f0342066","5a96909505b035b618b7cf507602aa31861a3b4bed2c8316a4ddb93944599a24","4b700286e3baa0a17e0aa2899a682adbe1b1aee1280ca426617311d6e54205d4","e8c3776e0a629f3ae805d16655d4d3f01d29638b64126361c35b2c95d4c1ca37","04c452f241f781deb1b524a81e1fa4ac7bbf36ad2ae1b39639718f3af39ef4fb","a679de037df3ab2bc6604f8f1f77e23888753cbb06e60f3f4d0fb7441e4d69c4","f6146b623fd68ef4dabdde036962d583eeaaab9548f67d6195f97fde513e6b46","879d50966f7660197f183f5a411db9bf949567a056e38606c2ce0471a68b728f","71eabc76d77995e88be627cbfdccfd7e4518799518e2bdb131546b7d8039b028","d10817fb4677299c263f4dfa158d2a703554acd3743d8477fe685f756681669d","8b27572c6fcd3f85ba0b310ecda5ac14bc9b29f78c74e924d1d1cf4ec299d7c2","f48fc485d44bc78cc0fe48b176e3adc879d4e0a7322f2e77119e1eab6000932a","51b9dd5a75ec17970dae42339c5691a048567ce708eac9503d8f49582c398595","16477c5d5d66d2628a79168722da47a27b1f20331418852acccbdbe82294b70c","9b348214befb33a6b9cda60776f17f52bf11e6e3d4f96453ee97f657b13c0c09","c9b106e487f5552eb3854e49bf5956bd90c4c36fb0aeff0cc0b62b5b660eb1cf","dd5561dac7c617e000ecca79006e52685ac6d03cc62865087d41fa5b929fb5a1","9ced747e5c237fb9a51b44ee8811ed66ba3665b362b5bec6e0af6d3b7df01c79","2092f0d331ad3e2608f2e1c11fa85983985b619a802e33ab6ff22d12b172e911","eac8f7f5aa8ad1418ea1b50274777d88a7a5da16f650613a880f97f658b4b284","fb0c18b16461bda0debff0373a95a4e71221bdfe0237bf83e0fc96fecff62b5e","1a5fd7fd06c35fceef3d43a0637fe370bfe1daa82f538b183cb065bb0aec3a78","9318587e005b8ce7daaf94e1733c49b99c075f47963ea1a9152d39326fcaca09","2808645b990069e5f8b5ff14c9f1e6077eb642583c3f7854012d60757f23c70e","7c3ab924fd8494f286ad3966ebbcbcf7fe07d81bc3d928e1800b05d75a7fadac","c241721993235e5b85856909593605f12530c5e366f0456f5cd2158c19dcbad6","6da64e55101ad42112c2f2327c89f16abc5879c56042585882b32610c764778d","ed8d18f4db98a6038b2d818776a23e9d70c1c59b83368af2e5c525d7fea540fe","a21280e001d7c8996040872e63b114ca4d2a94476e0c741ee198248d0d2ddbd6","7b69a343d360fef3cf03736059bd3890166400bf88d9cb3ca2126d6d5ce45791","d373d738f77efc587af5b7cc4f0072af050dd4a7af7fd404928423052101139f","886f9c6cce85546bd9e7acdb8c3e3642418efe459dcf1f468c4c8ffa279427bd","fb02c15795f5cd3b1d70fcb599ba3d9373a999b92cb09d44d56be568fa9a4bf9","e36ed85a50397b8e4b116c4e9e8c265f4dfac3dd3f48165176e7b87067816a16","28324f15ff11caaa9126e0a021d1e5e1080160c5e1ecd5fe8ff6bc85aa12b869","6146a5a006637f224f757548e4a26a9b168a24acbdddf4ca8848cbfb4fbdfc7a","1db6ce87193a2f542fd6c3e14b9bf17b57202773c0e88bd1249b776f136f7008","b6c76f51eb3eea21f43f7813e3615e304aaac6b6da041c51f9ee529cda3a8228","e6ef854ad1e937ef95b0ddc9ad7a6c7cf60ca7d37dcd4d2db46e6a22b9921bb3","dadee70187ec1810888823edaa893a95fba52e84281926e55ee95eacff107d57","9346b33d9d1bb3024780f0a66540326962f97a51afa23005085cca546e45212a","d4551be00948f205f7308e09464d715e062deed201dc3398db97d2db12247bbc","468c549070fed4433ab40cb8c13506a2487fe414c6cc38c5c931b359883b8446","2a3ee5ceba0a31af3ccb8065831a9681fa378f318fdcfbd01d005c6cdcaa6b36","4084eb61a7b13631abf7802e39e354f8d70015a7a5bcd1688bf7755c5398f14b","093ceafe704d2244ba3e297d7ce665d7f2e4a7112cf1334a9373b76acb9402a8","b2298e2b0a39fce5456ef8789877d039db33cffd6846952483c2ddde21d558c5","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},"287b21dc1d1b9701c92e15e7dd673dfe6044b15812956377adffb6f08825b1bc","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"4cd4cff679c9b3d9239fd7bf70293ca4594583767526916af8e5d5a47d0219c7","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","00fa7ce8bc8acc560dc341bbfdf37840a8c59e6a67c9bfa3fa5f36254df35db2","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},"9cafe917bf667f1027b2bb62e2de454ecd2119c80873ad76fc41d941089753b8","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","66a2250469e4bd12ed4d22ce05dc4f889f34b899dcfe3a91ab6c542ef7d3d1ea","6f234a6f77a89151262494840aec72a750da289afbf8acd10e01d1f4c956a6a2","b37cf105323d1dafa75b5ecf746a0ec6bed5dc6c5d5be7813de8603c093373ab","770ded6da7e75524f010f18b5b4882259e768ef47b5d05b9c83cc4a96aaf4ec8","f51d38853c34f5482c6d61bea7d97ff31243e8c215cc9881f816c9a66f69fbd5","e379c832b4da9ebeba2232a130cfa7a83e970f456123d207820f0c87263d034c","c2ea643caad48f903c5f88528c6bc766ab24d72c09134d951931e884b795b4ca","086d9e59a579981bdf4f3bfa6e8e893570e5005f7219292bf7d90c153066cdfc","1071bc70119d0cf9cfbffa219eb9c76abbca2fd3f679d5bc5eb8c0f69db1f7f8","e16644ac3f4bafabe4fcd98ddcf74aa17a28e8888cde62a8ab6e0183243f34a8","103d1aacfecca00ae336e69dece42374bfa1b1e11da98d6965c961b76145c9d8","4d9af441d02416c348c893decce0d4dba25b2e24fa6917c6320d743a9fdc5c14","671315ee8d597ab350f046802451dc7176d8a1aa08580c6d6275aae87bb9f9bb","ec26f8678ae1e58cfcda3567b43b826e37b681520e275928a97f7c0faaa00046","8584c54132942b22b3d82c6e5fab239084eda1ad6ae1d934cef308b87fb88101","19a56e94330a46efb1c78e12a32085d28d1e33143eb1dd70d2dd821bdf06fb4e","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,64,67,157],[157],[44,56,57,58,59,60,61,157],[55,157],[55,62,157],[63,157],[71,157],[55,64,65,157],[65,66,157],[73,157],[45,62,157],[45,46,47,48,49,50,51,52,53,54,157],[44,55,57,58,59,60,64,65,68,70,72,157],[69,157],[114,157],[117,157],[118,123,157],[119,129,130,137,146,156,157],[119,120,129,137,157],[121,157],[122,123,130,138,157],[123,146,153,157],[124,126,129,137,157],[125,157],[126,127,157],[128,129,157],[129,157],[129,130,131,146,156,157],[129,130,131,146,157],[157,161],[132,137,146,156,157],[129,130,132,133,137,146,153,156,157],[132,134,146,153,156,157],[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,162,163],[129,135,157],[136,156,157],[126,129,137,146,157],[138,157],[139,157],[117,140,157],[141,155,157,161],[142,157],[143,157],[129,144,157],[144,145,157,159],[129,146,147,148,157],[146,148,157],[146,147,157],[149,157],[150,157],[129,151,152,157],[151,152,157],[123,137,146,153,157],[154,157],[137,155,157],[118,132,143,156,157],[123,157],[146,157,158],[157,159],[157,160],[118,123,129,131,140,146,156,157,159,161],[146,157,162],[157,164],[157,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,196,197],[157,167],[157,167,177],[157,207],[74,81,92,101,106,108,157,202,210],[157,200,201],[74,81,92,101,102,106,108,112,157,199],[74,81,101,102,106,108,112,157,199],[75,76,77,78,79,80,157],[74,81,82,83,101,102,157],[83,103,107,157],[74,81,101,106,157],[74,82,157],[82,84,86,89,157],[90,157],[85,157],[89,91,157],[82,157],[101,157],[87,88,157],[157,206],[74,81,157],[74,92,101,157],[82,84,92,101,157],[93,94,95,96,97,98,99,100,157],[81,157],[74,157],[74,82,101,157],[74,76,77,83,101,102,103,105,157,200,201,203,205],[109,110,111,157],[74,118,157,165,166,198],[104,105,157],[74,81,82,157],[74,101,108,157,205],[157,204,205],[74,92,101,108,112,157,199],[74,81,101,106,108,157,204]],"referencedMap":[[68,1],[44,2],[57,2],[58,2],[61,2],[62,3],[56,4],[59,2],[60,2],[63,5],[64,6],[71,2],[72,7],[66,8],[65,4],[67,9],[74,10],[51,2],[46,11],[53,2],[49,2],[47,4],[54,2],[50,2],[55,12],[45,2],[48,2],[52,2],[73,13],[69,4],[70,14],[213,2],[214,2],[114,15],[115,15],[117,16],[118,17],[119,18],[120,19],[121,20],[122,21],[123,22],[124,23],[125,24],[126,25],[127,25],[128,26],[129,27],[130,28],[131,29],[116,30],[163,2],[132,31],[133,32],[134,33],[164,34],[135,35],[136,36],[137,37],[138,38],[139,39],[140,40],[141,41],[142,42],[143,43],[144,44],[145,45],[146,46],[148,47],[147,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],[161,61],[162,62],[215,63],[84,2],[165,63],[113,2],[166,2],[198,64],[168,65],[178,65],[169,65],[179,65],[170,65],[171,65],[186,65],[185,65],[187,65],[188,65],[180,65],[172,65],[181,65],[173,65],[182,65],[174,65],[176,65],[184,66],[177,65],[183,66],[189,66],[175,65],[190,65],[195,65],[196,65],[191,65],[167,2],[197,2],[193,65],[192,65],[194,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],[208,67],[209,67],[203,68],[202,69],[200,70],[201,71],[80,2],[77,2],[81,72],[75,2],[79,2],[78,2],[76,2],[103,73],[108,74],[107,75],[83,76],[90,77],[91,78],[85,2],[86,79],[92,80],[87,81],[88,82],[89,83],[207,84],[82,84],[98,85],[93,86],[95,87],[101,88],[94,89],[102,90],[97,81],[99,90],[100,2],[96,91],[206,92],[112,93],[109,90],[110,90],[111,90],[199,94],[106,95],[104,82],[105,96],[210,2],[211,97],[212,98],[204,99],[205,100],[216,2],[217,2],[218,2],[219,2],[220,2],[221,2]],"exportedModulesMap":[[68,1],[44,2],[57,2],[58,2],[61,2],[62,3],[56,4],[59,2],[60,2],[63,5],[64,6],[71,2],[72,7],[66,8],[65,4],[67,9],[74,10],[51,2],[46,11],[53,2],[49,2],[47,4],[54,2],[50,2],[55,12],[45,2],[48,2],[52,2],[73,13],[69,4],[70,14],[213,2],[214,2],[114,15],[115,15],[117,16],[118,17],[119,18],[120,19],[121,20],[122,21],[123,22],[124,23],[125,24],[126,25],[127,25],[128,26],[129,27],[130,28],[131,29],[116,30],[163,2],[132,31],[133,32],[134,33],[164,34],[135,35],[136,36],[137,37],[138,38],[139,39],[140,40],[141,41],[142,42],[143,43],[144,44],[145,45],[146,46],[148,47],[147,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],[161,61],[162,62],[215,63],[84,2],[165,63],[113,2],[166,2],[198,64],[168,65],[178,65],[169,65],[179,65],[170,65],[171,65],[186,65],[185,65],[187,65],[188,65],[180,65],[172,65],[181,65],[173,65],[182,65],[174,65],[176,65],[184,66],[177,65],[183,66],[189,66],[175,65],[190,65],[195,65],[196,65],[191,65],[167,2],[197,2],[193,65],[192,65],[194,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],[208,67],[209,67],[203,68],[202,69],[200,70],[201,71],[80,2],[77,2],[81,72],[75,2],[79,2],[78,2],[76,2],[103,73],[108,74],[107,75],[83,76],[90,77],[91,78],[85,2],[86,79],[92,80],[87,81],[88,82],[89,83],[207,84],[82,84],[98,85],[93,86],[95,87],[101,88],[94,89],[102,90],[97,81],[99,90],[100,2],[96,91],[206,92],[112,93],[109,90],[110,90],[111,90],[199,94],[106,95],[104,82],[105,96],[210,2],[211,97],[212,98],[204,99],[205,100],[216,2],[217,2],[218,2],[219,2],[220,2],[221,2]],"semanticDiagnosticsPerFile":[68,44,57,58,61,62,56,59,60,63,64,71,72,66,65,67,74,51,46,53,49,47,54,50,55,45,48,52,73,69,70,213,214,114,115,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,116,163,132,133,134,164,135,136,137,138,139,140,141,142,143,144,145,146,148,147,149,150,151,152,153,154,155,156,157,158,159,160,161,162,215,84,165,113,166,198,168,178,169,179,170,171,186,185,187,188,180,172,181,173,182,174,176,184,177,183,189,175,190,195,196,191,167,197,193,192,194,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,208,209,203,202,200,201,80,77,81,75,79,78,76,103,108,107,83,90,91,85,86,92,87,88,89,207,82,98,93,95,101,94,102,97,99,100,96,206,112,109,110,111,199,106,104,105,210,211,212,204,205,216,217,218,219,220,221]},"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/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","d0d187f2f0c64305e90f5696b8483f45388002f8bd1e38e2e54d2886da422cae","e6afae11210d610dae9add48d03ab6a829a82b56ab5dd8c61c250708d9f897d3","97836acc46c5e6260330121a3776f0cba650890e871f25ae22d16300bb0ba728","ad0edf9cfc5f54fd128e2741f11007c453fe8891e94203f9e5858d919883071e","f5208dad431ac789aa877218bd9cb927956dd70080be8a6d0ef1bb3338aa8297","6635b93bcfaa940eb5b2ce90bb90bebd6164ed48cf8f18195bdbdbbc6c45f5aa","4d34156f55b9fb5bb8978caa1473d1fa6060aa3ff696e9db78379833f5e32606","6a046346b00fff0bf4866957316f9f212ddf3e2c64dcb18a7d3cae498072e04c","55faa5a850e69198ed0ec20c5a91c1537f6122f5c1d3ec64d421d731c9d5e486","f410aadd8539321d799a9030d81481fdba68e00eb96911c5da1be1169640efaf","e7c931bccb038847bb2feada651326056ee7dcb763e01d82dcea4709a29c2a4b","2ec162d98a48073f00821108eec20151906d383665ce91278aed4a1e8c30a199","ef558820fc7c6ac5a7f32117ac8a533639e636659f7370ff56a88e4ac362d963","e092862984e6e011409c1103659a28966167674bf9af55539293497ce4b8aaeb","1408465b7ef31763e5827b443a38d83d125e5d9ccb60ed23c49cbd5e16bb35e4","8c590f6cab70aaa58ff3a785019b4065b0ad86aaed35b06f1e608511f0342066","5a96909505b035b618b7cf507602aa31861a3b4bed2c8316a4ddb93944599a24","4b700286e3baa0a17e0aa2899a682adbe1b1aee1280ca426617311d6e54205d4","e8c3776e0a629f3ae805d16655d4d3f01d29638b64126361c35b2c95d4c1ca37","04c452f241f781deb1b524a81e1fa4ac7bbf36ad2ae1b39639718f3af39ef4fb","a679de037df3ab2bc6604f8f1f77e23888753cbb06e60f3f4d0fb7441e4d69c4","f6146b623fd68ef4dabdde036962d583eeaaab9548f67d6195f97fde513e6b46","879d50966f7660197f183f5a411db9bf949567a056e38606c2ce0471a68b728f","71eabc76d77995e88be627cbfdccfd7e4518799518e2bdb131546b7d8039b028","d10817fb4677299c263f4dfa158d2a703554acd3743d8477fe685f756681669d","8b27572c6fcd3f85ba0b310ecda5ac14bc9b29f78c74e924d1d1cf4ec299d7c2","f48fc485d44bc78cc0fe48b176e3adc879d4e0a7322f2e77119e1eab6000932a","51b9dd5a75ec17970dae42339c5691a048567ce708eac9503d8f49582c398595","16477c5d5d66d2628a79168722da47a27b1f20331418852acccbdbe82294b70c","9b348214befb33a6b9cda60776f17f52bf11e6e3d4f96453ee97f657b13c0c09","c9b106e487f5552eb3854e49bf5956bd90c4c36fb0aeff0cc0b62b5b660eb1cf","dd5561dac7c617e000ecca79006e52685ac6d03cc62865087d41fa5b929fb5a1","9ced747e5c237fb9a51b44ee8811ed66ba3665b362b5bec6e0af6d3b7df01c79","2092f0d331ad3e2608f2e1c11fa85983985b619a802e33ab6ff22d12b172e911","eac8f7f5aa8ad1418ea1b50274777d88a7a5da16f650613a880f97f658b4b284","fb0c18b16461bda0debff0373a95a4e71221bdfe0237bf83e0fc96fecff62b5e","1a5fd7fd06c35fceef3d43a0637fe370bfe1daa82f538b183cb065bb0aec3a78","9318587e005b8ce7daaf94e1733c49b99c075f47963ea1a9152d39326fcaca09","2808645b990069e5f8b5ff14c9f1e6077eb642583c3f7854012d60757f23c70e","7c3ab924fd8494f286ad3966ebbcbcf7fe07d81bc3d928e1800b05d75a7fadac","c241721993235e5b85856909593605f12530c5e366f0456f5cd2158c19dcbad6","6da64e55101ad42112c2f2327c89f16abc5879c56042585882b32610c764778d","ed8d18f4db98a6038b2d818776a23e9d70c1c59b83368af2e5c525d7fea540fe","a21280e001d7c8996040872e63b114ca4d2a94476e0c741ee198248d0d2ddbd6","7b69a343d360fef3cf03736059bd3890166400bf88d9cb3ca2126d6d5ce45791","d373d738f77efc587af5b7cc4f0072af050dd4a7af7fd404928423052101139f","886f9c6cce85546bd9e7acdb8c3e3642418efe459dcf1f468c4c8ffa279427bd","42d73a73e36e6a5997123773e88e61fb0831dd934470df331bae6b6372ada7f4","e36ed85a50397b8e4b116c4e9e8c265f4dfac3dd3f48165176e7b87067816a16","28324f15ff11caaa9126e0a021d1e5e1080160c5e1ecd5fe8ff6bc85aa12b869","6146a5a006637f224f757548e4a26a9b168a24acbdddf4ca8848cbfb4fbdfc7a","1db6ce87193a2f542fd6c3e14b9bf17b57202773c0e88bd1249b776f136f7008","b6c76f51eb3eea21f43f7813e3615e304aaac6b6da041c51f9ee529cda3a8228","e6ef854ad1e937ef95b0ddc9ad7a6c7cf60ca7d37dcd4d2db46e6a22b9921bb3","dadee70187ec1810888823edaa893a95fba52e84281926e55ee95eacff107d57","9346b33d9d1bb3024780f0a66540326962f97a51afa23005085cca546e45212a","d4551be00948f205f7308e09464d715e062deed201dc3398db97d2db12247bbc","5d86961c65f6c0f6356039c56156abe5dc390b43db130d7801c3606840142645","2a3ee5ceba0a31af3ccb8065831a9681fa378f318fdcfbd01d005c6cdcaa6b36","4084eb61a7b13631abf7802e39e354f8d70015a7a5bcd1688bf7755c5398f14b","093ceafe704d2244ba3e297d7ce665d7f2e4a7112cf1334a9373b76acb9402a8","b2298e2b0a39fce5456ef8789877d039db33cffd6846952483c2ddde21d558c5","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},"287b21dc1d1b9701c92e15e7dd673dfe6044b15812956377adffb6f08825b1bc","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"4cd4cff679c9b3d9239fd7bf70293ca4594583767526916af8e5d5a47d0219c7","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","00fa7ce8bc8acc560dc341bbfdf37840a8c59e6a67c9bfa3fa5f36254df35db2","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},"9cafe917bf667f1027b2bb62e2de454ecd2119c80873ad76fc41d941089753b8","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","66a2250469e4bd12ed4d22ce05dc4f889f34b899dcfe3a91ab6c542ef7d3d1ea","6f234a6f77a89151262494840aec72a750da289afbf8acd10e01d1f4c956a6a2","b37cf105323d1dafa75b5ecf746a0ec6bed5dc6c5d5be7813de8603c093373ab","770ded6da7e75524f010f18b5b4882259e768ef47b5d05b9c83cc4a96aaf4ec8","f51d38853c34f5482c6d61bea7d97ff31243e8c215cc9881f816c9a66f69fbd5","e379c832b4da9ebeba2232a130cfa7a83e970f456123d207820f0c87263d034c","c2ea643caad48f903c5f88528c6bc766ab24d72c09134d951931e884b795b4ca","086d9e59a579981bdf4f3bfa6e8e893570e5005f7219292bf7d90c153066cdfc","1071bc70119d0cf9cfbffa219eb9c76abbca2fd3f679d5bc5eb8c0f69db1f7f8","e16644ac3f4bafabe4fcd98ddcf74aa17a28e8888cde62a8ab6e0183243f34a8","5c1cd8a63dce07e0f6ef8f93dfcc630106cefc18ee117c3dd3a1aa915d05cd3f","37dd2b4d51b701fcb70bff3bfab87af2964653a94dbc310ff0c4dcee7362ab0f","671315ee8d597ab350f046802451dc7176d8a1aa08580c6d6275aae87bb9f9bb","1431911b10d623030de3d13065c4390f8d80db35e2c43ab7a889f50aca486eb5","8584c54132942b22b3d82c6e5fab239084eda1ad6ae1d934cef308b87fb88101","19a56e94330a46efb1c78e12a32085d28d1e33143eb1dd70d2dd821bdf06fb4e","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,64,67,157],[157],[44,56,57,58,59,60,61,157],[55,157],[55,62,157],[63,157],[71,157],[55,64,65,157],[65,66,157],[73,157],[45,62,157],[45,46,47,48,49,50,51,52,53,54,157],[44,55,57,58,59,60,64,65,68,70,72,157],[69,157],[114,157],[117,157],[118,123,157],[119,129,130,137,146,156,157],[119,120,129,137,157],[121,157],[122,123,130,138,157],[123,146,153,157],[124,126,129,137,157],[125,157],[126,127,157],[128,129,157],[129,157],[129,130,131,146,156,157],[129,130,131,146,157],[157,161],[132,137,146,156,157],[129,130,132,133,137,146,153,156,157],[132,134,146,153,156,157],[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,162,163],[129,135,157],[136,156,157],[126,129,137,146,157],[138,157],[139,157],[117,140,157],[141,155,157,161],[142,157],[143,157],[129,144,157],[144,145,157,159],[129,146,147,148,157],[146,148,157],[146,147,157],[149,157],[150,157],[129,151,152,157],[151,152,157],[123,137,146,153,157],[154,157],[137,155,157],[118,132,143,156,157],[123,157],[146,157,158],[157,159],[157,160],[118,123,129,131,140,146,156,157,159,161],[146,157,162],[157,164],[157,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,196,197],[157,167],[157,167,177],[157,207],[74,81,92,101,106,108,157,202,210],[157,200,201],[74,81,92,101,102,106,108,112,157,199],[74,81,101,102,106,108,112,157,199],[75,76,77,78,79,80,157],[74,81,82,83,101,102,157],[83,103,107,157],[74,81,101,106,157],[74,82,157],[82,84,86,89,157],[90,157],[85,157],[89,91,157],[82,157],[101,157],[87,88,157],[157,206],[74,81,157],[74,92,101,157],[82,84,92,101,157],[93,94,95,96,97,98,99,100,157],[81,157],[74,157],[74,82,101,157],[74,76,77,83,101,102,103,105,157,200,201,203,205],[109,110,111,157],[74,118,157,165,166,198],[104,105,157],[74,81,82,157],[74,101,108,157,205],[157,204,205],[74,92,101,108,112,157,199],[74,81,101,106,108,157,204]],"referencedMap":[[68,1],[44,2],[57,2],[58,2],[61,2],[62,3],[56,4],[59,2],[60,2],[63,5],[64,6],[71,2],[72,7],[66,8],[65,4],[67,9],[74,10],[51,2],[46,11],[53,2],[49,2],[47,4],[54,2],[50,2],[55,12],[45,2],[48,2],[52,2],[73,13],[69,4],[70,14],[213,2],[214,2],[114,15],[115,15],[117,16],[118,17],[119,18],[120,19],[121,20],[122,21],[123,22],[124,23],[125,24],[126,25],[127,25],[128,26],[129,27],[130,28],[131,29],[116,30],[163,2],[132,31],[133,32],[134,33],[164,34],[135,35],[136,36],[137,37],[138,38],[139,39],[140,40],[141,41],[142,42],[143,43],[144,44],[145,45],[146,46],[148,47],[147,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],[161,61],[162,62],[215,63],[84,2],[165,63],[113,2],[166,2],[198,64],[168,65],[178,65],[169,65],[179,65],[170,65],[171,65],[186,65],[185,65],[187,65],[188,65],[180,65],[172,65],[181,65],[173,65],[182,65],[174,65],[176,65],[184,66],[177,65],[183,66],[189,66],[175,65],[190,65],[195,65],[196,65],[191,65],[167,2],[197,2],[193,65],[192,65],[194,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],[208,67],[209,67],[203,68],[202,69],[200,70],[201,71],[80,2],[77,2],[81,72],[75,2],[79,2],[78,2],[76,2],[103,73],[108,74],[107,75],[83,76],[90,77],[91,78],[85,2],[86,79],[92,80],[87,81],[88,82],[89,83],[207,84],[82,84],[98,85],[93,86],[95,87],[101,88],[94,89],[102,90],[97,81],[99,90],[100,2],[96,91],[206,92],[112,93],[109,90],[110,90],[111,90],[199,94],[106,95],[104,82],[105,96],[210,2],[211,97],[212,98],[204,99],[205,100],[216,2],[217,2],[218,2],[219,2],[220,2],[221,2]],"exportedModulesMap":[[68,1],[44,2],[57,2],[58,2],[61,2],[62,3],[56,4],[59,2],[60,2],[63,5],[64,6],[71,2],[72,7],[66,8],[65,4],[67,9],[74,10],[51,2],[46,11],[53,2],[49,2],[47,4],[54,2],[50,2],[55,12],[45,2],[48,2],[52,2],[73,13],[69,4],[70,14],[213,2],[214,2],[114,15],[115,15],[117,16],[118,17],[119,18],[120,19],[121,20],[122,21],[123,22],[124,23],[125,24],[126,25],[127,25],[128,26],[129,27],[130,28],[131,29],[116,30],[163,2],[132,31],[133,32],[134,33],[164,34],[135,35],[136,36],[137,37],[138,38],[139,39],[140,40],[141,41],[142,42],[143,43],[144,44],[145,45],[146,46],[148,47],[147,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],[161,61],[162,62],[215,63],[84,2],[165,63],[113,2],[166,2],[198,64],[168,65],[178,65],[169,65],[179,65],[170,65],[171,65],[186,65],[185,65],[187,65],[188,65],[180,65],[172,65],[181,65],[173,65],[182,65],[174,65],[176,65],[184,66],[177,65],[183,66],[189,66],[175,65],[190,65],[195,65],[196,65],[191,65],[167,2],[197,2],[193,65],[192,65],[194,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],[208,67],[209,67],[203,68],[202,69],[200,70],[201,71],[80,2],[77,2],[81,72],[75,2],[79,2],[78,2],[76,2],[103,73],[108,74],[107,75],[83,76],[90,77],[91,78],[85,2],[86,79],[92,80],[87,81],[88,82],[89,83],[207,84],[82,84],[98,85],[93,86],[95,87],[101,88],[94,89],[102,90],[97,81],[99,90],[100,2],[96,91],[206,92],[112,93],[109,90],[110,90],[111,90],[199,94],[106,95],[104,82],[105,96],[210,2],[211,97],[212,98],[204,99],[205,100],[216,2],[217,2],[218,2],[219,2],[220,2],[221,2]],"semanticDiagnosticsPerFile":[68,44,57,58,61,62,56,59,60,63,64,71,72,66,65,67,74,51,46,53,49,47,54,50,55,45,48,52,73,69,70,213,214,114,115,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,116,163,132,133,134,164,135,136,137,138,139,140,141,142,143,144,145,146,148,147,149,150,151,152,153,154,155,156,157,158,159,160,161,162,215,84,165,113,166,198,168,178,169,179,170,171,186,185,187,188,180,172,181,173,182,174,176,184,177,183,189,175,190,195,196,191,167,197,193,192,194,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,208,209,203,202,200,201,80,77,81,75,79,78,76,103,108,107,83,90,91,85,86,92,87,88,89,207,82,98,93,95,101,94,102,97,99,100,96,206,112,109,110,111,199,106,104,105,210,211,212,204,205,216,217,218,219,220,221]},"version":"4.5.5"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asgardeo/auth-spa",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.15",
|
|
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.15",
|
|
29
29
|
"await-semaphore": "^0.1.3",
|
|
30
30
|
"axios": "^0.26.0",
|
|
31
31
|
"base64url": "^3.0.1",
|
package/src/client.ts
CHANGED
|
@@ -402,7 +402,9 @@ export class AsgardeoSPAClient {
|
|
|
402
402
|
* auth.trySignInSilently()
|
|
403
403
|
*```
|
|
404
404
|
*/
|
|
405
|
-
public async trySignInSilently(
|
|
405
|
+
public async trySignInSilently(
|
|
406
|
+
additionalParams?: Record<string, string | boolean>
|
|
407
|
+
): Promise<BasicUserInfo | boolean | undefined> {
|
|
406
408
|
await this._isInitialized();
|
|
407
409
|
|
|
408
410
|
// checks if the `signIn` method has been called.
|
|
@@ -410,7 +412,7 @@ export class AsgardeoSPAClient {
|
|
|
410
412
|
return;
|
|
411
413
|
}
|
|
412
414
|
|
|
413
|
-
return this._client?.trySignInSilently().then((response: BasicUserInfo | boolean) => {
|
|
415
|
+
return this._client?.trySignInSilently(additionalParams).then((response: BasicUserInfo | boolean) => {
|
|
414
416
|
if (this._onSignInCallback && response) {
|
|
415
417
|
const basicUserInfo = response as BasicUserInfo;
|
|
416
418
|
if (
|
|
@@ -306,11 +306,14 @@ export const MainThreadClient = async (
|
|
|
306
306
|
);
|
|
307
307
|
};
|
|
308
308
|
|
|
309
|
-
const constructSilentSignInUrl = async (
|
|
309
|
+
const constructSilentSignInUrl = async (
|
|
310
|
+
additionalParams: Record<string, string | boolean> = {}
|
|
311
|
+
): Promise<string> => {
|
|
310
312
|
const config = await _dataLayer.getConfigData();
|
|
311
313
|
const urlString: string = await _authenticationClient.getAuthorizationURL({
|
|
312
314
|
prompt: "none",
|
|
313
|
-
state: SILENT_SIGN_IN_STATE
|
|
315
|
+
state: SILENT_SIGN_IN_STATE,
|
|
316
|
+
...additionalParams
|
|
314
317
|
});
|
|
315
318
|
|
|
316
319
|
// Replace form_post with query
|
|
@@ -337,12 +340,15 @@ export const MainThreadClient = async (
|
|
|
337
340
|
* @return {Promise<BasicUserInfo|boolean} Returns a Promise that resolves with the BasicUserInfo
|
|
338
341
|
* if the user is signed in or with `false` if there is no active user session in the server.
|
|
339
342
|
*/
|
|
340
|
-
const trySignInSilently = async (
|
|
343
|
+
const trySignInSilently = async (
|
|
344
|
+
additionalParams: Record<string, string | boolean> = {}
|
|
345
|
+
): Promise<BasicUserInfo | boolean> => {
|
|
341
346
|
|
|
342
347
|
return await _authenticationHelper.trySignInSilently(
|
|
343
348
|
constructSilentSignInUrl,
|
|
344
349
|
requestAccessToken,
|
|
345
|
-
_sessionManagementHelper
|
|
350
|
+
_sessionManagementHelper,
|
|
351
|
+
additionalParams
|
|
346
352
|
);
|
|
347
353
|
};
|
|
348
354
|
|
|
@@ -391,12 +391,15 @@ export const WebWorkerClient = async (
|
|
|
391
391
|
);
|
|
392
392
|
};
|
|
393
393
|
|
|
394
|
-
const constructSilentSignInUrl = async (
|
|
394
|
+
const constructSilentSignInUrl = async (
|
|
395
|
+
additionalParams: Record<string, string | boolean> = {}
|
|
396
|
+
): Promise<string> => {
|
|
395
397
|
const config: AuthClientConfig<WebWorkerClientConfig> = await getConfigData();
|
|
396
398
|
const message: Message<GetAuthURLConfig> = {
|
|
397
399
|
data: {
|
|
398
400
|
prompt: "none",
|
|
399
|
-
state: SILENT_SIGN_IN_STATE
|
|
401
|
+
state: SILENT_SIGN_IN_STATE,
|
|
402
|
+
...additionalParams
|
|
400
403
|
},
|
|
401
404
|
type: GET_AUTH_URL
|
|
402
405
|
};
|
|
@@ -426,11 +429,15 @@ export const WebWorkerClient = async (
|
|
|
426
429
|
* @return {Promise<BasicUserInfo|boolean} Returns a Promise that resolves with the BasicUserInfo
|
|
427
430
|
* if the user is signed in or with `false` if there is no active user session in the server.
|
|
428
431
|
*/
|
|
429
|
-
const trySignInSilently = async (
|
|
432
|
+
const trySignInSilently = async (
|
|
433
|
+
additionalParams: Record<string, string | boolean> = {}
|
|
434
|
+
): Promise<BasicUserInfo | boolean> => {
|
|
435
|
+
|
|
430
436
|
return await _authenticationHelper.trySignInSilently(
|
|
431
437
|
constructSilentSignInUrl,
|
|
432
438
|
requestAccessToken,
|
|
433
|
-
_sessionManagementHelper
|
|
439
|
+
_sessionManagementHelper,
|
|
440
|
+
additionalParams
|
|
434
441
|
);
|
|
435
442
|
};
|
|
436
443
|
|
|
@@ -521,9 +521,10 @@ export class AuthenticationHelper<
|
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
public async trySignInSilently(
|
|
524
|
-
constructSilentSignInUrl: () => Promise<string>,
|
|
524
|
+
constructSilentSignInUrl: (additionalParams?: Record<string, string | boolean>) => Promise<string>,
|
|
525
525
|
requestAccessToken: (authzCode: string, sessionState: string, state: string) => Promise<BasicUserInfo>,
|
|
526
|
-
sessionManagementHelper: SessionManagementHelperInterface
|
|
526
|
+
sessionManagementHelper: SessionManagementHelperInterface,
|
|
527
|
+
additionalParams?: Record<string, string | boolean>
|
|
527
528
|
): Promise<BasicUserInfo | boolean> {
|
|
528
529
|
|
|
529
530
|
// This block is executed by the iFrame when the server redirects with the authorization code.
|
|
@@ -549,7 +550,7 @@ export class AuthenticationHelper<
|
|
|
549
550
|
) as HTMLIFrameElement;
|
|
550
551
|
|
|
551
552
|
try {
|
|
552
|
-
const url = await constructSilentSignInUrl();
|
|
553
|
+
const url = await constructSilentSignInUrl(additionalParams);
|
|
553
554
|
|
|
554
555
|
promptNoneIFrame.src = url;
|
|
555
556
|
} catch (error) {
|
package/src/models/client.ts
CHANGED
|
@@ -65,7 +65,7 @@ export interface MainThreadClientInterface {
|
|
|
65
65
|
getDataLayer(): Promise<DataLayer<MainThreadClientConfig>>;
|
|
66
66
|
isAuthenticated(): Promise<boolean>;
|
|
67
67
|
updateConfig(config: Partial<AuthClientConfig<MainThreadClientConfig>>): Promise<void>;
|
|
68
|
-
trySignInSilently(): Promise<BasicUserInfo | boolean>;
|
|
68
|
+
trySignInSilently(additionalParams?: Record<string, string | boolean>): Promise<BasicUserInfo | boolean>;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
export interface WebWorkerClientInterface {
|
|
@@ -96,5 +96,5 @@ export interface WebWorkerClientInterface {
|
|
|
96
96
|
setHttpRequestFinishCallback(callback: () => void): void;
|
|
97
97
|
refreshAccessToken(): Promise<BasicUserInfo>;
|
|
98
98
|
updateConfig(config: Partial<AuthClientConfig<WebWorkerClientConfig>>): Promise<void>;
|
|
99
|
-
trySignInSilently(): Promise<BasicUserInfo | boolean>;
|
|
99
|
+
trySignInSilently(additionalParams?: Record<string, string | boolean>): Promise<BasicUserInfo | boolean>;
|
|
100
100
|
}
|