@profoundlogic/coderflow-server 0.8.1 → 0.8.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/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -1
- package/dist/lib/task-context-usage.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/stats.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3a3330,_0x20a12e){const _0x5e8b2c={_0x393b91:0x3c4,_0x1d8737:0x36f,_0xc1c204:0x3b2,_0xd244d:0x31,_0x1eb621:0x43,_0x1b418a:0x2b,_0x1f0827:0xd,_0x1a8abb:0x26,_0x1fa6dc:0x370,_0x3d6f43:0x373,_0x4623f1:0x93,_0x2b60a1:0x59,_0xb8d17e:0x34a,_0x512adf:0x329,_0x5e296a:0x4,_0x41bc22:0xc,_0x2fa6e1:0x18},_0x57c39c={_0x4aa59b:0x245},_0x5256fe=_0x3a3330();function _0x394e56(_0x56c532,_0x3f10a5,_0x18a9cb,_0x56ae25){return _0x1da1(_0x18a9cb- -0x16e,_0x56c532);}function _0x4b7881(_0x1df0c4,_0x3f8e4f,_0x4604a2,_0x92d001){return _0x1da1(_0x92d001-_0x57c39c._0x4aa59b,_0x4604a2);}while(!![]){try{const _0x2666ca=parseInt(_0x4b7881(0x3ac,0x3e4,0x3f1,0x3b4))/(-0xdb9+-0x1bdc+0x2996)+parseInt(_0x4b7881(_0x5e8b2c._0x393b91,_0x5e8b2c._0x1d8737,_0x5e8b2c._0xc1c204,0x3a1))/(-0x1271+-0xf61*0x2+0x3135)*(-parseInt(_0x394e56(-_0x5e8b2c._0xd244d,-_0x5e8b2c._0x1eb621,-_0x5e8b2c._0x1b418a,0x9))/(0x315*0x2+-0x8df+0x2b8))+parseInt(_0x394e56(-0x57,_0x5e8b2c._0x1f0827,-_0x5e8b2c._0x1a8abb,-0x54))/(0x19a9*-0x1+0x2249+-0x89c)+parseInt(_0x4b7881(_0x5e8b2c._0x1fa6dc,_0x5e8b2c._0x3d6f43,0x38c,0x3a5))/(-0x4a*-0x52+-0x1*-0x773+-0x1f22)+-parseInt(_0x394e56(-0x95,-_0x5e8b2c._0x4623f1,-_0x5e8b2c._0x2b60a1,-0x5b))/(0x3*-0xb77+-0x2bd*-0x3+0x1a34)*(-parseInt(_0x4b7881(0x33d,_0x5e8b2c._0xb8d17e,_0x5e8b2c._0x512adf,0x35f))/(-0x615*0x3+0x2367+-0x1121))+-parseInt(_0x394e56(-0xb,0x24,-_0x5e8b2c._0x5e296a,_0x5e8b2c._0x41bc22))/(-0x251+-0xdb*0x11+0x10e4)+parseInt(_0x394e56(-0x62,-_0x5e8b2c._0x2fa6e1,-0x43,-0x5a))/(-0x363+0x11ce+0x1*-0xe62);if(_0x2666ca===_0x20a12e)break;else _0x5256fe['push'](_0x5256fe['shift']());}catch(_0x575bbe){_0x5256fe['push'](_0x5256fe['shift']());}}}(_0x5898,-0x6*-0x1ad2a+-0x4*0x183a9+0x1ba36));function isObjective(_0x146e82){const _0x34fad8={_0x496f11:0x43a,_0x59c6d3:0x413,_0x19cef9:0x3a6,_0x3a3025:0x3df};function _0x16f714(_0x162768,_0x33f3b2,_0x5be960,_0x25b69a){return _0x1da1(_0x162768-0x235,_0x25b69a);}const _0x3bfac1={};_0x3bfac1[_0x16f714(0x383,0x36e,0x382,0x393)]=_0x32f2f3(0x3f3,0x411,_0x34fad8._0x496f11,_0x34fad8._0x59c6d3);const _0x19acf5=_0x3bfac1;function _0x32f2f3(_0x21df44,_0x2968e2,_0x1231a9,_0xd8fc8a){return _0x1da1(_0x2968e2-0x29e,_0x21df44);}return _0x146e82?.[_0x16f714(_0x34fad8._0x19cef9,0x398,_0x34fad8._0x3a3025,0x36b)]===_0x19acf5['ngLjP'];}function _0x92866b(_0xcd2c8c,_0xf238b0,_0xadf527,_0x36af71){const _0x27dad9={_0x38174c:0x1f8};return _0x1da1(_0x36af71-_0x27dad9._0x38174c,_0xf238b0);}function toReferenceObjective(_0x3a3019,_0x20e7b1){const _0x29764d={_0x21bf22:0xcb,_0x309458:0x109},_0x2d85cd={};function _0x4a1478(_0x1e9c9a,_0x31fdd7,_0x31bdf1,_0xe660ec){return _0x1da1(_0xe660ec- -0x228,_0x31fdd7);}return _0x2d85cd['id']=_0x20e7b1?.['taskId']||_0x3a3019,_0x2d85cd['name']=_0x20e7b1?.[_0x4a1478(-_0x29764d._0x21bf22,-0x121,-0xef,-_0x29764d._0x309458)]||_0x3a3019,_0x2d85cd;}function sortBySortOrder(_0x251e05,_0x1cec7d){const _0x30a99e={_0x345ab0:0x227,_0x3e56fa:0x21e,_0x36708c:0x21f,_0x427ef1:0x213,_0x484522:0x230,_0x21a219:0x1ba,_0x292493:0x1e6,_0x32296f:0x20e,_0x360abf:0x1f5,_0x362049:0x24d,_0x3c19dc:0x242},_0x116943={_0x3c0945:0x1e4},_0x2c43d5={};_0x2c43d5[_0x2b840c(0x21e,_0x30a99e._0x345ab0,0x217,0x1e5)]=function(_0x3772c9,_0x1db69e){return _0x3772c9-_0x1db69e;};const _0x523d47=_0x2c43d5,_0x16f76d=_0x251e05['sortOrder']||0x575+-0x1a4e+0x14d9;function _0x35dec4(_0x52e79c,_0x3d5d73,_0x14cf23,_0x5effe7){return _0x1da1(_0x3d5d73-_0x116943._0x3c0945,_0x52e79c);}const _0x63ce7c=_0x1cec7d['sortOrder']||-0x15e*-0x14+0x139c+-0x14*0x259;if(_0x16f76d!==_0x63ce7c)return _0x523d47[_0x2b840c(_0x30a99e._0x3e56fa,_0x30a99e._0x36708c,_0x30a99e._0x427ef1,_0x30a99e._0x484522)](_0x16f76d,_0x63ce7c);const _0x41a182=_0x251e05[_0x2b840c(0x1f0,_0x30a99e._0x21a219,_0x30a99e._0x292493,0x1ff)]||'';function _0x2b840c(_0x26f2dd,_0x5c72ee,_0x22ba8f,_0x265184){return _0x1da1(_0x26f2dd-0xd1,_0x265184);}const _0x4a0e85=_0x1cec7d[_0x2b840c(0x1f0,_0x30a99e._0x32296f,0x1f5,_0x30a99e._0x360abf)]||'';return _0x41a182[_0x2b840c(_0x30a99e._0x362049,_0x30a99e._0x3c19dc,0x21f,0x27b)+'are'](_0x4a0e85);}function formatObjectiveLabel(_0x5ea8e2){const _0x4af90a={_0x534b4d:0x269,_0x548acf:0x297,_0x9794be:0x295,_0x14165c:0x1dc,_0xea79c5:0x1f0,_0xafd5cb:0x1d2,_0x1bef39:0x1d0,_0x3ed1c6:0x1b7,_0x634805:0x1fb,_0x5bb00d:0x26e,_0x4b50d0:0x19d,_0x31cc6d:0x228,_0x462424:0x25b,_0x3ebab8:0x26c,_0xd98ca9:0x275,_0x4223d1:0x274},_0x3a7ed1={_0x5ec6fc:0x2de},_0xdb039a={_0x3915bc:0x14f},_0x4a19cb={};_0x4a19cb[_0x137c77(_0x4af90a._0x534b4d,_0x4af90a._0x548acf,0x263,_0x4af90a._0x9794be)]='Unknown\x20ob'+_0x49a071(-_0x4af90a._0x14165c,-_0x4af90a._0xea79c5,-0x1fa,-0x1e2),_0x4a19cb[_0x49a071(-_0x4af90a._0xafd5cb,-0x195,-0x1ba,-0x20d)]=_0x49a071(-_0x4af90a._0x1bef39,-_0x4af90a._0x3ed1c6,-0x1df,-_0x4af90a._0x634805);function _0x137c77(_0x3377f3,_0x242e0d,_0xb8744c,_0x5eed9d){return _0x1da1(_0xb8744c-_0xdb039a._0x3915bc,_0x5eed9d);}const _0x2b3d8c=_0x4a19cb,_0x1fecad=_0x5ea8e2?.[_0x137c77(0x288,0x24e,_0x4af90a._0x5bb00d,0x28b)]||_0x5ea8e2?.['id']||_0x2b3d8c[_0x49a071(-0x1ca,-0x1fb,-0x1dd,-_0x4af90a._0x4b50d0)];function _0x49a071(_0xa2e1ea,_0x41925f,_0x3645c1,_0x39d2de){return _0x1da1(_0xa2e1ea- -_0x3a7ed1._0x5ec6fc,_0x41925f);}const _0x9f02ed=_0x5ea8e2?.['id']||_0x2b3d8c[_0x137c77(0x266,_0x4af90a._0x31cc6d,_0x4af90a._0x462424,0x24e)];return _0x1fecad+_0x137c77(_0x4af90a._0x3ebab8,_0x4af90a._0xd98ca9,_0x4af90a._0x4223d1,0x2a4)+_0x9f02ed+'`)';}function _0x5898(){const _0x249ebd=['zMPJCwm','y3rPDMvjza','mJqWmtq4rMXPDhvx','vgfZAY1jzdOGja','D2fZigXHDw5JAa','yw5Jzxn0B3jZ','mZG0mJaWD0fMu2z3','ignOywLUkIOGka','xcqM','kd86wY0Qx11CCW','C29wuvm','C29YDe9YzgvY','i3SXldn9xhmQtW','iYmGt2jQzwn0Aq','rd4Iic1iicjylq','CgfYzw50t2jQzq','mJiXmdaWmhvmEwLmBa','vgvduKu','xg5CBLTCC1Xtxq','ig9IAMvJDgL2zq','DMuGq29UDgv4Da','mZu3mZiWwwrhB0T5','AxrZigLUihrOzq','C3rHDhvZ','y3rPDMuVw1XZxa','B2jQzwn0AxzL','txLnswy','ls0T','CMvWBgfJzq','yMPLy3rPDMuGqW','ygbG','BujQwMW','DgvKigfIB3zLla','kIPbBMnLC3rVCG','Bg9JywXLq29TCa','y2HPBgrYzw4GBW','AMvJDgL2zq','iIK6','CM9VDcK6','igHPzxjHCMnOEq','ihj1BJO','cGOTls0kcG','zwn0AxzLktO','AgfZ','AfPwyuy','th0VyxbPl29IAG','DhHxEe0','BgvUz3rO','Dw5RBM93BI1Pza','ChvZAa','ygbGyMfZAa','x1nfuLzfuL9vuG','ufPzqKu','E0nprevsrKXpvW','uhjAEuO','mZqYwwThCKfO','xg5CBG','swPWs0y','CNvJDgLVBNmPia','AxnbCNjHEq','mJq2odLqC0TSu0u','D3jTwKq','y3rPDMvZkIOGka','vg8GCMvHzcb0Aa','CgfYzw50ic0+ia','BMfTzq','AvnIz24','vfnIreu','wKj3qwm','zwn0AxzLlw1HBG','DgL2zs1Tyw5HzW','icHG','ywrK','C3PRwwG','kIPtDwiTB2jQzq','l2fWAs9VyMPLyW','C291CMnLt2jQzq','oteZodK2zwDtvKHA','vgHPCYb0yxnRia','zwqGzNjVBsbVyG','CwTMwwG','C2LIBgLUz3m','C2XPy2u','tvnOEwu','zwn0AxzLigXPCW','kIPtAwjSAw5Nia','zwqGzNjVBsbHBG','u10Qp2bGyfXZkG','BwfW','C3rYAw5N','ALbVyLu','B250zxH0xhmQxa','B2jQzwn0AxzLCW','ls0Txg5CBG','AMvJDgL2ztO','BfPiDwi','ihvUzgvYici','zIb0AgLZig9IAG','kd86xhi/xg4PkG','uMPOtNq','ygbGxg4/','m1HQz3vgCW','y3rPDMu','kd86xhi/xg4PpW','sKvczLC','y2HPBgrYzw4','mtqWmdC2C0nqv2zr','CJ9CBLTCCLXUxq','lIbizxjLigLZia','AMvJDgL2ztPCCW','D2HLCMuGAxqGCW','DeTgwKS','BMDmALa','AunfDNi','z2v0','wwTku2C','DgfZA0LK','ic4Rxg4/','zsbMDwXSigrLDa','swrcCKS','C29YDa','AM9PBG','rKP0A3u','wu1ctve'];_0x5898=function(){return _0x249ebd;};return _0x5898();}const OBJECTIVE_CONTEXT_HEADING=_0x92866b(0x347,0x373,0x357,0x35f)+_0xa8d9fa(0x35,-0x27,0x31,-0x5),OBJECTIVE_CONTEXT_INTRO=_0xa8d9fa(-0x74,-0x9,-0xa,-0x47)+_0x92866b(0x371,0x352,0x387,0x356)+_0x92866b(0x333,0x34e,0x2f7,0x32c)+_0xa8d9fa(-0x13,0x7,-0x26,-0x6)+_0x92866b(0x341,0x31f,0x37f,0x342)+_0x92866b(0x362,0x356,0x325,0x344)+_0xa8d9fa(-0x3f,-0x19,0x3,-0x3)+_0xa8d9fa(0x1d,-0x28,-0x30,-0x6)+_0x92866b(0x2d4,0x2e8,0x2c2,0x2fd)+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0xa8d9fa(-0x61,-0x5c,-0x27,-0x47)+_0xa8d9fa(-0x22,-0xe,-0x10,-0x15)+_0x92866b(0x303,0x328,0x310,0x325)+_0x92866b(0x352,0x344,0x330,0x334),OBJECTIVE_CONTEXT_DETAILS_HINT=_0x92866b(0x311,0x309,0x34c,0x315)+_0x92866b(0x36f,0x333,0x36b,0x34c)+'ails\x20(inst'+_0x92866b(0x2ea,0x34a,0x31f,0x310)+'of\x20any\x20obj'+_0x92866b(0x331,0x2ff,0x327,0x32a)+_0xa8d9fa(-0x13,0x19,-0x13,0x7)+_0x92866b(0x2f0,0x2dc,0x2e7,0x2fe),OBJECTIVE_CONTEXT_DETAILS_CURL='curl\x20-s\x20\x22$'+_0xa8d9fa(-0x40,-0x4c,-0x2a,-0x60)+_0x92866b(0x326,0x33d,0x33f,0x309)+_0xa8d9fa(-0x7f,-0x62,-0x8c,-0x68)+_0x92866b(0x2e3,0x330,0x320,0x31b)+'agement/ob'+'jective/<I'+_0xa8d9fa(-0x48,-0x3c,0x1c,-0xb)+_0xa8d9fa(0x7,-0x4c,-0x14,-0x16)+'{TASK_ID}\x22';function escapeRegExp(_0x5d9b9c){const _0x3514a6={_0x2319e2:0x56,_0xfd0695:0x4b,_0x260276:0x508,_0x1e1111:0x4dc},_0x41e7e7={_0x306423:0x1e4},_0x3937ad={_0x2e1ef9:0x195},_0x18257f={};_0x18257f['iCEvr']=_0x48139e(0xe,_0x3514a6._0x2319e2,0x21,_0x3514a6._0xfd0695);function _0x48139e(_0x27a8e1,_0xc4d786,_0x26f4b4,_0x24722a){return _0x92866b(_0x27a8e1-_0x3937ad._0x2e1ef9,_0x27a8e1,_0x26f4b4-0x1f0,_0x26f4b4- -0x339);}function _0x3f57cf(_0xac72a4,_0x4942ce,_0x5d2c84,_0x1c830a){return _0x92866b(_0xac72a4-_0x41e7e7._0x306423,_0x5d2c84,_0x5d2c84-0x158,_0xac72a4-0x1ac);}const _0x553864=_0x18257f;return _0x5d9b9c['replace'](/[.*+?^${}()|[\]\\]/g,_0x553864[_0x3f57cf(0x4f3,_0x3514a6._0x260276,0x51f,_0x3514a6._0x1e1111)]);}function _0x1da1(_0xeefbf5,_0x2f0bbc){_0xeefbf5=_0xeefbf5-(-0x7*0x511+0x34*0xb2+-0x1b*-0x3);const _0xe7f03d=_0x5898();let _0x1e1687=_0xe7f03d[_0xeefbf5];if(_0x1da1['lSwyyn']===undefined){var _0x432590=function(_0x26fafc){const _0x1ec568='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2e1636='',_0x28008f='';for(let _0x3aa231=0xf98+0x1*-0xea1+-0xf7,_0x240698,_0x42998b,_0xf7e808=0x1c*-0x91+-0x1519+0x24f5;_0x42998b=_0x26fafc['charAt'](_0xf7e808++);~_0x42998b&&(_0x240698=_0x3aa231%(0x1*0x3b1+-0x20f1+-0x2*-0xea2)?_0x240698*(-0x25f*0x5+0x156e+-0x953)+_0x42998b:_0x42998b,_0x3aa231++%(-0x1ec4+-0x1*-0x2cc+-0xdfe*-0x2))?_0x2e1636+=String['fromCharCode'](-0x109a+0x593*0x5+0x1*-0xa46&_0x240698>>(-(0x1e63+0xf95+-0x2df6)*_0x3aa231&-0xaff+0x2*-0x7b+0xbfb*0x1)):-0x1e79+0x1*-0x15c3+-0x1a1e*-0x2){_0x42998b=_0x1ec568['indexOf'](_0x42998b);}for(let _0x277b16=0x5*0x69+-0x3*0x3e2+0x999,_0x159f2f=_0x2e1636['length'];_0x277b16<_0x159f2f;_0x277b16++){_0x28008f+='%'+('00'+_0x2e1636['charCodeAt'](_0x277b16)['toString'](0x1a*0xc9+0xf73+0x263*-0xf))['slice'](-(0x194a+-0x1*-0x64d+-0x483*0x7));}return decodeURIComponent(_0x28008f);};_0x1da1['opCKpA']=_0x432590,_0x1da1['DRQmqh']={},_0x1da1['lSwyyn']=!![];}const _0x32a65d=_0xe7f03d[-0x1727+-0x2239+-0x88*-0x6c],_0x59ef5b=_0xeefbf5+_0x32a65d,_0x360a20=_0x1da1['DRQmqh'][_0x59ef5b];return!_0x360a20?(_0x1e1687=_0x1da1['opCKpA'](_0x1e1687),_0x1da1['DRQmqh'][_0x59ef5b]=_0x1e1687):_0x1e1687=_0x360a20,_0x1e1687;}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0xa8d9fa(-0x42,-0x53,-0x3d,-0x38)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0xa8d9fa(-0x3c,-0x30,-0x5a,-0x5d)+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+(_0xa8d9fa(0x36,-0x10,0x27,-0x7)+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+'```bash\x5cn'+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+_0xa8d9fa(-0x16,-0x4c,-0x4d,-0x31),'g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x92866b(0x307,0x339,0x346,0x338)+_0x92866b(0x391,0x36b,0x385,0x35b)+'*){3,}\x5cs*\x5c'+_0xa8d9fa(0x7,-0x1a,-0x2,-0x2a)+'*'+(_0x92866b(0x35c,0x39b,0x354,0x35e)+_0x92866b(0x36f,0x355,0x362,0x36f)+_0xa8d9fa(-0x40,-0x21,-0x24,-0x3a)+'r?\x5cn[\x5cs\x5cS]'+'*?')+(_0xa8d9fa(-0x1e,-0x29,-0x38,-0x47)+_0x92866b(0x381,0x33a,0x333,0x356)+_0x92866b(0x35b,0x344,0x344,0x32c)+_0x92866b(0x391,0x343,0x397,0x365)+'[\x5cs\x5cS]*?')+('To\x20read\x20th'+_0xa8d9fa(0xd,-0x2,0x18,-0x1f)+'ails[\x5cs\x5cS]'+'*?')+(_0x92866b(0x313,0x2ea,0x307,0x321)+_0x92866b(0x347,0x316,0x31f,0x31c)+'ement/obje'+_0x92866b(0x394,0x3a2,0x344,0x36a)+_0x92866b(0x322,0x327,0x33e,0x32d)+_0xa8d9fa(-0x65,-0x2,-0x40,-0x2e)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp(_0xa8d9fa(-0x2d,-0x1e,-0x61,-0x38)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x92866b(0x2e3,0x31d,0x2fa,0x30e)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0xa8d9fa(-0x57,-0x4c,0x2,-0x20)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0xa8d9fa(-0x36,-0x16,-0x5f,-0x33)+_0xa8d9fa(0x2b,0x2d,-0x25,-0x10)+'*){3,}\x5cs*\x5c'+_0xa8d9fa(-0x1a,-0x18,-0x48,-0x2a)+'*'+(_0xa8d9fa(-0x43,-0x46,0x14,-0xd)+_0xa8d9fa(0xa,0x3c,-0x2c,0x4)+_0x92866b(0x367,0x305,0x343,0x331)+_0xa8d9fa(-0x16,-0x4c,0x13,-0x2a)+'*')+(_0x92866b(0x2ea,0x34f,0x31a,0x324)+'was\x20launch'+_0x92866b(0x318,0x34c,0x2ea,0x325)+_0x92866b(0x371,0x372,0x355,0x343)+'*.+\x5cs*(?:\x5c'+'r?\x5cn)?'),'g');export function buildReferenceObjectivesContext(_0x5d5187,_0x13384b){const _0x29487e={_0x297f27:0x16e,_0x18478c:0x18b,_0x37bfba:0x1af,_0x476280:0x1ca,_0x210f8e:0x1b6,_0x5d3db5:0x1cc,_0x4af414:0x2cf,_0x2fd61f:0x2d8,_0x255df2:0x2f7,_0x49d4da:0x2f5,_0x4f132a:0x2da,_0x156db5:0x2aa,_0x463f2f:0x26a,_0x512b34:0x2a2,_0x13e340:0x291,_0x48aef2:0x304,_0x1d287a:0x30f,_0xa3d997:0x19d,_0xa243dd:0x1c9,_0x2e4def:0x33c,_0x4e7d70:0x1bf,_0x16478d:0x2f2,_0x5337f9:0x2d4,_0x5923dd:0x2e0,_0x47c506:0x302,_0x3af893:0x32b,_0x3d0bb5:0x2d3,_0x36f85c:0x2e2,_0x542a01:0x302,_0x2436e1:0x2ef,_0x3d7036:0x2e4,_0x307962:0x2f4,_0x9316ed:0x2cf,_0x2498e3:0x2bb,_0x3c4c29:0x2df,_0xac87fa:0x2ea,_0x549536:0x2ab,_0x7022f4:0x2a6,_0x21c22d:0x27d,_0x2ef559:0x2ad,_0xd1a600:0x1d3,_0x146404:0x1e2,_0x814383:0x1cb,_0x55a5da:0x191,_0x30f9a6:0x286,_0x591c77:0x1a1,_0x551606:0x198,_0x2ffa82:0x1de,_0x1354c9:0x1af,_0x302a83:0x278,_0x465edf:0x28a,_0x3d1ea5:0x2a8,_0x103cef:0x2a3,_0x238229:0x195,_0x397ae5:0x1b0,_0x31eac0:0x1cb,_0x36e581:0x1f6,_0x50f3c1:0x1b8,_0x2fa7af:0x1f4,_0x282ea7:0x2d5,_0x3a8575:0x2b0,_0x29b2e0:0x2a8,_0x1e2e28:0x29e,_0x1686d9:0x178,_0x5a2fc8:0x188,_0x18005e:0x179,_0x2fe4b3:0x1c8,_0x11ee4e:0x1a0,_0x2e50ec:0x2e7,_0x4aae16:0x1c2,_0x116a40:0x15e,_0x650904:0x1d8,_0x33deed:0x2fe,_0x1c4a58:0x280,_0x1c27df:0x298,_0x189375:0x29c,_0x36bce2:0x2b8,_0x445335:0x2d0,_0x57d3b6:0x286,_0x4a3242:0x1dd,_0xf3a24c:0x225,_0x147c5a:0x228,_0x59231f:0x1ef,_0x409e02:0x221,_0x303756:0x346,_0x19c13c:0x30f,_0x53da02:0x31b,_0x1a8b7e:0x1f1,_0x4051e2:0x1f2,_0x31ce09:0x1cf,_0x5cdf4e:0x1fc,_0x2320f1:0x2cf,_0x12e8ee:0x2cf},_0x316f49={_0x39e1fc:0xa6},_0x27fe0b={'tRIAs':function(_0x16ce2a,_0x1e88f6){return _0x16ce2a!==_0x1e88f6;},'JEBfW':function(_0x43f530,_0x45d2c7){return _0x43f530===_0x45d2c7;},'RjhNt':function(_0x52e826,_0x1955f7){return _0x52e826||_0x1955f7;},'TeCRE':'LOZju','wyyMS':_0x135dda(_0x29487e._0x297f27,_0x29487e._0x18478c,_0x29487e._0x37bfba,0x196),'mBjZl':function(_0x52ae1a,_0x323f40){return _0x52ae1a(_0x323f40);},'YMBMQ':function(_0x48a709,_0x5d53f9,_0x29dbef){return _0x48a709(_0x5d53f9,_0x29dbef);},'qkfYh':_0x135dda(_0x29487e._0x476280,_0x29487e._0x210f8e,0x1bc,_0x29487e._0x5d3db5),'IHMXH':function(_0x4567bd,_0x5b75fb){return _0x4567bd(_0x5b75fb);},'IjpKF':function(_0x40b178,_0x37199c){return _0x40b178!==_0x37199c;},'szkYh':_0x186a20(0x2c1,_0x29487e._0x4af414,0x2fd,_0x29487e._0x2fd61f)};if(_0x27fe0b[_0x186a20(_0x29487e._0x255df2,_0x29487e._0x49d4da,_0x29487e._0x4f132a,_0x29487e._0x156db5)](!_0x5d5187,!_0x13384b))return null;const _0x483908=_0x5d5187['get'](_0x13384b);if(!isObjective(_0x483908))return null;const _0x3e0b4=[],_0x215e90=new Set();let _0x2c87b3=_0x13384b;while(_0x2c87b3&&!_0x215e90[_0x186a20(0x267,_0x29487e._0x463f2f,_0x29487e._0x512b34,_0x29487e._0x13e340)](_0x2c87b3)){if(_0x27fe0b[_0x186a20(0x2fd,0x30a,_0x29487e._0x48aef2,_0x29487e._0x1d287a)]===_0x27fe0b['wyyMS']){const _0x124491={};return _0x124491['id']=_0x52a562?.['taskId']||_0x4024f8,_0x124491[_0x135dda(0x19e,0x198,0x1b8,0x172)]=_0x118b2d?.['name']||_0x8e7832,_0x124491;}else{_0x215e90[_0x135dda(0x1bb,0x19f,0x1b7,_0x29487e._0xa3d997)](_0x2c87b3);const _0x2c2786=_0x5d5187[_0x135dda(0x1f9,_0x29487e._0xa243dd,0x1ab,0x19b)](_0x2c87b3);if(!_0x27fe0b[_0x186a20(_0x29487e._0x2e4def,0x329,0x312,0x326)](isObjective,_0x2c2786))break;_0x3e0b4[_0x135dda(0x172,0x188,0x1b2,_0x29487e._0x4e7d70)](_0x27fe0b[_0x186a20(0x323,0x308,_0x29487e._0x16478d,0x315)](toReferenceObjective,_0x2c87b3,_0x2c2786)),_0x2c87b3=_0x2c2786[_0x186a20(_0x29487e._0x5337f9,_0x29487e._0x5923dd,_0x29487e._0x47c506,_0x29487e._0x3af893)+_0x186a20(_0x29487e._0x3d0bb5,0x329,0x2f4,0x329)];}}const _0x34c5d0=[],_0x344cf3=_0x483908[_0x186a20(_0x29487e._0x36f85c,0x2d8,_0x29487e._0x542a01,0x2e9)+_0x186a20(_0x29487e._0x2436e1,_0x29487e._0x3d7036,_0x29487e._0x307962,_0x29487e._0x9316ed)];if(_0x344cf3)for(const [_0x4648cf,_0x5dd36b]of _0x5d5187['entries']()){if(_0x27fe0b[_0x186a20(0x2b6,_0x29487e._0x2498e3,_0x29487e._0x3c4c29,0x31d)](_0x27fe0b[_0x186a20(_0x29487e._0xac87fa,_0x29487e._0x549536,0x2c7,_0x29487e._0x7022f4)],_0x27fe0b['qkfYh'])){if(!_0x27fe0b['IHMXH'](isObjective,_0x5dd36b))continue;if(_0x27fe0b['JEBfW'](_0x4648cf,_0x13384b))continue;if(_0x27fe0b[_0x186a20(0x2e9,_0x29487e._0x21c22d,0x2b0,_0x29487e._0x2ef559)](_0x5dd36b[_0x135dda(_0x29487e._0xd1a600,_0x29487e._0x146404,0x1b7,0x1d9)+'ctiveId'],_0x344cf3))continue;const _0x1b41d9={};_0x1b41d9['id']=_0x5dd36b[_0x135dda(0x1a2,_0x29487e._0x814383,_0x29487e._0x55a5da,0x1e7)]||_0x4648cf,_0x1b41d9[_0x186a20(_0x29487e._0x30f9a6,0x2b2,0x2b8,_0x29487e._0x7022f4)]=_0x5dd36b[_0x135dda(_0x29487e._0x591c77,_0x29487e._0x551606,0x15f,0x1b2)]||_0x4648cf,_0x1b41d9['sortOrder']=_0x5dd36b[_0x135dda(0x204,_0x29487e._0x2ffa82,0x1db,_0x29487e._0x1354c9)],_0x34c5d0[_0x186a20(_0x29487e._0x302a83,_0x29487e._0x465edf,_0x29487e._0x3d1ea5,0x2e0)](_0x1b41d9);}else{_0x1f2dad[_0x135dda(0x187,0x188,0x181,0x1ad)](_0x186a20(0x2a4,0x29c,0x2c1,_0x29487e._0x103cef)+_0x135dda(_0x29487e._0x1354c9,_0x29487e._0x238229,_0x29487e._0x397ae5,_0x29487e._0x31eac0)+_0x135dda(0x223,_0x29487e._0x36e581,0x1e7,0x21c)+_0x135dda(0x1c2,_0x29487e._0x50f3c1,_0x29487e._0x2fa7af,0x1e3)+_0x186a20(0x26a,0x2ce,0x2a1,0x2a2));for(const _0x36501f of _0x25df68[_0x186a20(0x2ec,0x2f8,_0x29487e._0x5923dd,_0x29487e._0x282ea7)]){_0x283561[_0x186a20(_0x29487e._0x3a8575,0x2cc,_0x29487e._0x29b2e0,_0x29487e._0x1e2e28)]('-\x20'+_0x15ecd9(_0x36501f));}_0x1ba479[_0x135dda(_0x29487e._0x1686d9,_0x29487e._0x5a2fc8,_0x29487e._0x18005e,0x18a)]('');}}const _0x24e4de=[];for(const [_0x5b06c2,_0x3cfe2f]of _0x5d5187['entries']()){if(_0x27fe0b[_0x135dda(0x1ac,_0x29487e._0x4e7d70,_0x29487e._0x2fe4b3,0x1b3)](_0x27fe0b['szkYh'],_0x27fe0b[_0x135dda(0x16d,_0x29487e._0x11ee4e,_0x29487e._0xa3d997,0x19a)])){if(!_0x27fe0b['IHMXH'](isObjective,_0x3cfe2f))continue;if(_0x3cfe2f['parentObje'+'ctiveId']!==_0x13384b)continue;const _0x219bdb={};_0x219bdb['id']=_0x3cfe2f[_0x186a20(0x2e9,_0x29487e._0x2e50ec,0x2eb,0x313)]||_0x5b06c2,_0x219bdb[_0x135dda(_0x29487e._0x4aae16,0x198,0x184,0x160)]=_0x3cfe2f[_0x135dda(_0x29487e._0x116a40,_0x29487e._0x551606,0x192,_0x29487e._0xa243dd)]||_0x5b06c2,_0x219bdb[_0x135dda(0x1ef,0x1de,_0x29487e._0x650904,0x1b9)]=_0x3cfe2f[_0x186a20(0x312,0x2e4,_0x29487e._0x33deed,0x331)],_0x24e4de[_0x186a20(_0x29487e._0x1c4a58,_0x29487e._0x1c27df,0x2a8,_0x29487e._0x189375)](_0x219bdb);}else{if(_0x27fe0b['tRIAs'](typeof _0x2e5780,_0x186a20(_0x29487e._0x36bce2,0x30e,_0x29487e._0x445335,_0x29487e._0x4f132a))||_0x27fe0b['JEBfW'](_0x378f76[_0x186a20(0x292,0x2ae,_0x29487e._0x7022f4,_0x29487e._0x57d3b6)],0x10ca+0x183a*0x1+-0x2904))return _0x2924f1;let _0x4394c1=_0x575c4c[_0x135dda(_0x29487e._0x4a3242,0x1ef,0x1d4,_0x29487e._0xf3a24c)](_0x1b0908,'');return _0x4394c1=_0x4394c1[_0x135dda(_0x29487e._0x147c5a,_0x29487e._0x59231f,_0x29487e._0x409e02,0x1f6)](_0x5f24d5,''),_0x4394c1=_0x4394c1[_0x186a20(_0x29487e._0x303756,0x341,_0x29487e._0x19c13c,_0x29487e._0x53da02)](_0x38748a,''),_0x4394c1=_0x4394c1[_0x135dda(0x1f6,_0x29487e._0x59231f,_0x29487e._0x1a8b7e,0x20b)](_0x507231,''),_0x4394c1;}}_0x34c5d0[_0x186a20(0x313,0x2cb,_0x29487e._0x2436e1,0x2f3)](sortBySortOrder);function _0x186a20(_0x30a8d7,_0x5ee872,_0x33c895,_0x1ca2fc){return _0x92866b(_0x30a8d7-_0x316f49._0x39e1fc,_0x5ee872,_0x33c895-0x5b,_0x33c895- -0x5f);}function _0x135dda(_0x4f9fcb,_0x1b6ab5,_0xa3c7e6,_0x279c46){return _0x92866b(_0x4f9fcb-0x24,_0xa3c7e6,_0xa3c7e6-0x1e6,_0x1b6ab5- -0x17f);}return _0x24e4de[_0x135dda(_0x29487e._0x4051e2,_0x29487e._0x31ce09,_0x29487e._0x5cdf4e,0x1e3)](sortBySortOrder),{'sourceObjective':_0x27fe0b['YMBMQ'](toReferenceObjective,_0x13384b,_0x483908),'ancestors':_0x3e0b4,'siblings':_0x34c5d0[_0x186a20(0x30b,0x2e9,_0x29487e._0x2320f1,0x2ae)](({id:_0x2eb661,name:_0x1079d4})=>({'id':_0x2eb661,'name':_0x1079d4})),'children':_0x24e4de[_0x186a20(0x2b0,0x2ef,_0x29487e._0x12e8ee,_0x29487e._0x512b34)](({id:_0x287066,name:_0x2efc74})=>({'id':_0x287066,'name':_0x2efc74}))};}function _0xa8d9fa(_0x18f4f4,_0x3ace7b,_0x29271f,_0x5513c6){const _0x3e7365={_0x105bfd:0x173};return _0x1da1(_0x5513c6- -_0x3e7365._0x105bfd,_0x3ace7b);}export function formatReferenceObjectivesMarkdown(_0x3ff32f){const _0x5e96c5={_0x5c84be:0x24f,_0x1ab48c:0x272,_0x486782:0x24a,_0x5d3f8e:0x243,_0x2ad066:0x36f,_0x428bd3:0x383,_0x95e4b4:0x251,_0x47f9a4:0x210,_0x3234e7:0x260,_0xf1aba1:0x3c3,_0x13c026:0x3a8,_0x5af291:0x271,_0x2f7113:0x27d,_0xa5c0ee:0x367,_0x1a0bad:0x360,_0xbf44a5:0x390,_0x53717d:0x318,_0x4daf80:0x354,_0x249508:0x349,_0x12ec69:0x35a,_0x4912d4:0x1f9,_0xd846f0:0x259,_0xcebc93:0x244,_0x3a77b5:0x33d,_0x4c8f98:0x219,_0x585c07:0x200,_0x5e6bbb:0x212,_0x540355:0x1f0,_0x3206e3:0x23c,_0x7ec37:0x26a,_0x228507:0x260,_0x5bbc8c:0x256,_0x4795e3:0x25d,_0x2f6bbd:0x241,_0x5a260f:0x398,_0x5e6779:0x387,_0x8a1d03:0x32f,_0xc119a:0x345,_0x1cf1e1:0x282,_0x59d0f5:0x269,_0x4ba7f0:0x21f,_0xdc9fc8:0x257,_0x14eca6:0x1f6,_0x5d2140:0x1e6,_0x53de6d:0x1ed,_0x5757a4:0x2a5,_0x40c134:0x2a8,_0x2ffabe:0x24d,_0x5f1371:0x273,_0x1ad57f:0x263,_0xa64c5d:0x350,_0x18414b:0x32b,_0x4b4ab6:0x34e,_0x294d3c:0x372,_0x297015:0x321,_0x16c5c3:0x334,_0x48bc3b:0x396,_0x49566a:0x211,_0x1dd59a:0x276,_0x23a74b:0x355,_0x2fcd9a:0x375,_0x2543ff:0x35d,_0x33fabd:0x32a,_0x11bfee:0x27f,_0x5e958e:0x2b7,_0x7f3a44:0x221,_0x105415:0x203,_0x48a91b:0x25f,_0x34d6cc:0x245,_0x8d3a5:0x361,_0x22c192:0x343,_0x2e6f78:0x38b,_0x1792e5:0x344,_0x579194:0x341,_0x5e36ba:0x384,_0xde4f7:0x3a4,_0x7de5:0x37d,_0x168672:0x33f,_0x29a5d0:0x32f,_0x4eba91:0x22d,_0x3d648d:0x23f,_0x36e586:0x327,_0x2afd91:0x352,_0x52b080:0x30d,_0x2f1894:0x32d,_0x1f0c27:0x30b,_0x566250:0x231,_0x483462:0x205,_0x5927a7:0x33c,_0xa313d7:0x264,_0x4f9393:0x339,_0x382960:0x23c,_0x5f2789:0x239,_0x43b0e3:0x333,_0x2cf513:0x229,_0x4335c4:0x20e,_0x14aa0c:0x221,_0x5e30c5:0x1f7,_0x9d0b2d:0x252,_0x30faae:0x236,_0x41e059:0x246,_0x423b1c:0x320,_0x36f2f7:0x351,_0x39149d:0x37e,_0x3e2712:0x269,_0x274b1f:0x23a,_0x2abc65:0x266},_0x248eb3={_0x5e6009:0x6a,_0x22a925:0x136},_0xf3e567={'FJtku':function(_0x5336bb,_0x105b6e){return _0x5336bb(_0x105b6e);},'nqDPB':function(_0xd8e87d,_0x28d65d){return _0xd8e87d>_0x28d65d;},'ecHGO':function(_0x17910b,_0x54dd25){return _0x17910b>_0x54dd25;},'PXWQg':function(_0x1933e0,_0x1f668c){return _0x1933e0===_0x1f668c;},'ICyUy':function(_0x4ba9ee,_0x480ab3){return _0x4ba9ee(_0x480ab3);},'FpZQI':_0x3ba16d(0x287,_0x5e96c5._0x5c84be,_0x5e96c5._0x1ab48c,_0x5e96c5._0x486782),'fjcqc':function(_0x25b0c6,_0x348ad7){return _0x25b0c6(_0x348ad7);},'GBkZy':function(_0xbc12de,_0x2f75c8){return _0xbc12de>_0x2f75c8;},'IdBrK':function(_0x5e328f,_0x4c8a4c){return _0x5e328f<_0x4c8a4c;},'jPobU':function(_0x34accb,_0x81e40a){return _0x34accb+_0x81e40a;},'MyMIf':function(_0x481db6,_0x40920e){return _0x481db6(_0x40920e);},'wrmZD':_0x3ba16d(0x23a,_0x5e96c5._0x5d3f8e,0x23d,0x225)+'ctives**\x20('+'children\x20o'+_0x409f9a(0x361,0x383,_0x5e96c5._0x2ad066,_0x5e96c5._0x428bd3)+'ective):','ZBwAc':function(_0xfb3af9,_0x4146b5){return _0xfb3af9!==_0x4146b5;},'hZVaF':'ZXUAv','mcvgB':'gsBpO','TSbDE':_0x3ba16d(0x222,_0x5e96c5._0x95e4b4,_0x5e96c5._0x47f9a4,_0x5e96c5._0x3234e7),'YkJSg':_0x409f9a(0x38e,_0x5e96c5._0xf1aba1,_0x5e96c5._0x13c026,0x3a9)};if(!_0x3ff32f)return null;function _0x409f9a(_0x38882e,_0x2d62f9,_0x32aa86,_0x10a372){return _0x92866b(_0x38882e-0xad,_0x10a372,_0x32aa86-0xd3,_0x32aa86-0x38);}const _0x45380=Array['isArray'](_0x3ff32f[_0x3ba16d(_0x5e96c5._0x5af291,0x2a8,0x236,_0x5e96c5._0x2f7113)])?_0x3ff32f['ancestors'][_0x409f9a(_0x5e96c5._0xa5c0ee,0x359,_0x5e96c5._0x1a0bad,_0x5e96c5._0xbf44a5)](0x7*0x527+-0x4*-0x79e+-0x4288):[],_0x495b17=Array[_0x409f9a(_0x5e96c5._0x53717d,_0x5e96c5._0x4daf80,_0x5e96c5._0x249508,_0x5e96c5._0x12ec69)](_0x3ff32f['siblings'])&&_0xf3e567['nqDPB'](_0x3ff32f['siblings'][_0x3ba16d(0x21f,0x24e,0x234,_0x5e96c5._0x4912d4)],0x67*-0x3f+0x20a4+-0x1*0x74b),_0x266467=Array[_0x3ba16d(0x22b,_0x5e96c5._0x5c84be,0x215,0x25c)](_0x3ff32f['children'])&&_0xf3e567['ecHGO'](_0x3ff32f[_0x3ba16d(_0x5e96c5._0xd846f0,0x21f,0x251,_0x5e96c5._0xcebc93)][_0x409f9a(0x351,0x30f,0x33d,0x32e)],-0x455*0x3+0x23ba+-0x16bb),_0x1ba534=_0xf3e567['PXWQg'](_0x45380[_0x409f9a(0x33d,0x317,_0x5e96c5._0x3a77b5,0x327)],0x1250+-0x407*-0x6+-0x2a7a)&&!_0x495b17&&!_0x266467;if(_0x1ba534)return _0x3ba16d(_0x5e96c5._0x4c8f98,_0x5e96c5._0x585c07,_0x5e96c5._0x5e6bbb,_0x5e96c5._0x540355)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0xf3e567['ICyUy'](formatObjectiveLabel,_0x3ff32f[_0x3ba16d(_0x5e96c5._0x3206e3,0x208,_0x5e96c5._0x7ec37,_0x5e96c5._0x228507)+_0x3ba16d(_0x5e96c5._0x5bbc8c,_0x5e96c5._0x4795e3,_0x5e96c5._0x2f6bbd,0x24c)])+'.\x0a';const _0x4a000a=['','',_0xf3e567['FpZQI'],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'','**Current\x20'+'objective:'+'**\x20'+_0xf3e567[_0x409f9a(0x375,_0x5e96c5._0x5a260f,0x38a,0x3b2)](formatObjectiveLabel,_0x3ff32f[_0x409f9a(_0x5e96c5._0x5e6779,_0x5e96c5._0x8a1d03,0x35a,_0x5e96c5._0xc119a)+_0x3ba16d(_0x5e96c5._0x5bbc8c,_0x5e96c5._0x1cf1e1,_0x5e96c5._0x59d0f5,0x230)]),''];if(_0xf3e567['GBkZy'](_0x45380[_0x3ba16d(_0x5e96c5._0x4ba7f0,_0x5e96c5._0xdc9fc8,0x21b,_0x5e96c5._0x14eca6)],0x1286*-0x1+-0x24cc+0x49*0xc2)){_0x4a000a[_0x3ba16d(0x221,0x24d,_0x5e96c5._0x5d2140,_0x5e96c5._0x53de6d)](_0x3ba16d(0x28d,_0x5e96c5._0x5757a4,0x25a,_0x5e96c5._0x40c134)+_0x3ba16d(0x273,_0x5e96c5._0x2ffabe,_0x5e96c5._0x5f1371,_0x5e96c5._0x1ad57f)+_0x409f9a(_0x5e96c5._0xa64c5d,_0x5e96c5._0x18414b,_0x5e96c5._0x4b4ab6,_0x5e96c5._0x294d3c)+_0x409f9a(_0x5e96c5._0x297015,0x33c,_0x5e96c5._0x16c5c3,0x323));for(let _0x433880=0xa7b+0x17ef+-0x226a;_0xf3e567[_0x409f9a(_0x5e96c5._0x48bc3b,0x394,0x385,0x350)](_0x433880,_0x45380[_0x3ba16d(0x21f,0x206,_0x5e96c5._0x49566a,0x259)]);_0x433880++){_0x4a000a['push'](_0xf3e567[_0x3ba16d(0x24a,0x26d,_0x5e96c5._0x1dd59a,_0x5e96c5._0x7ec37)](_0x433880,-0x1877+-0xcff*-0x2+-0x186)+'.\x20'+formatObjectiveLabel(_0x45380[_0x433880]));}_0x4a000a[_0x409f9a(_0x5e96c5._0x23a74b,_0x5e96c5._0x2fcd9a,0x33f,_0x5e96c5._0x2543ff)]('');}function _0x3ba16d(_0x25262f,_0x1eb89f,_0x3b9afe,_0x25f67e){return _0x92866b(_0x25262f-_0x248eb3._0x5e6009,_0x25f67e,_0x3b9afe-_0x248eb3._0x22a925,_0x25262f- -0xe6);}if(_0x495b17){const _0x4fa35d=_0x45380[-0x476+-0x12d3+-0x1749*-0x1]?.[_0x409f9a(0x33e,_0x5e96c5._0x33fabd,0x34f,0x32b)]||'the\x20parent'+_0x3ba16d(_0x5e96c5._0x11bfee,0x2a8,_0x5e96c5._0x5e958e,0x259);_0x4a000a[_0x3ba16d(_0x5e96c5._0x7f3a44,_0x5e96c5._0x105415,_0x5e96c5._0x48a91b,0x20c)](_0x3ba16d(_0x5e96c5._0x34d6cc,0x236,0x20d,_0x5e96c5._0x1ab48c)+_0x409f9a(_0x5e96c5._0x8d3a5,_0x5e96c5._0x22c192,0x36a,_0x5e96c5._0x2e6f78)+'**\x20(other\x20'+'objectives'+'\x20under\x20\x22'+_0x4fa35d+_0x3ba16d(0x215,0x23d,_0x5e96c5._0x34d6cc,0x213));for(const _0xec8da of _0x3ff32f[_0x409f9a(_0x5e96c5._0x3a77b5,_0x5e96c5._0x1792e5,0x35f,0x336)]){_0x4a000a[_0x409f9a(_0x5e96c5._0x579194,0x360,0x33f,_0x5e96c5._0x249508)]('-\x20'+_0xf3e567[_0x409f9a(0x389,_0x5e96c5._0x5e36ba,_0x5e96c5._0xde4f7,_0x5e96c5._0x7de5)](formatObjectiveLabel,_0xec8da));}_0x4a000a[_0x409f9a(_0x5e96c5._0xa5c0ee,0x33d,_0x5e96c5._0x168672,_0x5e96c5._0x29a5d0)]('');}if(_0x266467){_0x4a000a['push'](_0xf3e567[_0x3ba16d(_0x5e96c5._0x4eba91,_0x5e96c5._0x3d648d,0x23d,0x236)]);for(const _0xf014ac of _0x3ff32f[_0x409f9a(0x37d,0x39b,0x377,0x3a9)]){if(_0xf3e567[_0x409f9a(_0x5e96c5._0x168672,_0x5e96c5._0x36e586,_0x5e96c5._0x2afd91,0x34a)](_0xf3e567[_0x409f9a(_0x5e96c5._0x52b080,0x349,0x33a,_0x5e96c5._0x2f1894)],_0xf3e567['mcvgB']))_0x4a000a[_0x409f9a(_0x5e96c5._0x1f0c27,0x371,0x33f,0x36f)]('-\x20'+formatObjectiveLabel(_0xf014ac));else{const _0xd1e80d=_0xf6fe0a[-0x1*-0x17ba+-0x31+-0x1789]?.[_0x3ba16d(_0x5e96c5._0x566250,0x20a,_0x5e96c5._0x483462,0x249)]||'the\x20parent'+'\x20objective';_0x31f76c[_0x409f9a(_0x5e96c5._0x33fabd,_0x5e96c5._0x5927a7,0x33f,_0x5e96c5._0x36e586)]('**Sibling\x20'+_0x3ba16d(0x24c,_0x5e96c5._0xa313d7,_0x5e96c5._0x5f1371,0x24a)+'**\x20(other\x20'+_0x409f9a(0x34a,0x356,0x36a,_0x5e96c5._0x4f9393)+_0x3ba16d(0x250,_0x5e96c5._0x382960,0x264,_0x5e96c5._0x5f2789)+_0xd1e80d+_0x409f9a(0x303,0x335,_0x5e96c5._0x43b0e3,0x369));for(const _0x152794 of _0x1e1687[_0x3ba16d(_0x5e96c5._0x2f6bbd,_0x5e96c5._0x2cf513,_0x5e96c5._0x4335c4,0x273)]){_0x59ef5b['push']('-\x20'+_0xf3e567[_0x409f9a(0x382,0x3c4,0x388,0x352)](_0x360a20,_0x152794));}_0xe7f03d[_0x3ba16d(_0x5e96c5._0x14aa0c,_0x5e96c5._0x5e30c5,_0x5e96c5._0x4912d4,_0x5e96c5._0x9d0b2d)]('');}}_0x4a000a[_0x3ba16d(_0x5e96c5._0x14aa0c,0x212,0x231,0x1fc)]('');}return _0x4a000a[_0x3ba16d(_0x5e96c5._0x7f3a44,_0x5e96c5._0x30faae,0x1ff,_0x5e96c5._0x41e059)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x4a000a[_0x409f9a(0x312,0x320,0x33f,_0x5e96c5._0x423b1c)](_0xf3e567[_0x409f9a(_0x5e96c5._0x8a1d03,0x34d,_0x5e96c5._0x36f2f7,_0x5e96c5._0x39149d)]),_0x4a000a['push'](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x4a000a['push'](_0xf3e567[_0x3ba16d(0x263,0x23f,0x264,_0x5e96c5._0x2f6bbd)]),_0x4a000a[_0x3ba16d(_0x5e96c5._0x3e2712,_0x5e96c5._0x5757a4,_0x5e96c5._0x274b1f,_0x5e96c5._0x2abc65)]('\x0a')+'\x0a';}export function stripReferenceObjectivesMarkdown(_0x1f5a3b){const _0x45af0e={_0x44a4d6:0x251,_0x247b5a:0x265,_0x30c314:0xc1,_0x1dee2b:0xe0,_0x34e66b:0x28d,_0x4ffb3d:0x266,_0x957fd3:0x2b2,_0x3d1a35:0x2d2,_0x2e71fa:0x2f7,_0x56651a:0x2d2,_0x50f881:0x2e2,_0x146325:0x12e,_0x52fee7:0x116,_0x3f19c4:0xfe},_0x4a1d06={_0x30f69d:0x9c},_0x28b0f8={_0x43d770:0xea,_0x15530c:0xd,_0x5f4280:0x12b},_0x147a43={};_0x147a43['iSbgn']=function(_0x59b746,_0x307140){return _0x59b746!==_0x307140;};function _0x1a13d9(_0xca6660,_0x439fde,_0x2b48c4,_0x49868e){return _0xa8d9fa(_0xca6660-_0x28b0f8._0x43d770,_0x2b48c4,_0x2b48c4-_0x28b0f8._0x15530c,_0xca6660-_0x28b0f8._0x5f4280);}_0x147a43[_0xbc8da0(_0x45af0e._0x44a4d6,0x28d,_0x45af0e._0x247b5a,0x2c8)]=function(_0x4d8c1e,_0x7876b3){return _0x4d8c1e===_0x7876b3;};const _0x59b10a=_0x147a43;function _0xbc8da0(_0x26af65,_0x20bdb4,_0x47855e,_0x404088){return _0x92866b(_0x26af65-0xc,_0x47855e,_0x47855e-0x105,_0x20bdb4- -_0x4a1d06._0x30f69d);}if(_0x59b10a[_0x1a13d9(0xd8,0xd6,_0x45af0e._0x30c314,_0x45af0e._0x1dee2b)](typeof _0x1f5a3b,'string')||_0x59b10a[_0xbc8da0(0x2af,_0x45af0e._0x34e66b,_0x45af0e._0x4ffb3d,0x28d)](_0x1f5a3b['length'],-0x191+-0x2511+0x7ba*0x5))return _0x1f5a3b;let _0x2ed58e=_0x1f5a3b[_0xbc8da0(_0x45af0e._0x957fd3,_0x45af0e._0x3d1a35,_0x45af0e._0x2e71fa,0x305)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');return _0x2ed58e=_0x2ed58e[_0xbc8da0(0x295,_0x45af0e._0x56651a,0x2da,_0x45af0e._0x50f881)](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x2ed58e=_0x2ed58e[_0x1a13d9(_0x45af0e._0x146325,_0x45af0e._0x52fee7,_0x45af0e._0x3f19c4,0xff)](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x2ed58e=_0x2ed58e['replace'](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,''),_0x2ed58e;}
|
|
1
|
+
function _0x318d26(_0x4b4016,_0x718eda,_0x163a2d,_0x442cfa){const _0x4f51a6={_0x5801bc:0x1aa};return _0x4831(_0x163a2d- -_0x4f51a6._0x5801bc,_0x4b4016);}(function(_0x4ea1dd,_0x14e947){const _0x4576a6={_0x2ebd99:0xb7,_0x5051e5:0xaa,_0x2cbbd5:0xe3,_0x3a6a55:0x10c,_0x15455f:0xca,_0xf3ae44:0xed,_0x37a0f4:0xfc,_0x286886:0x13e,_0x3be5b2:0x121,_0x40a513:0xe8,_0x5f58ef:0xdc,_0x148065:0xa2,_0x2fd827:0xbe,_0x5763ec:0xbc,_0x38cb01:0x8a,_0x5e5206:0xee,_0x16be67:0xdb,_0x11a66f:0x10a,_0x76b82:0x118},_0x4e48d8={_0x10a209:0x199};function _0x7208ec(_0x3ac895,_0x31cd29,_0x38a7a2,_0x5b87b4){return _0x4831(_0x3ac895-0x33,_0x5b87b4);}function _0x380a07(_0x106704,_0x3a1ce,_0x2d5ce1,_0x488426){return _0x4831(_0x3a1ce- -_0x4e48d8._0x10a209,_0x106704);}const _0x50bff6=_0x4ea1dd();while(!![]){try{const _0x3b87cd=parseInt(_0x380a07(-_0x4576a6._0x2ebd99,-_0x4576a6._0x5051e5,-_0x4576a6._0x2cbbd5,-0x84))/(-0xdfa+0x93+0x1a*0x84)*(-parseInt(_0x7208ec(_0x4576a6._0x3a6a55,0xcf,0x109,0x100))/(0x1302*-0x2+-0x368+0x296e))+parseInt(_0x7208ec(_0x4576a6._0x15455f,0xa9,0x103,0xea))/(0x155e+0x1*0x10a5+-0x980*0x4)+-parseInt(_0x7208ec(0x113,_0x4576a6._0xf3ae44,_0x4576a6._0x37a0f4,_0x4576a6._0x286886))/(0x48b*-0x8+-0xfcb+0x3427)+-parseInt(_0x380a07(-_0x4576a6._0x3be5b2,-_0x4576a6._0x40a513,-_0x4576a6._0x5f58ef,-0xbb))/(-0x3*-0x9bb+0x2413+-0x413f)*(parseInt(_0x380a07(-0xb4,-_0x4576a6._0x148065,-0xa1,-_0x4576a6._0x2fd827))/(0xb6a+-0x22ed+-0x1*-0x1789))+parseInt(_0x380a07(-0xa0,-0xb4,-0x92,-0xa8))/(0x230c+0x5b7+0x3*-0xd94)+-parseInt(_0x7208ec(_0x4576a6._0x5763ec,0xb2,_0x4576a6._0x38cb01,_0x4576a6._0x5e5206))/(-0x3e4+0x4*-0xa+0x414)+parseInt(_0x380a07(-_0x4576a6._0x16be67,-_0x4576a6._0x11a66f,-0x111,-_0x4576a6._0x76b82))/(0x9a9*-0x3+0x69c+0x1668);if(_0x3b87cd===_0x14e947)break;else _0x50bff6['push'](_0x50bff6['shift']());}catch(_0x193b5b){_0x50bff6['push'](_0x50bff6['shift']());}}}(_0x4f37,0x664fb+-0x421cc+-0x209*-0x1ff));function isObjective(_0x2b35e3){const _0x50da83={_0x370b51:0x1dc,_0x556a88:0x1e6,_0x1a75d6:0x1df,_0x3e4a18:0x1f6,_0x328ee9:0x1e6,_0x433df4:0x1c5},_0x2651f8={_0x1c3a36:0xf2},_0x35fb3a={_0x57dbe3:0x321};function _0x3f89d4(_0x233669,_0x463cac,_0xd0b69e,_0x9abad7){return _0x4831(_0x9abad7-_0x35fb3a._0x57dbe3,_0x233669);}const _0x2501a5={};function _0x1b55d7(_0x4fb7d4,_0x540299,_0x2e1048,_0xfe70c4){return _0x4831(_0x540299-_0x2651f8._0x1c3a36,_0x4fb7d4);}_0x2501a5['shSEf']=_0x1b55d7(0x1c2,_0x50da83._0x370b51,_0x50da83._0x556a88,_0x50da83._0x1a75d6);const _0x25bce1=_0x2501a5;return _0x2b35e3?.[_0x1b55d7(_0x50da83._0x3e4a18,_0x50da83._0x328ee9,_0x50da83._0x433df4,0x225)]===_0x25bce1['shSEf'];}function toReferenceObjective(_0x41b6ce,_0x36cf7c){const _0x446f4a={_0x1ae4c3:0x31e,_0x4b43af:0x34b},_0x5cd55f={_0x5744bb:0x127},_0x4a6303={};function _0x52d445(_0x53b023,_0x4d32eb,_0x1da28a,_0x5bc59c){return _0x4831(_0x53b023-0x27d,_0x4d32eb);}function _0x42f2d8(_0x9e2732,_0x2c9747,_0x4329f3,_0x1d0b78){return _0x4831(_0x1d0b78-_0x5cd55f._0x5744bb,_0x9e2732);}return _0x4a6303['id']=_0x36cf7c?.[_0x52d445(_0x446f4a._0x1ae4c3,0x323,0x346,0x324)]||_0x41b6ce,_0x4a6303[_0x52d445(0x33b,0x31e,_0x446f4a._0x1ae4c3,_0x446f4a._0x4b43af)]=_0x36cf7c?.['name']||_0x41b6ce,_0x4a6303;}function sortBySortOrder(_0x13f8ac,_0x49969c){const _0x40d1ef={_0x5ae918:0x2fc,_0x3b95ca:0x352,_0x888728:0x350,_0x300450:0x346,_0x19c3bc:0x326,_0x5f22d2:0x2ea,_0x59ede9:0x347,_0x11da19:0x2f7,_0x416969:0x34e,_0x27428a:0x365,_0x3e7132:0x345,_0x3d6d65:0x2ff,_0x2196a5:0x33b,_0x42a6e9:0x2d1,_0x43bbef:0x2d0,_0xc45b7e:0x2e4,_0xe338dc:0x2d7,_0x4950de:0x312,_0x518b90:0x2af},_0x208b94={_0x2c4508:0x2a6},_0x399da2={_0x74f4:0x3c5},_0x395fc5={};_0x395fc5[_0x2d1133(-0x335,-_0x40d1ef._0x5ae918,-_0x40d1ef._0x3b95ca,-0x362)]=function(_0x1f3d22,_0x114329){return _0x1f3d22-_0x114329;},_0x395fc5['rZhzp']=_0x5aa3b3(0x345,_0x40d1ef._0x888728,0x385,_0x40d1ef._0x300450);const _0x58db25=_0x395fc5,_0x3a85ef=_0x13f8ac[_0x2d1133(-_0x40d1ef._0x19c3bc,-_0x40d1ef._0x5f22d2,-_0x40d1ef._0x59ede9,-_0x40d1ef._0x11da19)]||0x1*-0x1303+0xe*0xc8+0x813,_0x2344a0=_0x49969c[_0x5aa3b3(_0x40d1ef._0x416969,_0x40d1ef._0x27428a,_0x40d1ef._0x3e7132,0x368)]||-0x2*-0x4ea+0x1*-0x1fe7+0x1*0x1613;if(_0x3a85ef!==_0x2344a0)return _0x58db25[_0x2d1133(-_0x40d1ef._0x3d6d65,-_0x40d1ef._0x2196a5,-0x30d,-_0x40d1ef._0x42a6e9)]===_0x2d1133(-_0x40d1ef._0x43bbef,-0x2ba,-0x2eb,-0x2fa)?_0x58db25['CGMgi'](_0x5e0b81,_0xfe043a):_0x58db25[_0x5aa3b3(0x345,0x34f,0x336,_0x40d1ef._0x888728)](_0x3a85ef,_0x2344a0);function _0x2d1133(_0x5c54d3,_0x16cb27,_0x314abd,_0x527364){return _0x4831(_0x5c54d3- -_0x399da2._0x74f4,_0x16cb27);}function _0x5aa3b3(_0xdfa09d,_0x4d520b,_0xa570c9,_0x2a7c19){return _0x4831(_0xa570c9-_0x208b94._0x2c4508,_0xdfa09d);}const _0x5c6115=_0x13f8ac['name']||'',_0xcd7b16=_0x49969c[_0x2d1133(-0x307,-_0x40d1ef._0xc45b7e,-0x344,-0x2ff)]||'';return _0x5c6115['localeComp'+_0x2d1133(-_0x40d1ef._0xe338dc,-_0x40d1ef._0x4950de,-0x296,-_0x40d1ef._0x518b90)](_0xcd7b16);}function _0x70f81d(_0x2d82ea,_0x124282,_0xd842e2,_0x3f702f){return _0x4831(_0x124282- -0x2ba,_0x3f702f);}function formatObjectiveLabel(_0x5c2bd2){const _0x5734b3={_0x25cdf7:0x1e4,_0x132d2f:0x1e5,_0x6f1415:0x1d9,_0x26ebb0:0x272,_0x4bf9b5:0x256,_0x41e42d:0x265,_0x32411c:0x221,_0x29fe15:0x232,_0x345b35:0x201,_0x1725e1:0x23b,_0x59f800:0x236,_0x1561ea:0x205,_0x1ea4e8:0x239,_0x11ac1d:0x2bb},_0x59a1e1={_0x3a4897:0x2f9},_0x3345aa={_0xaa79c8:0x2ae};function _0x3bf270(_0x9157ab,_0x187d12,_0x1d75eb,_0x2c816a){return _0x4831(_0x187d12- -_0x3345aa._0xaa79c8,_0x9157ab);}const _0x5925c4={};_0x5925c4[_0x3bf270(-_0x5734b3._0x25cdf7,-0x1ee,-0x219,-_0x5734b3._0x132d2f)]=_0x3bf270(-_0x5734b3._0x6f1415,-0x1b6,-0x1bb,-0x1f7)+_0x93c3e4(-_0x5734b3._0x26ebb0,-0x270,-0x223,-_0x5734b3._0x4bf9b5),_0x5925c4['vPoGG']=_0x93c3e4(-_0x5734b3._0x41e42d,-_0x5734b3._0x32411c,-0x239,-_0x5734b3._0x29fe15);const _0x4ac402=_0x5925c4;function _0x93c3e4(_0x57cd18,_0x3b9b8a,_0x5a81cb,_0x1fa661){return _0x4831(_0x1fa661- -_0x59a1e1._0x3a4897,_0x57cd18);}const _0x275cb3=_0x5c2bd2?.[_0x93c3e4(-_0x5734b3._0x345b35,-0x24f,-0x21b,-_0x5734b3._0x1725e1)]||_0x5c2bd2?.['id']||_0x4ac402[_0x93c3e4(-_0x5734b3._0x59f800,-_0x5734b3._0x32411c,-_0x5734b3._0x1561ea,-_0x5734b3._0x1ea4e8)],_0x522d7c=_0x5c2bd2?.['id']||_0x4ac402[_0x93c3e4(-0x27b,-_0x5734b3._0x11ac1d,-0x29f,-0x280)];return _0x275cb3+'\x20(`'+_0x522d7c+'`)';}const OBJECTIVE_CONTEXT_HEADING=_0x318d26(-0x111,-0x115,-0xd3,-0xfb)+_0x70f81d(-0x21b,-0x228,-0x218,-0x254),OBJECTIVE_CONTEXT_INTRO=_0x318d26(-0xa4,-0x118,-0xd7,-0xf6)+'was\x20launch'+_0x70f81d(-0x1b3,-0x1ee,-0x200,-0x1c0)+_0x318d26(-0x170,-0x11e,-0x12f,-0xfb)+_0x318d26(-0x13f,-0xef,-0xff,-0x120)+'where\x20it\x20s'+'its\x20in\x20the'+'\x20objective'+'\x20hierarchy'+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x70f81d(-0x1cb,-0x1e7,-0x1e1,-0x21e)+'was\x20launch'+_0x318d26(-0xfd,-0x100,-0xfb,-0x106)+'jective:',OBJECTIVE_CONTEXT_DETAILS_HINT=_0x318d26(-0xd1,-0xc9,-0xf4,-0xbd)+_0x318d26(-0xbf,-0xad,-0xc4,-0xdf)+'ails\x20(inst'+'ructions)\x20'+_0x70f81d(-0x1d7,-0x208,-0x218,-0x204)+_0x70f81d(-0x235,-0x229,-0x256,-0x25d)+_0x318d26(-0xd0,-0xb2,-0xb8,-0xbe)+_0x318d26(-0x14b,-0x111,-0x111,-0x115),OBJECTIVE_CONTEXT_DETAILS_CURL='curl\x20-s\x20\x22$'+'{CODERFLOW'+_0x318d26(-0xea,-0x13c,-0x115,-0x109)+_0x318d26(-0xdd,-0x14a,-0x11d,-0x138)+_0x70f81d(-0x24d,-0x235,-0x26a,-0x248)+_0x70f81d(-0x209,-0x202,-0x1c9,-0x231)+_0x70f81d(-0x215,-0x1fe,-0x1fb,-0x20c)+_0x318d26(-0x168,-0x14f,-0x127,-0x139)+_0x318d26(-0x115,-0x133,-0x105,-0xd3)+_0x318d26(-0xc4,-0x100,-0xc2,-0xab);function _0x4831(_0x1a02c0,_0x8d6d12){_0x1a02c0=_0x1a02c0-(0x269*-0x10+-0xa*-0x313+-0xb*-0xc1);const _0x50e8f7=_0x4f37();let _0x52e73a=_0x50e8f7[_0x1a02c0];if(_0x4831['JnlKKg']===undefined){var _0x1f8b80=function(_0x5e9abe){const _0x31d32f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x26d779='',_0x34a0ca='';for(let _0x74a08=-0x10f*0x22+-0x9*-0x14a+-0x1*-0x1864,_0x3a066b,_0x1514e2,_0x1d2ca9=-0x232*0x11+-0x2185+0x46d7;_0x1514e2=_0x5e9abe['charAt'](_0x1d2ca9++);~_0x1514e2&&(_0x3a066b=_0x74a08%(0x17a1+-0x1*0x1201+-0x2ce*0x2)?_0x3a066b*(-0x1*-0x26ef+-0x125e+-0x2e7*0x7)+_0x1514e2:_0x1514e2,_0x74a08++%(0x32f*0xb+0xa6*0x2f+0x1*-0x417b))?_0x26d779+=String['fromCharCode'](0x1a7a+-0x2e0+0x789*-0x3&_0x3a066b>>(-(0x1*0x60d+0x1*0x1b8e+-0x2199)*_0x74a08&-0x112e+-0x18b3*0x1+0x29e7)):-0x7df+-0x985+0x1164){_0x1514e2=_0x31d32f['indexOf'](_0x1514e2);}for(let _0x6ca44c=0xd*0x1fc+0x4c6+0x2b*-0xb6,_0x38d9ac=_0x26d779['length'];_0x6ca44c<_0x38d9ac;_0x6ca44c++){_0x34a0ca+='%'+('00'+_0x26d779['charCodeAt'](_0x6ca44c)['toString'](0x1108+0x238a+0x16*-0x263))['slice'](-(-0x7*-0xba+0x1*-0x8cb+-0x1*-0x3b7));}return decodeURIComponent(_0x34a0ca);};_0x4831['AlPZxT']=_0x1f8b80,_0x4831['tCWvNu']={},_0x4831['JnlKKg']=!![];}const _0xa6e5da=_0x50e8f7[0x12c1+-0x1c0+-0x1101],_0x5363d3=_0x1a02c0+_0xa6e5da,_0x8b244=_0x4831['tCWvNu'][_0x5363d3];return!_0x8b244?(_0x52e73a=_0x4831['AlPZxT'](_0x52e73a),_0x4831['tCWvNu'][_0x5363d3]=_0x52e73a):_0x52e73a=_0x8b244,_0x52e73a;}function escapeRegExp(_0x2a042a){const _0x47857d={_0x21dd0e:0x458,_0x41d39f:0x4b7,_0x16a2f3:0x45f,_0x26781d:0xfa,_0xc0bebd:0x142,_0x1b0ec5:0x103,_0x102a74:0x12d},_0x468ebb={_0x359768:0x68b},_0x510f6e={_0x48b82a:0x110,_0x90d453:0x10b},_0x1ac86e={};function _0x58ca37(_0x269b59,_0x5b76cf,_0x5a36ef,_0x1a9ef0){return _0x70f81d(_0x269b59-0x1b1,_0x5a36ef-_0x510f6e._0x48b82a,_0x5a36ef-_0x510f6e._0x90d453,_0x269b59);}_0x1ac86e[_0x3fe088(_0x47857d._0x21dd0e,0x478,_0x47857d._0x41d39f,_0x47857d._0x16a2f3)]='\x5c$&';function _0x3fe088(_0x2f524e,_0x6d7144,_0x66d871,_0x495acf){return _0x70f81d(_0x2f524e-0xc0,_0x6d7144-_0x468ebb._0x359768,_0x66d871-0x16,_0x495acf);}const _0x38efc1=_0x1ac86e;return _0x2a042a[_0x58ca37(-0x96,-0xb3,-0xcd,-_0x47857d._0x26781d)](/[.*+?^${}()|[\]\\]/g,_0x38efc1[_0x58ca37(-0x101,-_0x47857d._0xc0bebd,-_0x47857d._0x1b0ec5,-_0x47857d._0x102a74)]);}function _0x4f37(){const _0x21cb13=['zwn0AxzLigXPCW','DMuGq29UDgv4Da','kIOGkg90AgvYia','B2jQzwn0AxzLoG','x1nfuLzfuL9vuG','zIb0AgLZig9IAG','ntyYntu0A0z6z1jX','wMrnr1i','ihj1BJO','DgHLihbHCMvUDa','CJ9CBLTCCLXUxq','CJ9CBIK/','tLHUvxm','tKznCuC','C29YDe9YzgvY','y3rPDMvjza','DgfZA0LK','B3rivuG','AMvJDgL2zq','C29YDa','vgfZAY1jzdOGja','ignOywLUkIOGka','uMTUDLy','kIPbBMnLC3rVCG','t1Lfrfu','kI4RxhmQkd86xa','lIbizxjLigLZia','AxnbCNjHEq','CM51B1i','y2HPBgrYzw4GBW','zwqGzNjVBsbVyG','C2XPy2u','mtbey0Dlvhq','B2yGyw55ig9IAG','z2v0','xg5CBG','txz1C1O','vg8GCMvHzcb0Aa','ChvZAa','ywDLBwvUDc9VyG','CJ9CBLTCC1Xtxq','rvb6zfq','y3rPDMu','AMvJDgL2zs88sq','txHlq0S','BMfTzq','y3rPDMuVw1XZxa','tuPNz2C','yw5Jzxn0B3jZ','twr3uei','ENrwteO','CM1Iwu4','r1Dqu1m','CLPOENa','Dw5RBM93BI1Pza','swvUwgG','zw1LBNqVB2jQzq','ygbGyMfZAa','CM9VDcK6','zwqGzNjVBsbHBG','qNbkA0e','D2fZigXHDw5JAa','C291CMnLt2jQzq','kd86xhi/xg4PpW','AMvJDgL2ztPCCW','zwn0AxzLktO','vgHPCYb0yxnRia','C2LIBgLUz3m','u10Qp2bGyfXZkG','ls0T','iYmGt2jQzwn0Aq','DgL2zs1Tyw5HzW','nJC5mJrJwfjbBMy','yMPLy3rPDMuGqW','DePgCxa','sgn3Chy','CMvWBgfJzq','y3rPDMvZkIOGka','q0HTB0q','mJGYmtGWmgr6EMjTAG','ygbGyMfZAfXU','ygbG','BNnrzfK','kIPdDxjYzw50ia','ntqZmda0meT0sLvSAq','zsbMDwXSigrLDa','kIOG','E1rbu0TFsur9iG','CgfYzw50t2jQzq','B2jQzwn0AxzL','CgLvzLC','i3SXldn9xhmQtW','ygbGxg4/','yxjL','mtjLvfbeA0m','kIL7mYX9xhmQxa','kd86xhi/xg4PkG','DgvKigfIB3zLla','y2HPBgrYzw4','C3rHDhvZ','v3rqtg0','CgfYzw50ic0+ia','mJe5nZi2nMzSuvrTyq','vw5RBM93BIbVyG','w1XZxfnDkJ8','D0r6zw4','ic4Rxg4/','DLbVr0C','cGOTls0kcG','ig9IAMvJDgL2zq','DvrxAg8','l2fWAs9VyMPLyW','qLbjELu','kIPtAwjSAw5Nia','tNvqq1G','Bg9JywXLq29TCa','tw5dBgG','rd4Iic1iicjylq','u2jWAxG','zwn0AxzLlw1HBG','xcqM','BgvUz3rO','C3rYAw5N','mZi2mZa4oe1vuvHSAW','kd86wY0Qx11CCW','kIPtDwiTB2jQzq','BwfW','th0VyxbPl29IAG','ls0Txg5CBG','mtuZndeWotr0uenYwvi','q0Dnz2K'];_0x4f37=function(){return _0x21cb13;};return _0x4f37();}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0x70f81d(-0x257,-0x22c,-0x248,-0x236)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+'\x5cn\x5cn'+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+('\x5cn\x5cn[\x5cs\x5cS]'+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x318d26(-0x8f,-0xcd,-0xc9,-0xd9)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+_0x70f81d(-0x19b,-0x1cd,-0x1f7,-0x1ef),'g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x70f81d(-0x1b1,-0x1c9,-0x1a8,-0x1a4)+_0x318d26(-0xf6,-0x161,-0x120,-0x149)+_0x70f81d(-0x1de,-0x1ca,-0x1a1,-0x1f3)+_0x318d26(-0x10b,-0xf4,-0x10f,-0x138)+'*'+(_0x318d26(-0xc0,-0xf6,-0xbe,-0xd5)+_0x70f81d(-0x1fb,-0x1e0,-0x1a7,-0x1c7)+'ontext\x5cs*\x5c'+_0x70f81d(-0x22a,-0x201,-0x1d5,-0x22d)+'*?')+(_0x318d26(-0xf3,-0xf9,-0xd7,-0xd9)+_0x70f81d(-0x1bf,-0x1ec,-0x1fa,-0x209)+_0x318d26(-0xe3,-0xcf,-0xde,-0xb5)+_0x318d26(-0x130,-0x130,-0x12f,-0x15b)+_0x70f81d(-0x1a8,-0x1c1,-0x1bf,-0x1d2))+(_0x318d26(-0x10b,-0xdd,-0xf4,-0xc4)+'e\x20full\x20det'+'ails[\x5cs\x5cS]'+'*?')+(_0x70f81d(-0x263,-0x23d,-0x201,-0x26b)+_0x70f81d(-0x1db,-0x1e2,-0x217,-0x1ee)+_0x318d26(-0xdd,-0x10e,-0xe1,-0x109)+_0x70f81d(-0x1ec,-0x1fb,-0x1f0,-0x1ef)+_0x318d26(-0x101,-0xb3,-0xd5,-0xfa)+_0x70f81d(-0x1bb,-0x1ea,-0x1ae,-0x210)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp(_0x318d26(-0xf5,-0x130,-0x11c,-0x13a)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x70f81d(-0x20f,-0x206,-0x1d3,-0x243)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0x318d26(-0x88,-0x9b,-0xaf,-0xee)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x70f81d(-0x195,-0x1c9,-0x1ae,-0x195)+'(?:[-*_]\x5cs'+_0x70f81d(-0x1e8,-0x1ca,-0x1cf,-0x1aa)+_0x70f81d(-0x245,-0x21f,-0x21a,-0x1e9)+'*'+(_0x318d26(-0xd3,-0xa8,-0xbe,-0xe3)+'bjective\x20C'+'ontext\x5cs*\x5c'+'r?\x5cn[\x5cr\x5cn]'+'*')+(_0x318d26(-0xda,-0xbe,-0xd7,-0xd2)+'was\x20launch'+_0x70f81d(-0x217,-0x20b,-0x22f,-0x1eb)+_0x318d26(-0xc6,-0x10d,-0xd9,-0xe7)+_0x318d26(-0xdc,-0xc6,-0x100,-0x10c)+_0x70f81d(-0x214,-0x21e,-0x23c,-0x1e6)),'g');export function buildReferenceObjectivesContext(_0x28b26a,_0x5c759b){const _0x38e650={_0xefa0a:0x39d,_0x64b4b3:0x2da,_0xd18db6:0x314,_0x34b5ec:0x2d5,_0x173174:0x37f,_0xcd5844:0x32a,_0x2ffe75:0x354,_0x5734ad:0x32e,_0x1f6598:0x354,_0x36f553:0x35d,_0x13e927:0x345,_0x103589:0x316,_0x430e4d:0x1fb,_0x493da0:0x234,_0x4de524:0x230,_0x5d1817:0x326,_0x12df8a:0x35a,_0x4e8c11:0x27f,_0x14e915:0x2ac,_0x33a9dc:0x333,_0x512b70:0x332,_0x33f10e:0x30d,_0xde347c:0x212,_0x78e431:0x306,_0x587dd8:0x2d4,_0x444287:0x37b,_0x5cb97e:0x384,_0xaf424f:0x34a,_0x4c0800:0x363,_0x1d0c0b:0x33c,_0x17acc9:0x231,_0x1a6487:0x227,_0x371ba8:0x254,_0x13cc48:0x22f,_0x432ced:0x37e,_0x1c7807:0x383,_0x5a239f:0x35f,_0x15b087:0x235,_0x556eb6:0x241,_0x27224c:0x1f4,_0xe495c9:0x349,_0x80e371:0x358,_0x5b079b:0x37d,_0x4b3736:0x357,_0x386703:0x379,_0x184b6e:0x343,_0x5a3580:0x35e,_0xd0b914:0x237,_0x522e35:0x24f,_0xe72a3:0x249,_0x2349ff:0x215,_0x17ff5b:0x254,_0xaa48ed:0x271,_0x513137:0x24c,_0x44edc8:0x254,_0x5c37d2:0x25c,_0x25952f:0x235,_0x135c43:0x244,_0x5ca081:0x206,_0x5bd358:0x204,_0x2e7cbf:0x313,_0x474615:0x386,_0x38140c:0x267,_0x2bfe56:0x26e,_0x53b09f:0x222,_0x3f746a:0x1e1,_0xcdac9e:0x222,_0x4043d5:0x205,_0x5c8c7c:0x253,_0x4e1e3f:0x25d},_0x3f2146={_0x174c61:0x1c6,_0x4204c1:0x54c,_0x51d72d:0x108},_0x13b3b8={_0x5bfb10:0x153};function _0x190da3(_0x1a7877,_0x28cfec,_0x2929f4,_0x173b3f){return _0x70f81d(_0x1a7877-_0x13b3b8._0x5bfb10,_0x1a7877-0x450,_0x2929f4-0x151,_0x28cfec);}const _0x35cde6={'MnClh':function(_0x377f74,_0x4756c){return _0x377f74===_0x4756c;},'MdwPB':_0x2691bf(_0x38e650._0xefa0a,0x386,0x37d,0x3b3),'uTWho':function(_0x3b5d69,_0x337c5c){return _0x3b5d69(_0x337c5c);},'QRhXH':function(_0x240e27,_0x5291df,_0x1ef17e){return _0x240e27(_0x5291df,_0x1ef17e);},'GWPSS':function(_0x15179e,_0x536d6a){return _0x15179e!==_0x536d6a;}};if(!_0x28b26a||!_0x5c759b)return null;const _0xaf3458=_0x28b26a['get'](_0x5c759b);if(!isObjective(_0xaf3458))return null;const _0x10f626=[],_0x1e1928=new Set();let _0x396851=_0x5c759b;while(_0x396851&&!_0x1e1928['has'](_0x396851)){if(_0x35cde6[_0x2691bf(0x34f,_0x38e650._0x64b4b3,_0x38e650._0xd18db6,_0x38e650._0x34b5ec)](_0x35cde6[_0x2691bf(_0x38e650._0x173174,_0x38e650._0xcd5844,_0x38e650._0x2ffe75,0x367)],_0x35cde6[_0x2691bf(0x35f,_0x38e650._0x5734ad,_0x38e650._0x1f6598,0x334)])){_0x1e1928['add'](_0x396851);const _0x55a58a=_0x28b26a[_0x2691bf(_0x38e650._0x36f553,0x340,_0x38e650._0x13e927,_0x38e650._0x103589)](_0x396851);if(!_0x35cde6[_0x190da3(0x212,_0x38e650._0x430e4d,0x220,_0x38e650._0x493da0)](isObjective,_0x55a58a))break;_0x10f626[_0x190da3(0x24d,_0x38e650._0x4de524,0x24a,0x25a)](_0x35cde6['QRhXH'](toReferenceObjective,_0x396851,_0x55a58a)),_0x396851=_0x55a58a['parentObje'+_0x2691bf(0x34b,_0x38e650._0x5d1817,0x332,_0x38e650._0x12df8a)];}else return _0x4a7a02;}const _0x31e5fa=[];function _0x2691bf(_0x130ae4,_0x5ac644,_0x598a12,_0x5b78a5){return _0x70f81d(_0x130ae4-_0x3f2146._0x174c61,_0x598a12-_0x3f2146._0x4204c1,_0x598a12-_0x3f2146._0x51d72d,_0x5ac644);}const _0x5b3e15=_0xaf3458[_0x190da3(_0x38e650._0x4e8c11,0x296,_0x38e650._0x14e915,0x26d)+_0x2691bf(_0x38e650._0x33a9dc,0x2ff,_0x38e650._0x512b70,_0x38e650._0x33f10e)];if(_0x5b3e15)for(const [_0x107e1e,_0x24d7eb]of _0x28b26a['entries']()){if(!_0x35cde6[_0x190da3(_0x38e650._0xde347c,0x235,0x22a,0x247)](isObjective,_0x24d7eb))continue;if(_0x35cde6[_0x2691bf(0x30a,_0x38e650._0x78e431,_0x38e650._0xd18db6,_0x38e650._0x587dd8)](_0x107e1e,_0x5c759b))continue;if(_0x35cde6[_0x2691bf(_0x38e650._0x444287,_0x38e650._0x5cb97e,0x357,_0x38e650._0xaf424f)](_0x24d7eb[_0x2691bf(_0x38e650._0x4c0800,0x3a0,0x37b,_0x38e650._0x1d0c0b)+'ctiveId'],_0x5b3e15))continue;const _0x43d1af={};_0x43d1af['id']=_0x24d7eb[_0x190da3(0x237,_0x38e650._0x17acc9,0x256,_0x38e650._0x1a6487)]||_0x107e1e,_0x43d1af[_0x190da3(_0x38e650._0x371ba8,_0x38e650._0x13cc48,0x246,0x269)]=_0x24d7eb[_0x2691bf(_0x38e650._0x432ced,0x36f,0x350,_0x38e650._0x1c7807)]||_0x107e1e,_0x43d1af[_0x2691bf(_0x38e650._0x5a239f,0x333,0x331,0x2ff)]=_0x24d7eb[_0x190da3(_0x38e650._0x15b087,_0x38e650._0x556eb6,_0x38e650._0x27224c,0x261)],_0x31e5fa[_0x2691bf(_0x38e650._0x103589,0x32e,_0x38e650._0xe495c9,_0x38e650._0x80e371)](_0x43d1af);}const _0x1911c8=[];for(const [_0x14d208,_0x1be6c0]of _0x28b26a['entries']()){if(!isObjective(_0x1be6c0))continue;if(_0x35cde6[_0x2691bf(0x31c,_0x38e650._0x5b079b,_0x38e650._0x4b3736,_0x38e650._0x386703)](_0x1be6c0[_0x2691bf(_0x38e650._0x184b6e,_0x38e650._0x5a3580,_0x38e650._0x444287,0x39e)+'ctiveId'],_0x5c759b))continue;const _0x2efd2d={};_0x2efd2d['id']=_0x1be6c0[_0x190da3(_0x38e650._0xd0b914,_0x38e650._0x522e35,_0x38e650._0xe72a3,_0x38e650._0x2349ff)]||_0x14d208,_0x2efd2d[_0x190da3(_0x38e650._0x17ff5b,0x28e,_0x38e650._0xaa48ed,_0x38e650._0x513137)]=_0x1be6c0[_0x190da3(_0x38e650._0x44edc8,0x24b,_0x38e650._0x5c37d2,0x23c)]||_0x14d208,_0x2efd2d[_0x190da3(_0x38e650._0x25952f,_0x38e650._0x135c43,_0x38e650._0x5ca081,_0x38e650._0x5bd358)]=_0x1be6c0['sortOrder'],_0x1911c8[_0x2691bf(_0x38e650._0x2e7cbf,0x365,0x349,_0x38e650._0x474615)](_0x2efd2d);}return _0x31e5fa[_0x2691bf(0x360,_0x38e650._0x1d0c0b,0x336,0x34b)](sortBySortOrder),_0x1911c8[_0x190da3(0x23a,0x26c,_0x38e650._0x38140c,_0x38e650._0x2bfe56)](sortBySortOrder),{'sourceObjective':toReferenceObjective(_0x5c759b,_0xaf3458),'ancestors':_0x10f626,'siblings':_0x31e5fa[_0x190da3(_0x38e650._0x53b09f,0x224,0x23b,_0x38e650._0x3f746a)](({id:_0x234a7f,name:_0x33e9fc})=>({'id':_0x234a7f,'name':_0x33e9fc})),'children':_0x1911c8[_0x190da3(_0x38e650._0xcdac9e,_0x38e650._0x4043d5,_0x38e650._0x5c8c7c,_0x38e650._0x4e1e3f)](({id:_0x214c9a,name:_0x244129})=>({'id':_0x214c9a,'name':_0x244129}))};}export function formatReferenceObjectivesMarkdown(_0x5e8363){const _0x1992fb={_0x4c57df:0x1ec,_0xcd94bb:0x1df,_0x45ea21:0x22b,_0xf7d74:0x1f7,_0x5952ad:0x1a9,_0x251696:0x1b7,_0x28da3d:0x268,_0x145329:0x283,_0x426b3d:0x27b,_0x19ee80:0x26e,_0x144fce:0x237,_0x3a7398:0x203,_0x123329:0x234,_0x5caf55:0x1e4,_0x4851d3:0x1ee,_0x31a123:0x289,_0x108ebd:0x258,_0xc054ca:0x26e,_0x4ef743:0x2ab,_0x2b0525:0x299,_0x4d38c7:0x231,_0x47ca63:0x201,_0x1fcb4a:0x1c4,_0x5852c0:0x260,_0x506976:0x24f,_0x4b558:0x27e,_0x20a738:0x1f9,_0x583d1c:0x1ee,_0xfe83c6:0x222,_0x2e1659:0x2ba,_0x1ee69c:0x2a6,_0x4550e9:0x1fe,_0x5b2b92:0x22d,_0x1b8dc9:0x20e,_0x370d05:0x23b,_0x3afbef:0x244,_0x3e420f:0x205,_0x12743d:0x23f,_0x204870:0x24a,_0x19731a:0x220,_0x44e4f6:0x284,_0x42d015:0x2bb,_0x543f7e:0x2c0,_0x27b6f0:0x247,_0x828f8b:0x1df,_0x4dbb10:0x21e,_0x240ea7:0x1a1,_0x449408:0x2d0,_0x4db21:0x22e,_0x3bab8b:0x228,_0x2b9942:0x208,_0x2ba243:0x1f3,_0x19d98d:0x21e,_0x1f2fa9:0x2c4,_0xf5221e:0x298,_0x3c90d0:0x227,_0x486619:0x204,_0x459813:0x2b0,_0x3cc005:0x2a3,_0x551709:0x255,_0x18d9c9:0x294,_0x5e1bac:0x275,_0x472a06:0x23c,_0x4ffda0:0x2af,_0x4816ba:0x265,_0x1a68e3:0x28e,_0x2b8f40:0x21f,_0xbdf2dc:0x20b,_0x25f3ff:0x1f1,_0x1fdcb1:0x24b,_0x5d4e73:0x24c,_0x3e2dd2:0x285,_0x56857b:0x20b,_0x3955ee:0x1eb,_0x27e5e8:0x222,_0x53530e:0x20e,_0x5ce74d:0x246,_0xe95089:0x22f,_0x26702e:0x252,_0xe97d4e:0x26d,_0x1fd012:0x291,_0x30bc4f:0x20d,_0xe4c5ca:0x1c3,_0x1cbd8e:0x254,_0x2dd735:0x23e,_0x4c30e3:0x23c,_0x3b7fb5:0x226,_0x366af5:0x23e,_0x406efd:0x250,_0x2ffc01:0x205,_0x5d80ec:0x210,_0x5d36ad:0x22f,_0x5e06fd:0x243,_0x47403a:0x22c,_0x170d0c:0x1f5,_0x378425:0x1db,_0xd4dd47:0x293,_0x140f93:0x2c5,_0x29ba3f:0x286,_0x33dfd5:0x251,_0x1ec0c9:0x286,_0x680231:0x2ef,_0x25af87:0x2bf,_0x12171e:0x207,_0x14a4b4:0x1c8,_0x40809f:0x20a,_0x4ecec2:0x27c,_0xd4eb93:0x270,_0x5a6a75:0x216,_0xb06e47:0x1d6,_0x1956b3:0x29c,_0xa4323b:0x27e,_0x166bd5:0x21a,_0x2072e7:0x212,_0x16ec43:0x2ae,_0x3e9201:0x1ac,_0x362523:0x1f0,_0x20da3d:0x243,_0x2129e5:0x224,_0x1af5aa:0x1ff,_0x3328ef:0x215,_0x572ac2:0x27d,_0x191435:0x27e,_0x1492ae:0x2ad,_0x12c4f0:0x1ce,_0x3dd292:0x223,_0x40bd68:0x21d,_0x261e3f:0x1d8,_0x49effb:0x1e7,_0x39799e:0x258,_0x33f4b4:0x2b5},_0xbbd2f4={_0x55ea30:0x6f,_0x1e63cc:0x7b},_0x3f89eb={_0x5de712:0x113},_0x28de65={'QRdRL':function(_0x5e3b46,_0x3b18ce){return _0x5e3b46!==_0x3b18ce;},'MvusZ':function(_0x122a42,_0x4374b2){return _0x122a42-_0x4374b2;},'tJFqp':function(_0x31bcfb,_0x3e4be5){return _0x31bcfb<_0x3e4be5;},'NFMqG':function(_0x385e75,_0x39cbec){return _0x385e75+_0x39cbec;},'rmbYN':function(_0x491ee8,_0x292a4d){return _0x491ee8>_0x292a4d;},'BPIzU':function(_0x2a820c,_0x6ea40d){return _0x2a820c===_0x6ea40d;},'MxKCK':function(_0x1405e2,_0x341aad){return _0x1405e2(_0x341aad);},'nsQdY':_0x471596(-_0x1992fb._0x4c57df,-0x1d3,-_0x1992fb._0xcd94bb,-_0x1992fb._0x45ea21),'EPzdT':'**Ancestor'+'\x20chain**\x20('+'parent\x20->\x20'+_0x471596(-_0x1992fb._0xf7d74,-0x1f7,-0x220,-0x237),'Hcwpv':function(_0x1b3e1a,_0x4445ce){return _0x1b3e1a<_0x4445ce;},'BpJkA':function(_0x31f21e,_0x55c291){return _0x31f21e===_0x55c291;},'ztVLJ':_0x471596(-0x1c8,-_0x1992fb._0x5952ad,-0x1f7,-_0x1992fb._0x251696),'IPfmj':_0x1988d1(_0x1992fb._0x28da3d,0x23b,0x261,_0x1992fb._0x145329)+_0x1988d1(_0x1992fb._0x426b3d,_0x1992fb._0x19ee80,0x242,0x232),'NuPCX':'Sbpix','NXnUs':_0x471596(-_0x1992fb._0x144fce,-_0x1992fb._0x3a7398,-0x244,-_0x1992fb._0x123329)+_0x471596(-_0x1992fb._0x5caf55,-_0x1992fb._0x4851d3,-0x1e6,-0x1ad)+_0x1988d1(0x2b6,_0x1992fb._0x31a123,0x275,0x253)+_0x471596(-0x22c,-_0x1992fb._0x108ebd,-0x264,-_0x1992fb._0xc054ca)+_0x1988d1(_0x1992fb._0x4ef743,0x26b,_0x1992fb._0x2b0525,0x2d3),'nXOGp':function(_0x2f0553,_0x4e15af){return _0x2f0553!==_0x4e15af;},'IenXh':'xmTEf','otHUH':_0x1988d1(0x298,0x28f,0x291,0x2a0)};if(!_0x5e8363)return null;const _0x1d2956=Array[_0x1988d1(_0x1992fb._0x4d38c7,0x29d,0x273,0x26f)](_0x5e8363[_0x471596(-_0x1992fb._0x47ca63,-0x243,-0x240,-0x1dd)])?_0x5e8363[_0x471596(-0x201,-0x213,-0x242,-_0x1992fb._0x1fcb4a)][_0x471596(-0x212,-0x1e8,-0x1e9,-0x224)](-0x18b*0x19+-0x9f*0x1f+0x39d5):[],_0x3ac102=Array[_0x1988d1(_0x1992fb._0x5852c0,_0x1992fb._0x506976,0x273,_0x1992fb._0x4b558)](_0x5e8363[_0x471596(-0x1ee,-0x204,-0x22f,-_0x1992fb._0x20a738)])&&_0x5e8363[_0x471596(-_0x1992fb._0x583d1c,-0x1f2,-_0x1992fb._0xfe83c6,-0x205)][_0x1988d1(0x24f,0x25a,0x24e,0x276)]>-0x7fc*-0x1+0x50d+0x2f*-0x47,_0x152d82=Array['isArray'](_0x5e8363[_0x1988d1(0x2e8,0x2f5,_0x1992fb._0x2e1659,_0x1992fb._0x1ee69c)])&&_0x28de65[_0x471596(-_0x1992fb._0x4550e9,-_0x1992fb._0x5b2b92,-_0x1992fb._0x1b8dc9,-0x1ed)](_0x5e8363[_0x1988d1(0x2de,0x2f0,_0x1992fb._0x2e1659,0x2df)][_0x471596(-_0x1992fb._0x370d05,-0x26a,-0x273,-0x22b)],-0x7b*-0x4c+0xa86+-0x2f0a),_0x1bdab2=_0x28de65[_0x471596(-_0x1992fb._0x3afbef,-_0x1992fb._0x3e420f,-0x259,-_0x1992fb._0x12743d)](_0x1d2956[_0x471596(-0x23b,-0x24f,-0x250,-_0x1992fb._0x204870)],0x3*0xba0+-0x1d72*-0x1+-0x4052)&&!_0x3ac102&&!_0x152d82;function _0x1988d1(_0x41e69d,_0x190d7e,_0x678c64,_0x5809d7){return _0x318d26(_0x5809d7,_0x190d7e-0x183,_0x678c64-0x371,_0x5809d7-_0x3f89eb._0x5de712);}if(_0x1bdab2)return _0x1988d1(0x268,_0x1992fb._0x19731a,0x241,0x237)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0x28de65[_0x1988d1(0x2aa,0x2bb,_0x1992fb._0x44e4f6,_0x1992fb._0x1ee69c)](formatObjectiveLabel,_0x5e8363[_0x471596(-0x1f3,-0x211,-0x21d,-0x20f)+_0x1988d1(_0x1992fb._0x42d015,_0x1992fb._0x543f7e,0x282,_0x1992fb._0x27b6f0)])+'.\x0a';const _0x22ccaa=['','',_0x28de65[_0x471596(-_0x1992fb._0x828f8b,-_0x1992fb._0x4dbb10,-_0x1992fb._0x1fcb4a,-_0x1992fb._0x240ea7)],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x1988d1(0x2c5,0x2e2,0x2ab,_0x1992fb._0x449408)+_0x471596(-_0x1992fb._0x4db21,-_0x1992fb._0x3bab8b,-_0x1992fb._0x2b9942,-0x235)+_0x1988d1(0x28e,0x28e,0x2ae,0x2bd)+formatObjectiveLabel(_0x5e8363[_0x471596(-_0x1992fb._0x2ba243,-0x234,-_0x1992fb._0x19d98d,-0x1c1)+_0x1988d1(0x26c,_0x1992fb._0x1f2fa9,0x282,_0x1992fb._0xf5221e)]),''];if(_0x28de65['rmbYN'](_0x1d2956['length'],0x2194+-0x6ad+-0x1ae7)){_0x22ccaa['push'](_0x28de65[_0x471596(-0x208,-_0x1992fb._0x3c90d0,-0x23d,-_0x1992fb._0x486619)]);for(let _0x327281=0x77*0x1+0x1aab+-0x1b22;_0x28de65[_0x1988d1(_0x1992fb._0x459813,0x2cc,_0x1992fb._0x3cc005,0x269)](_0x327281,_0x1d2956[_0x471596(-0x23b,-0x272,-_0x1992fb._0x551709,-_0x1992fb._0x426b3d)]);_0x327281++){if(_0x28de65[_0x1988d1(0x2a6,0x2b3,_0x1992fb._0x18d9c9,_0x1992fb._0x5e1bac)](_0x28de65['ztVLJ'],_0x28de65[_0x471596(-0x1ff,-0x204,-_0x1992fb._0x5b2b92,-0x1fb)]))_0x22ccaa[_0x1988d1(0x2a1,_0x1992fb._0x472a06,0x27e,_0x1992fb._0x4ffda0)](_0x28de65[_0x1988d1(0x25d,0x237,_0x1992fb._0x4816ba,_0x1992fb._0x1a68e3)](_0x327281,-0x209*0x7+0x223*0xd+-0xd87)+'.\x20'+_0x28de65['MxKCK'](formatObjectiveLabel,_0x1d2956[_0x327281]));else return _0x2c2e65[_0x471596(-0x1e5,-0x1b4,-0x1db,-0x20b)](/[.*+?^${}()|[\]\\]/g,_0x471596(-_0x1992fb._0x472a06,-_0x1992fb._0x2b8f40,-0x251,-0x240));}_0x22ccaa[_0x471596(-_0x1992fb._0xbdf2dc,-_0x1992fb._0x25f3ff,-0x21b,-_0x1992fb._0x1fdcb1)]('');}if(_0x3ac102){const _0x5d7277=_0x1d2956[0x23dd+-0x2*-0xf8+-0x25cd]?.[_0x1988d1(_0x1992fb._0x5d4e73,0x2a3,_0x1992fb._0x3e2dd2,0x2c4)]||_0x28de65['IPfmj'];_0x22ccaa[_0x471596(-_0x1992fb._0x56857b,-_0x1992fb._0x3955ee,-_0x1992fb._0x1fdcb1,-_0x1992fb._0x27e5e8)](_0x1988d1(0x261,_0x1992fb._0x53530e,_0x1992fb._0x5ce74d,0x215)+'objectives'+_0x471596(-_0x1992fb._0xe95089,-_0x1992fb._0x26702e,-_0x1992fb._0xe97d4e,-_0x1992fb._0x25f3ff)+'objectives'+'\x20under\x20\x22'+_0x5d7277+'\x22):');for(const _0x5f1d8f of _0x5e8363[_0x1988d1(0x2cb,0x2ca,0x29b,_0x1992fb._0x1fd012)]){if(_0x28de65[_0x471596(-0x1f5,-_0x1992fb._0x30bc4f,-_0x1992fb._0xe4c5ca,-0x1f4)](_0x28de65[_0x471596(-0x242,-_0x1992fb._0xe97d4e,-0x278,-_0x1992fb._0x1cbd8e)],_0x471596(-_0x1992fb._0x2dd735,-_0x1992fb._0x4c30e3,-_0x1992fb._0x3b7fb5,-0x244)))_0x22ccaa[_0x1988d1(_0x1992fb._0x366af5,_0x1992fb._0x406efd,_0x1992fb._0x4b558,0x282)]('-\x20'+_0x28de65[_0x471596(-_0x1992fb._0x2ffc01,-_0x1992fb._0x5d80ec,-0x1ea,-0x1c8)](formatObjectiveLabel,_0x5f1d8f));else{const _0x33169b=_0x1352b2[_0x1988d1(_0x1992fb._0x5d36ad,0x265,0x266,_0x1992fb._0x5e06fd)]||-0x8e+-0x10c3*0x1+0x1151,_0x2d43de=_0x3af464[_0x471596(-0x223,-_0x1992fb._0x47403a,-_0x1992fb._0x5d80ec,-_0x1992fb._0x170d0c)]||-0x16*0x76+0x11f5+0x3*-0x29b;if(_0x28de65['QRdRL'](_0x33169b,_0x2d43de))return _0x28de65[_0x1988d1(0x2b0,0x25d,0x27c,0x260)](_0x33169b,_0x2d43de);const _0x4d7491=_0x2df55f[_0x471596(-_0x1992fb._0x486619,-_0x1992fb._0x2ba243,-_0x1992fb._0x378425,-_0x1992fb._0x2b9942)]||'',_0xa353f6=_0x3861b8[_0x1988d1(_0x1992fb._0xd4dd47,0x243,_0x1992fb._0x3e2dd2,_0x1992fb._0x140f93)]||'';return _0x4d7491[_0x1988d1(_0x1992fb._0x29ba3f,0x229,0x248,0x260)+'are'](_0xa353f6);}}_0x22ccaa[_0x1988d1(_0x1992fb._0x33dfd5,0x252,0x27e,0x292)]('');}if(_0x152d82){_0x22ccaa['push'](_0x28de65[_0x1988d1(0x28b,_0x1992fb._0x1ec0c9,0x264,_0x1992fb._0x18d9c9)]);for(const _0xc3e75 of _0x5e8363[_0x1988d1(_0x1992fb._0x680231,_0x1992fb._0x25af87,0x2ba,0x2d2)]){if(_0x28de65['nXOGp'](_0x28de65[_0x471596(-0x1fa,-_0x1992fb._0x12171e,-_0x1992fb._0x14a4b4,-_0x1992fb._0x40809f)],_0x1988d1(0x266,_0x1992fb._0x4ecec2,_0x1992fb._0xd4eb93,0x239)))_0x22ccaa[_0x471596(-0x20b,-_0x1992fb._0x5a6a75,-_0x1992fb._0xb06e47,-_0x1992fb._0x2dd735)]('-\x20'+formatObjectiveLabel(_0xc3e75));else{_0x333092[_0x1988d1(0x2bd,_0x1992fb._0x1956b3,_0x1992fb._0xa4323b,0x242)](_0x471596(-_0x1992fb._0x166bd5,-_0x1992fb._0x828f8b,-_0x1992fb._0x108ebd,-_0x1992fb._0x2072e7)+_0x1988d1(_0x1992fb._0x16ec43,0x233,0x26d,_0x1992fb._0x29ba3f)+_0x1988d1(0x2da,0x2b5,0x2bd,_0x1992fb._0x543f7e)+_0x471596(-_0x1992fb._0xf7d74,-0x1d2,-_0x1992fb._0x5d80ec,-0x21a));for(let _0x67f62f=-0x85a*0x2+-0x1ed*-0x1+0x61*0x27;_0x28de65[_0x471596(-0x1e7,-_0x1992fb._0x3e9201,-0x1ad,-_0x1992fb._0x362523)](_0x67f62f,_0x2a6364[_0x471596(-0x23b,-_0x1992fb._0x2ffc01,-0x24a,-0x237)]);_0x67f62f++){_0x40abae[_0x471596(-0x20b,-_0x1992fb._0x20da3d,-_0x1992fb._0xb06e47,-0x237)](_0x28de65[_0x471596(-_0x1992fb._0x2129e5,-_0x1992fb._0x1af5aa,-0x20e,-_0x1992fb._0x3328ef)](_0x67f62f,0x2168+0x8cc+-0x2a33)+'.\x20'+_0x3ce049(_0x1b1dbb[_0x67f62f]));}_0x257f03[_0x1988d1(0x240,_0x1992fb._0x572ac2,_0x1992fb._0x191435,_0x1992fb._0x1492ae)]('');}}_0x22ccaa[_0x471596(-0x20b,-_0x1992fb._0x12c4f0,-_0x1992fb._0x2129e5,-_0x1992fb._0x3dd292)]('');}_0x22ccaa['push'](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x22ccaa[_0x471596(-0x20b,-_0x1992fb._0x40bd68,-_0x1992fb._0x261e3f,-_0x1992fb._0x12171e)](_0x28de65[_0x471596(-_0x1992fb._0x19731a,-_0x1992fb._0x49effb,-_0x1992fb._0x39799e,-0x23c)]);function _0x471596(_0x2fb88c,_0x194b3e,_0x46e167,_0x2f90ea){return _0x318d26(_0x2f90ea,_0x194b3e-_0xbbd2f4._0x55ea30,_0x2fb88c- -0x118,_0x2f90ea-_0xbbd2f4._0x1e63cc);}return _0x22ccaa['push'](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x22ccaa['push'](_0x1988d1(_0x1992fb._0x33f4b4,0x299,0x2a9,0x2a0)),_0x22ccaa['join']('\x0a')+'\x0a';}export function stripReferenceObjectivesMarkdown(_0x3b9720){const _0x3344c0={_0x523ed3:0x1d2,_0x94bb0d:0x1bc,_0x34a43b:0x1a9,_0x4c5c12:0x181,_0xf50d37:0x1b9,_0x48355a:0x1b6,_0x16e896:0x1ad,_0x18116e:0x1c6,_0xeeb125:0x16b,_0x57cf3e:0x156},_0x80e93c={_0x5e140b:0xb4,_0x481a88:0x1b2},_0x52defc={};function _0x1038a1(_0x45e01c,_0x3c433d,_0x149ece,_0xb575b5){return _0x318d26(_0x45e01c,_0x3c433d-0x112,_0xb575b5- -_0x80e93c._0x5e140b,_0xb575b5-_0x80e93c._0x481a88);}_0x52defc[_0x1038a1(-_0x3344c0._0x523ed3,-0x1cf,-_0x3344c0._0x94bb0d,-0x1b1)]=function(_0x4e8e20,_0x254c70){return _0x4e8e20!==_0x254c70;},_0x52defc[_0x1038a1(-0x1b0,-0x1ed,-0x1a9,-0x1c6)]=_0x3b8d73(-0x19a,-_0x3344c0._0x34a43b,-_0x3344c0._0x4c5c12,-0x168);const _0x1e76bf=_0x52defc;if(_0x1e76bf[_0x1038a1(-_0x3344c0._0xf50d37,-0x194,-_0x3344c0._0x48355a,-0x1b1)](typeof _0x3b9720,_0x1e76bf[_0x1038a1(-_0x3344c0._0x16e896,-0x1aa,-0x18a,-_0x3344c0._0x18116e)])||_0x3b9720['length']===-0x1*-0x4d5+0x6b4+-0x1*0xb89)return _0x3b9720;let _0x3cf6f6=_0x3b9720['replace'](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');_0x3cf6f6=_0x3cf6f6['replace'](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x3cf6f6=_0x3cf6f6['replace'](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,'');function _0x3b8d73(_0x1cab04,_0x54f36a,_0xc65890,_0xf5902e){return _0x318d26(_0xf5902e,_0x54f36a-0x99,_0xc65890- -0x5f,_0xf5902e-0x138);}return _0x3cf6f6=_0x3cf6f6[_0x3b8d73(-0x143,-_0x3344c0._0xeeb125,-0x12c,-_0x3344c0._0x57cf3e)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,''),_0x3cf6f6;}
|
package/dist/lib/oidc-auth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x4a1520,_0x1fadb5){const _0x511135={_0x414837:0x24c,_0x365b62:0x24d,_0x5dc325:0x2af,_0x1c28fb:0x257,_0x358fa4:0x288,_0x424c95:0x2d8,_0x5d1c38:0x2e2,_0x3502ce:0x24b,_0x4212ed:0x271,_0x2b1386:0x1f5,_0x4afa8c:0x1da,_0x5777e4:0x199,_0x4d7759:0x24b,_0x495f84:0x26d,_0x1aa68c:0x2a5,_0x1364ff:0x21d,_0x37b38d:0xf7,_0x31e364:0x181,_0xabd7a1:0x1a5,_0x47bb20:0x2eb,_0x21eb94:0x2e1,_0x16dbcf:0x2c9,_0x4a202d:0x345,_0x4ee295:0x13c,_0x5a3307:0x101},_0x226098={_0xbd877c:0x27c},_0x237d15={_0x42f75d:0x14d};function _0x28027d(_0x268686,_0x3492bc,_0x2f08a0,_0x2e0531){return _0x3056(_0x3492bc-_0x237d15._0x42f75d,_0x2f08a0);}const _0x53cbc1=_0x4a1520();function _0x5a06fd(_0x5f3dcb,_0x3205da,_0x12b5cf,_0xf42735){return _0x3056(_0x12b5cf- -_0x226098._0xbd877c,_0xf42735);}while(!![]){try{const _0x1d84df=parseInt(_0x28027d(_0x511135._0x414837,_0x511135._0x365b62,0x2aa,_0x511135._0x5dc325))/(-0x37f*-0x9+0x2703+-0x1*0x4679)*(-parseInt(_0x28027d(0x271,_0x511135._0x1c28fb,0x283,_0x511135._0x358fa4))/(0x2*0x7e3+0x1*-0x722+0x451*-0x2))+parseInt(_0x28027d(0x330,_0x511135._0x424c95,0x281,_0x511135._0x5d1c38))/(0x2442+-0x692+-0x1dad)+-parseInt(_0x28027d(_0x511135._0x3502ce,0x265,0x220,_0x511135._0x4212ed))/(0x1bc8+-0x1cf*0x12+-0x4ca*-0x1)*(parseInt(_0x5a06fd(-_0x511135._0x2b1386,-_0x511135._0x4afa8c,-0x1a5,-_0x511135._0x5777e4))/(0x21c+0xf59*-0x1+0x2*0x6a1))+parseInt(_0x28027d(_0x511135._0x4d7759,_0x511135._0x495f84,_0x511135._0x1aa68c,_0x511135._0x1364ff))/(0x4f7+0x3df+0x468*-0x2)+-parseInt(_0x5a06fd(-_0x511135._0x37b38d,-_0x511135._0x31e364,-0x152,-_0x511135._0xabd7a1))/(0x253f*0x1+0x8*-0x3e8+-0x5f8)*(-parseInt(_0x28027d(_0x511135._0x47bb20,_0x511135._0x21eb94,_0x511135._0x16dbcf,_0x511135._0x4a202d))/(-0xf45*-0x1+-0x1ff4+0x1*0x10b7))+parseInt(_0x5a06fd(-0x99,-0x106,-0xef,-_0x511135._0x4ee295))/(0x2459+-0x179*-0x19+-0x4921)+-parseInt(_0x5a06fd(-_0x511135._0x5a3307,-0x1ae,-0x14a,-0x198))/(-0x1c31+-0x15b7+0x853*0x6);if(_0x1d84df===_0x1fadb5)break;else _0x53cbc1['push'](_0x53cbc1['shift']());}catch(_0xeaf65a){_0x53cbc1['push'](_0x53cbc1['shift']());}}}(_0x323c,-0x11a082*-0x1+0x22de1*-0x6+0x84dd2));import*as _0x4e96f3 from'openid-client';import{promises as _0x255815}from'fs';import _0x461fb4 from'path';import _0x51d44b from'crypto';function _0x3056(_0x436ca2,_0xb961bf){_0x436ca2=_0x436ca2-(0x1*0xe23+-0x1*-0x25ed+0x1*-0x333d);const _0x5027ed=_0x323c();let _0x4530df=_0x5027ed[_0x436ca2];if(_0x3056['xIhxgG']===undefined){var _0x63a8e8=function(_0xb8ed80){const _0x3f4eb1='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1f627a='',_0x14aacc='';for(let _0x1a6f04=0x15b8+0x2*-0x395+-0x36*0x45,_0x43b553,_0x5b1873,_0x379c0b=0x65a+0x1aba+0x74*-0x49;_0x5b1873=_0xb8ed80['charAt'](_0x379c0b++);~_0x5b1873&&(_0x43b553=_0x1a6f04%(-0x1aaa*0x1+-0x3f5*0x7+0x3661)?_0x43b553*(-0x1*0x1f91+0x251d+-0xe2*0x6)+_0x5b1873:_0x5b1873,_0x1a6f04++%(0x1a20+-0x7*0x15d+-0x1091*0x1))?_0x1f627a+=String['fromCharCode'](-0x1340+-0x5*-0xf8+0xf67*0x1&_0x43b553>>(-(-0x1*-0x7f7+-0x299+-0x2*0x2ae)*_0x1a6f04&-0x14d7+0x1bff+-0x722)):-0x91*0x43+0xeaf+0x1744){_0x5b1873=_0x3f4eb1['indexOf'](_0x5b1873);}for(let _0x240a93=0x14b3+0x1185+-0x2638,_0x165201=_0x1f627a['length'];_0x240a93<_0x165201;_0x240a93++){_0x14aacc+='%'+('00'+_0x1f627a['charCodeAt'](_0x240a93)['toString'](0x1ed6+-0x42*0x40+-0xe46))['slice'](-(-0x22b6+-0x19*-0x8e+0x14da));}return decodeURIComponent(_0x14aacc);};_0x3056['GExNWn']=_0x63a8e8,_0x3056['gJEgdS']={},_0x3056['xIhxgG']=!![];}const _0x4a01df=_0x5027ed[-0x363+0x41a+-0x3d*0x3],_0x162950=_0x436ca2+_0x4a01df,_0x5ac609=_0x3056['gJEgdS'][_0x162950];return!_0x5ac609?(_0x4530df=_0x3056['GExNWn'](_0x4530df),_0x3056['gJEgdS'][_0x162950]=_0x4530df):_0x4530df=_0x5ac609,_0x4530df;}import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';function _0x323c(){const _0xbb044b=['y2fSy3vSyxrLua','v2vmEMy','zhm6ia','EenHvvG','y2XPzw50x2LK','zxHWzwn0zwroBW','zgvMyxvSDf9YBW','Ee1Tre0','yxrPB24GzMLLBa','t0LeqYbHDxrOBW','AxnZDwvY','zgvIDwC','Bg9Hzcbpsurdia','BIbMAwXLigzVDq','Dg9tDhjPBMC','DxjS','igvUzhbVAw50','B21VqxG','AhjLzG','lNnLy3jLDhm','CMvHzcbpsurdia','ywnJzxnZx3rVAW','t0LeqYb0B2TLBG','qwfevwy','uwPOzgW','t0LeqYbWCM92Aq','ntaXmtuZv1Prr3rb','t0LeqYbJywnOzq','mtq5nJyYntnWswXqvLi','u0XKuM4','y29UzMLNDxjHDa','rhjcteG','zMfPBgvK','zw5KC1DPDgG','AwruB2TLBG','ofrkq2r4Aq','C3nMDwXSEq','CMv0x2zPBgu','Cgf0Aa','zcbPBIbJB25MAq','surdihbYB3zPza','q29KzvzLCMLMAq','Cg9YDgvK','DxrMltG','BgfiDxa','wLrbrhy','s0D3yMq','C2LVBG','tM8Gt0LeqYbJBW','BMnL','mZbKvxDgr1a','zgv2zwXVCgvY','BM93','vMHfzwO','zw5KCg9PBNqGCG','uMD6rNC','zgvSzxrL','y29UBMvJDcb0BW','Duf1uLy','ChjVzMLSzq','rgLZy292zxjPBG','zeXqq1K','EMPSr2C','vw5Hz24','C3vJy2vZCW','zxfkqwu','sMjVr00','zxr1CM5Lzca','CgfYC2u','D1n0B3e','CMvHzezPBgu','AxmGzgLZywjSzq','Aw9Uq29KzuDYyq','ywnJzxnZvg9Rzq','zgLZCgXHEv9Uyq','yxv0B1bYB3zPCW','ALrrEMO','zxrLCG','CMv0igzYB20G','wKH4BhO','AfDMsK0','ignSzwfYzwq','z1fUrMu','BNrPy2f0Aw9Uia','AxnZAw5NihjLCq','u0feAe0','rNLyz3u','vxn4sLa','r2vUzxjHDgvKia','B2LUDa','ufr2s1q','mxnyAK1pta','zxHWzwn0zwrtDa','CML6yxrPB25vCG','q2XvuNC','CMvZCg9UC2uGBq','BMzPz3vYyxrPBW','CxvPCMvKie9jra','wurAAhm','D2HKCeq','zgLZy292zxiGtW','mJyYoteXohLSzwDdBq','yxv0Ag9YAxPHDa','C3rHDhvZvgv4Da','yxv0B19WCM92Aq','Ee1HrhO','sLLQwhq','DMLKzxi','DgHvzg8','CMfUzg9TueTdrq','lNDLBgWTA25VDW','ywXSB3DFBg9Jyq','y29Kzq','uNnjs2u','vez2sfO','mJq1otu2BK5orNz2','z2v0','yxrL','Bujqv0K','zMLSDgvY','Aw5MBW','DwLYzwqGzMLLBa','BMfTzq','odm0mJKZnfHnvNjgrq','zdOG','DgLTzw91Da','CMvK','wKXJA0e','y2XLyxi','rgLZy292zxj5ia','seHmEMe','Aw9U','t0LeqYbHDxrOzq','mJu4mJyYoxffv3P6Ba','C2v0','u3rHDguGCgfYyq','CgTJzunVzgvwzq','ru5pru5u','uMXMB20','t0LeqYbJB25MAq','zujZAMK','mta2mZqWmtbqB2DdEeW','CMfuu2q','wLPjque','Agv4','seP5AKu','Bwv0zxiGzxHWAq','BxnOrLe','Au5eyvO','suvWtuK','B25MAwD1CMf0Aq','rMfPBgvKihrVia','C3rHDhvZ','zxjYB3i','C3vJy2vZC2z1Ba','DhjPBq','y29KzvzLCMLMAq','zw1HAwW','Bf9HDxrO','y2XPzw50ihnLyW','CMLMAwvY','z3vYyxrPB24GBa','C2nVCgvZx3n1Ca','C2vHCMnOugfYyq','DgGGu1np','y2XPzw50x3nLyW','CML6yxrPB24Gvq','y3jLyxrLzef0','AwjwAeu','C2nVCgvZ','AM9PBG','zgLZy292zxj5','C3rHDgu','uLbfuee','q1f3vwe','Aw9Ux2vUzhbVAq','zYbpsurdihbYBW','zgvYigrPC2nVDG','BI9VCgvUAwqTyW','yw1uAvC','igv4y2HHBMDLia','rKXmyKy','EfbdELm','vKnPv0K','zw5HyMXLza','EgjAALG','DLrXDuu','zxjLzcbZDwnJzq','sw52ywXPzcbVCG','C3vI','yxbWBgLJyxrPBW','B0LntMO','Dg9Rzw5Fzw5KCa','CMv0','u2LNBIbPBIb3Aq','CfDtrMe','BwvZC2fNzq','Dw5Yzwy','twLZC2LUzYbYzq','uZi1nG','z3vYyxrPB24','B2LKyY5QC29U','B2fKzwq','ANzxtwi'];_0x323c=function(){return _0xbb044b;};return _0x323c();}const stateStore=new Map(),STATE_TTL=(-0xa42+-0x7*0xeb+0x10b9)*(-0x51b*-0x7+0xc9a+-0x301b)*(0x1fa5+-0xc3b*0x3+0x8f4);setInterval(()=>{const _0x260144={_0x162e4b:0x462,_0x2c1501:0x45a,_0x2f7de0:0x446,_0x4bff19:0x40f,_0x143974:0x458,_0x5ac048:0x176,_0x1f77a7:0x1bc,_0x129445:0x20c,_0x38c31d:0x299,_0x11650b:0x28e,_0x34c4d9:0x24b},_0x152377={_0x1dda9b:0x328},_0x2269fc={_0x1feea1:0x31a},_0x5ac1b6={};_0x5ac1b6[_0x4b801(_0x260144._0x162e4b,_0x260144._0x2c1501,0x472,_0x260144._0x2f7de0)]=function(_0x4eba72,_0x113ea7){return _0x4eba72>_0x113ea7;};function _0x4b801(_0x6ef5d,_0x4feae6,_0x219a81,_0xce9630){return _0x3056(_0x219a81-_0x2269fc._0x1feea1,_0xce9630);}_0x5ac1b6[_0x4b801(0x3f4,0x459,_0x260144._0x4bff19,_0x260144._0x143974)]=function(_0x5ec3b4,_0x24cc2b){return _0x5ec3b4-_0x24cc2b;};function _0x29f10e(_0x43ecc0,_0x50def8,_0x547cfb,_0x541157){return _0x3056(_0x541157- -_0x152377._0x1dda9b,_0x43ecc0);}const _0x85d602=_0x5ac1b6,_0x4ec48b=Date['now']();for(const [_0x5c5d4b,_0x3f12a5]of stateStore['entries']()){_0x85d602[_0x29f10e(-_0x260144._0x5ac048,-_0x260144._0x1f77a7,-0x1d6,-0x1d0)](_0x85d602['hWfJM'](_0x4ec48b,_0x3f12a5[_0x29f10e(-0x21a,-0x1d7,-0x1ea,-0x1dc)]),STATE_TTL)&&stateStore[_0x29f10e(-_0x260144._0x129445,-_0x260144._0x38c31d,-_0x260144._0x11650b,-_0x260144._0x34c4d9)](_0x5c5d4b);}},(0x19b1+-0xf0a*0x1+0xaa2*-0x1)*(0x232d*-0x1+0x1*0x25be+-0x255)*(-0x2146+-0xed7+0x3405))[_0x513be2(-0x22a,-0x1bc,-0x201,-0x1ac)]();let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x197eeb={_0x56de3a:0x3c3,_0x3bd067:0xf4,_0x5ce48e:0xbe,_0x14b074:0xac,_0x543b95:0xca,_0x1e9186:0x1e,_0x3087a4:0x27,_0x4896b5:0x41d,_0x51795f:0x3f6,_0x5ceefa:0x9c,_0x15123a:0xd2,_0x52f8e9:0xc0,_0x342b15:0x88,_0x27b26f:0x80,_0x3285f9:0x35,_0x376526:0x47a,_0x3e23f0:0x402,_0x4e97e0:0x3db,_0x58ac24:0x430,_0x36f709:0x9a,_0x6c614c:0x8c,_0x1911db:0x4cb,_0x2d3ab2:0x104,_0x3cbab3:0xa0,_0x2c2f64:0x32,_0x523f9c:0x3cf,_0x406a97:0x3e6,_0x164161:0x42b,_0x573c10:0xc9,_0x2b8903:0xce,_0x42b02f:0xd6,_0x4ded28:0xaf,_0x6cc0a:0x435,_0x896971:0x418,_0x1ba2cb:0x3e3,_0x87c994:0x429,_0x11adc1:0x54,_0x4b4666:0x87,_0x36df74:0x62,_0x50571c:0xa8,_0x2b81f7:0xc7,_0x5cde54:0x376,_0x48f046:0x39f,_0x36b7a4:0x411,_0x166384:0x51,_0x1a359a:0x12,_0x4534c2:0x400,_0x2571dc:0x421,_0x7dc309:0x3c0,_0x3fabb7:0x43c,_0x18804b:0x437,_0x11a4db:0x472,_0x20666a:0x9,_0x272874:0x3f9,_0x363d4c:0x444,_0x8545a6:0x3f1,_0x106589:0x3d7,_0x4a032c:0x409,_0x423312:0x1,_0x1e23e6:0x5a,_0x51c52d:0x3f6,_0x54aef6:0x3f1,_0x2de3fc:0x438,_0x3a2537:0x71,_0x23c148:0x38,_0x59fff3:0x3af,_0x3a4d12:0x39,_0x24461f:0x48,_0x4bdff3:0x45e,_0x5ca4a8:0x419,_0x3dcf89:0x405,_0x141517:0x67,_0xd7041d:0x3b,_0x104fbb:0x59,_0x797648:0x13,_0x4e970d:0x393,_0x27c8f5:0x11a,_0x5213c8:0xb7,_0xfdf44e:0xcd,_0x6357bd:0x52,_0x2c9316:0x8a,_0x590937:0x3fd,_0x5d79ed:0x40e,_0x5a5f04:0x7b,_0x23c482:0xc8,_0x2db056:0x3db,_0x464818:0x389,_0x31076a:0x418,_0x2c9745:0x404,_0x54fcec:0x443,_0x47552e:0x455,_0x3569db:0x5f,_0x51694e:0xd7,_0x54744c:0x46a,_0x422560:0x412,_0x4f7868:0x77,_0x146472:0x47f,_0x84084f:0x487,_0x1177d1:0x20,_0x2fc296:0x440,_0x2d05f2:0x42f,_0x159396:0x407,_0x3a2fb1:0x3bd,_0x23cb25:0x3d3,_0x37aca9:0x46c,_0x10321a:0x18,_0xf4fba3:0xba,_0x3f3ec3:0xb5,_0x557c8e:0x44b,_0x4130e4:0x42b,_0x1d3cf8:0x99,_0x2b255e:0x3f,_0xb8c865:0x113,_0x172eab:0x3e,_0x5374cb:0x66,_0x481473:0x50,_0x1614e1:0x3dc,_0x2c4899:0x3a4,_0x1be4d2:0x26,_0x9ba0b6:0x4a,_0x97b51c:0x427,_0x49a229:0x3ee,_0x27dc27:0x31,_0x32f352:0x1d,_0x256f76:0x68,_0x3de07c:0x79,_0x23bec9:0x3f5,_0x970b0e:0x3e4,_0x532645:0x4d,_0x806dfb:0x11,_0x45f885:0x47b,_0x3f7346:0x469,_0x248ebc:0x3d8,_0x1adb3d:0x38d,_0x51a49a:0x466,_0x3161a7:0xa9,_0x80cdf2:0x6e,_0x1254b8:0x4f,_0x536964:0xa9,_0x224c86:0xb9,_0x48e882:0x490,_0x151472:0x4ad,_0x5c4bc0:0x408,_0x1b6ea6:0x468,_0x2c7f9b:0x449,_0x184703:0x3ff,_0x2f4c4a:0x3a6,_0x199d36:0x3f5,_0x281cd9:0x434,_0x410e5b:0x5d,_0x3c927c:0x41b,_0x357210:0x3e0,_0x252f4a:0x451,_0x5ebd0a:0x456,_0x35776b:0x3e8,_0x13162f:0x3b,_0x3037dd:0x46,_0x5e3c2e:0x4,_0x291e45:0x19,_0x279e7f:0x117,_0x3fc0e3:0x10e,_0x519cd7:0xc6,_0x13be1b:0xa4,_0x242e15:0xeb,_0xe0eaae:0x3b0,_0x223d00:0x37a,_0x1a5b99:0x482,_0x3f6e4d:0x434,_0x2ca47b:0x496,_0x74fb63:0x420,_0x10334c:0x478,_0x127ea9:0x3d4,_0x5843ec:0x473,_0x1cd5f7:0x444,_0x5b088c:0x422,_0x41ebd5:0x414,_0x515dc5:0x3de,_0x50e999:0x436,_0x3fb98d:0x424,_0x1fff9b:0x47d,_0x22adb8:0x40a,_0x3e666e:0x406,_0x1ef4bb:0x41f,_0x1758a2:0x481,_0x5419c2:0x3a,_0x4f4aca:0x44d,_0x43595f:0x48c,_0x3aaa7e:0x3fa,_0x5175de:0x5b},_0x5321f1={_0x4495f9:0x168},_0x28c72b={_0x990339:0x122,_0x3930c9:0x1b5},_0x176968={};_0x176968[_0x5a713c(-0xfa,-0xce,-0xdc,-0x9b)]=_0x3fe45a(0x45a,0x41a,_0x197eeb._0x56de3a,0x423)+_0x5a713c(-0xe5,-_0x197eeb._0x3bd067,-_0x197eeb._0x5ce48e,-0xa5)+_0x5a713c(-_0x197eeb._0x14b074,-0x108,-_0x197eeb._0x543b95,-0xce)+_0x5a713c(0x24,-0x6e,-_0x197eeb._0x1e9186,-_0x197eeb._0x3087a4)+_0x5a713c(-0x4a,-0x92,-0x49,-0x1c),_0x176968['raTSd']=_0x3fe45a(0x455,_0x197eeb._0x4896b5,0x431,_0x197eeb._0x51795f)+'meter\x20expi'+_0x5a713c(-0x35,-_0x197eeb._0x5ceefa,-0x93,-_0x197eeb._0x15123a),_0x176968[_0x5a713c(-_0x197eeb._0x52f8e9,-_0x197eeb._0x342b15,-_0x197eeb._0x27b26f,-_0x197eeb._0x3285f9)]=_0x3fe45a(0x468,0x48d,0x4bf,_0x197eeb._0x376526),_0x176968[_0x3fe45a(_0x197eeb._0x3e23f0,_0x197eeb._0x4e97e0,0x420,_0x197eeb._0x58ac24)]='client_id',_0x176968[_0x5a713c(-_0x197eeb._0x36f709,-0xf9,-0xae,-_0x197eeb._0x6c614c)]=_0x3fe45a(_0x197eeb._0x1911db,0x46c,0x422,0x4a4),_0x176968[_0x5a713c(-_0x197eeb._0x2d3ab2,-_0x197eeb._0x52f8e9,-_0x197eeb._0x3cbab3,-0xc2)]=_0x5a713c(-0x42,0x31,-_0x197eeb._0x2c2f64,-0x4b),_0x176968[_0x3fe45a(_0x197eeb._0x523f9c,0x3d4,_0x197eeb._0x406a97,0x41c)]=function(_0x28631c,_0x47db17){return _0x28631c===_0x47db17;},_0x176968['UsxJP']='FwtqV';function _0x5a713c(_0x3fc1a8,_0x1e5583,_0x2ad041,_0x464834){return _0x513be2(_0x3fc1a8-_0x28c72b._0x990339,_0x1e5583,_0x2ad041-_0x28c72b._0x3930c9,_0x464834-0x1a3);}_0x176968[_0x3fe45a(0x426,_0x197eeb._0x164161,0x448,0x44e)]='uGeVE',_0x176968['JboGM']=_0x5a713c(-_0x197eeb._0x573c10,-_0x197eeb._0x2b8903,-_0x197eeb._0x42b02f,-_0x197eeb._0x4ded28);function _0x3fe45a(_0x3c6882,_0x35d021,_0x53c1ba,_0x20e65f){return _0x513be2(_0x3c6882-_0x5321f1._0x4495f9,_0x53c1ba,_0x35d021-0x65c,_0x20e65f-0x1f);}_0x176968[_0x3fe45a(_0x197eeb._0x6cc0a,_0x197eeb._0x896971,_0x197eeb._0x1ba2cb,_0x197eeb._0x87c994)]='email',_0x176968[_0x5a713c(-_0x197eeb._0x11adc1,-_0x197eeb._0x4b4666,-0x9f,-0x99)]=function(_0x202160,_0x5d8858){return _0x202160!==_0x5d8858;},_0x176968[_0x5a713c(-0xf8,-_0x197eeb._0x36df74,-_0x197eeb._0x50571c,-_0x197eeb._0x2b81f7)]=_0x3fe45a(_0x197eeb._0x5cde54,0x3c9,_0x197eeb._0x48f046,_0x197eeb._0x36b7a4),_0x176968[_0x5a713c(-_0x197eeb._0x166384,_0x197eeb._0x1a359a,-0x2d,-0x8a)]=function(_0x594b77,_0x375d3c){return _0x594b77!==_0x375d3c;},_0x176968['Rlfom']=_0x3fe45a(_0x197eeb._0x4534c2,_0x197eeb._0x2571dc,0x3df,_0x197eeb._0x7dc309)+_0x3fe45a(_0x197eeb._0x3fabb7,_0x197eeb._0x18804b,_0x197eeb._0x11a4db,0x440)+_0x5a713c(-_0x197eeb._0x20666a,0x18,-0x47,-0x95),_0x176968[_0x3fe45a(_0x197eeb._0x272874,_0x197eeb._0x363d4c,_0x197eeb._0x11a4db,0x481)]=_0x3fe45a(_0x197eeb._0x8545a6,_0x197eeb._0x106589,_0x197eeb._0x4a032c,0x390),_0x176968[_0x5a713c(-_0x197eeb._0x423312,-0x81,-_0x197eeb._0x1e23e6,-0x34)]='No\x20OIDC\x20co'+_0x3fe45a(0x408,_0x197eeb._0x51c52d,_0x197eeb._0x54aef6,_0x197eeb._0x2de3fc)+_0x5a713c(-0x66,-_0x197eeb._0x3a2537,-_0x197eeb._0x23c148,-0x66)+'nd',_0x176968[_0x3fe45a(_0x197eeb._0x59fff3,0x415,_0x197eeb._0x4896b5,0x428)]=_0x5a713c(-0xd8,-_0x197eeb._0x3a4d12,-0x7a,-_0x197eeb._0x24461f)+_0x5a713c(0x21,-0x23,-0x39,-0x9d)+'configurat'+_0x3fe45a(_0x197eeb._0x4bdff3,_0x197eeb._0x5ca4a8,0x3f8,_0x197eeb._0x3dcf89);const _0x190e01=_0x176968,_0x23a09e=_0x461fb4[_0x5a713c(-0x8c,-0x3e,-_0x197eeb._0x141517,-_0x197eeb._0xd7041d)](DATA_DIR,_0x5a713c(-_0x197eeb._0x104fbb,_0x197eeb._0x797648,-0x48,-0x23));try{const _0x37493c=await _0x255815[_0x3fe45a(_0x197eeb._0x4e970d,0x3dc,0x3de,0x38d)](_0x23a09e,_0x190e01['HJyjE']),_0x67dc15=JSON[_0x5a713c(-_0x197eeb._0x27c8f5,-_0x197eeb._0x5213c8,-_0x197eeb._0xfdf44e,-_0x197eeb._0x2b81f7)](_0x37493c);if(!_0x67dc15[_0x5a713c(-_0x197eeb._0x6357bd,-0x37,-0x59,-_0x197eeb._0x2c9316)])return logger[_0x3fe45a(_0x197eeb._0x590937,_0x197eeb._0x5d79ed,0x3fb,0x429)](_0x190e01[_0x5a713c(-0x120,-_0x197eeb._0x5a5f04,-0xdc,-_0x197eeb._0x23c482)]),null;const _0x71a904=[_0x190e01[_0x3fe45a(0x3cb,_0x197eeb._0x2db056,_0x197eeb._0x464818,_0x197eeb._0x31076a)],_0x190e01[_0x3fe45a(0x3e5,0x3f9,_0x197eeb._0x2c9745,_0x197eeb._0x54fcec)]];for(const _0x755f0a of _0x71a904){if(!_0x67dc15[_0x755f0a])throw new Error(_0x3fe45a(0x472,0x45c,0x470,_0x197eeb._0x47552e)+_0x5a713c(-0xdd,-_0x197eeb._0x3569db,-0xb0,-_0x197eeb._0x51694e)+'C\x20configur'+_0x3fe45a(0x419,_0x197eeb._0x54744c,0x421,0x460)+_0x3fe45a(0x400,_0x197eeb._0x422560,_0x197eeb._0x1ba2cb,0x42b)+_0x755f0a);}if(!_0x67dc15[_0x5a713c(-_0x197eeb._0xd7041d,-_0x197eeb._0x4f7868,-0x6c,-_0x197eeb._0xd7041d)+'ret']&&_0x67dc15['client_sec'+_0x3fe45a(_0x197eeb._0x146472,_0x197eeb._0x84084f,_0x197eeb._0x87c994,0x45e)]){const _0x44000d=_0x461fb4['isAbsolute'](_0x67dc15[_0x3fe45a(0x41a,0x43b,0x49a,0x3d5)+'ret_file'])?_0x67dc15['client_sec'+_0x5a713c(-0x6e,-0x38,-_0x197eeb._0x1177d1,-0x7)]:_0x461fb4[_0x3fe45a(0x409,_0x197eeb._0x2fc296,_0x197eeb._0x2d05f2,0x3ec)](DATA_DIR,_0x190e01[_0x3fe45a(0x3f2,_0x197eeb._0x159396,_0x197eeb._0x3a2fb1,_0x197eeb._0x23cb25)],_0x67dc15[_0x3fe45a(0x42f,0x43b,_0x197eeb._0x37aca9,0x464)+_0x5a713c(-0xf,-0x5b,-0x20,_0x197eeb._0x10321a)]);try{if(_0x190e01['zjlGg'](_0x190e01[_0x5a713c(-0x10b,-_0x197eeb._0x573c10,-_0x197eeb._0xf4fba3,-_0x197eeb._0x3f3ec3)],_0x190e01[_0x3fe45a(_0x197eeb._0x557c8e,_0x197eeb._0x4130e4,0x3e9,0x459)]))return _0x1dbfd4[_0x5a713c(-0xca,-0xee,-_0x197eeb._0x1d3cf8,-_0x197eeb._0x2b255e)](_0x190e01[_0x5a713c(-_0x197eeb._0xb8c865,-0x11e,-0xdc,-0xf5)]),null;else _0x67dc15[_0x5a713c(-0xab,-_0x197eeb._0x172eab,-0x6c,-_0x197eeb._0x5374cb)+_0x5a713c(-0x1e,-0x2a,-_0x197eeb._0x481473,-0x77)]=(await _0x255815[_0x3fe45a(0x3fa,_0x197eeb._0x1614e1,_0x197eeb._0x2c4899,0x3f9)](_0x44000d,_0x190e01[_0x5a713c(-0xdb,-_0x197eeb._0x1be4d2,-_0x197eeb._0x27b26f,-_0x197eeb._0x9ba0b6)]))[_0x3fe45a(_0x197eeb._0x3dcf89,0x431,_0x197eeb._0x97b51c,_0x197eeb._0x49a229)]();}catch(_0x21b08b){throw new Error('Failed\x20to\x20'+_0x5a713c(-0x17,-0x69,-_0x197eeb._0x27dc27,-_0x197eeb._0x172eab)+_0x5a713c(-_0x197eeb._0x32f352,-_0x197eeb._0x256f76,-0x72,-_0x197eeb._0x3de07c)+_0x3fe45a(_0x197eeb._0x23bec9,_0x197eeb._0x970b0e,0x3bb,_0x197eeb._0x5ca4a8)+_0x44000d+':\x20'+_0x21b08b[_0x5a713c(-0x95,-0x7,-_0x197eeb._0x532645,_0x197eeb._0x806dfb)]);}}_0x67dc15['scopes']=_0x67dc15[_0x3fe45a(_0x197eeb._0x45f885,0x43f,_0x197eeb._0x3f7346,0x420)]||['openid',_0x190e01[_0x3fe45a(0x378,_0x197eeb._0x248ebc,_0x197eeb._0x1adb3d,0x38d)],_0x190e01[_0x3fe45a(_0x197eeb._0x51a49a,0x418,0x40d,0x464)]],_0x67dc15[_0x5a713c(-0xb4,-0xc4,-_0x197eeb._0x3161a7,-_0x197eeb._0x80cdf2)+'sion']=_0x190e01['TFvHZ'](_0x67dc15[_0x5a713c(-_0x197eeb._0x1254b8,-0x101,-_0x197eeb._0x536964,-_0x197eeb._0x224c86)+_0x3fe45a(0x39b,0x3c5,0x425,0x3ac)],![]),_0x67dc15[_0x3fe45a(0x4a0,0x468,_0x197eeb._0x48e882,_0x197eeb._0x151472)+'le']=_0x67dc15[_0x3fe45a(_0x197eeb._0x5c4bc0,_0x197eeb._0x1b6ea6,0x409,_0x197eeb._0x2c7f9b)+'le']||_0x190e01[_0x3fe45a(0x3c2,_0x197eeb._0x184703,_0x197eeb._0x2f4c4a,_0x197eeb._0x199d36)],_0x67dc15['allow_loca'+_0x3fe45a(0x3cf,_0x197eeb._0x281cd9,0x413,_0x197eeb._0x3f7346)]=_0x190e01[_0x5a713c(-0x4a,-_0x197eeb._0x410e5b,-0x2d,-0x80)](_0x67dc15[_0x5a713c(-0x49,-0x94,-0xa2,-0x64)+_0x3fe45a(0x41c,0x434,0x449,_0x197eeb._0x87c994)],![]),_0x67dc15['display_na'+'me']=_0x67dc15[_0x3fe45a(_0x197eeb._0x3c927c,_0x197eeb._0x357210,0x389,0x42d)+'me']||_0x3fe45a(0x492,0x458,_0x197eeb._0x252f4a,_0x197eeb._0x5ebd0a)+_0x3fe45a(0x412,0x43a,0x498,_0x197eeb._0x35776b),cachedConfig=_0x67dc15;const _0x8d09d1={};return _0x8d09d1[_0x5a713c(-0x5d,-0x96,-_0x197eeb._0x13162f,0x19)]=_0x67dc15[_0x5a713c(-_0x197eeb._0x3037dd,_0x197eeb._0x5e3c2e,-0x3b,-_0x197eeb._0x291e45)],_0x8d09d1['clientId']=_0x67dc15[_0x5a713c(0x24,0x5,-0x41,-0x8d)],_0x8d09d1[_0x5a713c(-_0x197eeb._0x279e7f,-_0x197eeb._0x3fc0e3,-_0x197eeb._0x519cd7,-_0x197eeb._0x13be1b)+'ion']=_0x67dc15[_0x5a713c(-0xc9,-0x103,-0xa9,-_0x197eeb._0x242e15)+_0x3fe45a(_0x197eeb._0xe0eaae,0x3c5,_0x197eeb._0x223d00,_0x197eeb._0x51795f)],_0x8d09d1['allowLocal'+'Auth']=_0x67dc15['allow_loca'+_0x3fe45a(_0x197eeb._0x1a5b99,_0x197eeb._0x3f6e4d,0x436,_0x197eeb._0x2ca47b)],logger['info'](_0x190e01[_0x3fe45a(0x435,_0x197eeb._0x74fb63,0x3f2,_0x197eeb._0x10334c)],_0x8d09d1),_0x67dc15;}catch(_0x50197d){if(_0x190e01[_0x3fe45a(0x3ac,_0x197eeb._0x127ea9,0x3b8,0x3e4)](_0x190e01[_0x3fe45a(_0x197eeb._0x5843ec,_0x197eeb._0x1cd5f7,_0x197eeb._0x5b088c,_0x197eeb._0x41ebd5)],_0x3fe45a(0x3d1,0x3e8,_0x197eeb._0x515dc5,_0x197eeb._0x50e999)))throw new _0x162950(_0x190e01[_0x3fe45a(_0x197eeb._0x37aca9,_0x197eeb._0x3fb98d,_0x197eeb._0x1fff9b,0x3d5)]);else{if(_0x50197d[_0x3fe45a(_0x197eeb._0x22adb8,_0x197eeb._0x3e666e,0x3a6,0x3d1)]===_0x3fe45a(0x438,_0x197eeb._0x1ef4bb,0x3bb,_0x197eeb._0x1758a2)){const _0x75c7d2={};return _0x75c7d2['path']=_0x23a09e,logger[_0x5a713c(-0x8a,-0x8a,-_0x197eeb._0x5419c2,-0x84)](_0x190e01[_0x3fe45a(_0x197eeb._0x4bdff3,_0x197eeb._0x4f4aca,_0x197eeb._0x43595f,_0x197eeb._0x3aaa7e)],_0x75c7d2),null;}logger[_0x5a713c(-0x81,-_0x197eeb._0x5175de,-0x78,-0x2f)](_0x190e01['ZLckA'],_0x50197d);throw _0x50197d;}}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0xce16be){const _0x335082={_0x56c711:0x2d6,_0x40bf36:0x273,_0x4e5ae9:0x24b,_0x498bf2:0x27b,_0x203779:0x299,_0x1e3447:0x14b,_0x4df11f:0x10a,_0x20c30a:0xce,_0x51d347:0x147,_0x2743b8:0x194,_0x2ce328:0x112,_0x251cc3:0x174,_0xe0589f:0x12c,_0x1218ac:0x10e,_0x1b8d86:0x226,_0xd34d67:0x1a1,_0x5578d6:0x267,_0x1fa746:0x1cd,_0x505d3a:0x1b9,_0x210722:0x1d3,_0x12d081:0x196,_0x3c1265:0x1b5,_0xfdb4db:0x116,_0x175ad1:0x146,_0xbe0a02:0x150,_0x4e41f8:0x177,_0x40f552:0x100,_0x597f58:0x198,_0x2db3eb:0x1b8,_0x2a2cac:0x1e8,_0x4b35c8:0x231,_0x2b2a52:0x11e,_0xa279e0:0x145,_0x32bd40:0x2de,_0x373cb6:0x263,_0x432f65:0x186,_0x398833:0x12b,_0x25707a:0xef,_0x1e57aa:0xf2,_0xc7ed48:0x12b,_0x49710a:0x130,_0x1e7085:0xd5,_0x46986e:0x1b4,_0x430859:0x23e,_0x481ba0:0x22e,_0x4bb598:0x23d,_0x4a63bb:0x108,_0x1b8d21:0x1aa,_0xa9b506:0x1b3,_0x97644e:0x15c,_0x1b6c17:0x120,_0x5b7486:0xdc,_0x297775:0x140,_0x616bef:0x12a,_0x5248c3:0x18e,_0x24b4c6:0x189,_0x34d1b9:0x13c,_0xf17bb8:0x12e,_0x57c6a5:0x126,_0x40377f:0x267,_0xb0716f:0x159,_0xe5763c:0x188,_0x7b1ac2:0x19a,_0x34bdb7:0x222,_0x148cb2:0x197,_0x1a4cd4:0x168,_0x103315:0x16b,_0x48ea89:0x25c,_0x3a4f28:0x1f6},_0x45cdf1={_0x2e6196:0xb3,_0x5007ee:0xc5},_0x31c082={};function _0x253d01(_0x5733d7,_0x19e04f,_0x2d4a50,_0x42616d){return _0x513be2(_0x5733d7-0x1a1,_0x5733d7,_0x2d4a50- -0xb,_0x42616d-0x1ac);}function _0x1089b1(_0x3dcc13,_0x42666,_0x1331b4,_0x89493b){return _0x513be2(_0x3dcc13-_0x45cdf1._0x2e6196,_0x89493b,_0x1331b4-_0x45cdf1._0x5007ee,_0x89493b-0x14);}_0x31c082[_0x253d01(-0x2a5,-_0x335082._0x56c711,-_0x335082._0x40bf36,-_0x335082._0x4e5ae9)]=_0x253d01(-_0x335082._0x498bf2,-0x25e,-0x23e,-_0x335082._0x203779),_0x31c082[_0x1089b1(-_0x335082._0x1e3447,-_0x335082._0x4df11f,-0x11e,-_0x335082._0x20c30a)]=_0x1089b1(-0x128,-0x153,-_0x335082._0x51d347,-0x12a),_0x31c082['iNDaZ']=_0x1089b1(-_0x335082._0x2743b8,-_0x335082._0x2ce328,-0x13e,-_0x335082._0x251cc3),_0x31c082[_0x1089b1(-_0x335082._0xe0589f,-0xcd,-0x132,-_0x335082._0x1218ac)]=_0x1089b1(-_0x335082._0x1b8d86,-_0x335082._0xd34d67,-0x1c5,-0x1ba)+_0x253d01(-0x231,-_0x335082._0x5578d6,-0x221,-_0x335082._0x1fa746)+_0x1089b1(-_0x335082._0x505d3a,-_0x335082._0x210722,-_0x335082._0x12d081,-_0x335082._0x3c1265),_0x31c082['lYzLG']=_0x1089b1(-0xbb,-0x147,-0x11c,-_0x335082._0xfdb4db)+_0x1089b1(-_0x335082._0x175ad1,-0xf2,-_0x335082._0xbe0a02,-_0x335082._0x4e41f8)+_0x1089b1(-_0x335082._0x40f552,-0x1ac,-_0x335082._0x175ad1,-_0x335082._0x597f58)+_0x253d01(-_0x335082._0x2db3eb,-_0x335082._0x2a2cac,-0x1e1,-_0x335082._0x4b35c8);const _0x39e6cb=_0x31c082;if(cachedOidcConfig){if(_0x39e6cb['ClURw']===_0x39e6cb[_0x1089b1(-0x129,-0x131,-_0x335082._0x2b2a52,-_0x335082._0xa279e0)])_0x1a8073[_0x253d01(-0x2ee,-_0x335082._0x32bd40,-0x299,-_0x335082._0x373cb6)](_0x1831fc);else return cachedOidcConfig;}try{if(_0x39e6cb[_0x1089b1(-_0x335082._0x432f65,-_0x335082._0x398833,-0x16d,-0x107)]===_0x253d01(-0x240,-0x1b4,-0x20e,-0x1b5)){const _0x2b3a5c={};return _0x2b3a5c[_0x1089b1(-_0x335082._0x25707a,-_0x335082._0x1e57aa,-_0x335082._0xc7ed48,-0x18a)]=_0xce16be[_0x1089b1(-0x175,-_0x335082._0x49710a,-0x12b,-_0x335082._0x1e7085)],logger[_0x1089b1(-_0x335082._0x46986e,-0x1c4,-0x189,-0x1bf)](_0x39e6cb['xCaUX'],_0x2b3a5c),cachedOidcConfig=await _0x4e96f3[_0x253d01(-_0x335082._0x430859,-_0x335082._0x481ba0,-0x226,-0x286)](new URL(_0xce16be[_0x253d01(-0x20a,-_0x335082._0x4bb598,-0x1fb,-0x20a)]),_0xce16be[_0x1089b1(-0xe2,-0xcd,-0x131,-_0x335082._0x4a63bb)],_0xce16be[_0x1089b1(-_0x335082._0x1b8d21,-_0x335082._0xa9b506,-_0x335082._0x97644e,-_0x335082._0xc7ed48)+_0x1089b1(-_0x335082._0x1b6c17,-_0x335082._0x5b7486,-_0x335082._0x297775,-_0x335082._0x616bef)]),logger[_0x1089b1(-_0x335082._0x5248c3,-0x1d0,-_0x335082._0x24b4c6,-_0x335082._0x34d1b9)](_0x39e6cb['lYzLG']),cachedOidcConfig;}else return{'success':![],'error':_0x1089b1(-_0x335082._0xf17bb8,-_0x335082._0x57c6a5,-0x180,-0x19e)+_0x253d01(-_0x335082._0x56c711,-0x27d,-0x272,-0x248)+_0x253d01(-_0x335082._0x40377f,-0x290,-0x27d,-0x265)+_0x1089b1(-_0x335082._0xb0716f,-_0x335082._0x49710a,-_0x335082._0xe5763c,-_0x335082._0x7b1ac2)+_0x253d01(-0x257,-_0x335082._0x34bdb7,-0x203,-0x1ee)+_0x34ea77[_0x1089b1(-0x14b,-0x129,-0x157,-0x122)](',\x20')};}catch(_0x583e1d){logger[_0x1089b1(-_0x335082._0x148cb2,-0x123,-_0x335082._0x1a4cd4,-_0x335082._0x103315)](_0x253d01(-_0x335082._0x48ea89,-_0x335082._0x3a4f28,-0x23a,-0x1e2)+'discover\x20O'+'IDC\x20provid'+'er',_0x583e1d);throw _0x583e1d;}}export async function generateAuthorizationUrl(_0x53c564,_0x18e05d){const _0x315bd1={_0x4c1796:0x2c7,_0x33794b:0x2ef,_0x112817:0x31a,_0x3f4135:0x38f,_0x537c5c:0x31d,_0x12a9b5:0x33b,_0x348dd9:0x2e8,_0x55e30a:0x1d5,_0x5713ef:0x16a,_0x54f7bf:0x1a7,_0x569207:0x213,_0x535d9f:0x216,_0x1e3d69:0x123,_0x4c4549:0x1a0,_0x1c06f7:0x2d1,_0x5c99f2:0x2d6,_0x347ea0:0x304,_0x1de458:0x152,_0x22513d:0x173,_0x464080:0x326,_0x126e41:0x28c,_0x2d17d5:0x2c3,_0x5cd2ca:0x2f2,_0x36ea9e:0x2e1,_0x554676:0x1b3,_0x4fd3aa:0x1be,_0x12e10c:0x103,_0x22631b:0x340,_0x31360b:0x33e,_0x10a8b0:0x2fa,_0xa9c7ec:0x24e,_0x4fc7d0:0x271,_0x551b9b:0x26c,_0x2b3130:0x2a8,_0x2f4ea5:0x316,_0x415fdd:0x344,_0x1ce374:0x31e,_0x46c9a2:0x33f,_0xe18914:0x38e,_0x32fe5b:0x33f,_0x5757a4:0x2fd,_0x19577d:0x39d,_0x2bac17:0x34b,_0x23ed24:0x2a9,_0x56c1f2:0x2e0,_0x387be9:0x357,_0x49d283:0x392,_0x54ccb7:0x36c,_0x881241:0x35b,_0x4e8d60:0x399,_0x2167ff:0x37a,_0x2baa92:0x334,_0x42c187:0x36d,_0x22fec8:0x352,_0xd1eaad:0x1b9,_0x3230b9:0x1a1},_0x40844c={_0x210c8f:0x1d8},_0x4159e8={_0x39e509:0x79},_0x35cadc={'dLPCY':function(_0x2f1316,_0x342eb1){return _0x2f1316(_0x342eb1);},'ZHxlz':_0xabf8cd(_0x315bd1._0x4c1796,0x30a,_0x315bd1._0x33794b,0x304),'jvWMb':_0xabf8cd(_0x315bd1._0x112817,_0x315bd1._0x3f4135,_0x315bd1._0x537c5c,_0x315bd1._0x12a9b5),'thUdo':_0xabf8cd(_0x315bd1._0x348dd9,0x32d,0x2e1,0x2cc)+_0x5adc93(-_0x315bd1._0x55e30a,-0x146,-0x1cc,-0x178)+_0x5adc93(-0x17a,-_0x315bd1._0x5713ef,-0x1e5,-_0x315bd1._0x54f7bf)+'RL','laHup':function(_0x6c53f7,_0x4bf514){return _0x6c53f7+_0x4bf514;},'xMmDM':'...'},_0x5bbad4=await _0x35cadc[_0x5adc93(-_0x315bd1._0x569207,-0x1c5,-_0x315bd1._0x535d9f,-0x210)](discoverOidcProvider,_0x53c564),_0x3172a2=_0x51d44b['randomByte'+'s'](-0xe7+0x2207*0x1+-0x58*0x60)[_0x5adc93(-_0x315bd1._0x1e3d69,-0x1c1,-_0x315bd1._0x4c4549,-0x173)](_0xabf8cd(0x35b,_0x315bd1._0x1c06f7,_0x315bd1._0x5c99f2,_0x315bd1._0x347ea0)),_0x5c2e26=_0x51d44b['randomByte'+'s'](-0x269*0x1+-0x42f+0x6b8)[_0x5adc93(-_0x315bd1._0x1de458,-0x1bb,-0x1b2,-_0x315bd1._0x22513d)](_0x35cadc[_0xabf8cd(_0x315bd1._0x464080,0x310,_0x315bd1._0x126e41,_0x315bd1._0x2d17d5)]),_0x2a80ed=_0x4e96f3[_0xabf8cd(0x2b0,0x2c2,_0x315bd1._0x5cd2ca,_0x315bd1._0x36ea9e)+_0x5adc93(-_0x315bd1._0x554676,-_0x315bd1._0x4fd3aa,-_0x315bd1._0x12e10c,-0x158)+'er'](),_0x527996=await _0x4e96f3[_0xabf8cd(0x37b,0x2ee,0x339,_0x315bd1._0x22631b)+'KCECodeCha'+'llenge'](_0x2a80ed);stateStore[_0xabf8cd(0x2a3,0x357,_0x315bd1._0x31360b,_0x315bd1._0x10a8b0)](_0x3172a2,{'nonce':_0x5c2e26,'codeVerifier':_0x2a80ed,'createdAt':Date[_0xabf8cd(_0x315bd1._0xa9c7ec,_0x315bd1._0x4fc7d0,_0x315bd1._0x551b9b,_0x315bd1._0x2b3130)]()});const _0x2f97cd={'redirect_uri':_0x18e05d,'scope':_0x53c564['scopes'][_0xabf8cd(_0x315bd1._0x2f4ea5,0x35b,_0x315bd1._0x415fdd,_0x315bd1._0x1ce374)]('\x20'),'state':_0x3172a2,'nonce':_0x5c2e26,'code_challenge':_0x527996,'code_challenge_method':_0x35cadc[_0xabf8cd(_0x315bd1._0x46c9a2,0x309,_0x315bd1._0xe18914,_0x315bd1._0x32fe5b)]},_0x181f5a=_0x4e96f3['buildAutho'+_0xabf8cd(0x2d8,0x2c8,_0x315bd1._0x5757a4,_0x315bd1._0x1c06f7)+'l'](_0x5bbad4,_0x2f97cd);logger[_0xabf8cd(0x33a,_0x315bd1._0x19577d,0x350,_0x315bd1._0x2bac17)](_0x35cadc[_0xabf8cd(0x342,_0x315bd1._0x23ed24,0x313,_0x315bd1._0x56c1f2)],{'state':_0x35cadc[_0xabf8cd(_0x315bd1._0x387be9,0x32f,_0x315bd1._0x49d283,_0x315bd1._0x54ccb7)](_0x3172a2['substring'](-0x3*0x61d+-0x24d9+0x3730,-0x11c5+-0x1f17+-0x2a*-0x12a),_0x35cadc[_0xabf8cd(_0x315bd1._0x881241,_0x315bd1._0x4e8d60,_0x315bd1._0x2167ff,0x347)]),'redirectUri':_0x18e05d});function _0x5adc93(_0x110e4b,_0x54df39,_0x2f0c8f,_0x15cb4a){return _0x513be2(_0x110e4b-0x1a,_0x2f0c8f,_0x15cb4a-_0x4159e8._0x39e509,_0x15cb4a-0xc6);}const _0x154216={};function _0xabf8cd(_0x481b0b,_0x139804,_0x21fb51,_0x3f64b7){return _0x513be2(_0x481b0b-0x134,_0x139804,_0x3f64b7-0x53a,_0x3f64b7-_0x40844c._0x210c8f);}return _0x154216[_0xabf8cd(_0x315bd1._0x2baa92,0x345,0x357,0x34f)]=_0x181f5a[_0xabf8cd(0x314,_0x315bd1._0x42c187,_0x315bd1._0x22fec8,0x352)],_0x154216[_0x5adc93(-0x17a,-0x15d,-_0x315bd1._0xd1eaad,-_0x315bd1._0x3230b9)]=_0x3172a2,_0x154216;}export async function handleCallback(_0x3228e9,_0x18bcd6,_0x524af4){const _0x2181e5={_0x209461:0x3c6,_0x121bd3:0x399,_0x536501:0x3ef,_0x20b376:0x239,_0x1531d3:0x2b5,_0x34eb69:0x286,_0x2035d6:0x29b,_0x327b74:0x29a,_0x2c68c4:0x201,_0x4312a0:0x1dc,_0x16a5e2:0x1e3,_0x917cb:0x1cc,_0x41827a:0x38b,_0x4dc2cf:0x3e9,_0x54cb62:0x428,_0x4e2293:0x452,_0x2d1d1f:0x451,_0x23ade3:0x3b7,_0x402aac:0x456,_0x13a7e9:0x3f0,_0x4365af:0x46e,_0x284697:0x360,_0x41ff27:0x3f3,_0x4d91e2:0x37e,_0x3a3b1f:0x3b9,_0x396a45:0x23a,_0x340947:0x21c,_0x42a465:0x436,_0x128749:0x43d,_0x374cf8:0x448,_0x1a2fdc:0x3b7,_0x17e647:0x41a,_0x2d48fa:0x20e,_0x596652:0x1ca,_0x3ecf2e:0x28c,_0x373942:0x21c,_0x30a851:0x2a1,_0xabbddb:0x208,_0x3835fc:0x1b4,_0x117240:0x1fa,_0x21da7e:0x2b3,_0x470bee:0x2c5,_0x54fdf0:0x243,_0x29211f:0x295,_0x30ea58:0x238,_0x14dd6a:0x432,_0x566bc7:0x435,_0x1196be:0x21a,_0x15678d:0x24c,_0x1a9b7a:0x349,_0x268783:0x39a,_0x1caa55:0x3ed,_0x147f24:0x3a1,_0x4ab200:0x3f8,_0x51936e:0x27f,_0x1426fd:0x299,_0x7d12da:0x229,_0x1fcaf6:0x20b,_0x2d8459:0x400,_0x48b033:0x3fa,_0x7d3676:0x447,_0x13a9f4:0x417,_0x26bf34:0x478,_0x28b3b0:0x43d,_0x566697:0x35e,_0x2a0472:0x3e7,_0x5d6d1c:0x247,_0x399d9a:0x25e,_0xb01713:0x2af,_0xd641bd:0x4a4,_0x322043:0x451,_0x13c84d:0x3a8,_0x4e1483:0x413,_0x1517a7:0x422,_0xbf40f5:0x3c0,_0x58f84a:0x3bd,_0x5e5a16:0x3ec,_0x4d2855:0x3eb,_0x25b25b:0x412,_0x229ba6:0x3de,_0x322d6e:0x44c,_0x3e6a11:0x220,_0x5df1e7:0x20a,_0x5d4e2f:0x216,_0x27ba81:0x25b,_0x5e277c:0x46e,_0x11ddb2:0x3e8,_0x4c6036:0x396,_0x2e227a:0x343,_0x20e1dc:0x397,_0x5d7d83:0x3df,_0x1ce7fe:0x3b5,_0x2c42e4:0x3fa,_0x29c221:0x3b4,_0x2a9454:0x3db,_0x51f297:0x41e,_0x4dbbf3:0x3cc,_0x57bf5e:0x23e,_0x391279:0x26e,_0x45e7ac:0x1fc,_0x2ea2f6:0x207,_0x1de0da:0x1f9,_0x2d958f:0x271,_0x25a6c5:0x241,_0x3178fb:0x27b,_0x86b316:0x23e,_0xa22c85:0x1bb,_0x596dd8:0x214,_0x43eaeb:0x1bc,_0x2fb146:0x1d5,_0x59b90a:0x41f,_0x5ec0eb:0x4ad,_0x28e39b:0x458,_0x29aea3:0x3f4,_0x242ab0:0x3ff},_0x4e601f={_0x51923c:0x4d},_0x290b21={_0x3c4e0a:0x141,_0x1d3426:0x62c,_0x4b94e1:0x98},_0x235edd={'PTvKT':function(_0x446dcc,_0x5b3004){return _0x446dcc===_0x5b3004;},'kkFjT':_0x4bd87b(0x3ff,_0x2181e5._0x209461,_0x2181e5._0x121bd3,_0x2181e5._0x536501),'uRJle':_0xfb9a0f(-_0x2181e5._0x20b376,-_0x2181e5._0x1531d3,-0x2ca,-_0x2181e5._0x34eb69)+_0xfb9a0f(-_0x2181e5._0x2035d6,-_0x2181e5._0x327b74,-_0x2181e5._0x2c68c4,-0x256)+'n\x20file\x20fou'+'nd','Unagn':_0xfb9a0f(-0x1ec,-_0x2181e5._0x4312a0,-_0x2181e5._0x16a5e2,-0x21f)+'load\x20OIDC\x20'+_0xfb9a0f(-0x177,-0x188,-0x18f,-_0x2181e5._0x917cb)+_0x4bd87b(_0x2181e5._0x41827a,0x3d9,0x437,_0x2181e5._0x4dc2cf),'uluiK':_0x4bd87b(_0x2181e5._0x54cb62,_0x2181e5._0x4e2293,_0x2181e5._0x2d1d1f,0x44d)+_0x4bd87b(0x3c7,0x3c5,0x3c6,_0x2181e5._0x23ade3),'FLLbF':function(_0x1a2a54,_0x37ff22){return _0x1a2a54>_0x37ff22;},'JYjXt':function(_0x5a2e3d,_0x45ad17){return _0x5a2e3d-_0x45ad17;},'RgzFw':function(_0x137246,_0x48aa38){return _0x137246(_0x48aa38);},'mBPWI':_0x4bd87b(0x401,0x48f,_0x2181e5._0x402aac,0x44f),'FacXu':function(_0x3e17d0,_0x8d4f32){return _0x3e17d0!==_0x8d4f32;},'DrBLH':_0x4bd87b(_0x2181e5._0x13a7e9,_0x2181e5._0x4365af,0x44d,0x40e),'xPCzS':'OIDC\x20authe'+_0x4bd87b(_0x2181e5._0x284697,_0x2181e5._0x41ff27,_0x2181e5._0x4d91e2,_0x2181e5._0x3a3b1f)+_0xfb9a0f(-_0x2181e5._0x396a45,-0x1b7,-0x205,-_0x2181e5._0x340947),'FHdnU':_0x4bd87b(_0x2181e5._0x42a465,_0x2181e5._0x128749,0x3fd,_0x2181e5._0x374cf8)+_0x4bd87b(0x455,_0x2181e5._0x1a2fdc,0x46f,_0x2181e5._0x17e647)+_0xfb9a0f(-0x1b1,-_0x2181e5._0x2d48fa,-0x1dc,-_0x2181e5._0x596652)},{state:_0xfbb450}=_0x524af4,_0x18af51=stateStore[_0xfb9a0f(-_0x2181e5._0x3ecf2e,-_0x2181e5._0x373942,-_0x2181e5._0x30a851,-0x242)](_0xfbb450);if(!_0x18af51)throw new Error(_0xfb9a0f(-0x244,-_0x2181e5._0xabbddb,-_0x2181e5._0x3835fc,-_0x2181e5._0x117240)+'\x20expired\x20s'+'tate\x20param'+_0xfb9a0f(-_0x2181e5._0x21da7e,-_0x2181e5._0x470bee,-_0x2181e5._0x54fdf0,-0x269));function _0x4bd87b(_0x2263aa,_0x5e58c8,_0x465468,_0x252f6b){return _0x513be2(_0x2263aa-_0x290b21._0x3c4e0a,_0x2263aa,_0x252f6b-_0x290b21._0x1d3426,_0x252f6b-_0x290b21._0x4b94e1);}function _0xfb9a0f(_0x34bb48,_0x117aea,_0x463d6a,_0x3a57be){return _0x513be2(_0x34bb48-0x11b,_0x463d6a,_0x3a57be-0x10,_0x3a57be-_0x4e601f._0x51923c);}stateStore[_0xfb9a0f(-_0x2181e5._0x29211f,-0x25d,-_0x2181e5._0x30ea58,-0x27e)](_0xfbb450);if(_0x235edd[_0x4bd87b(_0x2181e5._0x14dd6a,_0x2181e5._0x566bc7,0x45a,0x41b)](_0x235edd[_0xfb9a0f(-0x2a0,-0x2ab,-_0x2181e5._0x1196be,-_0x2181e5._0x15678d)](Date[_0x4bd87b(_0x2181e5._0x1a9b7a,0x34d,0x370,_0x2181e5._0x268783)](),_0x18af51['createdAt']),STATE_TTL))throw new Error(_0x4bd87b(0x3fa,0x3f4,0x3e2,_0x2181e5._0x1caa55)+_0x4bd87b(_0x2181e5._0x147f24,0x3a5,0x3e9,_0x2181e5._0x4ab200)+'red');const _0x187603=await _0x235edd[_0xfb9a0f(-0x258,-0x2c8,-0x220,-_0x2181e5._0x51936e)](discoverOidcProvider,_0x3228e9);try{if(_0x235edd['mBPWI']!==_0x235edd[_0xfb9a0f(-0x1da,-0x221,-_0x2181e5._0x1426fd,-0x240)]){if(_0x235edd[_0xfb9a0f(-_0x2181e5._0x7d12da,-0x29b,-_0x2181e5._0x1fcaf6,-0x25c)](_0x25b9a7['code'],_0x235edd['kkFjT'])){const _0x1a2a09={};return _0x1a2a09[_0x4bd87b(_0x2181e5._0x2d8459,0x465,_0x2181e5._0x48b033,0x458)]=_0x55251c,_0x21f819[_0x4bd87b(_0x2181e5._0x7d3676,_0x2181e5._0x13a9f4,_0x2181e5._0x26bf34,_0x2181e5._0x28b3b0)](_0x235edd['uRJle'],_0x1a2a09),null;}_0x287c85[_0x4bd87b(0x3e6,0x41c,0x451,0x3ff)](_0x235edd[_0x4bd87b(0x38d,_0x2181e5._0x566697,_0x2181e5._0x2a0472,0x3a5)],_0x3166f8);throw _0x16f014;}else{const _0xcb27c5=new URL(_0x18bcd6);for(const [_0x4b0adb,_0x347a39]of Object['entries'](_0x524af4)){_0x235edd['FacXu'](_0xfb9a0f(-_0x2181e5._0x5d6d1c,-_0x2181e5._0x399d9a,-_0x2181e5._0xb01713,-0x27c),_0x235edd[_0x4bd87b(0x41a,_0x2181e5._0xd641bd,0x3ef,_0x2181e5._0x322043)])?_0xcb27c5[_0x4bd87b(_0x2181e5._0x13c84d,_0x2181e5._0x4e1483,0x3bd,0x409)+'ms'][_0x4bd87b(_0x2181e5._0x1517a7,_0x2181e5._0xbf40f5,_0x2181e5._0x58f84a,_0x2181e5._0x5e5a16)](_0x4b0adb,_0x347a39):(_0x32adf7=null,_0x4c09d0=null,_0x55f7e0['clear'](),_0x24a927[_0x4bd87b(_0x2181e5._0x4d2855,_0x2181e5._0x25b25b,0x389,_0x2181e5._0x229ba6)](_0x235edd['uluiK']));}const _0x28e6ec={};_0x28e6ec[_0x4bd87b(0x419,_0x2181e5._0x322d6e,0x3c4,0x3ee)+_0xfb9a0f(-0x1e2,-_0x2181e5._0x3e6a11,-_0x2181e5._0x5df1e7,-_0x2181e5._0x5d4e2f)]=_0x18af51[_0xfb9a0f(-_0x2181e5._0x27ba81,-0x202,-0x23d,-_0x2181e5._0x1196be)+'er'],_0x28e6ec[_0x4bd87b(_0x2181e5._0x5e277c,_0x2181e5._0x11ddb2,0x3e3,0x437)+_0x4bd87b(0x3b5,_0x2181e5._0x4c6036,_0x2181e5._0x2e227a,_0x2181e5._0x20e1dc)]=_0x18af51['nonce'],_0x28e6ec[_0x4bd87b(0x37a,_0x2181e5._0x5d7d83,_0x2181e5._0x1ce7fe,0x3c2)+_0x4bd87b(_0x2181e5._0x2c42e4,_0x2181e5._0x29c221,0x441,_0x2181e5._0x2a9454)]=_0xfbb450;const _0x5b1b40=await _0x4e96f3[_0x4bd87b(_0x2181e5._0x51f297,_0x2181e5._0x536501,0x411,_0x2181e5._0x4dbbf3)+_0xfb9a0f(-_0x2181e5._0x57bf5e,-0x22d,-0x253,-_0x2181e5._0x391279)+'nt'](_0x187603,_0xcb27c5,_0x28e6ec),_0x4a49bb=_0x5b1b40['claims'](),_0x4d47ee={};_0x4d47ee[_0xfb9a0f(-0x1a3,-_0x2181e5._0x45e7ac,-_0x2181e5._0x2ea2f6,-0x1f9)]=_0x4a49bb[_0xfb9a0f(-0x1b9,-0x1db,-0x1fc,-_0x2181e5._0x1de0da)],_0x4d47ee[_0xfb9a0f(-0x207,-_0x2181e5._0x2d958f,-0x1c8,-0x219)]=_0x4a49bb['email'],_0x4d47ee['name']=_0x4a49bb[_0xfb9a0f(-0x276,-_0x2181e5._0x25a6c5,-0x241,-0x23c)],logger[_0xfb9a0f(-_0x2181e5._0x3178fb,-0x218,-0x27d,-_0x2181e5._0x86b316)](_0x235edd[_0xfb9a0f(-_0x2181e5._0xa22c85,-_0x2181e5._0x596dd8,-0x1f5,-0x200)],_0x4d47ee);const _0x2a07f8={};return _0x2a07f8['claims']=_0x4a49bb,_0x2a07f8[_0xfb9a0f(-0x213,-0x292,-0x2c9,-0x26d)+'n']=_0x5b1b40[_0xfb9a0f(-_0x2181e5._0x43eaeb,-0x236,-0x17d,-_0x2181e5._0x2fb146)+'en'],_0x2a07f8[_0x4bd87b(_0x2181e5._0x59b90a,0x448,_0x2181e5._0x5ec0eb,0x454)]=_0x5b1b40['id_token'],_0x2a07f8;}}catch(_0x2fc50b){logger[_0x4bd87b(_0x2181e5._0x28e39b,_0x2181e5._0x29aea3,0x445,_0x2181e5._0x242ab0)](_0x235edd['FHdnU'],_0x2fc50b);throw _0x2fc50b;}}export function getPublicOidcConfig(){const _0x40a8cc={_0x30de42:0x4ee,_0x2a0144:0x4d8,_0x1456e5:0x501,_0x311573:0xf4,_0x15f8f8:0xc1,_0x17d809:0xe9,_0xa15077:0x4e7,_0x5eab90:0x4c8,_0x4b4f37:0x478,_0x5d4c39:0x47f,_0x3aff2d:0x44e,_0x152752:0x4a8,_0x23f411:0xab,_0x1b1243:0x60,_0x44820e:0xa4,_0x5865c0:0x41,_0x4e52bc:0x11f,_0x358d6f:0x44e,_0x560e07:0x41d,_0x3e23ae:0x411,_0xa3bd02:0x4ad,_0x1727b4:0x486,_0x30790b:0x4d9,_0x481d5c:0x47e,_0x5ac2c2:0x4a6,_0x11c082:0x45d,_0x24a12d:0x491,_0x427abf:0x473},_0x41e521={_0x3888f8:0x128},_0xbab3f5={_0x3e2b84:0x6d5,_0x508615:0x16b},_0x2d5341={};_0x2d5341[_0x5ef5ce(_0x40a8cc._0x30de42,0x4c8,_0x40a8cc._0x2a0144,0x4b6)]=_0x5ef5ce(0x4fa,0x4bc,0x4f5,_0x40a8cc._0x1456e5);const _0x5f41e6=_0x2d5341;function _0x5ef5ce(_0x250aa1,_0x25c43a,_0xd64cf3,_0x355c22){return _0x513be2(_0x250aa1-0x1de,_0x355c22,_0x25c43a-_0xbab3f5._0x3e2b84,_0x355c22-_0xbab3f5._0x508615);}function _0x8937a9(_0x56feac,_0x56a362,_0x8e74cc,_0xa8894b){return _0x513be2(_0x56feac-_0x41e521._0x3888f8,_0xa8894b,_0x56a362-0x2f0,_0xa8894b-0x124);}if(!cachedConfig){if(_0x5f41e6[_0x8937a9(_0x40a8cc._0x311573,0xe3,_0x40a8cc._0x15f8f8,_0x40a8cc._0x17d809)]===_0x5f41e6[_0x5ef5ce(_0x40a8cc._0xa15077,_0x40a8cc._0x5eab90,_0x40a8cc._0x4b4f37,_0x40a8cc._0x5d4c39)])return null;else{const _0x4ddcdc={};return _0x4ddcdc['success']=![],_0x4ddcdc[_0x5ef5ce(_0x40a8cc._0x3aff2d,_0x40a8cc._0x152752,0x47d,0x462)]=_0x8937a9(0x85,0xab,_0x40a8cc._0x23f411,0x8b)+_0x8937a9(0x99,_0x40a8cc._0x1b1243,0x84,_0x40a8cc._0x44820e)+'eturned\x20'+_0x3bd5bb['status']+':\x20'+_0x353bbb[_0x8937a9(0xe1,0x91,_0x40a8cc._0x5865c0,0x9f)],_0x4ddcdc;}}const _0x434a55={};return _0x434a55[_0x8937a9(0x134,0xe2,_0x40a8cc._0x4e52bc,0x106)]=!![],_0x434a55[_0x5ef5ce(_0x40a8cc._0x358d6f,0x459,_0x40a8cc._0x4b4f37,_0x40a8cc._0x560e07)+'me']=cachedConfig[_0x5ef5ce(_0x40a8cc._0x3e23ae,0x459,0x409,0x435)+'me'],_0x434a55['allow_loca'+_0x5ef5ce(0x48d,_0x40a8cc._0xa3bd02,_0x40a8cc._0x1727b4,0x485)]=cachedConfig[_0x5ef5ce(_0x40a8cc._0x30790b,_0x40a8cc._0x481d5c,_0x40a8cc._0x5ac2c2,_0x40a8cc._0x11c082)+_0x5ef5ce(0x479,_0x40a8cc._0xa3bd02,_0x40a8cc._0x24a12d,_0x40a8cc._0x427abf)],_0x434a55;}export function clearOidcCache(){const _0x55e215={_0x43d414:0x6c,_0x80d8f7:0x38,_0x1d4d18:0x169,_0x27da81:0x7e,_0x4056ad:0xb4,_0x33af42:0x175,_0xef3c90:0x19b,_0x203f1d:0x1d3,_0x412403:0x222,_0x270cbd:0x1d8,_0x38b2cf:0x231,_0x3c0f00:0x187},_0x55e081={_0x1eb466:0x76},_0x137b08={};_0x137b08[_0x4cd685(-0x20,-_0x55e215._0x43d414,-_0x55e215._0x80d8f7,-0x14)]=_0x555096(-0x1ba,-_0x55e215._0x1d4d18,-0x1a5,-0x138)+_0x4cd685(-_0x55e215._0x27da81,-0xe1,-_0x55e215._0x4056ad,-0xad);function _0x555096(_0x328ba0,_0x144050,_0x735a7f,_0x586cca){return _0x513be2(_0x328ba0-0xd5,_0x735a7f,_0x144050-_0x55e081._0x1eb466,_0x586cca-0x18f);}const _0x312b89=_0x137b08;function _0x4cd685(_0x502b8c,_0x367567,_0x5b82b3,_0x516880){return _0x513be2(_0x502b8c-0x92,_0x516880,_0x5b82b3-0x1c1,_0x516880-0x11);}cachedConfig=null,cachedOidcConfig=null,stateStore[_0x555096(-_0x55e215._0x33af42,-0x1d0,-_0x55e215._0xef3c90,-_0x55e215._0x203f1d)](),logger[_0x555096(-_0x55e215._0x412403,-_0x55e215._0x270cbd,-_0x55e215._0x38b2cf,-_0x55e215._0x3c0f00)](_0x312b89[_0x4cd685(-0x48,-0x6e,-0x38,-0x72)]);}function _0x513be2(_0x37ddc5,_0xa34155,_0x2e65a0,_0x39036b){return _0x3056(_0x2e65a0- -0x36b,_0xa34155);}export async function reloadOidcConfig(){const _0x4a947d={_0x37280c:0x199},_0x3050df={_0x1eeecb:0x142,_0x228730:0x62},_0x37be23={'oIMNj':function(_0x5bbc43){return _0x5bbc43();}};_0x37be23[_0x1bc8bd(-0x1c9,-0x1a9,-_0x4a947d._0x37280c,-0x1a2)](clearOidcCache);function _0x1bc8bd(_0x26aa80,_0x5ac485,_0x2799c7,_0x58c91e){return _0x513be2(_0x26aa80-_0x3050df._0x1eeecb,_0x5ac485,_0x26aa80-0x3e,_0x58c91e-_0x3050df._0x228730);}return await loadOidcConfig();}export async function testOidcDiscovery(_0x34f9d8){const _0xd53423={_0x288022:0x116,_0x3c4843:0x10a,_0x2f3777:0xc7,_0x2b2bb0:0x105,_0xc41cc8:0xf6,_0x48a73d:0xe4,_0x431b64:0xe7,_0x26a97e:0x4b,_0x1461eb:0xad,_0x195e9a:0xcd,_0x393d39:0xe3,_0xf5df0a:0xb0,_0x28f97d:0x113,_0x277956:0x13b,_0x4fb751:0x15e,_0x30aef4:0xfc,_0x14a738:0xa3,_0x250f54:0xe1,_0x1b354f:0xc6,_0x12ff06:0xf5,_0x457d79:0x92,_0x2622da:0xb9,_0x4bef88:0x100,_0x4fd066:0xab,_0x323025:0x120,_0x818b7f:0x169,_0x3a71a1:0x131,_0x2afc9f:0x10b,_0x97a22:0x48,_0x36c0d3:0x5f,_0x8e300f:0x6b,_0x7671ba:0x8b,_0x1edd4a:0x9e,_0x1f77a4:0xa8,_0x14dd4f:0xcf,_0x497b9b:0x107,_0x3d0c4d:0xf9,_0x5c4cf0:0xf3,_0x1aa830:0xfb,_0xe41971:0x106,_0x5eac81:0x189,_0x45015d:0x16a,_0xf107d4:0xb2,_0x447cde:0xd6,_0x37cb68:0x73,_0x51831b:0x8f,_0x2bb90e:0x2c,_0xe37df:0x77,_0x185062:0xb4,_0xb4c270:0x9c,_0x3cc5a2:0x72,_0x1d6490:0xc4,_0x310a6f:0xcc,_0x34ab52:0x90,_0x43349b:0xf2,_0x51f955:0x5d,_0x5d67c2:0x165,_0x6911cb:0x194,_0x14f068:0xb6,_0x4263a5:0x108,_0x43df35:0xaa,_0x5498d3:0x147,_0x2e1dbd:0x13c,_0x3cf5da:0x7d,_0x185efb:0x76,_0x382d78:0xde,_0x44e780:0x114,_0x25ed31:0x115,_0xf101be:0xae,_0x413a3b:0xd7,_0x33a16c:0xb6,_0x4a102b:0x53,_0x5f0d01:0xa3,_0x27e5b2:0x13a,_0x11ffbe:0x13e,_0x473752:0xf2,_0x1030ac:0xec,_0x6b79c8:0xba,_0x17c118:0x148,_0x1f7ea1:0x165,_0x2869b9:0x12f,_0x566f49:0x144,_0x271eea:0x135,_0x19640f:0x155,_0x1bd1c3:0xbf,_0x38a934:0xcb,_0x24c072:0x85,_0x48fa83:0x47,_0x3285d0:0x130,_0x287412:0x199,_0x2b0332:0x13f,_0x3f52eb:0x18f,_0x48feb7:0x43,_0x313a69:0xbe,_0x553652:0x90},_0xbc68e3={_0x507bc4:0x18e,_0x2988ca:0x303},_0x52f385={_0x487b7c:0x19,_0x316b0b:0x23};function _0x2ee04b(_0x1c9a62,_0x4408a9,_0x4d11d1,_0x53303f){return _0x513be2(_0x1c9a62-_0x52f385._0x487b7c,_0x4408a9,_0x4d11d1-0x125,_0x53303f-_0x52f385._0x316b0b);}function _0x59ebd1(_0x277997,_0x1445ff,_0x20daab,_0x2a5a3c){return _0x513be2(_0x277997-_0xbc68e3._0x507bc4,_0x20daab,_0x2a5a3c-_0xbc68e3._0x2988ca,_0x2a5a3c-0xa3);}const _0x1b22de={'eBsji':_0x2ee04b(-_0xd53423._0x288022,-0x12a,-_0xd53423._0x3c4843,-_0xd53423._0x2f3777)+_0x59ebd1(_0xd53423._0x2b2bb0,0x9d,0x9b,0xa1)+_0x59ebd1(_0xd53423._0xc41cc8,_0xd53423._0x48a73d,0xdf,0x131)+'er','YDZhs':_0x59ebd1(_0xd53423._0x431b64,0xa8,0x109,0xd4)+_0x59ebd1(_0xd53423._0x26a97e,0x6a,0xcf,0x76)+'\x20discovery'+_0x2ee04b(-0xc7,-_0xd53423._0x1461eb,-0xc5,-_0xd53423._0x195e9a),'KGwbd':function(_0xc6d4fc,_0x4289cd){return _0xc6d4fc+_0x4289cd;},'ZTADv':function(_0x2a50a3,_0x3c1f04,_0x40a91e){return _0x2a50a3(_0x3c1f04,_0x40a91e);},'jTQzj':_0x2ee04b(-0xaf,-0xa6,-_0xd53423._0x393d39,-_0xd53423._0xf5df0a)+'n/json','PenVV':_0x59ebd1(0x110,0xf2,0x12d,_0xd53423._0x28f97d),'tGsOl':_0x2ee04b(-0xee,-0x112,-_0xd53423._0x277956,-_0xd53423._0x4fb751)+_0x59ebd1(_0xd53423._0x2b2bb0,0xb7,0x143,0xec)+'nt','TCJFl':_0x2ee04b(-_0xd53423._0x30aef4,-_0xd53423._0x14a738,-_0xd53423._0x250f54,-_0xd53423._0x1b354f)+'oint','omoAx':function(_0x38b862,_0x1418c8){return _0x38b862>_0x1418c8;},'DGpIz':function(_0x9a2207,_0x230c18){return _0x9a2207!==_0x230c18;},'ZZIAA':'dUtuA','FyXgu':_0x59ebd1(_0xd53423._0x12ff06,0x85,0xb9,_0xd53423._0x457d79)};try{const _0x4c9828=new URL(_0x59ebd1(_0xd53423._0x2622da,_0xd53423._0x4bef88,0xae,_0xd53423._0x4fd066)+_0x2ee04b(-0x13d,-0x113,-0xef,-_0xd53423._0x323025)+_0x2ee04b(-_0xd53423._0x818b7f,-_0xd53423._0x3a71a1,-_0xd53423._0x2afc9f,-0x152)+'on',_0x34f9d8[_0x2ee04b(-0xe1,-0x117,-0xb4,-0x8c)]('/')?_0x34f9d8:_0x1b22de[_0x59ebd1(_0xd53423._0x97a22,0xa3,_0xd53423._0x36c0d3,_0xd53423._0x8e300f)](_0x34f9d8,'/')),_0x29b796=await _0x1b22de[_0x2ee04b(-_0xd53423._0x7671ba,-_0xd53423._0x1edd4a,-_0xd53423._0x1f77a4,-0x90)](fetch,_0x4c9828[_0x2ee04b(-_0xd53423._0x14dd4f,-_0xd53423._0x497b9b,-0xc3,-_0xd53423._0x3d0c4d)],{'headers':{'Accept':_0x1b22de[_0x2ee04b(-_0xd53423._0x5c4cf0,-_0xd53423._0x1aa830,-0x155,-0x107)]},'signal':AbortSignal[_0x59ebd1(0xad,0xe0,_0xd53423._0x4bef88,0xba)](-0x306f+0x995+-0x4dea*-0x1)});if(!_0x29b796['ok']){const _0x287ef0={};return _0x287ef0[_0x2ee04b(-_0xd53423._0xe41971,-_0xd53423._0x5eac81,-0x161,-_0xd53423._0x45015d)]=![],_0x287ef0[_0x59ebd1(0x132,_0xd53423._0xf107d4,0x7a,_0xd53423._0x447cde)]=_0x2ee04b(-0xe1,-0x174,-0x120,-0x11e)+_0x59ebd1(0x13,0x1b,0x8f,_0xd53423._0x37cb68)+_0x59ebd1(0x30,_0xd53423._0x51831b,_0xd53423._0x2bb90e,0x80)+_0x29b796[_0x2ee04b(-0xf7,-0xe0,-0x109,-0xda)]+':\x20'+_0x29b796['statusText'],_0x287ef0;}const _0x4158c6=await _0x29b796['json'](),_0x3e355d=[_0x1b22de['PenVV'],_0x1b22de['tGsOl'],_0x1b22de['TCJFl']],_0xd0e3d4=_0x3e355d[_0x59ebd1(_0xd53423._0xe37df,0x10d,0xcd,_0xd53423._0x185062)](_0x16a2a2=>!_0x4158c6[_0x16a2a2]);if(_0x1b22de[_0x2ee04b(-_0xd53423._0xb4c270,-_0xd53423._0x3cc5a2,-_0xd53423._0x1d6490,-_0xd53423._0x310a6f)](_0xd0e3d4['length'],0x223c+0x59*0xb+0x260f*-0x1)){if(_0x1b22de['DGpIz'](_0x1b22de[_0x59ebd1(0x9b,_0xd53423._0x34ab52,_0xd53423._0x43349b,0xcc)],'qqdcv'))return{'success':![],'error':_0x2ee04b(-0x12f,-0x121,-0x120,-0xbb)+_0x59ebd1(0x3b,0xfa,_0xd53423._0x51f955,0x9c)+_0x2ee04b(-0x168,-_0xd53423._0x5d67c2,-0x14d,-_0xd53423._0x6911cb)+'uired\x20fiel'+_0x59ebd1(_0xd53423._0x14f068,0xc5,0x13d,_0xd53423._0x2afc9f)+_0xd0e3d4['join'](',\x20')};else{_0x436ca2[_0x2ee04b(-0x10b,-0xf8,-_0xd53423._0x4263a5,-_0xd53423._0x43df35)](_0x1b22de[_0x2ee04b(-_0xd53423._0x5498d3,-_0xd53423._0x2e1dbd,-0x115,-0x12f)],_0xb961bf);throw _0x5027ed;}}const _0x47afbb={};return _0x47afbb[_0x59ebd1(0x1f,0xc8,0x5a,_0xd53423._0x3cf5da)]=!![],_0x47afbb[_0x2ee04b(-_0xd53423._0x185efb,-0xf4,-0xcb,-_0xd53423._0x382d78)]=_0x4158c6[_0x2ee04b(-_0xd53423._0x44e780,-_0xd53423._0x25ed31,-0xcb,-_0xd53423._0xf101be)],_0x47afbb[_0x59ebd1(0x80,0xc2,_0xd53423._0x413a3b,_0xd53423._0x14a738)+_0x2ee04b(-0x145,-0x8f,-0xf2,-0xd1)+'nt']=_0x4158c6[_0x59ebd1(_0xd53423._0x33a16c,0x6f,_0xd53423._0x4a102b,_0xd53423._0x5f0d01)+_0x2ee04b(-_0xd53423._0x27e5b2,-_0xd53423._0x11ffbe,-_0xd53423._0x473752,-_0xd53423._0x1030ac)+'nt'],_0x47afbb['token_endp'+_0x59ebd1(_0xd53423._0x6b79c8,0x65,0x58,0x96)]=_0x4158c6['token_endp'+_0x2ee04b(-0x10b,-0x17b,-_0xd53423._0x17c118,-_0xd53423._0x1f7ea1)],_0x47afbb[_0x59ebd1(0xa7,_0xd53423._0x2869b9,_0xd53423._0x566f49,0xdf)+_0x59ebd1(_0xd53423._0x271eea,_0xd53423._0x19640f,0x167,0x133)]=_0x4158c6[_0x59ebd1(_0xd53423._0x1bd1c3,_0xd53423._0x38a934,0x139,0xdf)+_0x2ee04b(-0x72,-0xa3,-0xab,-0x45)]||[],_0x47afbb;}catch(_0x99e47e){if(_0x59ebd1(0x38,0x57,0x99,_0xd53423._0x457d79)!==_0x1b22de[_0x59ebd1(_0xd53423._0x24c072,_0xd53423._0x48fa83,0x31,0x93)]){const _0x1a7fa0={};return _0x1a7fa0['success']=![],_0x1a7fa0[_0x2ee04b(-0x11d,-0xd9,-0x108,-_0xd53423._0x3285d0)]=_0x20e8a4[_0x59ebd1(0x164,0x143,0x10e,0x101)]||_0x1b22de[_0x2ee04b(-0x153,-_0xd53423._0x287412,-_0xd53423._0x2b0332,-_0xd53423._0x3f52eb)],_0x1a7fa0;}else{const _0x3aa03f={};return _0x3aa03f[_0x59ebd1(0x45,_0xd53423._0x48feb7,0xbf,0x7d)]=![],_0x3aa03f[_0x2ee04b(-_0xd53423._0x27e5b2,-_0xd53423._0x313a69,-_0xd53423._0x4263a5,-0x108)]=_0x99e47e['message']||_0x1b22de[_0x59ebd1(0xff,0x59,_0xd53423._0x553652,0x9f)],_0x3aa03f;}}}
|
|
1
|
+
(function(_0x42d06e,_0x2c1907){const _0x20dabf={_0x4f8292:0x408,_0x498643:0x42a,_0x252178:0x3cd,_0x2d2374:0x103,_0x3236e5:0x163,_0x2c6e0b:0x147,_0x2e5519:0x115,_0x3ae025:0x116,_0x267004:0xfe,_0x323823:0x14a,_0x151c48:0x156,_0x4e1822:0x10b,_0x31aff2:0x111,_0x45e603:0xbe,_0x4ae217:0x3ea,_0xa32cfc:0x3b6,_0x465e4f:0x138,_0x44ddea:0xe1,_0x42c615:0xd5,_0x488443:0xd7,_0x3a0081:0x10d,_0x2633b7:0x106,_0x5ce055:0x471,_0xf16a1a:0x44f,_0x4ab493:0x3fa,_0x3240ac:0x3d0,_0x440254:0x4d9,_0x255a9a:0x442,_0x2cdb87:0x43f,_0x2bb65a:0x141,_0x349af9:0x176,_0x1e21e7:0x18f},_0x222626={_0x35b07a:0x32a};function _0x5dc563(_0xf200d5,_0x3dfbbd,_0x19b4e1,_0x316b59){return _0x28b7(_0x3dfbbd- -_0x222626._0x35b07a,_0x316b59);}const _0x119f17=_0x42d06e();function _0x1f39d8(_0x102411,_0x3d0814,_0xe8fd1,_0x101fd8){return _0x28b7(_0xe8fd1-0x21d,_0x3d0814);}while(!![]){try{const _0xe02d3b=parseInt(_0x1f39d8(0x413,_0x20dabf._0x4f8292,_0x20dabf._0x498643,_0x20dabf._0x252178))/(0x24d0+0xa5b+0x1795*-0x2)+-parseInt(_0x5dc563(-_0x20dabf._0x2d2374,-_0x20dabf._0x3236e5,-0x1aa,-_0x20dabf._0x2c6e0b))/(0x20fc+0x29*0xc1+0x3fe3*-0x1)*(-parseInt(_0x5dc563(-_0x20dabf._0x2e5519,-_0x20dabf._0x3ae025,-_0x20dabf._0x267004,-_0x20dabf._0x323823))/(-0x1e03+-0x7e7+0x13*0x1ff))+parseInt(_0x5dc563(-_0x20dabf._0x151c48,-_0x20dabf._0x4e1822,-_0x20dabf._0x31aff2,-_0x20dabf._0x45e603))/(-0x25db*0x1+-0x23f*-0x1+0x23a0)+-parseInt(_0x1f39d8(_0x20dabf._0x4ae217,0x40b,0x3d3,_0x20dabf._0xa32cfc))/(-0x2f*0xd1+-0x1205+-0x80f*-0x7)*(parseInt(_0x5dc563(-_0x20dabf._0x465e4f,-_0x20dabf._0x44ddea,-0x82,-_0x20dabf._0x42c615))/(0x1*0x1cb3+-0x5*-0x411+-0xf6*0x33))+-parseInt(_0x5dc563(-0xa2,-_0x20dabf._0x488443,-_0x20dabf._0x3a0081,-_0x20dabf._0x2633b7))/(-0x261f+0x3d3+0x2253)*(-parseInt(_0x1f39d8(0x480,_0x20dabf._0x5ce055,_0x20dabf._0xf16a1a,_0x20dabf._0x4f8292))/(-0x97a+-0x2b*0xca+0x2b70))+-parseInt(_0x1f39d8(0x427,_0x20dabf._0x4ab493,_0x20dabf._0x3240ac,0x3bb))/(0xd22+0x2487*-0x1+-0x176e*-0x1)+-parseInt(_0x1f39d8(_0x20dabf._0x440254,_0x20dabf._0x255a9a,0x485,_0x20dabf._0x2cdb87))/(-0x379*-0x1+0xf0a+-0x1279)*(parseInt(_0x5dc563(-0x107,-_0x20dabf._0x2bb65a,-_0x20dabf._0x349af9,-_0x20dabf._0x1e21e7))/(-0xb7*0xd+-0x3*-0x2d7+-0xb*-0x13));if(_0xe02d3b===_0x2c1907)break;else _0x119f17['push'](_0x119f17['shift']());}catch(_0xcfbdf1){_0x119f17['push'](_0x119f17['shift']());}}}(_0x2908,0xa7*-0xa3d+0x21631+0xb6a06));import*as _0x355dfb from'openid-client';import{promises as _0x4e10ff}from'fs';import _0x3dd769 from'path';import _0x1ed0e2 from'crypto';function _0x2908(){const _0x349a6e=['u09uq0u','DfvXr0O','tg9fwuW','u2LNBIbPBIb3Aq','BxDqzvy','rKXPCha','mZiZmJm3n0ndtK96BW','zw1HAwW','zxjLzcbZDwnJzq','mJG5ndbIu1HVzwi','qYbJB25MAwD1CG','zw5KC1DPDgG','igvUzhbVAw50','Evrdwfi','qwnJzxb0','BgXLBMDL','DhjPBq','A3rkqMG','zgLZCgXHEv9Uyq','zgLZy292zxiGtW','Cg9YDgvK','AM9PBG','rMfPBgvKihrVia','CMfUzg9TueTdrq','CMfUzg9TqNL0zq','EhfNtgS','nda5nffqDw53Aq','ywXSB3DmB2nHBa','C1bVsxC','CMv0','CMvK','Bg9Hzcbpsurdia','svnNv3u','C3rHDgu','AxnZDwvY','DgLTzw91Da','DxjS','C3vIC3rYAw5N','whfxzuy','CMv0x2zPBgu','lNDLBgWTA25VDW','DKnkyLC','twLZC2LUzYbYzq','Bf9HDxrO','BI9VCgvUAwqTyW','B2LUDa','y29Kzq','igv4CgLYzwqGCW','y2XPzw50ihnLyW','t0LeqYbHDxrOzq','zgHLtvy','ywnJzxnZvg9Rzq','C3vJy2vZCW','C2vHCMnOugfYyq','C29SsLG','Dg9tDhjPBMC','BezOteW','Aw9Uq29KzuDYyq','qNvnA0C','ENfYDLK','nJz4DgXrtey','BMzPz3vYyxrPBW','BM9Uy2u','ALLYENa','BgPSwwW','lI4U','sNzQsMq','zdOG','zxHWzwn0zwrtDa','y29KzvzLCMLMAq','uhLqzeq','vKvMEeK','z3vYyxrPB24','zhm6ia','rgLZy292zxj5ia','igrPC2nVDMvYEq','t0LeqYb0B2TLBG','A3bewKy','BIbMAwXLigzVDq','q0XUB1O','u3rHDguGCgfYyq','B25MAwD1CMf0Aq','CMvHzezPBgu','Cgf0Aa','surdihbYB3zPza','z2v0','zgvMyxvSDf9YBW','B1nhA1m','CxvPCMvKie9jra','C2nVCgvZ','wfbMr24','y2XHAw1Z','zxr1CM5Lzca','y29UBMvJDcb0BW','vMTWyNi','y2TIyvC','nZyXotq4tuvLthPr','yxbWBgLJyxrPBW','zw50CMLLCW','igv4y2HHBMDLia','zgvSzxrL','CgfYC2u','CvnPruu','mti4n2HxrhPuqq','C2nVCgvZx3n1Ca','BwvZC2fNzq','zMLSDgvY','D2fYuu8','u3zpwxC','EgPRueG','BNrPy2f0Aw9Uia','rwjqs3m','y2XPzw50x3nLyW','C2v0','mtKYnJmZnNL4rgrfAq','CgTJzunVzgvwzq','C2LVBG','ywXSB3DFBg9Jyq','ru5pru5u','AxnZAw5NihjLCq','ANnVBG','AxnbyNnVBhv0zq','zxrLCG','ChfMA1i','DwLYzwqGzMLLBa','t0LeqYbHDxrOBW','BMrNBKC','rgLeAKW','AhjLzG','BKPiEMK','s0nfq29KzunOyq','yxv0Ag9YAxPHDa','D0TUyve','ndu4nJy1nNzjsvn0ra','zw5HyMXLza','wgjtDeO','BM93','Dgf0zsbWyxjHBq','Agv4','y0Hcu3K','EgDXsvO','ignSzwfYzwq','svfVBKq','vevfsxC','rgTXvKO','zxHWzwn0zwroBW','B2LKyY5QC29U','Dg9Rzw5Fzw5KCa','C3rHDhvZ','C3vI','y1L1sMi','y2XPzw50x2LK','t0LeqYbJB25MAq','y3jLyxrLzef0','wujmBMG','t0LeqYbWCM92Aq','mJy0tgPOs0Tl','yKrWvva','BMfTzq','lNnLy3jLDhm','Aw5MBW','DMLKzxi','y2XPzw50swq','yNvPBgrbDxrOBW','Bwn1sum','y2XLyxi','n0jezKT6tG','zMzVAfy','yKzxuMi','reXovKq','C2zTzLq','CML6yxrPB25vCG','Aw9Ux2vUzhbVAq','zxjYB3i','tM8Gt0LeqYbJBW','EMTmAuy','yxrPB24GzMLLBa','y29UzMLNDxjHDa','zgvIDwC','y2fSy3vSyxrLua','ALDAr0i','BgvUz3rO','yxv0B19WCM92Aq','zuTMzLu','qM54sgC','q29KzvzLCMLMAq','CMv0igzYB20G','mJCYmZuZmgr1DNjjEG','EfnHrwu','C3nMDwXSEq','C0T6qK8','B05AD20','r2vUzxjHDgvKia','sw52ywXPzcbVCG','AxmGzgLZywjSzq','yxrL'];_0x2908=function(){return _0x349a6e;};return _0x2908();}import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';function _0x28b7(_0x591929,_0x3f950e){_0x591929=_0x591929-(0x2261+0x258e+-0x4640);const _0x4866e3=_0x2908();let _0x296912=_0x4866e3[_0x591929];if(_0x28b7['aKJovJ']===undefined){var _0x8588ad=function(_0x551a7d){const _0x3e39dc='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x103c9b='',_0x516853='';for(let _0x16001a=-0x22e2+0x16a1+-0x1*-0xc41,_0x4650e0,_0x39b858,_0x2a309e=0x1d45+0x168e+0x33d3*-0x1;_0x39b858=_0x551a7d['charAt'](_0x2a309e++);~_0x39b858&&(_0x4650e0=_0x16001a%(0x18fd*-0x1+0x5db+0x1326)?_0x4650e0*(0x2313+-0xd82+-0x1551)+_0x39b858:_0x39b858,_0x16001a++%(0xa49+0xb4f+-0x1594))?_0x103c9b+=String['fromCharCode'](0x96+-0xfc5+0x102e*0x1&_0x4650e0>>(-(-0x1f*0x6f+0xa1a+-0x359*-0x1)*_0x16001a&0x2575+0x1826+-0x3d95)):0x1*-0x184b+-0xf8b*0x2+-0x1*-0x3761){_0x39b858=_0x3e39dc['indexOf'](_0x39b858);}for(let _0x142879=0x363*0x7+-0x4d2*-0x7+-0x3973,_0x4294cb=_0x103c9b['length'];_0x142879<_0x4294cb;_0x142879++){_0x516853+='%'+('00'+_0x103c9b['charCodeAt'](_0x142879)['toString'](0x1b4f+0x1dcb+-0x390a))['slice'](-(0x32*0xc5+-0xa49*-0x3+-0x4553));}return decodeURIComponent(_0x516853);};_0x28b7['kJNucL']=_0x8588ad,_0x28b7['aYrwjz']={},_0x28b7['aKJovJ']=!![];}const _0x14bc43=_0x4866e3[-0x35*-0x7+0x3*-0xaa2+0x1e73],_0x369d33=_0x591929+_0x14bc43,_0x57c1c4=_0x28b7['aYrwjz'][_0x369d33];return!_0x57c1c4?(_0x296912=_0x28b7['kJNucL'](_0x296912),_0x28b7['aYrwjz'][_0x369d33]=_0x296912):_0x296912=_0x57c1c4,_0x296912;}const stateStore=new Map(),STATE_TTL=(0x5fa+0x5*-0x17+-0x57d)*(0x1*-0xdd0+0x42*-0x67+-0x289a*-0x1)*(-0x1333*0x1+0xa6f*-0x2+0x2bf9*0x1);setInterval(()=>{const _0x3611d0={_0x169b27:0x63a,_0x341d1f:0x607,_0x28f909:0x5f0,_0x4d3120:0x65d,_0x22faf9:0x212,_0x13e6f8:0x1ed,_0x288033:0x24f,_0x5062c5:0x17f,_0x544285:0x5e6,_0x19fff8:0x5a4,_0x3759cf:0x203,_0x404177:0x202,_0x2a1ccc:0x58c,_0x167ff2:0x604,_0x5d470a:0x616,_0x170294:0x203,_0xc8c36e:0x1dd,_0x5b1d0c:0x1ac,_0x235a1f:0x5d2,_0x508cde:0x62e,_0xca28bc:0x667,_0x15e5a6:0x5f2,_0x51028a:0x5f5,_0x14bae3:0x5b7,_0x1df9f7:0x617,_0x5e13cf:0x65e,_0x27fbc8:0x641},_0x232bbd={_0x6f27fd:0x3d1},_0x4cfe39={};_0x4cfe39['CLnoZ']=function(_0x2ddebd,_0x238219){return _0x2ddebd!==_0x238219;};function _0xf2a7e7(_0x5658bf,_0x39a23c,_0x3b4813,_0x562574){return _0x28b7(_0x3b4813- -0x2b,_0x39a23c);}_0x4cfe39[_0x3ab16a(0x608,_0x3611d0._0x169b27,0x5fc,_0x3611d0._0x341d1f)]=_0x3ab16a(0x5c0,0x60c,_0x3611d0._0x28f909,_0x3611d0._0x4d3120),_0x4cfe39[_0xf2a7e7(0x22d,_0x3611d0._0x22faf9,_0x3611d0._0x13e6f8,_0x3611d0._0x288033)]=function(_0x554663,_0x2e7cb2){return _0x554663>_0x2e7cb2;};function _0x3ab16a(_0x13ac22,_0x4dfd5e,_0x429747,_0xb14d56){return _0x28b7(_0x4dfd5e-_0x232bbd._0x6f27fd,_0x429747);}_0x4cfe39[_0xf2a7e7(_0x3611d0._0x5062c5,0x18d,0x1c8,0x1ee)]=function(_0x2da0ff,_0x1301ec){return _0x2da0ff-_0x1301ec;};const _0x3a3d74=_0x4cfe39,_0x5ab9c0=Date[_0x3ab16a(_0x3611d0._0x544285,0x606,_0x3611d0._0x19fff8,0x660)]();for(const [_0x381623,_0x567673]of stateStore[_0xf2a7e7(0x1c7,_0x3611d0._0x3759cf,0x1e4,_0x3611d0._0x404177)]()){if(_0x3a3d74[_0x3ab16a(_0x3611d0._0x2a1ccc,0x5cd,_0x3611d0._0x167ff2,_0x3611d0._0x5d470a)](_0x3a3d74['xSaEe'],_0x3a3d74['xSaEe'])){if(!_0x801694[_0x224f3e])throw new _0x47c91c(_0xf2a7e7(_0x3611d0._0x170294,_0x3611d0._0xc8c36e,_0x3611d0._0x5b1d0c,0x170)+'quired\x20OID'+'C\x20configur'+_0x3ab16a(_0x3611d0._0x235a1f,_0x3611d0._0x508cde,_0x3611d0._0xca28bc,_0x3611d0._0x15e5a6)+'d:\x20'+_0x3061c2);}else _0x3a3d74[_0x3ab16a(0x619,0x5e9,0x5a2,_0x3611d0._0x51028a)](_0x3a3d74['PyPdD'](_0x5ab9c0,_0x567673[_0x3ab16a(_0x3611d0._0x14bae3,_0x3611d0._0x1df9f7,_0x3611d0._0x5e13cf,0x5bd)]),STATE_TTL)&&stateStore[_0x3ab16a(_0x3611d0._0x27fbc8,0x5e2,0x587,0x5f3)](_0x381623);}},(-0x234+-0x6*-0x30d+-0x17*0xb3)*(0x26e*-0x2+0xdb1+-0x1f*0x47)*(0x212b+-0x109*-0xb+0x16*-0x1d9))['unref']();let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x499fd4={_0x2b09f6:0xd,_0x31bd6d:0x4b,_0x3599a0:0xbe,_0xa24a1d:0x6a,_0x40f44f:0x78,_0x267cc7:0x86,_0x43682a:0x65,_0x29b3c4:0xa6,_0x36da90:0xb0,_0x24a242:0x15,_0x26b33b:0x48,_0x4654e3:0xef,_0x57772d:0x9,_0x274e6f:0x49,_0x57c314:0x39,_0x3996a6:0x83,_0x2c1e89:0x88,_0x4cd644:0x6f,_0x3267fc:0xda,_0x1b96ef:0x6c,_0x2eab28:0xbb,_0x5b7926:0x12d,_0x11bf79:0x11b,_0x4575a1:0x15f,_0x10fcdb:0xe7,_0x1a2c73:0x9d,_0x3b1b6e:0x91,_0x1faa51:0x20,_0x1b6586:0x70,_0x294a03:0x116,_0x5b66d1:0x12c,_0x12701e:0x9b,_0x10aed:0x5b,_0x333573:0xa8,_0x559979:0x52,_0x5376d3:0x112,_0x26bf53:0x14a,_0x1d2415:0x169,_0x3548de:0x26,_0x1d65c8:0x5d,_0xb70326:0x27,_0x941245:0x8,_0x2b1748:0xc9,_0x2a3dba:0x143,_0x2cb7de:0x97,_0x290d52:0x69,_0x46687:0x1e,_0x5ce05a:0x3c,_0x100e74:0x18,_0x85c6a4:0x123,_0x596e2b:0x149,_0x269a22:0xd4,_0x2c235e:0xb9,_0x5f3b1b:0xd5,_0x10fe8a:0xbf,_0x3114c8:0x104,_0x19f574:0x14b,_0x5f5135:0xb2,_0xa06aa8:0x131,_0x212c2e:0xe7,_0xa9c0a2:0x133,_0x361808:0x7b,_0x493d3a:0xf9,_0x5e58f4:0x68,_0x37ffb2:0x3e,_0x2d1a4b:0x10,_0x44a0f0:0x1b,_0xde78be:0x19,_0x324b61:0x47,_0x225c6f:0x9d,_0x2251a9:0xc5,_0x45d1dd:0xa2,_0x3783a2:0x71,_0x18521e:0x119,_0x5dc24a:0xcc,_0x1bff3c:0xc2,_0x43806c:0x64,_0x51bb66:0x22,_0x2914ff:0xdf,_0x1f44cb:0x121,_0x51c03d:0x9e,_0x5d8435:0x58,_0x57dee9:0x5e,_0x3ea3a3:0xa,_0x2f1a34:0x94,_0x4ba895:0xe4,_0x4dcb51:0xda,_0x16b353:0xa8,_0x172a8f:0xb6,_0x86d214:0x54,_0x3a7459:0x49,_0x565263:0x4a,_0x481961:0xda,_0x5c5b21:0x57,_0xb8cce6:0x5d,_0x38fe0b:0xdc,_0x36efd4:0xfe,_0x39b8cf:0x107,_0x336f61:0x12a,_0x88a7c:0xe2,_0x5c9819:0x1b,_0x130416:0x27,_0x58ec50:0xf,_0x1c0c1d:0x10,_0x22447e:0x6,_0x1e95a4:0x7,_0x167ef0:0x172,_0x1edf19:0xc8,_0x4c4219:0x34,_0x58a82c:0x62,_0xa06bd:0x82,_0x226aab:0x9c,_0xb2d81e:0xc4,_0x2c4544:0xb5,_0x1a3d58:0x9a,_0x2fa520:0xd2,_0x317b70:0x54,_0x1b61a7:0x5a,_0x14c6fd:0x48,_0x44edbf:0x96,_0x28e6f8:0xa0,_0x1b578e:0x10d,_0x1870a0:0xfe,_0x5e90c2:0x95,_0x589c85:0x74,_0x3f6e08:0x1,_0x562c37:0x97,_0x190532:0xd0,_0x14d3e6:0xf7,_0x11648b:0x30,_0x522ed0:0x3d,_0x1835b9:0x1f,_0x494dd0:0x76,_0x439e47:0x2,_0x3c4072:0x3f,_0x1204ad:0x34,_0x5b219d:0xdc,_0x18295d:0x126,_0x275df0:0x4e,_0x4b1f56:0x1b,_0x5c5846:0x59,_0x4d6b1b:0x39,_0x23bd9e:0xc4,_0x405d55:0x9b,_0xd5a0c2:0xf4,_0x523067:0xb,_0x58ad46:0x3f,_0x2d8c91:0x20,_0x37f4ff:0x102,_0x340142:0xc8,_0x26ccfb:0xf0,_0x12f4f6:0x1d,_0x4467f0:0x3d,_0x108c43:0x12,_0x57d1c6:0xa5,_0x3879b0:0xfe,_0x4e5d61:0x63,_0x297bfa:0xdb,_0x6f234e:0x119,_0x43ba65:0x9f,_0x4668a1:0x70,_0x292ffa:0x6d,_0x594497:0xbc,_0x545937:0xe9,_0x15e556:0x4c,_0x18dbee:0x4e,_0x697f58:0x7a,_0x1707d3:0x90,_0x356653:0x8a,_0x2868d5:0x2e,_0x48c1cf:0x20,_0x29f088:0x2c,_0x8a06a0:0x110,_0x5b6c86:0x140,_0x4240f9:0x4f,_0xecf7c4:0x117,_0x352168:0x3f,_0x8d6486:0x46,_0x39481c:0x4,_0x476545:0x3b,_0x1060ca:0x165,_0x27b17b:0x173,_0x22ab89:0x11e,_0x314e47:0xd1,_0x538bc4:0x75,_0x5a3ff7:0xd,_0x421893:0x66,_0x892399:0x3,_0x53ad40:0xb7,_0x39543f:0x57,_0x2bdc4b:0x78,_0x51767f:0xce,_0xea427d:0xfe,_0x1f5c08:0xee,_0x4fa6c4:0x14,_0x401566:0x2b,_0x2d8d6d:0x154,_0x283e4a:0x9d,_0x3f975d:0xfc,_0x566edf:0x2f,_0x143787:0x6d,_0x33082f:0x44,_0x2910a9:0xdc,_0x279b2c:0x36,_0x2a15ad:0x35,_0x39c61f:0x3b,_0x41da8a:0x8a,_0x578d8b:0x33},_0x22eb1e={};_0x22eb1e[_0x1ad5fd(-0x1b,_0x499fd4._0x2b09f6,-_0x499fd4._0x31bd6d,-0x6b)]=_0x38b9e3(-_0x499fd4._0x3599a0,-_0x499fd4._0xa24a1d,-0x7d,-_0x499fd4._0x40f44f),_0x22eb1e['sfmfT']=_0x38b9e3(-_0x499fd4._0x267cc7,-_0x499fd4._0x43682a,-_0x499fd4._0x29b3c4,-_0x499fd4._0x36da90)+_0x1ad5fd(_0x499fd4._0x24a242,0x48,_0x499fd4._0x26b33b,-0x11)+_0x38b9e3(-0xe6,-0xd2,-_0x499fd4._0x4654e3,-0xf1)+'nd',_0x22eb1e['mcuIC']='Failed\x20to\x20'+_0x1ad5fd(-_0x499fd4._0x57772d,_0x499fd4._0x274e6f,-0x18,-_0x499fd4._0x57c314)+_0x38b9e3(-_0x499fd4._0x3996a6,-_0x499fd4._0x2c1e89,-0x22,-_0x499fd4._0x4cd644)+'ion';function _0x1ad5fd(_0x55c950,_0x406c88,_0x181b79,_0x36e011){return _0x28b7(_0x55c950- -0x1d5,_0x406c88);}_0x22eb1e['SvOYw']=_0x38b9e3(-0xa2,-_0x499fd4._0x3267fc,-_0x499fd4._0x1b96ef,-_0x499fd4._0x2eab28),_0x22eb1e[_0x38b9e3(-0x102,-_0x499fd4._0x5b7926,-_0x499fd4._0x11bf79,-0xb7)]='utf-8',_0x22eb1e['mNuSP']=_0x38b9e3(-0x103,-_0x499fd4._0x4575a1,-_0x499fd4._0x10fcdb,-0xa6)+'ntication\x20'+_0x38b9e3(-0x72,-0x24,-_0x499fd4._0x1a2c73,-_0x499fd4._0x3b1b6e)+'d\x20in\x20confi'+_0x1ad5fd(_0x499fd4._0x1faa51,_0x499fd4._0x1b6586,0xc,0x5e);function _0x38b9e3(_0x106490,_0x1936f1,_0x408adf,_0x4310b8){return _0x28b7(_0x106490- -0x2e1,_0x1936f1);}_0x22eb1e[_0x38b9e3(-_0x499fd4._0x3267fc,-0x11e,-_0x499fd4._0x294a03,-_0x499fd4._0x5b66d1)]=_0x1ad5fd(0x6f,0xb1,_0x499fd4._0x12701e,_0x499fd4._0x10aed),_0x22eb1e[_0x38b9e3(-_0x499fd4._0x333573,-_0x499fd4._0x559979,-0x66,-0x78)]=_0x38b9e3(-_0x499fd4._0x5376d3,-_0x499fd4._0x4575a1,-_0x499fd4._0x26bf53,-_0x499fd4._0x1d2415),_0x22eb1e[_0x1ad5fd(-_0x499fd4._0x3548de,-_0x499fd4._0x1d65c8,-_0x499fd4._0xb70326,-_0x499fd4._0x941245)]=function(_0x2f7af2,_0x114cae){return _0x2f7af2===_0x114cae;},_0x22eb1e[_0x1ad5fd(0x68,0xa3,_0x499fd4._0x2b1748,0x2a)]=_0x38b9e3(-0xf5,-0x12a,-0x126,-_0x499fd4._0x2a3dba),_0x22eb1e[_0x38b9e3(-_0x499fd4._0x2cb7de,-0x5b,-0xf5,-0x65)]=_0x1ad5fd(0x77,_0x499fd4._0x2c1e89,_0x499fd4._0x290d52,_0x499fd4._0x46687),_0x22eb1e[_0x38b9e3(-0xb6,-0xf9,-0x109,-0x5e)]=function(_0x37fc54,_0x512750){return _0x37fc54!==_0x512750;},_0x22eb1e[_0x1ad5fd(-0xf,-_0x499fd4._0x5ce05a,-0x6b,_0x499fd4._0x100e74)]=_0x1ad5fd(0x96,0xf0,0xd0,0xe7),_0x22eb1e[_0x38b9e3(-_0x499fd4._0x85c6a4,-0xe8,-_0x499fd4._0x596e2b,-0xd6)]='openid',_0x22eb1e[_0x38b9e3(-0x7c,-0x91,-_0x499fd4._0x269a22,-_0x499fd4._0x2c235e)]='profile',_0x22eb1e[_0x38b9e3(-_0x499fd4._0x5f3b1b,-_0x499fd4._0x10fe8a,-_0x499fd4._0x3114c8,-0x104)]=function(_0x50abb7,_0x2874a0){return _0x50abb7!==_0x2874a0;},_0x22eb1e['JvjJd']='developer',_0x22eb1e[_0x38b9e3(-0x10b,-_0x499fd4._0x19f574,-_0x499fd4._0x5f5135,-0xdb)]=function(_0x4da4fd,_0x20da1a){return _0x4da4fd!==_0x20da1a;},_0x22eb1e['GYMzt']=_0x38b9e3(-_0x499fd4._0xa06aa8,-_0x499fd4._0x212c2e,-0x12a,-_0x499fd4._0xa9c0a2)+'th\x20SSO',_0x22eb1e[_0x38b9e3(-0xb3,-0x51,-0x77,-_0x499fd4._0x361808)]=_0x38b9e3(-0x9c,-_0x499fd4._0x493d3a,-0x4f,-0xcc)+'guration\x20l'+'oaded',_0x22eb1e[_0x1ad5fd(0x97,_0x499fd4._0x5e58f4,0xc7,0x50)]=_0x1ad5fd(_0x499fd4._0x37ffb2,0x7f,_0x499fd4._0x2d1a4b,-_0x499fd4._0x44a0f0),_0x22eb1e[_0x1ad5fd(-0x24,0x33,-_0x499fd4._0xde78be,-_0x499fd4._0x324b61)]=function(_0x3a7670,_0x1cd619){return _0x3a7670!==_0x1cd619;},_0x22eb1e[_0x1ad5fd(_0x499fd4._0x225c6f,0xed,0xaf,0xa3)]=_0x1ad5fd(0x5c,0x87,0xb0,0x83),_0x22eb1e[_0x38b9e3(-_0x499fd4._0x2251a9,-_0x499fd4._0x45d1dd,-_0x499fd4._0x3783a2,-0x7a)]='lYxVm';const _0x46c010=_0x22eb1e,_0x124bd3=_0x3dd769[_0x38b9e3(-0x11f,-_0x499fd4._0x18521e,-_0x499fd4._0x5dc24a,-_0x499fd4._0x1bff3c)](DATA_DIR,_0x46c010[_0x1ad5fd(0x44,0x45,-0xc,_0x499fd4._0x43806c)]);try{const _0x5b01ec=await _0x4e10ff[_0x1ad5fd(0x2a,0x2a,-_0x499fd4._0x51bb66,-0x11)](_0x124bd3,_0x46c010[_0x38b9e3(-0x102,-_0x499fd4._0x2914ff,-0x12a,-_0x499fd4._0x1f44cb)]),_0x42eb09=JSON[_0x1ad5fd(0x3d,_0x499fd4._0x51c03d,0x60,_0x499fd4._0x5d8435)](_0x5b01ec);if(!_0x42eb09[_0x1ad5fd(_0x499fd4._0x57dee9,0x1f,_0x499fd4._0x3ea3a3,_0x499fd4._0x57c314)])return logger[_0x38b9e3(-_0x499fd4._0x2f1a34,-0xb7,-_0x499fd4._0x324b61,-_0x499fd4._0x4ba895)](_0x46c010['mNuSP']),null;const _0x6dc0fb=[_0x46c010[_0x38b9e3(-_0x499fd4._0x4dcb51,-0x82,-0x84,-0x95)],_0x46c010[_0x38b9e3(-_0x499fd4._0x16b353,-_0x499fd4._0x172a8f,-0x77,-_0x499fd4._0x86d214)]];for(const _0x4e5141 of _0x6dc0fb){if(!_0x42eb09[_0x4e5141]){if(_0x46c010['LoEYL'](_0x46c010[_0x38b9e3(-0xa4,-_0x499fd4._0x3a7459,-0x80,-0x88)],_0x46c010[_0x38b9e3(-0xa4,-_0x499fd4._0x565263,-_0x499fd4._0x481961,-0xe1)]))throw new Error(_0x1ad5fd(0x2,-_0x499fd4._0x5c5b21,_0x499fd4._0xb8cce6,-0x4e)+_0x38b9e3(-_0x499fd4._0x38fe0b,-_0x499fd4._0x36efd4,-0xd9,-_0x499fd4._0x39b8cf)+_0x38b9e3(-_0x499fd4._0x336f61,-_0x499fd4._0x88a7c,-0xd0,-0x121)+_0x1ad5fd(0x88,0x3f,0xda,0x58)+_0x1ad5fd(_0x499fd4._0x5c9819,-_0x499fd4._0x130416,_0x499fd4._0x58ec50,-_0x499fd4._0x1c0c1d)+_0x4e5141);else{if(_0x5ea6f3[_0x1ad5fd(_0x499fd4._0x22447e,_0x499fd4._0x1e95a4,0x4b,0xa)]===_0x46c010[_0x38b9e3(-0x127,-_0x499fd4._0x167ef0,-0x150,-_0x499fd4._0x1edf19)]){const _0x451d78={};return _0x451d78[_0x1ad5fd(0x2b,-_0x499fd4._0x4c4219,0x28,0x26)]=_0x3174cf,_0x1a76b1[_0x38b9e3(-0x82,-_0x499fd4._0x58a82c,-0x54,-_0x499fd4._0xa06bd)](_0x46c010['sfmfT'],_0x451d78),null;}_0x46ccb4['error'](_0x46c010[_0x1ad5fd(0x7c,0x4c,_0x499fd4._0x3599a0,_0x499fd4._0x226aab)],_0x4fad02);throw _0xed1420;}}}if(!_0x42eb09[_0x38b9e3(-_0x499fd4._0xb2d81e,-_0x499fd4._0x2c4544,-_0x499fd4._0x1a3d58,-_0x499fd4._0x2fa520)+_0x1ad5fd(-0xb,-_0x499fd4._0x317b70,-_0x499fd4._0x1b61a7,_0x499fd4._0x2b09f6)]&&_0x42eb09[_0x1ad5fd(_0x499fd4._0x14c6fd,0x2e,_0x499fd4._0x44edbf,_0x499fd4._0x28e6f8)+_0x38b9e3(-_0x499fd4._0x1b578e,-_0x499fd4._0x1870a0,-0xcf,-0x119)]){const _0x24f8ff=_0x3dd769[_0x38b9e3(-0xbb,-_0x499fd4._0x269a22,-_0x499fd4._0x16b353,-0xa9)](_0x42eb09[_0x38b9e3(-_0x499fd4._0xb2d81e,-_0x499fd4._0x5e90c2,-0xb1,-_0x499fd4._0x589c85)+'ret_file'])?_0x42eb09['client_sec'+_0x1ad5fd(-_0x499fd4._0x3f6e08,-0xd,0x17,-0x2c)]:_0x3dd769['join'](DATA_DIR,_0x46c010[_0x38b9e3(-_0x499fd4._0x562c37,-0x60,-_0x499fd4._0x190532,-_0x499fd4._0x562c37)],_0x42eb09[_0x38b9e3(-0xc4,-0xe4,-0x69,-_0x499fd4._0x14d3e6)+_0x1ad5fd(-0x1,_0x499fd4._0x324b61,_0x499fd4._0x11648b,_0x499fd4._0x522ed0)]);try{if(_0x46c010['ndgnG'](_0x46c010[_0x1ad5fd(-0xf,0x8,-_0x499fd4._0x1835b9,-0x52)],_0x38b9e3(-_0x499fd4._0x494dd0,-0x61,-_0x499fd4._0x522ed0,-0x5e)))throw new _0x51326b(_0x1ad5fd(_0x499fd4._0x439e47,-0x23,-_0x499fd4._0x3c4072,_0x499fd4._0x1204ad)+_0x38b9e3(-_0x499fd4._0x5b219d,-_0x499fd4._0x18295d,-0x8f,-0xe3)+_0x1ad5fd(-0x1e,-0x5c,-0x25,0x1d)+_0x1ad5fd(_0x499fd4._0x2c1e89,_0x499fd4._0xb8cce6,_0x499fd4._0x275df0,0xdf)+_0x1ad5fd(_0x499fd4._0x4b1f56,_0x499fd4._0x5c5846,-_0x499fd4._0x4d6b1b,0x44)+_0x2baa10);else _0x42eb09[_0x38b9e3(-_0x499fd4._0x23bd9e,-_0x499fd4._0x405d55,-0x87,-_0x499fd4._0xd5a0c2)+_0x1ad5fd(-_0x499fd4._0x523067,-_0x499fd4._0x58ad46,-0x18,_0x499fd4._0x2d8c91)]=(await _0x4e10ff['readFile'](_0x24f8ff,_0x46c010[_0x38b9e3(-_0x499fd4._0x37f4ff,-_0x499fd4._0x340142,-0x101,-_0x499fd4._0x26ccfb)]))[_0x1ad5fd(-0x18,_0x499fd4._0x12f4f6,-_0x499fd4._0x494dd0,_0x499fd4._0x4467f0)]();}catch(_0x367fc0){throw new Error(_0x1ad5fd(-_0x499fd4._0x108c43,0x13,-0x2,-0x6d)+'read\x20OIDC\x20'+_0x38b9e3(-0x104,-0xd8,-_0x499fd4._0x57d1c6,-_0x499fd4._0x3879b0)+_0x1ad5fd(0x92,_0x499fd4._0x4e5d61,0x6e,0xbc)+_0x24f8ff+':\x20'+_0x367fc0['message']);}}_0x42eb09['scopes']=_0x42eb09[_0x38b9e3(-_0x499fd4._0x297bfa,-_0x499fd4._0x6f234e,-0xf2,-_0x499fd4._0x43ba65)]||[_0x46c010['ktJBh'],_0x46c010[_0x38b9e3(-0x7c,-_0x499fd4._0x4668a1,-_0x499fd4._0x292ffa,-_0x499fd4._0x594497)],'email'],_0x42eb09[_0x1ad5fd(0x8e,0x5c,0x89,_0x499fd4._0x545937)+_0x1ad5fd(_0x499fd4._0x15e556,0x63,_0x499fd4._0x18dbee,0x42)]=_0x46c010[_0x38b9e3(-0xd5,-0x113,-_0x499fd4._0x4ba895,-_0x499fd4._0x697f58)](_0x42eb09['auto_provi'+_0x38b9e3(-0xc0,-0xb4,-_0x499fd4._0x1707d3,-_0x499fd4._0x356653)],![]),_0x42eb09[_0x1ad5fd(_0x499fd4._0x2868d5,_0x499fd4._0x4cd644,-0x17,-0x17)+'le']=_0x42eb09['default_ro'+'le']||_0x46c010[_0x1ad5fd(0x1a,-0x29,-_0x499fd4._0x48c1cf,_0x499fd4._0x4b1f56)],_0x42eb09[_0x1ad5fd(0x4d,0x36,0xf,0x8d)+_0x1ad5fd(0x3,_0x499fd4._0x29f088,0x2e,0x2c)]=_0x46c010[_0x38b9e3(-0x10b,-_0x499fd4._0x8a06a0,-_0x499fd4._0x340142,-_0x499fd4._0x5b6c86)](_0x42eb09[_0x1ad5fd(0x4d,0x4f,0x53,_0x499fd4._0x4240f9)+_0x38b9e3(-0x109,-_0x499fd4._0xecf7c4,-0x135,-0x121)],![]),_0x42eb09[_0x1ad5fd(-0x16,-_0x499fd4._0x352168,_0x499fd4._0x8d6486,0x3f)+'me']=_0x42eb09[_0x1ad5fd(-0x16,_0x499fd4._0x39481c,_0x499fd4._0x476545,0x2)+'me']||_0x46c010['GYMzt'],cachedConfig=_0x42eb09;const _0x43d085={};return _0x43d085['issuer']=_0x42eb09[_0x38b9e3(-0x112,-_0x499fd4._0x1060ca,-_0x499fd4._0x27b17b,-_0x499fd4._0x22ab89)],_0x43d085[_0x38b9e3(-0x92,-_0x499fd4._0x297bfa,-0x89,-_0x499fd4._0x314e47)]=_0x42eb09[_0x38b9e3(-_0x499fd4._0x1a2c73,-_0x499fd4._0x538bc4,-0x46,-0xa2)],_0x43d085['autoProvis'+'ion']=_0x42eb09['auto_provi'+'sion'],_0x43d085[_0x1ad5fd(-_0x499fd4._0x5a3ff7,-0x34,-0xf,-0x56)+'Auth']=_0x42eb09[_0x1ad5fd(0x4d,0x34,_0x499fd4._0x421893,0xc)+_0x1ad5fd(_0x499fd4._0x892399,0x43,_0x499fd4._0x3a7459,0x5f)],logger[_0x1ad5fd(_0x499fd4._0x40f44f,_0x499fd4._0xde78be,_0x499fd4._0x53ad40,_0x499fd4._0x39543f)](_0x46c010[_0x1ad5fd(0x59,0x4f,0x14,0x9)],_0x43d085),_0x42eb09;}catch(_0x16cff4){if(_0x46c010[_0x38b9e3(-0x75,-_0x499fd4._0x2bdc4b,-0x17,-0x81)]===_0x38b9e3(-_0x499fd4._0x51767f,-_0x499fd4._0xea427d,-_0x499fd4._0x1f5c08,-0x93)){if(_0x46c010[_0x1ad5fd(-0x26,0x14,-_0x499fd4._0x10aed,-_0x499fd4._0x4fa6c4)](_0x16cff4[_0x1ad5fd(_0x499fd4._0x22447e,_0x499fd4._0x401566,0x32,-0x1d)],_0x46c010[_0x38b9e3(-0x127,-0x126,-_0x499fd4._0x2d8d6d,-0x12a)])){if(_0x46c010['mwPeV'](_0x46c010[_0x1ad5fd(_0x499fd4._0x283e4a,0xf4,_0x499fd4._0x3f975d,0xea)],_0x46c010['EbPKs'])){const _0xade6d={};return _0xade6d[_0x1ad5fd(_0x499fd4._0x401566,-_0x499fd4._0x566edf,_0x499fd4._0x143787,-0x28)]=_0x124bd3,logger['debug'](_0x46c010[_0x38b9e3(-0x8a,-_0x499fd4._0x33082f,-0x62,-_0x499fd4._0x2910a9)],_0xade6d),null;}else return _0x3f950e;}logger[_0x1ad5fd(0x85,_0x499fd4._0x279b2c,_0x499fd4._0x172a8f,_0x499fd4._0x2a15ad)](_0x46c010[_0x38b9e3(-0x90,-0xea,-0xc6,-_0x499fd4._0x39c61f)],_0x16cff4);throw _0x16cff4;}else{const _0x33b74e={};return _0x33b74e[_0x38b9e3(-0xe1,-0xe8,-0x12f,-0xcd)]=_0x5d5356,_0x1128f7['debug'](_0x46c010[_0x38b9e3(-_0x499fd4._0x41da8a,-0x65,-0x9c,-_0x499fd4._0x578d8b)],_0x33b74e),null;}}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x266b69){const _0x416be6={_0x1f57b0:0x55,_0x349675:0x49,_0x52e0e0:0x21,_0x3ebd5b:0x21,_0x226efe:0x57,_0x510bfe:0x15d,_0x16d1f6:0x1fc,_0x4dc8df:0xd8,_0x27f4b9:0x12b,_0x2790cf:0x203,_0x394db8:0x19b,_0x506f2d:0x1de,_0x38a007:0x1a2,_0x4cdbf1:0x143,_0x151bd8:0xe1,_0xea5dad:0x81,_0x44058f:0x1bd,_0x44ec7a:0x1e7,_0x26edf4:0x1e5,_0x391b44:0x142,_0xa25b82:0x130,_0x71f987:0x43,_0x2f3d2b:0x40,_0x87fe57:0xd5,_0xc3964:0x25,_0x5eb710:0x3,_0x51ecd4:0x191,_0x31d568:0x1c9,_0x1e4be2:0x217,_0x205502:0xf3,_0x33cb2:0x198,_0x12b46a:0x193,_0x312dd1:0x7,_0xf35368:0xa6,_0x241e7a:0x4f},_0x224956={};function _0x3f78d7(_0xe7038e,_0x4f88b8,_0x486995,_0x47dd93){return _0x28b7(_0x486995- -0x8c,_0x47dd93);}_0x224956[_0x5611e5(_0x416be6._0x1f57b0,_0x416be6._0x349675,0x7b,_0x416be6._0x52e0e0)]='Discoverin'+'g\x20OIDC\x20pro'+_0x5611e5(-0x2,-_0x416be6._0x3ebd5b,0x36,-0x2),_0x224956[_0x5611e5(0x3e,-_0x416be6._0x226efe,0x65,0x5)]=_0x3f78d7(0x181,_0x416be6._0x510bfe,0x1bc,_0x416be6._0x16d1f6)+'der\x20discov'+_0x3f78d7(_0x416be6._0x4dc8df,_0x416be6._0x27f4b9,0x129,0xe8)+_0x3f78d7(_0x416be6._0x2790cf,_0x416be6._0x394db8,_0x416be6._0x506f2d,0x1c8);const _0x1425d2=_0x224956;function _0x5611e5(_0x38d990,_0x32cbc0,_0x1b06b4,_0x316522){return _0x28b7(_0x316522- -0x250,_0x38d990);}if(cachedOidcConfig)return cachedOidcConfig;try{const _0x37ef52={};return _0x37ef52[_0x3f78d7(_0x416be6._0x38a007,0x14b,_0x416be6._0x4cdbf1,0x171)]=_0x266b69[_0x5611e5(-0x57,-_0x416be6._0x151bd8,-0x41,-_0x416be6._0xea5dad)],logger['info'](_0x1425d2[_0x3f78d7(_0x416be6._0x44058f,_0x416be6._0x44ec7a,_0x416be6._0x26edf4,0x1f3)],_0x37ef52),cachedOidcConfig=await _0x355dfb['discovery'](new URL(_0x266b69[_0x3f78d7(0x165,0xfe,0x143,0x194)]),_0x266b69['client_id'],_0x266b69[_0x3f78d7(_0x416be6._0x391b44,_0x416be6._0xa25b82,0x191,0x14f)+_0x5611e5(-_0x416be6._0x71f987,-_0x416be6._0x2f3d2b,-_0x416be6._0x87fe57,-0x86)]),logger[_0x5611e5(-_0x416be6._0xc3964,0x4,0x19,-_0x416be6._0x5eb710)](_0x1425d2[_0x3f78d7(_0x416be6._0x51ecd4,0x1f1,_0x416be6._0x31d568,_0x416be6._0x1e4be2)]),cachedOidcConfig;}catch(_0x48bf13){logger['error'](_0x3f78d7(_0x416be6._0x205502,_0x416be6._0x33cb2,0x137,_0x416be6._0x391b44)+_0x3f78d7(0x153,_0x416be6._0x12b46a,0x134,0x11b)+_0x5611e5(-0x45,-_0x416be6._0x312dd1,-_0x416be6._0xf35368,-_0x416be6._0x241e7a)+'er',_0x48bf13);throw _0x48bf13;}}export async function generateAuthorizationUrl(_0x1507a0,_0x3fd4a5){const _0x3e856d={_0x1e5f5f:0x4f2,_0x5b3830:0x511,_0x31d3e9:0x507,_0x52f68b:0x534,_0xba5e1a:0x498,_0x10e344:0x48e,_0x3d9acc:0x477,_0x54b734:0x4a2,_0x11a23e:0x4ec,_0x4988ce:0x50f,_0x7dd4c0:0x4be,_0x2e75eb:0x4a3,_0x4d4a46:0x4b0,_0x414a50:0x49f,_0x3d8cc8:0x469,_0x239dfa:0x4e7,_0xf861b3:0x441,_0x18fea6:0x49e,_0x5797cc:0x4f8,_0x1cfdbf:0x4f9,_0x36d889:0x4a6,_0x506285:0x441,_0xdad870:0x479,_0x177b7b:0x495,_0x58f415:0x533,_0x4820b0:0x49e,_0x5addd9:0x4ac,_0x23e4e5:0x48f,_0x560f2a:0x4dc,_0x214f1e:0x47d,_0xd178f7:0x4df,_0x12ef3c:0x569,_0xf0b864:0x4f4,_0x57dd8b:0x4f0,_0x250e80:0x514,_0x4047b5:0x505,_0x36a052:0x4ee,_0x5ad54c:0x4c1,_0x3de9b0:0x4a4,_0x196fd1:0x484,_0x59f49d:0x4a8},_0x178a5f={'UiStA':function(_0xc342d9,_0xb7a815){return _0xc342d9(_0xb7a815);},'kpDZF':_0x23eed2(0x559,_0x3e856d._0x1e5f5f,0x542,_0x3e856d._0x5b3830),'DiDjL':'S256','ImKMF':_0x23eed2(0x574,_0x3e856d._0x31d3e9,_0x3e856d._0x52f68b,0x547)+_0x42d63b(_0x3e856d._0xba5e1a,_0x3e856d._0x10e344,0x4dd,0x4d5)+'rization\x20U'+'RL','solJX':function(_0x1b0e05,_0x4b6808){return _0x1b0e05+_0x4b6808;},'BuMkG':_0x42d63b(0x4f1,0x492,0x4a1,0x447)},_0x42f08a=await _0x178a5f['UiStA'](discoverOidcProvider,_0x1507a0),_0xdcf55c=_0x1ed0e2[_0x23eed2(_0x3e856d._0x3d9acc,_0x3e856d._0x54b734,_0x3e856d._0x11a23e,0x49f)+'s'](-0x1*-0x10a5+-0x10b4+0x2f)[_0x23eed2(0x465,0x4c9,_0x3e856d._0x4988ce,_0x3e856d._0x7dd4c0)](_0x178a5f[_0x23eed2(0x4cc,_0x3e856d._0x2e75eb,0x4ca,0x4d4)]),_0x41b0c3=_0x1ed0e2[_0x23eed2(0x4bd,_0x3e856d._0x4d4a46,0x460,_0x3e856d._0x414a50)+'s'](0x37b+0x4d3+-0x82e)[_0x42d63b(_0x3e856d._0x3d8cc8,_0x3e856d._0x239dfa,0x497,0x47d)](_0x178a5f[_0x42d63b(0x4d9,0x509,0x4ad,0x4c6)]),_0x16760c=_0x355dfb[_0x23eed2(_0x3e856d._0xf861b3,0x49d,0x47c,_0x3e856d._0x18fea6)+_0x23eed2(_0x3e856d._0x5797cc,0x524,0x516,0x540)+'er'](),_0x2a3fbc=await _0x355dfb[_0x42d63b(0x566,_0x3e856d._0x1cfdbf,0x513,_0x3e856d._0x5b3830)+_0x42d63b(0x4e0,_0x3e856d._0x36d889,0x4e2,0x4eb)+_0x23eed2(_0x3e856d._0x506285,0x47d,_0x3e856d._0xdad870,0x496)](_0x16760c);stateStore['set'](_0xdcf55c,{'nonce':_0x41b0c3,'codeVerifier':_0x16760c,'createdAt':Date[_0x42d63b(_0x3e856d._0x177b7b,0x504,0x4e8,_0x3e856d._0x58f415)]()});const _0x18cc86={'redirect_uri':_0x3fd4a5,'scope':_0x1507a0[_0x23eed2(_0x3e856d._0x4820b0,0x4dc,0x4cc,0x4e0)][_0x23eed2(_0x3e856d._0x5addd9,_0x3e856d._0x23e4e5,_0x3e856d._0x560f2a,0x49c)]('\x20'),'state':_0xdcf55c,'nonce':_0x41b0c3,'code_challenge':_0x2a3fbc,'code_challenge_method':_0x178a5f[_0x42d63b(_0x3e856d._0x214f1e,0x4d7,_0x3e856d._0xd178f7,0x50e)]},_0x406d69=_0x355dfb[_0x42d63b(0x54d,0x4a1,0x503,0x4dd)+_0x42d63b(0x55c,_0x3e856d._0x12ef3c,0x50b,0x546)+'l'](_0x42f08a,_0x18cc86);logger['debug'](_0x178a5f['ImKMF'],{'state':_0x178a5f[_0x23eed2(_0x3e856d._0xf0b864,_0x3e856d._0x57dd8b,_0x3e856d._0x250e80,0x4bd)](_0xdcf55c[_0x23eed2(_0x3e856d._0x4047b5,0x508,0x4de,0x4ac)](-0xf45*0x1+-0xe*0x28d+0x1a5*0x1f,-0x1*0x1d41+0x28d+0x6af*0x4),_0x178a5f[_0x23eed2(_0x3e856d._0x36a052,0x477,0x4bc,_0x3e856d._0x5ad54c)]),'redirectUri':_0x3fd4a5});function _0x42d63b(_0x137a1f,_0xf5e71b,_0x4598c7,_0x321ad9){return _0x28b7(_0x4598c7-0x2b3,_0x321ad9);}function _0x23eed2(_0x16545f,_0xe226f9,_0x25da11,_0x369dcd){return _0x28b7(_0x369dcd-0x2da,_0xe226f9);}const _0xa2d812={};return _0xa2d812[_0x42d63b(0x4db,_0x3e856d._0x3de9b0,_0x3e856d._0x196fd1,0x442)]=_0x406d69['href'],_0xa2d812[_0x42d63b(_0x3e856d._0x59f49d,0x4b8,0x481,0x4c4)]=_0xdcf55c,_0xa2d812;}export async function handleCallback(_0x24fa6f,_0x23951a,_0x134f40){const _0x966af4={_0x296834:0x3bb,_0x3cffea:0x3d3,_0x40b754:0x358,_0x52aefd:0x17a,_0x25af29:0xda,_0x2835bc:0xeb,_0x2d462c:0x108,_0xba7200:0x12e,_0x405329:0x142,_0x35fcb5:0x176,_0x28963f:0x3c2,_0x959170:0x15e,_0x1b6bf6:0x136,_0x3cf668:0xdb,_0x25aaae:0x173,_0x149444:0x144,_0xf5bde4:0x114,_0x483ea3:0x3a5,_0x23ecc2:0x403,_0x35e165:0x371,_0x518f1b:0x130,_0x4a4969:0x103,_0x7452f1:0x166,_0x5a423e:0x40a,_0x5cc693:0x3da,_0x4eaee6:0x14a,_0x5e502c:0x188,_0x14dc2a:0x14b,_0x56f9aa:0x134,_0x229c22:0x458,_0x5b5986:0x439,_0x2a4d38:0x119,_0x1071a8:0x10a,_0x1d287d:0x13d,_0x3db352:0x1d5,_0x518cb6:0x140,_0x16c9da:0x17b,_0x1b240e:0x1a2,_0x40c400:0x109,_0x503089:0x16c,_0x3f34a9:0x159,_0x5f468c:0x17a,_0x5ad9f4:0x126,_0x48b14f:0x385,_0x14473e:0x3d1,_0x7fcf78:0x457,_0x1e9552:0x407,_0x3de12c:0x3fa,_0x1320dd:0x19b,_0x36ffe7:0x3ba,_0x17fea8:0x3fe,_0x1af2a8:0x92,_0x3c559b:0xf8,_0x3cf193:0xd6,_0x478e75:0x12b,_0x36743a:0x424,_0xf2060e:0x3af,_0x476fb7:0x16b,_0x3b972c:0x104,_0x380fc1:0x105,_0xee821e:0x362,_0x141a6f:0x159,_0x4fb362:0x151,_0x4da9cd:0xfb,_0xdd68b9:0x11e,_0x54d5d8:0xf9,_0x45be6c:0xb3,_0x218af9:0xf2,_0x281bbb:0x91,_0x5e9cd1:0x3ac,_0x1bd8d0:0xc9,_0x42dde1:0x3ce,_0x46a46f:0x423,_0x5a601c:0x3ea,_0x287b32:0x121,_0x55b345:0x12c,_0x3e344c:0xfe,_0x5a5e65:0xbe,_0x254233:0xea,_0x3329cb:0x123,_0x17b529:0x15f,_0x5c8bc7:0x143,_0x1f2b96:0x145,_0x4456f6:0x134},_0x4873fb={_0x2f4a19:0x346},_0x16d682={'zkLiF':function(_0x1ab997,_0x302537){return _0x1ab997>_0x302537;},'ISgWu':function(_0x12e57f,_0x54d2f9){return _0x12e57f-_0x54d2f9;},'ljlYl':function(_0x14058b,_0x51ca47){return _0x14058b>_0x51ca47;},'VEfxI':function(_0x5ed037,_0x2aa308){return _0x5ed037(_0x2aa308);},'ffohV':_0x47bae5(_0x966af4._0x296834,0x3a7,_0x966af4._0x3cffea,_0x966af4._0x40b754)+_0x53afcd(-_0x966af4._0x52aefd,-_0x966af4._0x25af29,-0x12b,-_0x966af4._0x2835bc)+'successful','eKffU':function(_0x52aec7,_0x3aceac){return _0x52aec7===_0x3aceac;},'cYuJb':_0x53afcd(-_0x966af4._0x2d462c,-_0x966af4._0xba7200,-_0x966af4._0x405329,-_0x966af4._0x35fcb5),'xjkPH':_0x47bae5(0x393,_0x966af4._0x28963f,0x394,0x390)+_0x53afcd(-_0x966af4._0x959170,-0x16f,-_0x966af4._0x1b6bf6,-_0x966af4._0x3cf668)+'failed'},{state:_0x23ae71}=_0x134f40,_0x33975f=stateStore[_0x53afcd(-_0x966af4._0x25aaae,-0xf3,-_0x966af4._0x149444,-0x123)](_0x23ae71);function _0x53afcd(_0x5c572b,_0x17c104,_0x27c801,_0x356053){return _0x28b7(_0x27c801- -_0x4873fb._0x2f4a19,_0x356053);}if(!_0x33975f)throw new Error(_0x53afcd(-_0x966af4._0xf5bde4,-0x124,-0xd8,-0xb5)+_0x47bae5(0x36a,_0x966af4._0x483ea3,_0x966af4._0x23ecc2,_0x966af4._0x35e165)+_0x53afcd(-_0x966af4._0x518f1b,-_0x966af4._0x4a4969,-0x110,-_0x966af4._0x7452f1)+_0x47bae5(0x449,0x3f0,0x3d9,_0x966af4._0x5a423e));stateStore[_0x47bae5(0x42d,_0x966af4._0x5cc693,0x3fa,0x3ea)](_0x23ae71);function _0x47bae5(_0x4c522c,_0x193c1b,_0x28aa98,_0x27272c){return _0x28b7(_0x193c1b-0x1c9,_0x27272c);}if(_0x16d682[_0x53afcd(-_0x966af4._0x4eaee6,-_0x966af4._0x5e502c,-0x159,-_0x966af4._0x14dc2a)](_0x16d682[_0x53afcd(-0x1ae,-0x177,-0x179,-_0x966af4._0x56f9aa)](Date[_0x47bae5(0x439,0x3fe,_0x966af4._0x229c22,_0x966af4._0x5b5986)](),_0x33975f['createdAt']),STATE_TTL))throw new Error(_0x53afcd(-_0x966af4._0x2a4d38,-_0x966af4._0x1071a8,-0x149,-_0x966af4._0x1d287d)+'meter\x20expi'+_0x53afcd(-_0x966af4._0x3db352,-_0x966af4._0x518cb6,-_0x966af4._0x16c9da,-_0x966af4._0x1b240e));const _0x1b30a8=await _0x16d682[_0x53afcd(-_0x966af4._0x40c400,-0x18f,-0x152,-_0x966af4._0x503089)](discoverOidcProvider,_0x24fa6f);try{const _0x2a431a=new URL(_0x23951a);for(const [_0x128061,_0x52ca05]of Object[_0x53afcd(-0x141,-_0x966af4._0x3f34a9,-0x137,-0x140)](_0x134f40)){_0x2a431a[_0x53afcd(-0x163,-_0x966af4._0x5f468c,-0x164,-0x185)+'ms'][_0x53afcd(-0xcf,-0xf6,-0x128,-_0x966af4._0x16c9da)](_0x128061,_0x52ca05);}const _0x4f001d={};_0x4f001d[_0x53afcd(-0xd9,-0x144,-_0x966af4._0x5ad9f4,-0x167)+'rifier']=_0x33975f[_0x47bae5(_0x966af4._0x48b14f,0x3bb,0x3a0,_0x966af4._0x14473e)+'er'],_0x4f001d[_0x47bae5(_0x966af4._0x7fcf78,_0x966af4._0x1e9552,_0x966af4._0x3de12c,0x410)+'nce']=_0x33975f[_0x53afcd(-0x189,-0x1ba,-0x15b,-_0x966af4._0x1320dd)],_0x4f001d[_0x47bae5(0x40b,_0x966af4._0x36ffe7,_0x966af4._0x17fea8,0x3e1)+_0x53afcd(-_0x966af4._0x1af2a8,-_0x966af4._0x3c559b,-_0x966af4._0x3cf193,-_0x966af4._0x478e75)]=_0x23ae71;const _0x1f060b=await _0x355dfb[_0x47bae5(0x3bc,0x3f9,_0x966af4._0x36743a,0x3a5)+_0x47bae5(_0x966af4._0xf2060e,_0x966af4._0xf2060e,0x35c,_0x966af4._0x36ffe7)+'nt'](_0x1b30a8,_0x2a431a,_0x4f001d),_0x54206b=_0x1f060b[_0x53afcd(-0x15c,-0x152,-0x13e,-_0x966af4._0x476fb7)](),_0x3755e2={};_0x3755e2['sub']=_0x54206b[_0x53afcd(-0x153,-0x14f,-_0x966af4._0x3b972c,-_0x966af4._0x380fc1)],_0x3755e2['email']=_0x54206b[_0x47bae5(0x3af,0x37d,0x35b,_0x966af4._0xee821e)],_0x3755e2[_0x53afcd(-_0x966af4._0x141a6f,-_0x966af4._0x4fb362,-_0x966af4._0x4da9cd,-0xdc)]=_0x54206b['name'],logger[_0x53afcd(-0x98,-_0x966af4._0xdd68b9,-_0x966af4._0x54d5d8,-0x153)](_0x16d682[_0x53afcd(-_0x966af4._0x45be6c,-0xdd,-_0x966af4._0x218af9,-_0x966af4._0x281bbb)],_0x3755e2);const _0x1dd74c={};return _0x1dd74c['claims']=_0x54206b,_0x1dd74c[_0x47bae5(0x353,0x3a9,0x372,_0x966af4._0x5e9cd1)+'n']=_0x1f060b['access_tok'+'en'],_0x1dd74c['idToken']=_0x1f060b['id_token'],_0x1dd74c;}catch(_0x95bff8){if(_0x16d682[_0x53afcd(-0xe2,-0x118,-0xe2,-0x86)](_0x16d682[_0x53afcd(-_0x966af4._0x1bd8d0,-0xb4,-_0x966af4._0x4a4969,-0xb5)],'oSGkS')){logger[_0x47bae5(_0x966af4._0x42dde1,_0x966af4._0x46a46f,_0x966af4._0x5a601c,0x41b)](_0x16d682[_0x53afcd(-0xf6,-_0x966af4._0x287b32,-_0x966af4._0x55b345,-_0x966af4._0x3e344c)],_0x95bff8);throw _0x95bff8;}else _0x16d682[_0x53afcd(-0xee,-_0x966af4._0x5a5e65,-_0x966af4._0x254233,-_0x966af4._0x3329cb)](_0x16d682[_0x53afcd(-0x14f,-_0x966af4._0x17b529,-0x179,-_0x966af4._0x5c8bc7)](_0x2a8ccf,_0x30671d['createdAt']),_0x1c70d5)&&_0x312680[_0x53afcd(-0x14d,-_0x966af4._0x1f2b96,-0x135,-_0x966af4._0x4456f6)](_0x5eb9f3);}}export function getPublicOidcConfig(){const _0x2d604c={_0x41164d:0x2bb,_0x3c0333:0x282,_0x1be0d8:0x248,_0x228cbf:0x2d9,_0x168f62:0x2ed,_0x45ff89:0x2e5,_0x49a2a7:0x2ca,_0x2c903a:0x2ac,_0xbc0372:0xdb,_0x455198:0x120,_0x2b813c:0xe0,_0x2e92da:0x92,_0x4c05d2:0x101,_0x42bcde:0xcd,_0x467e33:0x107,_0x11d051:0xb7,_0x20fe36:0x116,_0x4da4c4:0x2b4,_0x38b689:0x131,_0x296d66:0xd9,_0x3d89d8:0xfc,_0x132322:0x240,_0x14ea15:0x255,_0xc9ccf3:0x26c,_0x30523d:0x2f9,_0x150fe0:0xba,_0x5ef12a:0xbb,_0x38418b:0xff,_0x6897a5:0xd0,_0x24face:0x8c,_0x168a51:0xd0,_0x4926e8:0xc9,_0x55db7b:0xb1};function _0x129836(_0x34353,_0x80a302,_0xdc38e1,_0x397cb6){return _0x28b7(_0x80a302- -0x108,_0xdc38e1);}const _0x306c0c={};_0x306c0c[_0xaf526a(0x27a,_0x2d604c._0x41164d,0x257,0x26e)]=function(_0x455ac5,_0x57cade){return _0x455ac5===_0x57cade;},_0x306c0c[_0xaf526a(0x25b,0x285,_0x2d604c._0x3c0333,_0x2d604c._0x1be0d8)]=_0xaf526a(_0x2d604c._0x228cbf,_0x2d604c._0x168f62,0x32b,_0x2d604c._0x45ff89);function _0xaf526a(_0x3694f6,_0x2274ac,_0x47b077,_0xbd2203){return _0x28b7(_0x3694f6-0x92,_0x47b077);}_0x306c0c[_0xaf526a(_0x2d604c._0x49a2a7,0x291,0x316,_0x2d604c._0x2c903a)]=_0x129836(_0x2d604c._0xbc0372,_0x2d604c._0x455198,0xdd,0x120);const _0x4c5f99=_0x306c0c;if(!cachedConfig){if(_0x4c5f99[_0x129836(0x87,_0x2d604c._0x2b813c,_0x2d604c._0x2e92da,_0x2d604c._0x4c05d2)](_0x4c5f99['sPoIw'],_0x4c5f99['cHBSy'])){if(!_0x5e33c6)return null;const _0x28fb0d={};return _0x28fb0d['enabled']=!![],_0x28fb0d[_0x129836(0xeb,0xb7,_0x2d604c._0x42bcde,_0x2d604c._0x467e33)+'me']=_0x5b705a[_0x129836(0xfd,_0x2d604c._0x11d051,_0x2d604c._0x20fe36,0x10a)+'me'],_0x28fb0d[_0xaf526a(_0x2d604c._0x4da4c4,0x2eb,0x25e,0x2b6)+_0x129836(_0x2d604c._0x38b689,0xd0,0x119,_0x2d604c._0x296d66)]=_0x4f7c8c[_0x129836(0x14b,0x11a,_0x2d604c._0x3d89d8,0x10b)+_0xaf526a(0x26a,_0x2d604c._0x132322,_0x2d604c._0x14ea15,0x2a5)],_0x28fb0d;}else return null;}const _0x1d0acd={};return _0x1d0acd[_0xaf526a(0x2c5,_0x2d604c._0xc9ccf3,0x299,_0x2d604c._0x30523d)]=!![],_0x1d0acd[_0x129836(0xc5,0xb7,_0x2d604c._0x150fe0,_0x2d604c._0x5ef12a)+'me']=cachedConfig['display_na'+'me'],_0x1d0acd[_0x129836(0xf5,0x11a,0xe2,_0x2d604c._0x38418b)+_0x129836(0xf9,_0x2d604c._0x6897a5,_0x2d604c._0x24face,0x96)]=cachedConfig['allow_loca'+_0x129836(0xa1,_0x2d604c._0x168a51,_0x2d604c._0x4926e8,_0x2d604c._0x55db7b)],_0x1d0acd;}export function clearOidcCache(){const _0xc0b719={_0x3c0c7c:0x55f,_0x3352b0:0x596,_0x49645c:0x55a,_0x487b06:0x5bb,_0xcc4f13:0x5a0,_0x7b0eb9:0x53e,_0x14f264:0x55d,_0x120bf2:0x56e,_0xdc61aa:0x506},_0x4ce6b6={_0x1bc273:0x88};function _0x90bebe(_0x2d9ecf,_0x23dec6,_0x10ab7c,_0x5b149c){return _0x28b7(_0x5b149c- -_0x4ce6b6._0x1bc273,_0x2d9ecf);}cachedConfig=null;function _0x127ea6(_0x3eed50,_0x3fadf9,_0x39864b,_0x910479){return _0x28b7(_0x3eed50-0x30d,_0x910479);}cachedOidcConfig=null,stateStore[_0x127ea6(_0xc0b719._0x3c0c7c,0x5b6,_0xc0b719._0x3352b0,0x50a)](),logger[_0x127ea6(_0xc0b719._0x49645c,_0xc0b719._0x487b06,_0xc0b719._0xcc4f13,_0xc0b719._0x7b0eb9)]('OIDC\x20cache'+_0x127ea6(0x547,_0xc0b719._0x14f264,_0xc0b719._0x120bf2,_0xc0b719._0xdc61aa));}export async function reloadOidcConfig(){const _0x43174a={_0xd34c18:0x76,_0x50fbad:0xba},_0x523ae0={_0xd878fa:0x2b2},_0x530521={'TEEIw':function(_0x5bd183){return _0x5bd183();},'ellQl':function(_0x529040){return _0x529040();}};_0x530521[_0x103698(-_0x43174a._0xd34c18,-_0x43174a._0x50fbad,-0xd0,-0x93)](clearOidcCache);function _0x103698(_0x77786d,_0x45dc7f,_0xa6093c,_0x2d722c){return _0x28b7(_0x77786d- -_0x523ae0._0xd878fa,_0x2d722c);}return await _0x530521['ellQl'](loadOidcConfig);}export async function testOidcDiscovery(_0x145cb7){const _0x143d4d={_0x3d75ef:0x14e,_0x5ec13c:0x165,_0x21d200:0x399,_0x149d80:0x39e,_0x515024:0x36b,_0x3c28c0:0x3a2,_0x3ed64f:0x3e9,_0x3bea25:0x405,_0x5d31bd:0x3ee,_0x254617:0x43b,_0x414fac:0x439,_0x55c55e:0x434,_0x171292:0x41f,_0x115621:0x3e4,_0xbf3cce:0x38c,_0x94dc5c:0x375,_0x24d517:0x3fe,_0x440c49:0x3d3,_0x4aa263:0x10a,_0x44f049:0x174,_0x30943f:0xfc,_0x288e15:0x13f,_0x2ead09:0xd1,_0x589900:0x39b,_0x3888d5:0x392,_0x50af82:0x3ae,_0x2748dd:0x116,_0x2ea680:0x159,_0x2cbbd6:0x11b,_0x203195:0x122,_0x24d025:0x16e,_0x1762ac:0x350,_0x4dcbef:0x107,_0x19f56e:0x3d2,_0x5088df:0x12f,_0x40db12:0x138,_0x16ec2a:0x97,_0x299e59:0xaa,_0xe58b00:0xfe,_0x330712:0x10a,_0x4662cd:0x10f,_0x3c3e20:0x3d7,_0xae282c:0x1cc,_0x405ffe:0x17e,_0x342d74:0xe0,_0xc7dfc2:0x172,_0x3bb5bd:0xe8,_0x368f78:0x42a,_0x440478:0x3c8,_0x15d610:0x1c5,_0x54dece:0x1cd,_0x48a407:0x11f,_0x56c04c:0xfb,_0x405935:0xd6,_0x34bfff:0x3ac,_0x1f67b9:0x3d0,_0x96fc0c:0x3ff,_0x48009a:0x3aa,_0x2de45b:0x417,_0x387480:0x3d3,_0x2d1bc8:0x168,_0x566afb:0x197,_0x277b85:0x402,_0x3396a5:0x3b6,_0x14383b:0x42e,_0x4505b6:0x45e,_0x5f3a7f:0x11d,_0x2481e3:0xfd,_0x144056:0x151,_0x18d849:0x183,_0x5d96cf:0x151,_0x440a6f:0x13a,_0x1f6b3f:0x3f7,_0x590501:0x3f0,_0x2a2a6e:0x167,_0x45b96e:0x195,_0x3ca70e:0x105,_0x352e58:0x366,_0x2f6896:0x112,_0xcf4d74:0x43a,_0x4de2d0:0x442,_0x12f9af:0x3f9,_0x14313e:0x173,_0x1270d4:0x198,_0x5dd262:0x15f,_0x2a65eb:0x16b,_0x280fd2:0x44d,_0x36ee08:0x183,_0x338faa:0x1c5,_0x4ffbc7:0xd4,_0x4f0e13:0x424,_0x224f87:0x3f0,_0x4becff:0x409,_0x48027f:0x3e6,_0x456dab:0x388,_0x4e199d:0x38a,_0x206b96:0x156,_0x17b96a:0x155,_0x2b81c7:0x100,_0xebb336:0x147,_0x283987:0x177,_0x4c3320:0x175},_0x6e8725={_0x5aeb09:0x1c9},_0x3c73c0={'LWQqF':function(_0x8dc562,_0x1bf7f9){return _0x8dc562===_0x1bf7f9;},'lFhLL':_0x36c906(_0x143d4d._0x3d75ef,0xf9,0x110,_0x143d4d._0x5ec13c),'jNqdw':_0x112f2c(0x3ad,_0x143d4d._0x21d200,0x34e,_0x143d4d._0x149d80)+_0x112f2c(_0x143d4d._0x515024,0x354,0x3fe,_0x143d4d._0x3c28c0)+_0x112f2c(_0x143d4d._0x3ed64f,_0x143d4d._0x3bea25,_0x143d4d._0x5d31bd,0x3c7)+'on','FLipp':function(_0xb25d8a,_0x397eca){return _0xb25d8a+_0x397eca;},'kRKcu':function(_0x2f5528,_0xcb4d3b,_0x5c98cb){return _0x2f5528(_0xcb4d3b,_0x5c98cb);},'bbSPx':'jbcPB','jWZGB':_0x112f2c(_0x143d4d._0x254617,_0x143d4d._0x414fac,_0x143d4d._0x55c55e,_0x143d4d._0x171292),'XbStJ':_0x112f2c(0x393,_0x143d4d._0x115621,0x3a0,_0x143d4d._0xbf3cce)+_0x112f2c(0x3dd,_0x143d4d._0x94dc5c,_0x143d4d._0x24d517,_0x143d4d._0x440c49)+_0x36c906(0x13b,_0x143d4d._0x4aa263,0x114,_0x143d4d._0x44f049)+_0x36c906(_0x143d4d._0x30943f,0x9f,_0x143d4d._0x288e15,_0x143d4d._0x2ead09)};function _0x36c906(_0x35c132,_0x38149a,_0x3ab5f5,_0x261d20){return _0x28b7(_0x35c132- -0xbd,_0x3ab5f5);}function _0x112f2c(_0x179f04,_0x10368f,_0x29c7fd,_0x3d5937){return _0x28b7(_0x3d5937-_0x6e8725._0x5aeb09,_0x10368f);}try{if(_0x3c73c0['LWQqF'](_0x3c73c0[_0x112f2c(0x37b,_0x143d4d._0x589900,_0x143d4d._0x3888d5,_0x143d4d._0x50af82)],_0x36c906(_0x143d4d._0x2748dd,_0x143d4d._0x2ea680,_0x143d4d._0x2cbbd6,_0x143d4d._0x203195))){const _0x12d64c={};return _0x12d64c['success']=![],_0x12d64c['error']=_0x2b5ce3[_0x36c906(0x159,_0x143d4d._0x24d025,0x119,0x110)]||_0x112f2c(_0x143d4d._0x1762ac,0x33f,0x3b1,0x38c)+_0x36c906(0x14d,0x1a0,_0x143d4d._0x4dcbef,0x13e)+'\x20discovery'+_0x112f2c(_0x143d4d._0x19f56e,0x352,0x35f,0x382),_0x12d64c;}else{const _0x36de86=new URL(_0x3c73c0['jNqdw'],_0x145cb7[_0x36c906(0xfb,0xfe,_0x143d4d._0x5088df,0xd0)]('/')?_0x145cb7:_0x3c73c0[_0x36c906(0xf5,_0x143d4d._0x40db12,_0x143d4d._0x16ec2a,_0x143d4d._0x299e59)](_0x145cb7,'/')),_0x29c37c={};_0x29c37c[_0x36c906(_0x143d4d._0xe58b00,_0x143d4d._0x330712,_0x143d4d._0x4662cd,0x139)]=_0x112f2c(0x424,0x37d,0x3ac,_0x143d4d._0x3c3e20)+'n/json';const _0x203129=await _0x3c73c0['kRKcu'](fetch,_0x36de86[_0x36c906(0x170,0x157,_0x143d4d._0xae282c,_0x143d4d._0x405ffe)],{'headers':_0x29c37c,'signal':AbortSignal[_0x36c906(0x113,_0x143d4d._0x342d74,_0x143d4d._0xc7dfc2,_0x143d4d._0x3bb5bd)](0x3a3a+0x975+-0x1c9f)});if(!_0x203129['ok']){if(_0x3c73c0['bbSPx']===_0x3c73c0[_0x112f2c(0x3dc,_0x143d4d._0x368f78,_0x143d4d._0x440478,0x42a)])throw new _0x3e39dc(_0x36c906(0x1b1,0x1f7,_0x143d4d._0x15d610,_0x143d4d._0x54dece)+_0x36c906(_0x143d4d._0x48a407,_0x143d4d._0x56c04c,_0x143d4d._0x405935,0x13d)+_0x112f2c(_0x143d4d._0x34bfff,0x3d2,_0x143d4d._0x1f67b9,_0x143d4d._0x96fc0c)+'eter');else{const _0x332b2c={};return _0x332b2c['success']=![],_0x332b2c['error']='Discovery\x20'+'endpoint\x20r'+_0x112f2c(0x392,_0x143d4d._0x48009a,_0x143d4d._0x2de45b,0x3d2)+_0x203129[_0x112f2c(0x3bb,_0x143d4d._0x387480,0x421,0x40a)]+':\x20'+_0x203129['statusText'],_0x332b2c;}}const _0x2caeb2=await _0x203129[_0x36c906(_0x143d4d._0x2d1bc8,0x15c,0x1bd,_0x143d4d._0x566afb)](),_0x253d68=['issuer',_0x112f2c(_0x143d4d._0x277b85,_0x143d4d._0x3396a5,0x3f2,0x3f9)+'ion_endpoi'+'nt',_0x112f2c(_0x143d4d._0x14383b,_0x143d4d._0x4505b6,0x44a,0x409)+_0x36c906(_0x143d4d._0x5f3a7f,0x111,_0x143d4d._0x2481e3,_0x143d4d._0x144056)],_0x4f51b4=_0x253d68[_0x36c906(0x15a,0x11c,_0x143d4d._0x18d849,_0x143d4d._0x5d96cf)](_0x1ac598=>!_0x2caeb2[_0x1ac598]);if(_0x4f51b4[_0x36c906(0x1a5,0x1e4,0x18e,0x1b9)]>0xc1*0x30+-0xffc+-0x1434)return{'success':![],'error':_0x36c906(_0x143d4d._0x440a6f,0x132,0x16e,_0x143d4d._0x288e15)+'response\x20m'+_0x112f2c(_0x143d4d._0x1f6b3f,_0x143d4d._0x590501,0x3fc,0x3ed)+_0x112f2c(0x3dc,0x3d9,0x412,0x3f2)+_0x36c906(0x139,_0x143d4d._0x2a2a6e,_0x143d4d._0x45b96e,0x187)+_0x4f51b4[_0x36c906(_0x143d4d._0x3ca70e,0x133,0xa5,0x153)](',\x20')};const _0x309320={};return _0x309320[_0x112f2c(0x393,0x379,_0x143d4d._0x352e58,0x3aa)]=!![],_0x309320[_0x36c906(_0x143d4d._0x2f6896,0xd2,0x167,0xe9)]=_0x2caeb2[_0x36c906(_0x143d4d._0x2f6896,_0x143d4d._0x44f049,0x16f,_0x143d4d._0x4662cd)],_0x309320[_0x112f2c(_0x143d4d._0xcf4d74,0x45a,_0x143d4d._0x4de2d0,_0x143d4d._0x12f9af)+'ion_endpoi'+'nt']=_0x2caeb2[_0x36c906(_0x143d4d._0x14313e,_0x143d4d._0x1270d4,_0x143d4d._0x5dd262,_0x143d4d._0x2a65eb)+_0x112f2c(0x3d0,_0x143d4d._0x280fd2,0x3f3,0x422)+'nt'],_0x309320[_0x36c906(_0x143d4d._0x36ee08,0x160,0x15d,_0x143d4d._0x338faa)+_0x36c906(_0x143d4d._0x5f3a7f,0xcb,_0x143d4d._0x4ffbc7,0x122)]=_0x2caeb2[_0x112f2c(0x3ec,_0x143d4d._0x4f0e13,_0x143d4d._0x224f87,_0x143d4d._0x4becff)+_0x36c906(_0x143d4d._0x5f3a7f,0x14a,0xe6,0xbc)],_0x309320[_0x112f2c(_0x143d4d._0x48027f,0x3ec,0x386,0x3de)+_0x112f2c(0x3a6,_0x143d4d._0x456dab,0x39e,_0x143d4d._0x4e199d)]=_0x2caeb2[_0x36c906(0x158,0x182,_0x143d4d._0x206b96,_0x143d4d._0x144056)+_0x36c906(0x104,_0x143d4d._0x17b96a,_0x143d4d._0x2b81c7,_0x143d4d._0xebb336)]||[],_0x309320;}}catch(_0x6b712){const _0x2b7d9d={};return _0x2b7d9d['success']=![],_0x2b7d9d['error']=_0x6b712['message']||_0x3c73c0[_0x36c906(_0x143d4d._0x283987,0x1af,_0x143d4d._0x4c3320,0x1ca)],_0x2b7d9d;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x13306f,_0x2dc15d){const _0x4fddae={_0x52c37b:0x227,_0xdac762:0x21a,_0x225bb9:0x250,_0x4bffdb:0x23b,_0x314d2b:0x22a,_0x2e6bde:0x1c4,_0x23f72c:0x1b8,_0x2d02cf:0x25f,_0x28a7cb:0x1e3,_0x92b185:0x1f9,_0x1ae455:0x217,_0x62fab7:0x254,_0xc377bd:0x24c,_0x1f108d:0x23d,_0x22cdaa:0x22f,_0x224faf:0x27a,_0x114162:0x25a,_0x4d0d14:0x214,_0x232c58:0x1fd,_0x3871cc:0x1ab,_0x1d1b38:0x1be,_0x37fd3c:0x1bc},_0xc1298e={_0x50ead0:0x2bc};function _0x106033(_0x31435c,_0x1c107a,_0x2b9ea2,_0x2ddd7b){return _0x3983(_0x2b9ea2-0x163,_0x31435c);}function _0x2fdc0c(_0x108f8a,_0x496ecd,_0x5797aa,_0x5bd74a){return _0x3983(_0x5797aa- -_0xc1298e._0x50ead0,_0x108f8a);}const _0x234f6f=_0x13306f();while(!![]){try{const _0x544828=-parseInt(_0x106033(0x220,0x208,_0x4fddae._0x52c37b,_0x4fddae._0xdac762))/(0xf03+-0x21f4+0x12f2)+-parseInt(_0x106033(_0x4fddae._0x225bb9,_0x4fddae._0x4bffdb,0x249,_0x4fddae._0x314d2b))/(-0x1a56+0x2048+0x98*-0xa)*(-parseInt(_0x2fdc0c(-_0x4fddae._0x2e6bde,-_0x4fddae._0x23f72c,-0x1bb,-0x19b))/(-0x49*0x2+0x197f*-0x1+0x1a14))+parseInt(_0x106033(0x27f,0x288,0x267,_0x4fddae._0x2d02cf))/(0x165e+0x1936+-0x2f9*0x10)*(-parseInt(_0x2fdc0c(-_0x4fddae._0x28a7cb,-0x1dd,-_0x4fddae._0x92b185,-0x216))/(-0xb*-0x124+-0xb02*0x2+0x97d))+parseInt(_0x106033(0x22a,0x215,0x22e,_0x4fddae._0x1ae455))/(-0xeb1+0x251e+0x25*-0x9b)*(-parseInt(_0x106033(0x231,_0x4fddae._0x62fab7,_0x4fddae._0xc377bd,0x231))/(0xbfa+-0xe*-0xad+-0x1569))+parseInt(_0x106033(0x233,0x233,_0x4fddae._0x1f108d,_0x4fddae._0x22cdaa))/(0x6b5*0x1+0x13fe+-0x1aab*0x1)*(-parseInt(_0x106033(_0x4fddae._0x224faf,_0x4fddae._0x114162,0x258,0x25e))/(-0x2*-0x371+0x24*-0x55+0x51b))+parseInt(_0x2fdc0c(-0x1fb,-_0x4fddae._0x4d0d14,-0x1f3,-_0x4fddae._0x232c58))/(-0x2*-0xca1+-0x47*-0x11+0x1*-0x1def)+-parseInt(_0x2fdc0c(-_0x4fddae._0x3871cc,-0x1d0,-0x1c8,-0x1c4))/(0x1e36+-0x1*0x287+-0x3d*0x74)*(-parseInt(_0x2fdc0c(-0x1d7,-0x1bc,-_0x4fddae._0x1d1b38,-_0x4fddae._0x37fd3c))/(0x772+-0x1*0x17ec+0x1086));if(_0x544828===_0x2dc15d)break;else _0x234f6f['push'](_0x234f6f['shift']());}catch(_0x2efb87){_0x234f6f['push'](_0x234f6f['shift']());}}}(_0x413f,0x1*0x8459c+0x5*-0x1475c+0xda*0x613));import _0x458332 from'crypto';function _0x413f(){const _0xd39d4e=['vNf2uw8','rfbfvfm','ANDzsMm','AwThzuK','yxbWCM92zwq','CMuGCMvZzxq','wKrIrfm','vMnLC2i','z2v0','wvjLBeO','ndGWofn1uKndrq','DxnLCG','D0D4EgO','Dw5Yzwy','AgfZ','Dw1yCw4','BgvUz3rO','DxnLCKnVzgu','wMzNCMi','DeDYwhy','CgjRChK','DxvXy0y','mty0mZiWnLfZEw5ivq','zxHWAxjLza','yxbPs2v5','mtKYmZy5ogvYy09Mvq','DLfXyNK','zhPpAw8','CMznAfC','vwTKBgO','zw50CMLLCW','BM93','ENzsA2i','Agv4','y2XLyxi','wwjryKS','mZnfA1H2Bgq','mtiWntf5wvbwsLq','CMfUzg9Tsw50','zxHWAxjLC0f0','zgvSzxrL','zgv2AwnLq29Kzq','CMfUzg9TqNL0zq','v1HzwJiZndu2nW','DMHdvNm','EvzRquC','ntK4mZC4og5JqNL2Ca','zMXVB3i','vhnXDNe','m3bkEfb2va','zsbMBg93ihn0BW','C2v0','ndKWnJa0vuDVuufi','Dg9tDhjPBMC','C2XPy2u','rfnPA24','nvfHuMTZyW','mty3ntGWsMXMsvfz','t0LeqYbKzxzPyW','y3jLyxrLzef0','Dvv4q0e','yxHxwhy','nJm5ndaWrxzNs2vP','vgPxqKC','mtHzEfbOC1K','shHRyNC','B1D2tuO','C3rHDhvZ','DKv4swi'];_0x413f=function(){return _0xd39d4e;};return _0x413f();}import{logger}from'./logger.js';const DEVICE_TTL_MS=(-0x18c7*0x1+0x11*-0x1a8+0x47*0xbf)*(0xb1*0x5+-0x1*-0x1979+0xe59*-0x2)*(0x1*0x353+-0x269*-0x7+-0x104a),POLL_INTERVAL_MS=(-0x1712+0x1f75*0x1+-0x860)*(-0xd49+-0x13c8+0x24f9),CODE_CHARS='ABCDEFGHJK'+'LMNPQRSTUV'+_0x21b581(0x3bd,0x39f,0x3ba,0x3a5)+'89',USER_CODE_LENGTH=-0xd*-0x2d7+0x1*-0xaf1+-0x19f2,deviceStore=new Map();function _0x21b581(_0x44bbfb,_0x20a79c,_0x64dd55,_0x218a0f){const _0x44f156={_0x14cc19:0x2aa};return _0x3983(_0x218a0f-_0x44f156._0x14cc19,_0x64dd55);}const userCodeToDevice=new Map(),stateToDevice=new Map();function randomUserCode(){const _0x12a14b={_0x3396b7:0x1cc,_0x2457f8:0x1d7,_0x5d8fe6:0x1d5,_0x486f3b:0x3fb,_0x213d61:0x3e2,_0x1e640c:0x1dc,_0x1d20ec:0x3cb,_0x16933b:0x3d5,_0x1edc92:0x3f4,_0x38dcb7:0x420,_0x2e8578:0x3fc,_0x50952b:0x412,_0x12949a:0x400,_0x11edc6:0x1a4,_0x31d33a:0x1b9},_0xf1e68={_0x33cd97:0x111,_0xbe7b45:0x1b2},_0x3717a1={};function _0x6c59d3(_0x180a80,_0x247d9b,_0x38d208,_0x1af43e){return _0x21b581(_0x180a80-0x1c7,_0x247d9b-0x130,_0x180a80,_0x247d9b-0x5e);}_0x3717a1[_0x453027(_0x12a14b._0x3396b7,_0x12a14b._0x2457f8,0x1d3,0x1eb)]=function(_0x19e3dc,_0x5c9c28){return _0x19e3dc===_0x5c9c28;},_0x3717a1['oWvMJ']=_0x453027(_0x12a14b._0x5d8fe6,0x1db,0x1f1,0x1e3);const _0x8c9baa=_0x3717a1;function _0x453027(_0x47efb0,_0x4e9d3d,_0x5ebfbb,_0x4fffaf){return _0x21b581(_0x47efb0-_0xf1e68._0x33cd97,_0x4e9d3d-0x183,_0x47efb0,_0x4fffaf- -_0xf1e68._0xbe7b45);}let _0x2fee3c='';for(let _0x204a2c=-0x177a+0x15eb+-0x3*-0x85;_0x204a2c<USER_CODE_LENGTH;_0x204a2c+=-0x7*0x363+0x573+-0x55*-0x37){if(_0x8c9baa[_0x6c59d3(0x3f9,_0x12a14b._0x486f3b,0x3f1,_0x12a14b._0x213d61)](_0x453027(0x1f0,_0x12a14b._0x1e640c,0x1d5,0x1e3),_0x8c9baa[_0x6c59d3(_0x12a14b._0x1d20ec,_0x12a14b._0x16933b,0x3f2,_0x12a14b._0x1edc92)])){const _0x26e806=_0x458332[_0x6c59d3(0x3e5,0x3fe,0x3ea,0x40e)](0xd4d+0x1*-0x19b5+0xc68,CODE_CHARS[_0x453027(0x1be,_0x12a14b._0x3396b7,0x1c3,0x1d8)]);_0x2fee3c+=CODE_CHARS[_0x26e806];}else _0x2ee376[_0x6c59d3(_0x12a14b._0x38dcb7,0x400,_0x12a14b._0x2e8578,_0x12a14b._0x50952b)](_0xfcb9cd),_0x5599b4[_0x6c59d3(0x3fe,_0x12a14b._0x12949a,0x423,0x3f0)](_0x5cb1b4['userCode']);}return _0x2fee3c[_0x453027(0x196,0x1a6,_0x12a14b._0x11edc6,_0x12a14b._0x31d33a)](0x8b*0x40+0x264+-0x2524,0x1c0e+0xa*0xbb+-0x2358)+'-'+_0x2fee3c['slice'](0x2*0x7d2+-0x19da+0xbb*0xe);}function isExpired(_0x510ddd){return Date['now']()>_0x510ddd['expiresAt'];}function cleanupExpired(){const _0xe29f72={_0x54b7eb:0x84,_0x5abbae:0x8e,_0x4e9051:0x65,_0x30e0f1:0x13c,_0x115852:0x12f,_0x358ab1:0x15b,_0x3978b2:0x150,_0x272fab:0x8c,_0x82ad4b:0x97,_0x2e7583:0x8b,_0x5eb3f6:0x8e,_0x53b8b8:0x8b,_0x6a64eb:0x6c,_0x3ac909:0x67,_0x2f39f0:0x7d,_0x143b0c:0x5f,_0x59c08f:0x16d,_0x58e93f:0x15e,_0x5b04fc:0x99,_0x5187b7:0x94,_0x1f3db5:0x78,_0x229d20:0x176,_0x56ab12:0x17a,_0x4d04bd:0x159,_0x183541:0x93,_0x5640b6:0x79,_0x3b2f9f:0x128,_0x1c9636:0x139,_0x5bb256:0x142,_0x2caa80:0x14a,_0x221cf5:0x121,_0x146f85:0x91,_0x4a3900:0x7e,_0x57ca07:0x5c,_0x40a0dd:0x69,_0x9bbd32:0x86,_0x33dc6e:0x169,_0x2f1177:0x15e,_0x3c8468:0x13c,_0x11420a:0x143,_0x29dacf:0x168,_0x4ec21f:0x88,_0x235a83:0x8b,_0x455036:0x8a,_0x5595fb:0x9d,_0x354230:0x14a,_0xb7cd4:0x137,_0x33eb4d:0xae,_0x5b9a47:0x12a,_0x244f0d:0x120,_0x472ade:0x178,_0x4705c4:0x135,_0x234e6d:0x124,_0x5ad807:0x140,_0x18539c:0x66,_0x257385:0x64,_0x34563e:0x7f,_0x39137d:0x146,_0x28e349:0x156,_0x2dba44:0x60,_0x3c3bcb:0x7a,_0x4a94de:0x89,_0x44861e:0x59,_0x36389b:0x15f,_0x348760:0x9c,_0x3ca6f4:0x7e,_0x1b0307:0x13a},_0x16005d={_0x57dd40:0xe,_0x243c59:0xb,_0x1eba4b:0x4e4},_0x299512={'wGxxj':function(_0x280b13,_0x495695){return _0x280b13>_0x495695;},'yVkAG':function(_0x1493ff){return _0x1493ff();},'uUxCA':_0xb1856a(0x7d,_0xe29f72._0x54b7eb,_0xe29f72._0x5abbae,0x6e),'UBmMm':function(_0x2fb32f,_0xd5fb75){return _0x2fb32f/_0xd5fb75;},'YRelJ':function(_0x56293f,_0xcd35f7){return _0x56293f!==_0xcd35f7;},'DSikn':_0x1e6978(-0x148,-0x149,-0x16f,-0x15b),'XMwVc':'WqkHG','jwYJc':function(_0xb4d7d2,_0x1227b6){return _0xb4d7d2===_0x1227b6;},'Hxkbw':_0xb1856a(0x8f,_0xe29f72._0x4e9051,0x6d,0x88),'Ukdlj':_0x1e6978(-_0xe29f72._0x30e0f1,-_0xe29f72._0x115852,-_0xe29f72._0x358ab1,-_0xe29f72._0x3978b2)};function _0xb1856a(_0x128038,_0x1133af,_0x409634,_0x190232){return _0x21b581(_0x128038-0x51,_0x1133af-0x14,_0x190232,_0x409634- -0x30d);}const _0x402c5c=Date[_0xb1856a(_0xe29f72._0x272fab,_0xe29f72._0x82ad4b,0x8c,_0xe29f72._0x2e7583)]();function _0x1e6978(_0x363361,_0x27ea69,_0x218a6d,_0x481949){return _0x21b581(_0x363361-_0x16005d._0x57dd40,_0x27ea69-_0x16005d._0x243c59,_0x27ea69,_0x481949- -_0x16005d._0x1eba4b);}for(const [_0x3ca1c4,_0x241bd2]of deviceStore[_0xb1856a(_0xe29f72._0x5eb3f6,0xab,_0xe29f72._0x53b8b8,_0xe29f72._0x6a64eb)]()){_0x299512[_0xb1856a(_0xe29f72._0x3ac909,0x7a,0x76,_0xe29f72._0x2f39f0)](_0x299512[_0xb1856a(0x59,0x82,_0xe29f72._0x143b0c,0x7f)],_0x299512['XMwVc'])?_0x299512[_0x1e6978(-0x15e,-0x13b,-_0xe29f72._0x59c08f,-_0xe29f72._0x58e93f)](_0x402c5c,_0x241bd2[_0xb1856a(0x9a,_0xe29f72._0x5b04fc,_0xe29f72._0x5187b7,_0xe29f72._0x1f3db5)])&&(deviceStore['delete'](_0x3ca1c4),userCodeToDevice['delete'](_0x241bd2[_0x1e6978(-_0xe29f72._0x229d20,-_0xe29f72._0x56ab12,-0x148,-_0xe29f72._0x4d04bd)])):_0x299512[_0xb1856a(0x74,_0xe29f72._0x183541,_0xe29f72._0x5640b6,0x70)](_0x458a64,_0x1bbcdf[_0xb1856a(0xb3,0x86,0x94,0xa5)])&&(_0x161d48[_0x1e6978(-_0xe29f72._0x3b2f9f,-_0xe29f72._0x1c9636,-0x125,-_0xe29f72._0x5bb256)](_0x3c698f),_0x56e186[_0x1e6978(-0x14f,-_0xe29f72._0x2caa80,-_0xe29f72._0x221cf5,-0x142)](_0x475c38[_0xb1856a(0x8e,_0xe29f72._0x146f85,_0xe29f72._0x4a3900,_0xe29f72._0x57ca07)]));}for(const [_0x5f0613,_0x1b1cf4]of stateToDevice['entries']()){if(_0x299512[_0xb1856a(0x52,_0xe29f72._0x40a0dd,0x6f,_0xe29f72._0x9bbd32)](_0x299512[_0x1e6978(-0x167,-_0xe29f72._0x33dc6e,-_0xe29f72._0x2f1177,-0x16e)],_0x299512['Hxkbw'])){const _0x246abc=deviceStore['get'](_0x1b1cf4);if(!_0x246abc||_0x402c5c>_0x246abc[_0x1e6978(-_0xe29f72._0x2caa80,-_0xe29f72._0x3c8468,-0x140,-_0xe29f72._0x11420a)]){if(_0x299512['YRelJ'](_0x299512[_0x1e6978(-0x15d,-_0xe29f72._0x29dacf,-0x132,-0x14d)],_0x299512[_0xb1856a(_0xe29f72._0x4ec21f,_0xe29f72._0x235a83,_0xe29f72._0x455036,_0xe29f72._0x5595fb)])){const _0x42dd98=_0x2406fb(_0x22780d);if(!_0x42dd98)return![];return _0x4c802a[_0x1e6978(-0x140,-_0xe29f72._0x354230,-0x118,-_0xe29f72._0xb7cd4)](_0x29769a,_0x4f0f67),!![];}else stateToDevice[_0xb1856a(0x93,0x9a,0x95,_0xe29f72._0x33eb4d)](_0x5f0613);}}else{let _0x1988b2=_0x299512[_0x1e6978(-0x14e,-_0xe29f72._0x5b9a47,-_0xe29f72._0x244f0d,-0x13d)](_0xef15f3);while(_0xdfea61[_0x1e6978(-0x14e,-0x16f,-_0xe29f72._0x472ade,-0x15c)](_0x1988b2)){_0x1988b2=_0x475f50();}const _0x34d915=_0x467cf7[_0x1e6978(-_0xe29f72._0x4705c4,-0x12f,-_0xe29f72._0x234e6d,-_0xe29f72._0x5ad807)+'s'](-0x1*-0x2469+-0x44*-0x67+-0x3fa5)['toString'](_0x299512[_0xb1856a(_0xe29f72._0x18539c,0x5e,_0xe29f72._0x257385,_0xe29f72._0x34563e)]),_0x2c7818=_0x5b2b29[_0xb1856a(0x73,0x8d,0x8c,0x95)](),_0x2e302e={};_0x2e302e[_0x1e6978(-_0xe29f72._0x39137d,-_0xe29f72._0x28e349,-0x11f,-0x141)]=_0x34d915,_0x2e302e[_0xb1856a(0x98,0x90,0x7e,_0xe29f72._0x6a64eb)]=_0x1988b2,_0x2e302e[_0xb1856a(0x64,0x85,0x63,_0xe29f72._0x2dba44)]=_0x2c7818,_0x2e302e['expiresAt']=_0x2c7818+_0x3e75b6,_0x2e302e[_0xb1856a(_0xe29f72._0x3c3bcb,_0xe29f72._0x4a94de,0x6b,_0xe29f72._0x44861e)]='pending',_0x2e302e['apiKey']=null,_0x2e302e[_0x1e6978(-0x16d,-0x157,-_0xe29f72._0x56ab12,-_0xe29f72._0x36389b)]=null;const _0x1c7604=_0x2e302e;return _0x4a970b['set'](_0x34d915,_0x1c7604),_0x3efb44['set'](_0x1988b2,_0x34d915),{'deviceCode':_0x34d915,'userCode':_0x1988b2,'expiresIn':_0xee3e82[_0xb1856a(0x88,0x9a,_0xe29f72._0x348760,_0xe29f72._0x3ca6f4)](_0x299512['UBmMm'](_0x536dfa,0x10f*-0x23+-0x1945+0x423a)),'interval':_0x2c9e1b[_0x1e6978(-_0xe29f72._0x1c9636,-0x14e,-_0xe29f72._0x1b0307,-0x13b)](_0xfef65e/(-0xb2a*0x3+-0x19ae+-0x2*-0x1f8a))};}}}const cleanupInterval=setInterval(cleanupExpired,(-0x25f5+-0x2c1+0x28f2)*(-0x13b6+0x569*0x5+-0x36f));cleanupInterval[_0x21b581(0x385,0x39d,0x381,0x387)]();export function createDeviceFlow(){const _0xa7b4f0={_0x55258f:0x248,_0x4b1970:0x34f,_0x1ec9fe:0x266,_0x4a5548:0x22d,_0x4f4395:0x229,_0x20c901:0x3a7,_0x14555c:0x366,_0x12586e:0x229,_0x4d1238:0x239,_0x5e1b79:0x35d,_0x17036f:0x348,_0x295a12:0x23a,_0x598515:0x276,_0x2d59e1:0x24e,_0x240ea5:0x24c,_0x21b5ba:0x38f,_0x1975be:0x3ad,_0x305442:0x390,_0x53abae:0x38b,_0x598c6a:0x377,_0x462e73:0x3ab},_0x29092f={_0x38f781:0x6d},_0x1b326b={'vExIb':function(_0x58c9d1){return _0x58c9d1();},'DPETS':_0x25cd0d(0x265,0x271,0x25a,_0xa7b4f0._0x55258f),'uuqcF':function(_0x3f0a15,_0x3840a9){return _0x3f0a15+_0x3840a9;},'XxnmM':'pending'};function _0x25cd0d(_0x38f650,_0x59f7f7,_0x30e06d,_0x30253c){return _0x21b581(_0x38f650-0x66,_0x59f7f7-0x62,_0x30253c,_0x30e06d- -0x141);}let _0x5b7fb1=_0x1b326b[_0x4108af(0x35b,_0xa7b4f0._0x4b1970,0x33c,0x350)](randomUserCode);while(userCodeToDevice[_0x25cd0d(_0xa7b4f0._0x1ec9fe,_0xa7b4f0._0x4a5548,0x247,_0xa7b4f0._0x4f4395)](_0x5b7fb1)){_0x5b7fb1=randomUserCode();}const _0xbf746b=_0x458332[_0x4108af(0x386,0x399,_0xa7b4f0._0x20c901,_0xa7b4f0._0x14555c)+'s'](0x8b7+0x10*-0x10f+-0x1*-0x859)[_0x25cd0d(0x238,0x21b,_0xa7b4f0._0x12586e,_0xa7b4f0._0x4d1238)](_0x1b326b[_0x4108af(_0xa7b4f0._0x5e1b79,0x379,_0xa7b4f0._0x17036f,0x357)]),_0x46670f=Date[_0x25cd0d(_0xa7b4f0._0x295a12,_0xa7b4f0._0x598515,0x258,0x246)](),_0x3cfb56={'deviceCode':_0xbf746b,'userCode':_0x5b7fb1,'createdAt':_0x46670f,'expiresAt':_0x1b326b[_0x25cd0d(0x241,0x25e,_0xa7b4f0._0x2d59e1,_0xa7b4f0._0x240ea5)](_0x46670f,DEVICE_TTL_MS),'status':_0x1b326b['XxnmM'],'apiKey':null,'user':null};deviceStore['set'](_0xbf746b,_0x3cfb56);function _0x4108af(_0x413df6,_0x1a1d8f,_0x1ba9b8,_0x5af117){return _0x21b581(_0x413df6-_0x29092f._0x38f781,_0x1a1d8f-0x89,_0x5af117,_0x413df6- -0x1e);}return userCodeToDevice[_0x4108af(_0xa7b4f0._0x21b5ba,_0xa7b4f0._0x1975be,_0xa7b4f0._0x305442,0x39b)](_0x5b7fb1,_0xbf746b),{'deviceCode':_0xbf746b,'userCode':_0x5b7fb1,'expiresIn':Math[_0x4108af(_0xa7b4f0._0x53abae,0x37d,0x392,_0xa7b4f0._0x598c6a)](DEVICE_TTL_MS/(0x4c1+-0x695+0x5bc)),'interval':Math[_0x4108af(0x38b,_0xa7b4f0._0x462e73,0x36d,0x3a8)](POLL_INTERVAL_MS/(0x140*-0x4+0x1*0x116a+-0x882))};}export function getDeviceFlow(_0x3e584d){const _0xd6a3b0={_0x5c358e:0x23f,_0x1e24c0:0x22e},_0x556c25={_0x2af26c:0xe2,_0x12f02c:0x5c1},_0x48c633=deviceStore[_0x501ce1(-0x21d,-_0xd6a3b0._0x5c358e,-_0xd6a3b0._0x1e24c0,-0x25f)](_0x3e584d);if(!_0x48c633||isExpired(_0x48c633))return null;function _0x501ce1(_0x4eafaa,_0x2e4107,_0x5cb776,_0x35d658){return _0x21b581(_0x4eafaa-_0x556c25._0x2af26c,_0x2e4107-0xb0,_0x4eafaa,_0x2e4107- -_0x556c25._0x12f02c);}return _0x48c633;}export function getDeviceFlowByUserCode(_0x1c46ac){const _0x4a4a75={_0x422e55:0x17a,_0x4d019a:0x18c,_0x136a5b:0x173},_0x778576={_0xc26776:0x172};function _0x492e70(_0x258567,_0x2412b6,_0x258d98,_0x25c502){return _0x5f1252(_0x258567-_0x778576._0xc26776,_0x258d98,_0x258d98-0x10b,_0x2412b6-0x96);}const _0x58a247=userCodeToDevice[_0x492e70(-_0x4a4a75._0x422e55,-_0x4a4a75._0x4d019a,-0x197,-_0x4a4a75._0x136a5b)](_0x1c46ac);if(!_0x58a247)return null;return getDeviceFlow(_0x58a247);}export function linkOidcStateToDevice(_0x580a1b,_0x3df43b){const _0x45a387=getDeviceFlow(_0x3df43b);if(!_0x45a387)return![];return stateToDevice['set'](_0x580a1b,_0x3df43b),!![];}export function consumeDeviceForState(_0x433c03){const _0x30ba4a={_0x53e736:0x2e1,_0x3c2c1e:0x2ed,_0x48cc62:0x2c6,_0x13d980:0x323,_0x403ca4:0x1a8,_0x487852:0x17c,_0x5974f2:0x1aa,_0x2bdfa2:0x32b,_0x57fd7a:0x2f6,_0x448738:0x319,_0x2648e2:0x2c9,_0x4710fb:0x2d8,_0x29f4b0:0x2d7,_0x6f311:0x2e6,_0x107038:0x2e9},_0xb1beb1={_0x821684:0x1b6,_0x221716:0x138,_0x47c1a1:0x69},_0x1ba168={_0x219723:0xe7};function _0x2b937f(_0x14474f,_0x5b417e,_0x5a5e25,_0x653766){return _0x5f1252(_0x14474f-0x13,_0x5b417e,_0x5a5e25-0xe7,_0x653766- -_0x1ba168._0x219723);}const _0x4204d6={};_0x4204d6['Tsqvq']=_0x2b937f(-0x313,-_0x30ba4a._0x53e736,-_0x30ba4a._0x3c2c1e,-0x2fa),_0x4204d6[_0x2b937f(-_0x30ba4a._0x48cc62,-0x2ca,-0x2c3,-0x2e5)]=function(_0xf48b68,_0x3df809){return _0xf48b68===_0x3df809;},_0x4204d6['axWXv']=_0x128bfd(-0x1b9,-0x1cc,-0x1a4,-0x1af);const _0x41a1d3=_0x4204d6,_0x1ed667=stateToDevice[_0x2b937f(-0x310,-0x2fc,-_0x30ba4a._0x13d980,-0x309)](_0x433c03);if(!_0x1ed667){if(_0x41a1d3[_0x128bfd(-_0x30ba4a._0x403ca4,-_0x30ba4a._0x487852,-_0x30ba4a._0x5974f2,-0x195)](_0x41a1d3[_0x2b937f(-_0x30ba4a._0x2bdfa2,-0x2ff,-_0x30ba4a._0x57fd7a,-_0x30ba4a._0x448738)],_0x41a1d3[_0x128bfd(-0x1ac,-0x1a8,-0x1d2,-0x1c9)]))return null;else{const _0xf7ec1b={};return _0xf7ec1b['status']=_0x41a1d3[_0x2b937f(-0x2cf,-0x2c3,-_0x30ba4a._0x2648e2,-0x2e1)],_0xf7ec1b;}}stateToDevice[_0x2b937f(-_0x30ba4a._0x4710fb,-_0x30ba4a._0x29f4b0,-_0x30ba4a._0x6f311,-_0x30ba4a._0x107038)](_0x433c03);function _0x128bfd(_0x9af0bf,_0x16dc85,_0x571e75,_0x3eaddf){return _0x5f1252(_0x9af0bf-_0xb1beb1._0x821684,_0x16dc85,_0x571e75-_0xb1beb1._0x221716,_0x3eaddf-_0xb1beb1._0x47c1a1);}return getDeviceFlow(_0x1ed667);}function _0x3983(_0x589937,_0x467cf7){_0x589937=_0x589937-(0x9*-0x2ff+-0xb89*-0x2+0x4a5*0x1);const _0x5b2b29=_0x413f();let _0x3e75b6=_0x5b2b29[_0x589937];if(_0x3983['RXgvzC']===undefined){var _0x4a970b=function(_0x2c9e1b){const _0xfef65e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x475f50='',_0xbff7ac='';for(let _0x4c001e=0x1*-0x20d9+-0x2*0x1264+0x45a1,_0x5de90d,_0x36ae9c,_0x210fc0=-0x674*-0x6+-0x2*-0x11ef+0x4a96*-0x1;_0x36ae9c=_0x2c9e1b['charAt'](_0x210fc0++);~_0x36ae9c&&(_0x5de90d=_0x4c001e%(0x260+0x2*-0x9ef+-0x2*-0x8c1)?_0x5de90d*(-0xcaf*0x1+-0x3*-0x1a1+0x80c)+_0x36ae9c:_0x36ae9c,_0x4c001e++%(-0x1476+0x1*-0xe05+0x227f))?_0x475f50+=String['fromCharCode'](0x21e7+-0xb99+-0x5*0x443&_0x5de90d>>(-(-0x24e+0x1e47+-0x1bf7)*_0x4c001e&0x1*0xa6d+0x4*0x807+-0x1*0x2a83)):0x1*-0x1a21+-0x3e2*-0x8+-0x4ef){_0x36ae9c=_0xfef65e['indexOf'](_0x36ae9c);}for(let _0x53a519=-0x6bb*0x1+-0x6d*0xa+0x1*0xafd,_0x12610b=_0x475f50['length'];_0x53a519<_0x12610b;_0x53a519++){_0xbff7ac+='%'+('00'+_0x475f50['charCodeAt'](_0x53a519)['toString'](0x2d9*-0xb+-0x979+0x28dc))['slice'](-(-0x725*0x1+-0x2*-0x12e7+0x1*-0x1ea7));}return decodeURIComponent(_0xbff7ac);};_0x3983['cNioOl']=_0x4a970b,_0x3983['wAuhmg']={},_0x3983['RXgvzC']=!![];}const _0x3efb44=_0x5b2b29[-0x24f8+0x2dd+0x221b],_0xee3e82=_0x589937+_0x3efb44,_0x536dfa=_0x3983['wAuhmg'][_0xee3e82];return!_0x536dfa?(_0x3e75b6=_0x3983['cNioOl'](_0x3e75b6),_0x3983['wAuhmg'][_0xee3e82]=_0x3e75b6):_0x3e75b6=_0x536dfa,_0x3e75b6;}export function approveDeviceFlow(_0x8b11a2,_0x2fcd75,_0x36c5a1){const _0x4637fe={_0xb7334:0x19e,_0x235f7c:0x19f,_0x2f9d84:0x1af,_0x23a537:0x77,_0x3c10fb:0x61,_0xc32f07:0x70,_0x1c7f1e:0x3f,_0x4cff4e:0x80,_0x26fcb9:0x85,_0x4ccfc6:0x193},_0x4c0701={_0x33a103:0x17d,_0x3dc863:0x14a,_0x2613e6:0x317},_0x4390d6={_0x58f9b7:0x41};function _0x7674c5(_0x3e0ae3,_0x5ae7fa,_0xf3122,_0x57aab1){return _0x21b581(_0x3e0ae3-0xf1,_0x5ae7fa-_0x4390d6._0x58f9b7,_0xf3122,_0x57aab1- -0x535);}const _0x42d61a={'pbkpy':function(_0x3c19c9,_0x12e38b){return _0x3c19c9(_0x12e38b);},'YPqHq':_0x7674c5(-_0x4637fe._0xb7334,-_0x4637fe._0x235f7c,-_0x4637fe._0x2f9d84,-0x1b7)},_0x3f218d=_0x42d61a[_0x5f4b5d(_0x4637fe._0x23a537,0x97,0x8a,0x7f)](getDeviceFlow,_0x8b11a2);if(!_0x3f218d)return![];_0x3f218d[_0x5f4b5d(_0x4637fe._0x3c10fb,_0x4637fe._0xc32f07,_0x4637fe._0x1c7f1e,_0x4637fe._0x4cff4e)]=_0x42d61a['YPqHq'],_0x3f218d[_0x5f4b5d(0x7b,0x7a,0x8b,_0x4637fe._0x26fcb9)]=_0x2fcd75,_0x3f218d[_0x7674c5(-_0x4637fe._0x4ccfc6,-0x1a8,-0x1c2,-0x1b0)]=_0x36c5a1;function _0x5f4b5d(_0xfe6b71,_0x24da81,_0x51b782,_0x2206e7){return _0x21b581(_0xfe6b71-_0x4c0701._0x33a103,_0x24da81-_0x4c0701._0x3dc863,_0x24da81,_0xfe6b71- -_0x4c0701._0x2613e6);}return!![];}function _0x5f1252(_0x18bab1,_0x17d590,_0x36194d,_0x1f81b7){const _0xcc1a2d={_0x37d7cb:0x2fa};return _0x3983(_0x1f81b7- -_0xcc1a2d._0x37d7cb,_0x17d590);}export function pollDeviceFlow(_0x4c0245){const _0x4220e5={_0x546d94:0x201,_0xdf0b8a:0x225,_0x1bfa80:0x21c,_0x49ccd2:0x219,_0x3c0404:0x92,_0x5197c4:0xa2,_0x1e91a4:0xad,_0x2f59b3:0x8a,_0x537908:0x214,_0x4d8266:0x218,_0x1350a5:0x20c,_0x44a458:0xbb,_0x25e42e:0xcd,_0x1fc21f:0xa9,_0x52fb6b:0xbd,_0x43e920:0x1f9,_0x1a810f:0x1ff,_0xe57902:0x1de,_0x409792:0xab,_0x2dafc8:0x238,_0xcc674d:0x21b,_0x1d07d0:0x231},_0x4df1af={_0x2f473d:0x591},_0x13339f={_0x5c8435:0x5b,_0x1a6fb1:0x171};function _0x31dfff(_0x91854b,_0x28a151,_0x4cb06b,_0x2c764d){return _0x5f1252(_0x91854b-_0x13339f._0x5c8435,_0x91854b,_0x4cb06b-0xfa,_0x28a151-_0x13339f._0x1a6fb1);}const _0x11fdd1={'TjWBG':function(_0x261560,_0x40a5c4){return _0x261560(_0x40a5c4);},'ikGeI':function(_0x51a545,_0x1dc315){return _0x51a545===_0x1dc315;},'Vcesb':_0x7e0c47(-0x213,-_0x4220e5._0x546d94,-0x202,-0x1f9),'HTJJN':_0x7e0c47(-0x211,-_0x4220e5._0xdf0b8a,-_0x4220e5._0x1bfa80,-0x228),'CvLYj':'pending'},_0x581d69=_0x11fdd1[_0x7e0c47(-0x21d,-0x222,-0x23a,-_0x4220e5._0x49ccd2)](getDeviceFlow,_0x4c0245);if(!_0x581d69){const _0x301fef={};return _0x301fef['status']=_0x31dfff(-_0x4220e5._0x3c0404,-_0x4220e5._0x5197c4,-_0x4220e5._0x1e91a4,-_0x4220e5._0x2f59b3),_0x301fef;}if(_0x11fdd1[_0x7e0c47(-_0x4220e5._0x537908,-_0x4220e5._0x4d8266,-_0x4220e5._0x1350a5,-0x203)](_0x581d69[_0x31dfff(-0xa0,-_0x4220e5._0x44a458,-_0x4220e5._0x25e42e,-_0x4220e5._0x1fc21f)],_0x11fdd1[_0x31dfff(-_0x4220e5._0x52fb6b,-0xb2,-0xa3,-0xcb)])&&_0x581d69[_0x7e0c47(-0x1ff,-0x1f6,-_0x4220e5._0x43e920,-0x220)]){if(_0x11fdd1['HTJJN']===_0x31dfff(-0xd4,-0xb3,-0xb0,-0xa9)){const _0x41bcf0={};return _0x41bcf0['status']=_0x31dfff(-0xba,-0xb5,-0xb0,-0xa5),_0x41bcf0['apiKey']=_0x581d69[_0x7e0c47(-_0x4220e5._0x1a810f,-_0x4220e5._0xe57902,-0x21f,-0x206)],_0x41bcf0['user']=_0x581d69[_0x31dfff(-0x97,-0xae,-_0x4220e5._0x409792,-0xaa)],_0x41bcf0;}else return null;}function _0x7e0c47(_0x4e805a,_0x103cb3,_0x4b3d1d,_0x13377c){return _0x21b581(_0x4e805a-0xeb,_0x103cb3-0x12c,_0x103cb3,_0x4e805a- -_0x4df1af._0x2f473d);}const _0x544564={};return _0x544564[_0x7e0c47(-_0x4220e5._0x49ccd2,-_0x4220e5._0x2dafc8,-_0x4220e5._0xcc674d,-_0x4220e5._0x1d07d0)]=_0x11fdd1['CvLYj'],_0x544564;}export function consumeDeviceFlow(_0x37e3d4){const _0x3e474d={_0xff2bad:0x226,_0x2a78fd:0x20c,_0x8d0764:0x21f,_0x204d08:0x219,_0x33c10e:0x202},_0x133e35={_0x31d71c:0xb0,_0x57b0e3:0x67,_0x4cbb2f:0x587},_0x31e0c4={'aCApL':function(_0x3c35a8,_0x24a322){return _0x3c35a8(_0x24a322);}},_0xcf5d64=_0x31e0c4['aCApL'](getDeviceFlow,_0x37e3d4);function _0x3cf14d(_0x15dee7,_0x4c8e96,_0x5901b4,_0x18c194){return _0x21b581(_0x15dee7-0xa6,_0x4c8e96-0x1e8,_0x5901b4,_0x15dee7- -0x196);}function _0x3b68f3(_0x40db0c,_0x121d9e,_0x29cd7b,_0x412405){return _0x21b581(_0x40db0c-_0x133e35._0x31d71c,_0x121d9e-_0x133e35._0x57b0e3,_0x29cd7b,_0x121d9e- -_0x133e35._0x4cbb2f);}if(!_0xcf5d64)return null;return deviceStore[_0x3cf14d(0x20c,_0x3e474d._0xff2bad,0x22b,0x206)](_0x37e3d4),userCodeToDevice[_0x3cf14d(_0x3e474d._0x2a78fd,_0x3e474d._0x8d0764,_0x3e474d._0x204d08,_0x3e474d._0x33c10e)](_0xcf5d64[_0x3b68f3(-0x204,-0x1fc,-0x218,-0x1e2)]),_0xcf5d64;}export function getDeviceFlowConstants(){const _0x1acdc2={_0x2064ec:0x11a,_0x228996:0x137,_0x38a6e2:0x13a,_0x5af5b0:0x152,_0x1fa56d:0x374,_0x271371:0x3a4,_0x530b0c:0x146,_0xb715da:0x15f,_0x30ea11:0x11c,_0x2d314a:0x12a},_0x56bf57={_0x4bedc1:0x1f},_0x1b2102={_0xb36706:0x3a,_0xd6c65b:0x31},_0x406bd2={};_0x406bd2[_0x351503(_0x1acdc2._0x2064ec,_0x1acdc2._0x228996,_0x1acdc2._0x38a6e2,_0x1acdc2._0x5af5b0)]=function(_0x5b0e9c,_0x307680){return _0x5b0e9c/_0x307680;};function _0x351503(_0x3afe03,_0x3b8470,_0x34d282,_0x3537d3){return _0x5f1252(_0x3afe03-_0x1b2102._0xb36706,_0x34d282,_0x34d282-_0x1b2102._0xd6c65b,_0x3b8470-0x341);}_0x406bd2[_0x10dd6d(0x394,0x392,_0x1acdc2._0x1fa56d,_0x1acdc2._0x271371)]=function(_0x474e4e,_0x3c3a75){return _0x474e4e/_0x3c3a75;};function _0x10dd6d(_0x61407d,_0x5d13ed,_0x21fee6,_0x173f14){return _0x21b581(_0x61407d-_0x56bf57._0x4bedc1,_0x5d13ed-0x1ea,_0x21fee6,_0x5d13ed-0x5);}const _0x43538d=_0x406bd2;return{'expiresIn':Math[_0x351503(0x12c,_0x1acdc2._0x530b0c,_0x1acdc2._0xb715da,0x152)](_0x43538d[_0x351503(0x119,0x137,_0x1acdc2._0x30ea11,0x14e)](DEVICE_TTL_MS,-0x519*0x2+0xa7b*-0x2+0x2310)),'interval':Math['floor'](_0x43538d[_0x351503(0x132,_0x1acdc2._0x2d314a,0x13b,0x120)](POLL_INTERVAL_MS,-0x18f1*0x1+0x4*0x31e+0x1061))};}export function resetDeviceFlowStore(){const _0xba1b5d={_0x5ce1de:0x1be,_0x4fc0f4:0x1d3,_0x8725f9:0x1bb,_0x2b7f2e:0x2c,_0x4a2378:0x15,_0x5b1360:0x18,_0x390904:0x30,_0x1ea557:0x1c2,_0x15ca96:0x182,_0x599218:0x1a4,_0x2c51b5:0x1b9,_0x13c469:0x1a9,_0x2db2e8:0x19f,_0x53941d:0x1c1,_0x25a456:0x1c1},_0x3b2798={_0x4917d9:0x14a},_0x2a03de={_0x461d37:0x65,_0x29937c:0x14c,_0x5fea0c:0x21d},_0x106eaa={};_0x106eaa[_0x20574f(_0xba1b5d._0x5ce1de,0x1cb,_0xba1b5d._0x4fc0f4,_0xba1b5d._0x8725f9)]=_0x42e709(-_0xba1b5d._0x2b7f2e,-_0xba1b5d._0x4a2378,-_0xba1b5d._0x5b1360,-_0xba1b5d._0x390904)+_0x20574f(0x1bc,_0xba1b5d._0x1ea557,0x1c4,0x1d1)+_0x20574f(0x193,_0xba1b5d._0x15ca96,_0xba1b5d._0x15ca96,_0xba1b5d._0x599218);function _0x42e709(_0x39b0d0,_0x14df3c,_0x18a00c,_0x537356){return _0x5f1252(_0x39b0d0-_0x2a03de._0x461d37,_0x39b0d0,_0x18a00c-_0x2a03de._0x29937c,_0x18a00c-_0x2a03de._0x5fea0c);}const _0x586885=_0x106eaa;deviceStore[_0x42e709(-0x6,0xa,0x15,0x19)]();function _0x20574f(_0x49452a,_0xb6a7e2,_0x383d8d,_0x33bdb6){return _0x21b581(_0x49452a-0x1aa,_0xb6a7e2-_0x3b2798._0x4917d9,_0x49452a,_0x33bdb6- -0x1db);}userCodeToDevice[_0x20574f(0x1de,_0xba1b5d._0x2c51b5,_0xba1b5d._0x13c469,0x1c1)](),stateToDevice[_0x20574f(_0xba1b5d._0x2c51b5,0x1d3,_0xba1b5d._0x2db2e8,_0xba1b5d._0x53941d)](),logger['debug'](_0x586885[_0x20574f(_0xba1b5d._0x25a456,0x1b3,0x1b9,0x1bb)]);}
|
|
1
|
+
(function(_0x1d8355,_0x58a818){const _0x1ce144={_0x23cbf7:0x2c0,_0x1594fa:0x8d,_0x3e1ac1:0x87,_0xaeda9b:0x86,_0x46e961:0x2f4,_0x4af9ca:0x301,_0x245d71:0x2db,_0xf848fc:0x2cf,_0x17b534:0x2ed,_0x25b5f5:0x98,_0x31b194:0x95,_0x2b1309:0x9e,_0x23ace1:0x9a,_0x29ea58:0x2b6,_0x365327:0x2a3,_0x364e05:0x2cf,_0x23cea3:0x2a4,_0x2f3c5d:0x2e3},_0x4d4779={_0x248d65:0x3c2},_0x4080c5={_0x399fdc:0x65};function _0x316196(_0x53e314,_0x5868d7,_0x30828a,_0x329034){return _0x2f6d(_0x329034- -_0x4080c5._0x399fdc,_0x5868d7);}function _0x3e45d4(_0x514930,_0x3ed8cb,_0x297347,_0x5c891d){return _0x2f6d(_0x514930- -_0x4d4779._0x248d65,_0x297347);}const _0x59c22f=_0x1d8355();while(!![]){try{const _0x348729=-parseInt(_0x3e45d4(-0x2d8,-_0x1ce144._0x23cbf7,-0x2bf,-0x2da))/(0x3f5*-0x1+-0x18f5+0x1ceb)+parseInt(_0x316196(0x85,_0x1ce144._0x1594fa,_0x1ce144._0x3e1ac1,_0x1ce144._0xaeda9b))/(0xe*-0x107+-0x1*-0xda3+0xc1)*(-parseInt(_0x3e45d4(-0x2eb,-0x2d7,-_0x1ce144._0x46e961,-_0x1ce144._0x4af9ca))/(-0x1*-0x159b+-0x5*-0x356+-0x2646))+parseInt(_0x3e45d4(-0x2cf,-_0x1ce144._0x245d71,-0x2ee,-0x2b5))/(-0x24c0+0x22f+0x2295)*(parseInt(_0x3e45d4(-0x2cc,-0x2e5,-0x2d4,-0x2eb))/(0x243f+-0x1311+-0xbf*0x17))+-parseInt(_0x3e45d4(-0x2d2,-0x2ef,-_0x1ce144._0xf848fc,-_0x1ce144._0x17b534))/(-0x915+-0xc66+0x1581)+-parseInt(_0x316196(0xa8,0x8a,_0x1ce144._0x25b5f5,0xa8))/(-0x1fc1+0x16*-0xaf+-0x39a*-0xd)*(parseInt(_0x316196(_0x1ce144._0x31b194,_0x1ce144._0x2b1309,_0x1ce144._0x23ace1,0x99))/(0x4*-0x1ca+0x31*-0xbc+-0x399*-0xc))+-parseInt(_0x3e45d4(-_0x1ce144._0x29ea58,-_0x1ce144._0x365327,-_0x1ce144._0x364e05,-_0x1ce144._0x23cea3))/(-0xa41+0x1*-0x2459+0x2ea3)+parseInt(_0x3e45d4(-_0x1ce144._0x2f3c5d,-0x2cd,-0x2e3,-0x2fa))/(-0x66f+-0x262c+0x2ca5);if(_0x348729===_0x58a818)break;else _0x59c22f['push'](_0x59c22f['shift']());}catch(_0x47aa3c){_0x59c22f['push'](_0x59c22f['shift']());}}}(_0x4f38,-0x7855c+0x8666a+-0x2779d*-0x3));import _0x424576 from'crypto';import{logger}from'./logger.js';const DEVICE_TTL_MS=(0x25*0x8f+-0x6b4+-0xded)*(-0x9cd*0x2+0x23*-0xdf+-0xd*-0x3df)*(-0x1*-0x1d1e+-0x1692+-0x2a4),POLL_INTERVAL_MS=(0x125*-0xa+-0x10a3+-0xe0c*-0x2)*(0x21f1+0x1bd9*-0x1+-0x230),CODE_CHARS=_0x53046a(0xc,0x6,0x28,0x16)+_0x53046a(0x1e,0x36,0x34,0x2a)+'WXYZ234567'+'89',USER_CODE_LENGTH=0x1866*-0x1+-0x572+0x1de0,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function randomUserCode(){const _0xe5a7cf={_0x471540:0x14e,_0x3e0f34:0x135,_0x291666:0x13f,_0x557a33:0x155,_0x36d536:0x145,_0x21ccef:0x1f9},_0x1f8c81={_0x57e30e:0x63},_0x17af6b={_0x16a3dc:0x145,_0x2177c0:0xdb,_0x450f93:0x188},_0x450379={};function _0x69d6f4(_0x1e9e5a,_0x46955b,_0x19e12c,_0x2db52f){return _0x53046a(_0x46955b- -_0x17af6b._0x16a3dc,_0x46955b-_0x17af6b._0x2177c0,_0x1e9e5a,_0x2db52f-_0x17af6b._0x450f93);}_0x450379[_0x69d6f4(-_0xe5a7cf._0x471540,-0x135,-_0xe5a7cf._0x3e0f34,-_0xe5a7cf._0x291666)]=function(_0x3e4ab8,_0x2feca2){return _0x3e4ab8<_0x2feca2;};const _0x8a2718=_0x450379;let _0x449650='';function _0x32591e(_0x236151,_0x5d0cc0,_0x2d278,_0x5ce908){return _0x53046a(_0x2d278- -0x212,_0x5d0cc0-_0x1f8c81._0x57e30e,_0x5d0cc0,_0x5ce908-0x9e);}for(let _0xef5514=-0x50d+0x2*0x115a+-0x1da7;_0x8a2718['ykhkG'](_0xef5514,USER_CODE_LENGTH);_0xef5514+=-0xb3+0x1*-0x1ab7+0x1b6b){const _0x2011eb=_0x424576[_0x69d6f4(-_0xe5a7cf._0x557a33,-_0xe5a7cf._0x36d536,-0x14b,-0x158)](0x26b+-0x16dc+0x1471*0x1,CODE_CHARS['length']);_0x449650+=CODE_CHARS[_0x2011eb];}return _0x449650[_0x32591e(-0x1f3,-0x212,-0x1f6,-_0xe5a7cf._0x21ccef)](-0x1c7*-0x7+-0x11b0+0x11*0x4f,0x27*0x1+-0x747+0x1*0x724)+'-'+_0x449650[_0x69d6f4(-0x10e,-0x129,-0x10f,-0x13c)](0x1974+0x15ea+0x1a2*-0x1d);}function _0x2f6d(_0x27f7dd,_0xdb4b50){_0x27f7dd=_0x27f7dd-(-0x1*0xcbc+-0x21c1*0x1+-0x17a5*-0x2);const _0x23c253=_0x4f38();let _0x7cd855=_0x23c253[_0x27f7dd];if(_0x2f6d['zqBkAg']===undefined){var _0x559693=function(_0x251671){const _0x139aa7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5cb289='',_0x110fcb='';for(let _0x53afc8=0x5ab*0x2+-0x8b*-0x1d+-0x1b15,_0xac8e7f,_0x36eee3,_0x1e95aa=-0xc75*0x1+0x2*0x5ce+0x7*0x1f;_0x36eee3=_0x251671['charAt'](_0x1e95aa++);~_0x36eee3&&(_0xac8e7f=_0x53afc8%(0x54*0x33+-0x1*0xc5b+-0x1*0x45d)?_0xac8e7f*(-0x198*-0x11+0x11ab+-0x2c83)+_0x36eee3:_0x36eee3,_0x53afc8++%(-0x2240+0x1746+0x1*0xafe))?_0x5cb289+=String['fromCharCode'](-0x1ede+-0x2*-0x439+0x176b&_0xac8e7f>>(-(-0x296*-0xe+0x1a97+0x1*-0x3ec9)*_0x53afc8&-0x78b+0x2278+0x1*-0x1ae7)):0x1*-0xa97+0x1*-0x10d+0xba4){_0x36eee3=_0x139aa7['indexOf'](_0x36eee3);}for(let _0xdd1a10=-0x18df+0x2*-0x1070+0x39bf*0x1,_0x2666b3=_0x5cb289['length'];_0xdd1a10<_0x2666b3;_0xdd1a10++){_0x110fcb+='%'+('00'+_0x5cb289['charCodeAt'](_0xdd1a10)['toString'](-0x574+0x2320+-0x1d9c))['slice'](-(-0xcea+-0xad9+0x17c5));}return decodeURIComponent(_0x110fcb);};_0x2f6d['ynJJlE']=_0x559693,_0x2f6d['nENJbn']={},_0x2f6d['zqBkAg']=!![];}const _0xfba0e4=_0x23c253[-0xb12+0x1*0x19da+-0xec8],_0xb317b7=_0x27f7dd+_0xfba0e4,_0x28a897=_0x2f6d['nENJbn'][_0xb317b7];return!_0x28a897?(_0x7cd855=_0x2f6d['ynJJlE'](_0x7cd855),_0x2f6d['nENJbn'][_0xb317b7]=_0x7cd855):_0x7cd855=_0x28a897,_0x7cd855;}function isExpired(_0x14be08){const _0x1e4eaf={_0x2b3656:0x325,_0x2f169b:0x322,_0x4a7a04:0x316,_0x45cf41:0x313,_0x5ce5ad:0x309,_0x1c531e:0x284,_0x10660a:0x267,_0x25b66f:0x265,_0x3c437c:0x295},_0x1c5850={_0x592cb0:0x12},_0x307607={_0x5044ea:0x2ff,_0x201974:0x169,_0x1a6b89:0x173};function _0x2fc8f9(_0x5e0afc,_0x2e259a,_0x47c5b4,_0x4256e2){return _0x53046a(_0x4256e2-_0x307607._0x5044ea,_0x2e259a-_0x307607._0x201974,_0x5e0afc,_0x4256e2-_0x307607._0x1a6b89);}const _0x253c06={};_0x253c06[_0x2fc8f9(0x2e8,_0x1e4eaf._0x2b3656,_0x1e4eaf._0x2f169b,0x309)]=function(_0x50529b,_0x485adc){return _0x50529b>_0x485adc;};function _0x44fdc0(_0x7ec13,_0x5c5e82,_0x1b62e8,_0x406d38){return _0x317ab0(_0x7ec13-0x30,_0x5c5e82-0x128,_0x5c5e82,_0x7ec13-_0x1c5850._0x592cb0);}const _0x34d919=_0x253c06;return _0x34d919[_0x2fc8f9(_0x1e4eaf._0x4a7a04,_0x1e4eaf._0x45cf41,0x2f9,_0x1e4eaf._0x5ce5ad)](Date[_0x44fdc0(_0x1e4eaf._0x1c531e,0x28e,_0x1e4eaf._0x10660a,_0x1e4eaf._0x25b66f)](),_0x14be08[_0x44fdc0(_0x1e4eaf._0x3c437c,0x2ae,0x28c,0x2b4)]);}function cleanupExpired(){const _0x4612ca={_0x489171:0x365,_0xf73512:0x345,_0x330626:0x35f,_0x100b84:0x325,_0x3b1b26:0x2a8,_0x2c6cb3:0x2a0,_0x4c9227:0x2a9,_0x44b60d:0x2d3,_0x43836a:0x2ab,_0x13ba88:0x2c1,_0xccde78:0x352,_0x3d33bd:0x2e1,_0x18de76:0x2a6,_0x29d8dc:0x2a8,_0x3ee35b:0x359,_0x30290f:0x344,_0x456820:0x361,_0xd7400d:0x379,_0x2fa812:0x387,_0x364a0a:0x363,_0x52974c:0x35b,_0x3043e3:0x35b,_0x2a01cd:0x368,_0x5b254d:0x342,_0x1666fb:0x376},_0x36b1ae={_0x281c48:0xe6},_0xd08e11={_0x49d457:0x2d2,_0x30edbb:0x92,_0x4d7bef:0x12c},_0x552c04={};_0x552c04[_0x3bce8d(_0x4612ca._0x489171,_0x4612ca._0xf73512,_0x4612ca._0x330626,_0x4612ca._0x100b84)]=function(_0x4d58b4,_0x4e4f67){return _0x4d58b4>_0x4e4f67;};function _0x259b97(_0x29d734,_0x558111,_0xb9f4e6,_0x5b8eb4){return _0x53046a(_0x5b8eb4- -_0xd08e11._0x49d457,_0x558111-_0xd08e11._0x30edbb,_0xb9f4e6,_0x5b8eb4-_0xd08e11._0x4d7bef);}_0x552c04['nCYKc']=function(_0x35a8ad,_0x26c13a){return _0x35a8ad===_0x26c13a;},_0x552c04[_0x259b97(-0x2ac,-0x292,-0x286,-_0x4612ca._0x3b1b26)]=_0x259b97(-_0x4612ca._0x2c6cb3,-0x2bc,-0x28f,-_0x4612ca._0x4c9227);const _0xaf871d=_0x552c04;function _0x3bce8d(_0x1df5c4,_0x51f306,_0x171b58,_0x553a6f){return _0x317ab0(_0x1df5c4-0x1f2,_0x51f306-0x92,_0x1df5c4,_0x51f306-_0x36b1ae._0x281c48);}const _0x14de5a=Date[_0x259b97(-_0x4612ca._0x44b60d,-0x2a0,-_0x4612ca._0x43836a,-_0x4612ca._0x13ba88)]();for(const [_0x1cba06,_0x491d05]of deviceStore[_0x3bce8d(_0x4612ca._0xccde78,0x361,0x380,0x35e)]()){if(_0xaf871d['hKYws'](_0x14de5a,_0x491d05['expiresAt'])){if(_0xaf871d[_0x259b97(-0x2db,-0x2d4,-0x300,-_0x4612ca._0x3d33bd)](_0xaf871d[_0x259b97(-0x2a5,-_0x4612ca._0x18de76,-0x28c,-_0x4612ca._0x29d8dc)],'aYBPz'))deviceStore[_0x3bce8d(0x36f,_0x4612ca._0x3ee35b,0x355,_0x4612ca._0x30290f)](_0x1cba06),userCodeToDevice['delete'](_0x491d05['userCode']);else{const _0x593982=_0x2630e2['get'](_0x5439bc);if(!_0x593982||_0x489415(_0x593982))return null;return _0x593982;}}}for(const [_0x1e8f46,_0x41ad42]of stateToDevice[_0x3bce8d(0x382,_0x4612ca._0x456820,_0x4612ca._0xd7400d,0x36b)]()){const _0x54e9ae=deviceStore[_0x3bce8d(0x37b,0x373,0x387,_0x4612ca._0x2fa812)](_0x41ad42);(!_0x54e9ae||_0xaf871d[_0x3bce8d(0x364,_0x4612ca._0xf73512,_0x4612ca._0x364a0a,_0x4612ca._0x52974c)](_0x14de5a,_0x54e9ae[_0x3bce8d(_0x4612ca._0x3043e3,0x369,0x385,0x360)]))&&stateToDevice[_0x3bce8d(_0x4612ca._0x2a01cd,0x359,_0x4612ca._0x5b254d,_0x4612ca._0x1666fb)](_0x1e8f46);}}const cleanupInterval=setInterval(cleanupExpired,(-0x24c5+0x137c+0x1185)*(-0x776+0x2*0x65f+-0x160));cleanupInterval['unref']();export function createDeviceFlow(){const _0x57661e={_0x21aeb5:0x3e1,_0xb6e14:0x3cd,_0x3e758:0x3e4,_0x4a4431:0x3e8,_0x4f9aa2:0x3db,_0x58e73c:0x3c9,_0x533a9d:0x398,_0x52cff1:0x4b0,_0x1a6be2:0x4b5,_0x3cf48d:0x4a9,_0x3cff8d:0x3e6,_0x71c9c6:0x4bd,_0x14d4f7:0x4a2,_0x2534e4:0x4f4,_0xdf4b05:0x4c2,_0x135eda:0x3c3,_0x370fe2:0x3e1,_0x5883de:0x4d5,_0x1fd11e:0x4da,_0x7a3994:0x3cd,_0x72356d:0x3f3,_0x34f651:0x3d6,_0x5d51dc:0x4f0,_0x59cfa9:0x4d1},_0x26a56d={_0x3f25c0:0x4b4,_0x564a15:0x17a,_0x283a13:0x127},_0x4d78b2={'bkMFc':function(_0xae2928){return _0xae2928();},'ZycWa':function(_0x1be77b,_0x4fb615){return _0x1be77b+_0x4fb615;},'HPguZ':function(_0x5b86ce,_0x3429d2){return _0x5b86ce/_0x3429d2;},'OWLja':function(_0x3c2a4c,_0x4e102d){return _0x3c2a4c/_0x4e102d;}};function _0x2008b2(_0x416ce8,_0x848361,_0x1c1d45,_0x51cbb7){return _0x53046a(_0x51cbb7-0x3bb,_0x848361-0x73,_0x416ce8,_0x51cbb7-0xa0);}let _0x48ba0b=_0x4d78b2[_0x2008b2(0x3c6,_0x57661e._0x21aeb5,0x3c5,0x3db)](randomUserCode);while(userCodeToDevice[_0x2008b2(0x394,_0x57661e._0xb6e14,0x3b4,0x3ad)](_0x48ba0b)){_0x48ba0b=_0x4d78b2[_0x2008b2(0x3e4,_0x57661e._0x3e758,_0x57661e._0x4a4431,_0x57661e._0x4f9aa2)](randomUserCode);}const _0xcf2870=_0x424576[_0x2008b2(0x3d3,_0x57661e._0x58e73c,_0x57661e._0x533a9d,0x3b6)+'s'](-0x1471+-0x1a89*0x1+0x2f1a*0x1)['toString'](_0x3c02a2(0x499,_0x57661e._0x52cff1,_0x57661e._0x1a6be2,_0x57661e._0x3cf48d)),_0x4b0af2=Date[_0x2008b2(0x3ab,0x3c0,_0x57661e._0x3cff8d,0x3cc)](),_0x398fc9={'deviceCode':_0xcf2870,'userCode':_0x48ba0b,'createdAt':_0x4b0af2,'expiresAt':_0x4d78b2[_0x3c02a2(0x49d,_0x57661e._0x71c9c6,0x4cf,_0x57661e._0x14d4f7)](_0x4b0af2,DEVICE_TTL_MS),'status':_0x3c02a2(_0x57661e._0x2534e4,0x4d7,0x4dd,_0x57661e._0xdf4b05),'apiKey':null,'user':null};deviceStore[_0x2008b2(0x3e3,0x3c8,_0x57661e._0x135eda,_0x57661e._0x370fe2)](_0xcf2870,_0x398fc9);function _0x3c02a2(_0x428fb1,_0x40612e,_0x29ae1a,_0x58b3ee){return _0x53046a(_0x40612e-_0x26a56d._0x3f25c0,_0x40612e-_0x26a56d._0x564a15,_0x29ae1a,_0x58b3ee-_0x26a56d._0x283a13);}return userCodeToDevice[_0x3c02a2(_0x57661e._0x5883de,_0x57661e._0x1fd11e,0x4d1,0x4cc)](_0x48ba0b,_0xcf2870),{'deviceCode':_0xcf2870,'userCode':_0x48ba0b,'expiresIn':Math['floor'](_0x4d78b2[_0x2008b2(_0x57661e._0x7a3994,0x3bc,_0x57661e._0x72356d,_0x57661e._0x34f651)](DEVICE_TTL_MS,0xf0b*0x1+0x67c*0x2+0x231*-0xb)),'interval':Math['floor'](_0x4d78b2[_0x3c02a2(_0x57661e._0x5d51dc,_0x57661e._0x59cfa9,0x4d4,0x4d3)](POLL_INTERVAL_MS,0xdb+-0xa9f*0x3+-0x29*-0xda))};}export function getDeviceFlow(_0x5d7cc6){const _0x124256={_0x4909f8:0x12a,_0x8eac8e:0x139,_0x251ee9:0xfa,_0x5b8489:0xcf,_0x21459d:0xda},_0xbeb7e5={_0x5a3487:0x72},_0x818bd={_0x294df5:0xf2,_0x72e9b6:0x18b};function _0x23d7f9(_0x132f1f,_0x36fc91,_0xd81f3b,_0x4cc96b){return _0x53046a(_0x36fc91-_0x818bd._0x294df5,_0x36fc91-_0x818bd._0x72e9b6,_0x4cc96b,_0x4cc96b-0x114);}const _0x477e56={'fORRO':function(_0x22c077,_0x51c9bb){return _0x22c077(_0x51c9bb);}},_0x21a9b4=deviceStore[_0x23d7f9(0x133,0x11e,_0x124256._0x4909f8,_0x124256._0x8eac8e)](_0x5d7cc6);function _0x213bf0(_0x201672,_0x5547ab,_0x4222fd,_0x412685){return _0x317ab0(_0x201672-_0xbeb7e5._0x5a3487,_0x5547ab-0x39,_0x5547ab,_0x4222fd- -0x87);}if(!_0x21a9b4||_0x477e56[_0x23d7f9(_0x124256._0x251ee9,0xeb,_0x124256._0x5b8489,_0x124256._0x21459d)](isExpired,_0x21a9b4))return null;return _0x21a9b4;}export function getDeviceFlowByUserCode(_0x2ad2e9){const _0x24bd51={_0x52830d:0x193,_0x2b5419:0x2cc},_0x41b802={'zexEU':function(_0x346d23,_0x6acc46){return _0x346d23(_0x6acc46);}};function _0x3242f3(_0xe6cfc7,_0x25332d,_0x175ae1,_0x4a36da){return _0x53046a(_0x4a36da- -0x1bf,_0x25332d-0x1b0,_0x25332d,_0x4a36da-0x1ca);}function _0x2d42ad(_0xeaed40,_0x4d2c1a,_0x259d06,_0x530950){return _0x317ab0(_0xeaed40-0x6f,_0x4d2c1a-0x94,_0x530950,_0x4d2c1a-0x2b);}const _0x2b684c=userCodeToDevice[_0x3242f3(-0x18e,-0x1a3,-0x1a0,-_0x24bd51._0x52830d)](_0x2ad2e9);if(!_0x2b684c)return null;return _0x41b802[_0x2d42ad(0x291,0x2ab,_0x24bd51._0x2b5419,0x2a2)](getDeviceFlow,_0x2b684c);}function _0x53046a(_0x375520,_0x29ea49,_0x96b18a,_0x5a8450){return _0x2f6d(_0x375520- -0xdd,_0x96b18a);}function _0x4f38(){const _0x4b4c36=['EMv4rvu','yMTnrMm','mZeZotuWneXNBMvhDa','zxHWAxjLC0f0','CgvUzgLUzW','yxbWCM92zwq','zsbMBg93ihn0BW','C2v0','zxHWAxjLza','BuDdq0u','yvLcuhO','ywnWrfO','yxbPs2v5','z2v0','qvnVDvq','DxnLCG','nta3nJu0sgHvCK9W','mtrvu2vKvha','zgTtyui','zM5kwge','seXrt3G','BKnzs2m','AgfZ','qLnxrNG','r3vIr3a','sezPC3e','ywTNt1m','wLzjD1y','zMXVB3i','zK9suK8','nJu5ntqXvfH4Cu1H','CMfUzg9TqNL0zq','Agv4','DxnLCKnVzgu','AeTzD3m','qMjhDMe','CMfUzg9Tsw50','q2HsCgC','mJu2nZqWntbOrhrbque','sfjlCKS','yMjxtfm','y2XLyxi','C3rHDhvZ','uwLlt20','rfnwwue','wNLJv2e','q2zuuxy','vfDzEhy','qujdrevgr0HksW','ntu5mdeWBuH3C0HQ','mKHYrNvdwG','zNrzAgS','EwTOA0C','BM93','zgvSzxrL','ntm4nteYnNrSCwHKqW','CMuGCMvZzxq','zgvIDwC','ntq3nZjjywTTwgW','DezKsMC','DerPALG','mtGWDNHVvNzM','zw50CMLLCW','sfbNDvO','C2XPy2u','t1DmAMe','te1ouffsu1rvvG'];_0x4f38=function(){return _0x4b4c36;};return _0x4f38();}export function linkOidcStateToDevice(_0x484af2,_0x406429){const _0x4c8e8a={_0x11e04e:0x15c,_0x25c945:0x145,_0x5b3484:0x16d},_0x2537f4={_0x351377:0x11b},_0x320a1e=getDeviceFlow(_0x406429);if(!_0x320a1e)return![];stateToDevice[_0xee7760(0x175,_0x4c8e8a._0x11e04e,_0x4c8e8a._0x25c945,_0x4c8e8a._0x5b3484)](_0x484af2,_0x406429);function _0xee7760(_0x505a8d,_0x334636,_0x4ce85b,_0x54afd6){return _0x53046a(_0x334636-0x136,_0x334636-_0x2537f4._0x351377,_0x4ce85b,_0x54afd6-0x109);}return!![];}export function consumeDeviceForState(_0x47d383){const _0xbde8d={_0x2d189a:0x242},_0x4a8667={_0x486e7a:0x7b},_0x1eb109={'sCQFR':function(_0x21de75,_0x596ccc){return _0x21de75(_0x596ccc);}},_0x189168=stateToDevice[_0x464f03(-0x216,-0x225,-_0xbde8d._0x2d189a,-0x22a)](_0x47d383);if(!_0x189168)return null;function _0x464f03(_0xcac993,_0x5d1924,_0x1baebc,_0x36b26f){return _0x53046a(_0x36b26f- -0x256,_0x5d1924-_0x4a8667._0x486e7a,_0x5d1924,_0x36b26f-0x11d);}return stateToDevice['delete'](_0x47d383),_0x1eb109['sCQFR'](getDeviceFlow,_0x189168);}export function approveDeviceFlow(_0x318497,_0x4e3f62,_0x31147f){const _0xbf76aa={_0x197049:0x363,_0x456423:0x35f,_0x260265:0x350,_0x4dee21:0x267,_0x3e8d11:0x366,_0x9580a4:0x34e,_0x2db82b:0x359,_0xe79abf:0x322,_0x34ac87:0x339,_0x225adf:0x32b,_0x45de50:0x224,_0x4eb7a5:0x236,_0x391717:0x236,_0x159db7:0x333,_0x5f2f36:0x34a,_0x4a5041:0x32a,_0x1974d1:0x332,_0x50888f:0x266,_0xd57baf:0x273,_0x15f4dc:0x256,_0x565259:0x23d,_0x3b8adc:0x243,_0x30b0c3:0x247,_0x4f680d:0x235,_0x15793f:0x351,_0x3dd733:0x357,_0x2ab5e8:0x353,_0x2bd02b:0x35a,_0x1148f7:0x35a,_0xb051b5:0x248,_0x65d2f7:0x240,_0x1e39b4:0x25c,_0xa4a5fc:0x285},_0x58b799={_0x439a2f:0xc9,_0x595c54:0x1a2},_0x3e2fcf={_0x43120e:0x242,_0x3d2c4a:0xe0,_0x3f0221:0xdc},_0x49a382={'GubGp':function(_0x34406b,_0x4e5175){return _0x34406b(_0x4e5175);},'ChRpg':'expired','YEDmc':function(_0x50c8d5,_0x300847){return _0x50c8d5===_0x300847;},'BSWFx':_0x55e400(_0xbf76aa._0x197049,_0xbf76aa._0x456423,0x348,_0xbf76aa._0x260265),'DSVYA':_0x34353a(0x263,0x246,0x258,_0xbf76aa._0x4dee21),'BbGva':_0x55e400(_0xbf76aa._0x3e8d11,0x376,_0xbf76aa._0x9580a4,_0xbf76aa._0x2db82b)},_0x4813c0=getDeviceFlow(_0x318497);function _0x34353a(_0x1c62dc,_0x323cca,_0x6261c7,_0x3128c7){return _0x53046a(_0x323cca-_0x3e2fcf._0x43120e,_0x323cca-_0x3e2fcf._0x3d2c4a,_0x6261c7,_0x3128c7-_0x3e2fcf._0x3f0221);}function _0x55e400(_0x38cdc9,_0x13a495,_0x2dce75,_0x39b110){return _0x317ab0(_0x38cdc9-_0x58b799._0x439a2f,_0x13a495-_0x58b799._0x595c54,_0x2dce75,_0x39b110-0xcb);}if(!_0x4813c0){if(_0x49a382[_0x55e400(_0xbf76aa._0xe79abf,_0xbf76aa._0x34ac87,0x341,0x334)]===_0x49a382[_0x55e400(0x30c,0x314,0x311,_0xbf76aa._0x225adf)]){const _0x12f8b2=_0x49a382[_0x34353a(_0xbf76aa._0x45de50,_0xbf76aa._0x4eb7a5,0x22c,_0xbf76aa._0x391717)](_0x2ae4c2,_0x2a778c);if(!_0x12f8b2){const _0x26cf70={};return _0x26cf70[_0x34353a(0x24b,0x248,0x261,0x244)]=_0x49a382[_0x55e400(0x339,_0xbf76aa._0x159db7,0x334,0x32d)],_0x26cf70;}if(_0x49a382['YEDmc'](_0x12f8b2[_0x55e400(0x335,_0xbf76aa._0x5f2f36,_0xbf76aa._0x4a5041,_0xbf76aa._0x1974d1)],_0x34353a(0x24f,_0xbf76aa._0x50888f,_0xbf76aa._0xd57baf,_0xbf76aa._0x15f4dc))&&_0x12f8b2['apiKey']){const _0x41b8ae={};return _0x41b8ae[_0x34353a(_0xbf76aa._0x565259,0x248,0x24c,_0xbf76aa._0x3b8adc)]=_0x49a382[_0x34353a(_0xbf76aa._0x30b0c3,_0xbf76aa._0x4f680d,0x23c,0x227)],_0x41b8ae[_0x55e400(0x33c,_0xbf76aa._0x15793f,0x335,_0xbf76aa._0x3dd733)]=_0x12f8b2['apiKey'],_0x41b8ae[_0x55e400(0x36c,0x356,_0xbf76aa._0x2ab5e8,_0xbf76aa._0x2bd02b)]=_0x12f8b2[_0x55e400(0x36d,0x33b,0x35a,_0xbf76aa._0x1148f7)],_0x41b8ae;}const _0x2b5366={};return _0x2b5366[_0x34353a(0x22f,_0xbf76aa._0xb051b5,0x232,_0xbf76aa._0x65d2f7)]=_0x55e400(0x369,0x358,0x331,0x34f),_0x2b5366;}else return![];}return _0x4813c0[_0x34353a(0x227,0x248,0x258,_0xbf76aa._0x1e39b4)]=_0x49a382['BSWFx'],_0x4813c0['apiKey']=_0x4e3f62,_0x4813c0[_0x34353a(_0xbf76aa._0xa4a5fc,0x270,0x287,0x290)]=_0x31147f,!![];}export function pollDeviceFlow(_0x48f9e9){const _0x53e44b={_0x3ef90d:0x78,_0x529fbd:0x6a,_0x1c0430:0x59,_0x4c411d:0x44,_0x35eb18:0x85,_0x38fa6e:0x66,_0x568381:0x5d,_0x167e64:0x86,_0x2fa613:0x80,_0x40a9ee:0x2d,_0x56ef9e:0x13,_0x1e23bf:0x97,_0xdfc104:0x87,_0x21b3ed:0x68,_0x42c6e7:0x6e,_0x59caa3:0x3a,_0x2d8ee4:0x74,_0x8a37ba:0x47,_0x1e59cb:0x2e,_0x47caf2:0x6,_0x114515:0x59,_0xf916c9:0x6c,_0x397e2c:0x43,_0x46b739:0x67,_0xe84221:0x52,_0x4c996c:0x3c,_0x57af40:0x34,_0x57cccf:0x21,_0x216c90:0x7b,_0x125ad0:0x77},_0x1f23aa={_0x3d7ffb:0x7d,_0x1ee9c5:0x101},_0x17c0ce={_0x5803b3:0x1a6,_0x44cd98:0x25b};function _0x51a093(_0x3c0c4e,_0x499a5e,_0x56ebe6,_0x5426e6){return _0x317ab0(_0x3c0c4e-0x39,_0x499a5e-_0x17c0ce._0x5803b3,_0x5426e6,_0x56ebe6- -_0x17c0ce._0x44cd98);}const _0x3ebb59={'ftYhk':function(_0x55d4f8,_0x2e5ff4){return _0x55d4f8(_0x2e5ff4);},'iSkoq':function(_0x5253e0,_0x4fe457){return _0x5253e0!==_0x4fe457;},'ZVIwV':_0x243934(-0x76,-0x72,-0x8d,-_0x53e44b._0x3ef90d),'akgOS':_0x51a093(0x42,0x3b,0x2d,0x46),'mGCCE':_0x243934(-_0x53e44b._0x529fbd,-0x4b,-_0x53e44b._0x1c0430,-0x43),'YChHp':_0x243934(-_0x53e44b._0x4c411d,-0x73,-0x5a,-0x40)},_0x422374=_0x3ebb59[_0x243934(-0x6c,-_0x53e44b._0x35eb18,-0x6e,-0x8e)](getDeviceFlow,_0x48f9e9);if(!_0x422374){if(_0x3ebb59['iSkoq'](_0x243934(-0x54,-0x53,-_0x53e44b._0x38fa6e,-_0x53e44b._0x568381),_0x3ebb59[_0x243934(-0x9f,-0x97,-_0x53e44b._0x167e64,-_0x53e44b._0x2fa613)])){const _0x2d3c1a={};return _0x2d3c1a[_0x51a093(_0x53e44b._0x40a9ee,-_0x53e44b._0x56ef9e,0xc,0x2c)]=_0x3ebb59[_0x243934(-0x9e,-_0x53e44b._0x1e23bf,-_0x53e44b._0xdfc104,-_0x53e44b._0x21b3ed)],_0x2d3c1a;}else{const _0xc24c9d=_0x3ebb59[_0x243934(-0x7a,-0x55,-_0x53e44b._0x42c6e7,-0x5a)](_0x435854,_0x3d2815);if(!_0xc24c9d)return![];return _0xbdddb1[_0x51a093(_0x53e44b._0x59caa3,0x35,0x2c,0xb)](_0x3bde64,_0x1db0e6),!![];}}if(_0x422374[_0x243934(-_0x53e44b._0x2d8ee4,-0x64,-0x77,-0x92)]===_0x3ebb59[_0x51a093(0x2f,_0x53e44b._0x8a37ba,_0x53e44b._0x1e59cb,0x3c)]&&_0x422374['apiKey']){const _0x15a025={};return _0x15a025[_0x51a093(0x2c,_0x53e44b._0x47caf2,0xc,0x1)]=_0x243934(-_0x53e44b._0x1c0430,-_0x53e44b._0x114515,-_0x53e44b._0x114515,-0x78),_0x15a025[_0x243934(-_0x53e44b._0xf916c9,-_0x53e44b._0x397e2c,-0x52,-0x36)]=_0x422374[_0x243934(-0x35,-_0x53e44b._0x46b739,-_0x53e44b._0xe84221,-_0x53e44b._0x4c996c)],_0x15a025[_0x51a093(0x2d,0x27,_0x53e44b._0x57af40,_0x53e44b._0x57cccf)]=_0x422374['user'],_0x15a025;}const _0x26d0e1={};function _0x243934(_0x4d8a85,_0xb9563f,_0x4629c3,_0x5583a1){return _0x53046a(_0x4629c3- -_0x1f23aa._0x3d7ffb,_0xb9563f-0x152,_0xb9563f,_0x5583a1-_0x1f23aa._0x1ee9c5);}return _0x26d0e1[_0x243934(-0x6d,-_0x53e44b._0x216c90,-_0x53e44b._0x125ad0,-0x6e)]=_0x3ebb59['YChHp'],_0x26d0e1;}function _0x317ab0(_0x4b0cd3,_0xe551b8,_0x26ef24,_0x3564ab){return _0x2f6d(_0x3564ab-0x184,_0x26ef24);}export function consumeDeviceFlow(_0x2b2eed){const _0x2617bf={_0x53988a:0x475,_0x4d1135:0x96,_0x13d888:0x9c,_0x136c97:0x8e,_0x380d4e:0x9e,_0x45ee2e:0xa8,_0x3538c2:0xb8,_0x2b339a:0x72,_0x12d581:0x42e,_0x803e67:0x44f,_0x2e93bb:0x461,_0x5cb8c2:0x8f,_0x548113:0x8e,_0x4edd4a:0x7b,_0x383feb:0xad,_0x15eee1:0x441,_0x24c538:0x43a},_0x2aaced={_0x81bd42:0xc2},_0x2fed10={'fnJXa':function(_0x3fec73,_0x239d27){return _0x3fec73(_0x239d27);},'TWYxv':function(_0x749c16,_0x59dc25){return _0x749c16!==_0x59dc25;},'tDijX':_0x35b721(_0x2617bf._0x53988a,0x469,0x482,0x46e)},_0x3b216b=getDeviceFlow(_0x2b2eed);if(!_0x3b216b){if(_0x2fed10[_0x9334db(-_0x2617bf._0x4d1135,-_0x2617bf._0x13d888,-0x96,-_0x2617bf._0x136c97)](_0x9334db(-_0x2617bf._0x380d4e,-_0x2617bf._0x45ee2e,-_0x2617bf._0x3538c2,-0x9b),_0x2fed10[_0x9334db(-0x89,-0x80,-0x6b,-_0x2617bf._0x2b339a)]))return null;else{const _0x4b9c3b=_0x599e87['get'](_0x417cdd);if(!_0x4b9c3b)return null;return _0x12af8a[_0x35b721(0x46e,0x446,_0x2617bf._0x12d581,_0x2617bf._0x803e67)](_0x4f729d),_0x2fed10[_0x35b721(0x47d,0x452,_0x2617bf._0x2e93bb,0x46f)](_0x1bac2f,_0x4b9c3b);}}deviceStore[_0x9334db(-_0x2617bf._0x5cb8c2,-_0x2617bf._0x548113,-_0x2617bf._0x4edd4a,-_0x2617bf._0x383feb)](_0x2b2eed);function _0x9334db(_0x1237d1,_0x3f66a5,_0x4abd28,_0x1e4636){return _0x53046a(_0x1237d1- -0xa1,_0x3f66a5-0x2d,_0x4abd28,_0x1e4636-_0x2aaced._0x81bd42);}userCodeToDevice[_0x9334db(-0x8f,-0xa2,-0xaa,-0x98)](_0x3b216b[_0x35b721(0x435,0x428,_0x2617bf._0x15eee1,_0x2617bf._0x24c538)]);function _0x35b721(_0x30ed65,_0xa96065,_0x5f087e,_0x5090d0){return _0x53046a(_0x5090d0-0x43d,_0xa96065-0x1c0,_0x5f087e,_0x5090d0-0x38);}return _0x3b216b;}export function getDeviceFlowConstants(){const _0x3a8e43={_0x91d769:0xc0,_0x557b15:0xa2,_0x1d44dc:0xbb,_0x4740ca:0x9c,_0xd46a7a:0x234,_0x5bb004:0x251,_0x1e0275:0x227,_0x555aef:0x22a},_0x14a978={_0x156a8f:0x154},_0x42746c={_0x43384c:0x173,_0x44f403:0x1a2},_0x2a9eff={};_0x2a9eff[_0x422a27(0x9b,0x9f,0xab,_0x3a8e43._0x91d769)]=function(_0x13a4e2,_0x241680){return _0x13a4e2/_0x241680;};function _0x15e3e5(_0x1f4e3a,_0x790787,_0x4274c6,_0x9fb27f){return _0x53046a(_0x1f4e3a-0x22d,_0x790787-_0x42746c._0x43384c,_0x4274c6,_0x9fb27f-_0x42746c._0x44f403);}function _0x422a27(_0x1712cf,_0x2c56e5,_0x470564,_0x260df5){return _0x53046a(_0x470564-0xa4,_0x2c56e5-_0x14a978._0x156a8f,_0x260df5,_0x260df5-0xb0);}const _0x4faa7d=_0x2a9eff;return{'expiresIn':Math[_0x422a27(0x7f,0xad,0x9c,_0x3a8e43._0x557b15)](DEVICE_TTL_MS/(-0x92e+0x1d*0x25+-0xb*-0xcf)),'interval':Math[_0x422a27(_0x3a8e43._0x1d44dc,0xbb,_0x3a8e43._0x4740ca,0xb8)](_0x4faa7d[_0x15e3e5(_0x3a8e43._0xd46a7a,_0x3a8e43._0x5bb004,_0x3a8e43._0x1e0275,_0x3a8e43._0x555aef)](POLL_INTERVAL_MS,-0xe35*-0x1+-0x7*-0x203+-0x2*0xc31))};}export function resetDeviceFlowStore(){const _0xfe6bbd={_0x2fa1bf:0x1b3,_0x3d14a3:0x197,_0x5f58ed:0x1a6,_0x3de49f:0x1b4,_0x59509e:0x1e0,_0x15dd35:0x1d6,_0x12ca4e:0x1de,_0x38a0b8:0x1c1,_0xcb5874:0x1c5,_0x39d019:0x128,_0x58e830:0x1a8,_0x4b4cc8:0x1ba,_0x1e94ff:0x1b6,_0x1b9653:0x198,_0x476804:0x135,_0x56c629:0x155,_0x425117:0x1a1,_0x433426:0x1bf},_0x19ac47={_0x531d8a:0x32,_0x19cfbb:0x1e5},_0xe3efee={};_0xe3efee[_0x5e28ee(_0xfe6bbd._0x2fa1bf,_0xfe6bbd._0x3d14a3,_0xfe6bbd._0x5f58ed,_0xfe6bbd._0x3de49f)]='OIDC\x20devic'+_0x5e28ee(_0xfe6bbd._0x59509e,0x1b5,_0xfe6bbd._0x15dd35,_0xfe6bbd._0x12ca4e)+_0x5e28ee(_0xfe6bbd._0x38a0b8,0x1d9,_0xfe6bbd._0xcb5874,0x1b9);const _0x496ee7=_0xe3efee;function _0x5e4054(_0x4e67cc,_0x2b9eec,_0x484e1e,_0x2f65a6){return _0x53046a(_0x2b9eec-0x120,_0x2b9eec-0x8f,_0x2f65a6,_0x2f65a6-0x176);}deviceStore['clear'](),userCodeToDevice[_0x5e4054(0x110,0x125,_0xfe6bbd._0x39d019,0x145)](),stateToDevice[_0x5e28ee(_0xfe6bbd._0x58e830,_0xfe6bbd._0x4b4cc8,_0xfe6bbd._0x1e94ff,_0xfe6bbd._0x1b9653)]();function _0x5e28ee(_0x4694d9,_0x36ef4c,_0x29c1f5,_0x283dcc){return _0x317ab0(_0x4694d9-_0x19ac47._0x531d8a,_0x36ef4c-_0x19ac47._0x19cfbb,_0x283dcc,_0x29c1f5- -0xb0);}logger[_0x5e4054(0x147,_0xfe6bbd._0x476804,0x11a,_0xfe6bbd._0x56c629)](_0x496ee7[_0x5e28ee(0x190,_0xfe6bbd._0x425117,_0xfe6bbd._0x5f58ed,_0xfe6bbd._0x433426)]);}
|