@profoundlogic/coderflow-server 0.7.8 → 0.8.0
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/base-image/entrypoint.sh +75 -5
- 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 -0
- package/dist/lib/task-context-usage.js +1 -0
- 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.css +108 -1
- package/dist/web-ui/public/admin.html +35 -23
- 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.html +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/styles.css +45 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.html +11 -0
- 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(_0x162a05,_0xe54df1){const _0x150f73={_0x30a34e:0x4dc,_0x5c6023:0x4d5,_0x4b1b6e:0x45c,_0x172c27:0x457,_0x14e093:0x420,_0x45938b:0x491,_0x2ac515:0x4d3,_0x1e4adf:0x4e3,_0x4ab4be:0x460,_0x599e06:0x40b,_0x29e1ca:0x411,_0x32cfa7:0x43a,_0x385b95:0x3f6,_0x455f61:0x4c0,_0x3af3c3:0x503,_0x9e6f1e:0x472,_0x450810:0x452,_0x1ca8fa:0x4fa},_0x1af443={_0x14e66b:0x3bf},_0xa6ff0f={_0x5440b5:0x32a},_0x3f8def=_0x162a05();function _0x467453(_0x194555,_0x10c8a4,_0x1c9d4d,_0x727c79){return _0x2c77(_0x727c79-_0xa6ff0f._0x5440b5,_0x10c8a4);}function _0x3a8b88(_0x1ae1bf,_0x3f49a8,_0x372736,_0x3f2157){return _0x2c77(_0x1ae1bf-_0x1af443._0x14e66b,_0x3f49a8);}while(!![]){try{const _0x4c5eb6=parseInt(_0x3a8b88(0x4d0,0x489,_0x150f73._0x30a34e,_0x150f73._0x5c6023))/(-0x100a*0x1+-0x17c1*-0x1+-0x7b6)*(parseInt(_0x3a8b88(0x496,_0x150f73._0x4b1b6e,0x491,_0x150f73._0x172c27))/(-0x26f0+-0x1*-0x1ca3+0x179*0x7))+-parseInt(_0x467453(0x466,0x42a,_0x150f73._0x14e093,0x45a))/(0x22ed+-0xd+-0x19*0x165)+-parseInt(_0x3a8b88(0x4a2,_0x150f73._0x45938b,0x4cf,_0x150f73._0x2ac515))/(0xae1+0x1fc7+0x1*-0x2aa4)+parseInt(_0x3a8b88(0x4e2,0x52a,0x49a,_0x150f73._0x1e4adf))/(0x93a*-0x1+-0x5d9+0xf18)+parseInt(_0x467453(_0x150f73._0x4ab4be,_0x150f73._0x599e06,0x3e7,0x421))/(0x1aa3*-0x1+-0x1*0x2627+0x40d0)*(parseInt(_0x467453(_0x150f73._0x29e1ca,_0x150f73._0x32cfa7,_0x150f73._0x385b95,0x418))/(0x4*-0x6dd+-0xa6a+0x25e5))+parseInt(_0x3a8b88(0x4c4,_0x150f73._0x455f61,_0x150f73._0x3af3c3,0x4e3))/(0x1*-0x313+-0x1d5*-0x5+-0x60e)+parseInt(_0x3a8b88(_0x150f73._0x9e6f1e,0x4a1,_0x150f73._0x450810,0x438))/(-0x115*0x4+-0x905*0x4+0x2871)*(parseInt(_0x3a8b88(_0x150f73._0x1ca8fa,0x4bc,0x4d1,0x4d7))/(-0xb*-0x27a+-0x9*0xc+0x8*-0x359));if(_0x4c5eb6===_0xe54df1)break;else _0x3f8def['push'](_0x3f8def['shift']());}catch(_0x5dc9c4){_0x3f8def['push'](_0x3f8def['shift']());}}}(_0x512e,0x4a564+-0x16c1be+0x1f1a6b));function isObjective(_0x3172b6){const _0x328451={_0x20fbbf:0x439,_0xa5d044:0x413,_0x494784:0x477,_0x574906:0x46a,_0x136890:0x41c,_0x973b0d:0x3cb,_0x23e2ec:0x42b,_0x29a54f:0x3a9,_0x5291e4:0x3f2},_0x2681b3={_0x50c718:0x31a},_0x5ca289={_0x27c1f8:0x361},_0x5d9da8={};function _0x14c979(_0x12fae2,_0x487637,_0x574d0e,_0xec6ea9){return _0x2c77(_0x12fae2-_0x5ca289._0x27c1f8,_0x574d0e);}_0x5d9da8[_0x14c979(_0x328451._0x20fbbf,_0x328451._0xa5d044,_0x328451._0x494784,_0x328451._0x574906)]=_0x14c979(0x416,_0x328451._0x136890,0x449,_0x328451._0x973b0d);function _0x28a66c(_0x348bb4,_0x8de73,_0x56652a,_0x23318c){return _0x2c77(_0x23318c-_0x2681b3._0x50c718,_0x348bb4);}const _0x2208a9=_0x5d9da8;return _0x3172b6?.['status']===_0x2208a9[_0x28a66c(_0x328451._0x23e2ec,_0x328451._0x29a54f,0x438,_0x328451._0x5291e4)];}function toReferenceObjective(_0x270587,_0xe8e536){const _0x390f04={_0x11997a:0x273,_0x3d9c5d:0x249,_0x1c7c20:0x233,_0x1db275:0x1b4,_0x3b9d97:0x1fb,_0x149099:0x23f},_0x485175={_0x1c5033:0x353};function _0xcb00d5(_0x51c721,_0x4cd635,_0x2c6147,_0x342f84){return _0x2c77(_0x51c721- -0x333,_0x2c6147);}function _0x463cb6(_0x5ab090,_0x348538,_0x4b7178,_0x1f3862){return _0x2c77(_0x5ab090-_0x485175._0x1c5033,_0x1f3862);}const _0x2a7b9e={};return _0x2a7b9e['id']=_0xe8e536?.[_0xcb00d5(-_0x390f04._0x11997a,-_0x390f04._0x3d9c5d,-0x2b9,-_0x390f04._0x1c7c20)]||_0x270587,_0x2a7b9e[_0xcb00d5(-0x1fb,-0x1fc,-0x1c4,-_0x390f04._0x1db275)]=_0xe8e536?.[_0xcb00d5(-_0x390f04._0x3b9d97,-0x230,-0x1ea,-_0x390f04._0x149099)]||_0x270587,_0x2a7b9e;}function sortBySortOrder(_0x6b84c6,_0x3210b3){const _0x127f99={_0x235f96:0x48c,_0x334576:0x45a,_0x2c308e:0x437,_0x444df0:0x3fb,_0x5e4adc:0x468,_0x3937b5:0x44d,_0x49b242:0x62,_0x4696f5:0x74,_0x5d6508:0xa9,_0x420398:0xa7},_0x3f1303={_0x2b1289:0x315},_0x2bb136={_0xb43b17:0x147},_0x40338a={};_0x40338a[_0x2695f8(_0x127f99._0x235f96,0x453,_0x127f99._0x334576,0x480)]=function(_0x3b58be,_0x6f87ef){return _0x3b58be!==_0x6f87ef;},_0x40338a[_0x2695f8(0x495,0x44b,_0x127f99._0x2c308e,0x468)]=function(_0x3bfcdd,_0x4cd4da){return _0x3bfcdd-_0x4cd4da;};const _0x39403a=_0x40338a;function _0x5556ef(_0x71562,_0x75fba2,_0x72bb11,_0x11930c){return _0x2c77(_0x75fba2- -_0x2bb136._0xb43b17,_0x71562);}const _0xb7cbe4=_0x6b84c6[_0x2695f8(_0x127f99._0x444df0,0x3d1,0x3c9,0x38c)]||-0x1257+-0x21a9*0x1+0x3400,_0x5100de=_0x3210b3['sortOrder']||0x74*-0xc+0x3f4+0x4c*0x5;if(_0x39403a['nxIrH'](_0xb7cbe4,_0x5100de))return _0x39403a[_0x2695f8(0x467,0x44b,0x482,0x441)](_0xb7cbe4,_0x5100de);const _0x3efc1b=_0x6b84c6['name']||'';function _0x2695f8(_0xe8da14,_0x5e0e1f,_0x3af367,_0x130e53){return _0x2c77(_0x5e0e1f-_0x3f1303._0x2b1289,_0xe8da14);}const _0x3e75d3=_0x3210b3[_0x2695f8(_0x127f99._0x5e4adc,_0x127f99._0x3937b5,0x438,0x494)]||'';return _0x3efc1b[_0x2695f8(0x46e,0x45b,0x46b,0x433)+_0x5556ef(-_0x127f99._0x49b242,-_0x127f99._0x4696f5,-_0x127f99._0x5d6508,-_0x127f99._0x420398)](_0x3e75d3);}function _0x512e(){const _0x556b27=['CMvWBgfJzq','ygbGyMfZAa','ywrK','zw50CMLLCW','A3LYDhm','vw5RBM93BIbVyG','CM9VDcK6','ugvKBfO','mJGYnZyWnvzPwvbhqG','zwn0AxzLlw1HBG','qNfurge','ihj1BJO','DLDKwxC','cGOTls0kcG','ls0Txg5CBG','qNr2DLy','AMvJDgL2zq','uKfSEvu','y3rPDMu','icHG','AvLQuhu','nda2nZCYmxntyK9LzW','r2Hntvu','zwqGzNjVBsbHBG','u10Qp2bGyfXZkG','y2HPBgrYzw4','kIPbBMnLC3rVCG','uNHureG','zwqGzNjVBsbVyG','BMfTzq','B2jQzwn0AxzLoG','r29UqKK','mtbKBfz3A08','BgvUz3rO','B0zLAvi','BNHjCKG','C291CMnLt2jQzq','ChvZAa','B2jQzwn0AxzLCW','CJ9CBLTCC1Xtxq','ig9IAMvJDgL2zq','zsbMDwXSigrLDa','vNvhrg4','Bg9JywXLq29TCa','DKz4AM4','E1rbu0TFsur9iG','nZCXndyZogzKBhbNrq','vgHPCYb0yxnRia','B2jQzwn0AxzL','AgfZ','C3rHDhvZ','yNjkqK0','igHPzxjHCMnOEq','CMj0DhO','vgfZAY1jzdOGja','C29YDe9YzgvY','kd86xhi/xg4PpW','D2HLCMuGAxqGCW','D2fZigXHDw5JAa','DgfZA0LK','B2zLAxm','ihvUzgvYici','zwn0AxzLktO','q2XMt1a','lIbizxjLigLZia','B3rwExK','kd86wY0Qx11CCW','yLrZy3m','vg8GCMvHzcb0Aa','ygbG','i3SXldn9xhmQtW','y3rPDMuVw1XZxa','y3rPDMvZkIOGka','CJ9CBIK/','AhvVALa','kd86xhi/xg4PkG','C2XPy2u','AMvJDgL2ztPCCW','yxjL','CgfYzw50ic0+ia','ChLIEum','kIPtDwiTB2jQzq','mKvgu3jwuW','u2TfC3e','yMPLy3rPDMuGqW','kIPdDxjYzw50ia','C2LIBgLUz3m','B2yGyw55ig9IAG','sffRvLi','CJ9CBLTCCLXUxq','C29YDa','B0XtqLa','zMPABu8','zIb0AgLZig9IAG','mZi4mtaWnhDQruvUwa','kIOGkg90AgvYia','zwn0AxzLigXPCW','BwfW','Dw5RBM93BI1Pza','E0nprevsrKXpvW','AM9PBG','B250zxH0xhmQxa','C3rYAw5N','rd4Iic1iicjylq','CvzIA2K','mtKYnuXIDgTuBG','kIL7mYX9xhmQxa','BKzdB0K','iYmGt2jQzwn0Aq','veDituq','B05Pzgm','tMrStgi','AxrZigLUihrOzq','ygbGyMfZAfXU','mtC3nZHPwKTNDuu','D0DpCwq','suPQDw4','w1XZxfnDkJ8','suDuwKi','ywDLBwvUDc9VyG','yw5Jzxn0B3jZ','AMvJDgL2ztO','kI4RxhmQkd86xa','y3rPDMvjza','ic4Rxg4/','ignOywLUkIOGka','DMuGq29UDgv4Da','xg5CBG','ndi0nZKXmKntyLrfta','CgfYzw50t2jQzq','wLDJsuW','th0VyxbPl29IAG','xcqM','DgXpueK','DgL2zs1Tyw5HzW','ygbGxg4/','y251ENa','uxPwug8','z2v0','DgvKigfIB3zLla','mJu5mte0EMXKB3zk','z0Dvy3e','iIK6','AxnbCNjHEq','zKnfwMi','vfPoCwC','l2fWAs9VyMPLyW','ywLSC1TCC1Xtxq','y2HPBgrYzw4GBW','xg5CBLTCC1Xtxq'];_0x512e=function(){return _0x556b27;};return _0x512e();}function formatObjectiveLabel(_0x153ec3){const _0x11369b={_0x37adf7:0x3db,_0x13f84a:0x429,_0xcd61ac:0x43c,_0x3d0a15:0x44c,_0x3220ec:0x3b7,_0x457a71:0x395,_0x4a6e56:0x449,_0x14fe95:0x44f,_0x2c9d24:0x446,_0xb65020:0x43c},_0x57f5e3={_0x2522c0:0x3a4},_0x3921a0={};_0x3921a0['IvBcE']=_0x57b7cb(0x43c,_0x11369b._0x37adf7,0x40b,0x453)+_0x57b7cb(_0x11369b._0x13f84a,_0x11369b._0xcd61ac,0x416,_0x11369b._0x3d0a15);function _0x1a542(_0x51a346,_0x2961bb,_0x4f61dc,_0x13d798){return _0x2c77(_0x4f61dc- -_0x57f5e3._0x2522c0,_0x13d798);}_0x3921a0['PedlZ']=_0x57b7cb(0x3ea,_0x11369b._0x3220ec,0x3d2,_0x11369b._0x457a71);function _0x57b7cb(_0x1b4cce,_0x16f24b,_0x30ac4f,_0x4204e7){return _0x2c77(_0x30ac4f-0x2eb,_0x16f24b);}const _0x3efbc7=_0x3921a0,_0x2ccc03=_0x153ec3?.['name']||_0x153ec3?.['id']||_0x3efbc7['IvBcE'],_0x524987=_0x153ec3?.['id']||_0x3efbc7[_0x57b7cb(0x3d3,_0x11369b._0x4a6e56,0x40d,_0x11369b._0x14fe95)];return _0x2ccc03+_0x57b7cb(_0x11369b._0x2c9d24,0x408,0x419,_0x11369b._0xb65020)+_0x524987+'`)';}const OBJECTIVE_CONTEXT_HEADING=_0x3ee1ce(0x390,0x3c9,0x3bd,0x385)+_0x2cdd89(0x438,0x473,0x46a,0x482),OBJECTIVE_CONTEXT_INTRO='This\x20task\x20'+_0x3ee1ce(0x323,0x340,0x35f,0x353)+'ed\x20from\x20an'+_0x3ee1ce(0x38d,0x391,0x393,0x3d7)+_0x3ee1ce(0x35e,0x361,0x396,0x359)+_0x2cdd89(0x3fc,0x428,0x425,0x467)+_0x3ee1ce(0x355,0x36d,0x387,0x389)+_0x2cdd89(0x4ee,0x475,0x4aa,0x4f3)+_0x2cdd89(0x452,0x3e5,0x420,0x3f7)+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x2cdd89(0x3d5,0x433,0x41b,0x40c)+'was\x20launch'+_0x2cdd89(0x468,0x48e,0x49e,0x462)+_0x3ee1ce(0x37f,0x365,0x352,0x392),OBJECTIVE_CONTEXT_DETAILS_HINT='To\x20read\x20th'+'e\x20full\x20det'+'ails\x20(inst'+'ructions)\x20'+_0x2cdd89(0x42d,0x436,0x443,0x473)+_0x2cdd89(0x419,0x464,0x44c,0x415)+_0x2cdd89(0x46c,0x478,0x477,0x499)+_0x3ee1ce(0x3e5,0x3c7,0x399,0x3ba),OBJECTIVE_CONTEXT_DETAILS_CURL='curl\x20-s\x20\x22$'+_0x2cdd89(0x416,0x453,0x44f,0x431)+'_SERVER_UR'+_0x3ee1ce(0x3bc,0x3ce,0x360,0x39c)+_0x3ee1ce(0x3dd,0x374,0x3f9,0x3b8)+_0x3ee1ce(0x357,0x346,0x38b,0x390)+'jective/<I'+_0x3ee1ce(0x3ae,0x37e,0x3c9,0x380)+_0x2cdd89(0x3e9,0x464,0x422,0x3f0)+_0x3ee1ce(0x3a2,0x3d1,0x3b0,0x3dc);function escapeRegExp(_0x1526b9){const _0x5094a5={_0x3029bb:0xbf,_0xf995ca:0xa2,_0x109bd4:0xe4,_0x585939:0xdd,_0x420b27:0x94,_0x2e369f:0x79,_0x335da8:0xaa,_0x2b4427:0xe4},_0x4a9efa={_0x1d9d90:0xc1,_0x29a0f1:0x19a},_0x2a03b8={_0x47c0c4:0x10e,_0x339a8a:0x121},_0x3298dc={};function _0x57b87d(_0xa5739,_0x664d7c,_0x2ea833,_0x3eb1ce){return _0x3ee1ce(_0xa5739-_0x2a03b8._0x47c0c4,_0x664d7c-_0x2a03b8._0x339a8a,_0x3eb1ce,_0x664d7c- -0x38e);}function _0x37145b(_0x18e2f3,_0x2e678b,_0x54cfb9,_0x1f7221){return _0x2cdd89(_0x18e2f3-_0x4a9efa._0x1d9d90,_0x2e678b-_0x4a9efa._0x29a0f1,_0x1f7221- -0x52c,_0x54cfb9);}_0x3298dc[_0x37145b(-0xcb,-_0x5094a5._0x3029bb,-_0x5094a5._0xf995ca,-_0x5094a5._0x109bd4)]=_0x37145b(-_0x5094a5._0x585939,-0xd3,-0x75,-0xbc);const _0x24aa15=_0x3298dc;return _0x1526b9[_0x37145b(-0xa7,-_0x5094a5._0x420b27,-_0x5094a5._0x2e369f,-_0x5094a5._0x335da8)](/[.*+?^${}()|[\]\\]/g,_0x24aa15[_0x37145b(-0xee,-0x121,-0xbe,-_0x5094a5._0x2b4427)]);}function _0x2cdd89(_0x4d4ab3,_0x763d81,_0x3030e7,_0x628e46){const _0x5ca8bb={_0x37b8ca:0x367};return _0x2c77(_0x3030e7-_0x5ca8bb._0x37b8ca,_0x628e46);}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0x3ee1ce(0x3f0,0x38d,0x387,0x3bd)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x2cdd89(0x46e,0x4a1,0x46b,0x44a)+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+(_0x2cdd89(0x4cc,0x4a0,0x481,0x44d)+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x3ee1ce(0x391,0x393,0x341,0x38a)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+_0x3ee1ce(0x393,0x3d9,0x36c,0x3a0),'g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp('(?:\x5cr?\x5cn)*'+_0x2cdd89(0x469,0x44c,0x42e,0x415)+_0x3ee1ce(0x398,0x3a3,0x36a,0x383)+_0x2cdd89(0x463,0x489,0x445,0x3fd)+'*'+(_0x2cdd89(0x415,0x46d,0x432,0x473)+'bjective\x20C'+_0x3ee1ce(0x3c5,0x362,0x336,0x37e)+_0x2cdd89(0x4c5,0x494,0x4a9,0x47f)+'*?')+('This\x20task\x20'+'was\x20launch'+_0x2cdd89(0x4e2,0x4d9,0x499,0x499)+_0x2cdd89(0x492,0x460,0x4aa,0x4a5)+_0x3ee1ce(0x3ad,0x354,0x3cd,0x38e))+(_0x3ee1ce(0x334,0x34e,0x380,0x35d)+_0x3ee1ce(0x3af,0x39c,0x3ac,0x3d8)+_0x3ee1ce(0x3e3,0x389,0x3f7,0x3ac)+'*?')+(_0x3ee1ce(0x368,0x377,0x362,0x3ab)+_0x2cdd89(0x4ab,0x49e,0x472,0x471)+'ement/obje'+_0x2cdd89(0x47e,0x404,0x433,0x420)+_0x3ee1ce(0x39e,0x39a,0x412,0x3c7)+_0x3ee1ce(0x32d,0x35d,0x349,0x351)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp(_0x3ee1ce(0x3d8,0x3f6,0x386,0x3bd)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x2cdd89(0x43a,0x498,0x46b,0x4aa)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0x3ee1ce(0x3c5,0x38a,0x3bb,0x395)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x2cdd89(0x482,0x3f7,0x437,0x3f2)+_0x2cdd89(0x477,0x3f5,0x42e,0x44e)+_0x2cdd89(0x457,0x441,0x456,0x45e)+_0x3ee1ce(0x38c,0x3a8,0x355,0x372)+'*'+(_0x3ee1ce(0x381,0x324,0x384,0x35f)+_0x3ee1ce(0x342,0x359,0x3b1,0x36d)+_0x2cdd89(0x441,0x411,0x451,0x49b)+_0x3ee1ce(0x3a4,0x372,0x35e,0x372)+'*')+('This\x20task\x20'+'was\x20launch'+_0x3ee1ce(0x389,0x38b,0x3ce,0x3cb)+_0x2cdd89(0x47d,0x41b,0x439,0x3f0)+_0x3ee1ce(0x3c1,0x3dd,0x360,0x393)+_0x3ee1ce(0x37a,0x31a,0x385,0x362)),'g');function _0x3ee1ce(_0x446c04,_0x4befd7,_0xb37143,_0x4c8f1d){return _0x2c77(_0x4c8f1d-0x294,_0xb37143);}export function buildReferenceObjectivesContext(_0x2f2e12,_0x2a1e72){const _0x43f8d3={_0x4daf80:0xc8,_0x156187:0xcf,_0x4cc335:0x117,_0x440ee7:0x149,_0x1bb2ad:0x11b,_0x30652a:0xf8,_0x4b1a47:0x349,_0x27c92e:0x35b,_0x5651e0:0x399,_0x34ab08:0x385,_0x2b36dd:0x145,_0x257d84:0x120,_0x13d747:0x115,_0x2f1c4e:0x31d,_0x430c31:0x32c,_0x241134:0x304,_0x351e49:0x337,_0x1ed196:0x2c2,_0x2f0c10:0x137,_0x1b01e0:0x11b,_0x26b52c:0x349,_0x5ea5e7:0x2de,_0x4d4ea8:0x2ea,_0x2b3059:0x2eb,_0x4e0ef5:0x2b2,_0x43b00f:0x102,_0x8863ae:0x14e,_0x37bfd3:0x350,_0x508b83:0x104,_0x5762a1:0xe8,_0x3412eb:0xcc,_0x5a9fde:0x333,_0x4a99ef:0x2fa,_0x26589a:0x325,_0x3b93b0:0x330,_0x2cb2c3:0x351,_0x4f65fa:0x311,_0x603f59:0x355,_0x4b8037:0x39a,_0x3496bc:0x2fc,_0x2a5654:0x340,_0x23b849:0x326,_0x25685d:0x387,_0x39a936:0x350,_0x162059:0xd8,_0x2f3593:0x11c,_0x3ddfd1:0xfb,_0x4e2fc7:0xb1,_0x47e229:0xb2,_0x1c786a:0x158,_0x5d59c7:0x140,_0x1b5e80:0xd9,_0x41295b:0x2eb,_0x3077d3:0x309,_0x6fdda3:0x146,_0x2c6deb:0x12a,_0x5ce450:0x15b,_0x17e106:0xf3,_0x7b0d8:0x31e,_0x4c9d84:0x312,_0x745df6:0x35a,_0x1d8824:0xb0,_0xaa56a7:0x93,_0x5ca937:0x2f3,_0xf47214:0x31d,_0xe5ec1a:0x2eb,_0xdc334:0x2e0,_0x20d7c1:0x13a,_0xec6103:0x108,_0xecb381:0xfd,_0x1ddaf2:0x13e,_0xa1a3e7:0xcb,_0x261291:0x9b,_0x42cb53:0x115,_0x71b2e5:0x2f1,_0x301958:0x2d5,_0xc1eacb:0x2c6,_0x29f1fb:0x30a,_0x4a4046:0x362,_0x309740:0x339,_0x41b03c:0x30c,_0x4301fb:0x314,_0x48334c:0x14e,_0x9298c0:0x125,_0x5634bd:0x121,_0x1f9af3:0x169,_0x2387ff:0xfc,_0x31b4f0:0x11e,_0x3266e1:0xee,_0x5b2358:0xe2,_0xdc8f73:0x31c,_0x658cba:0x301,_0x23c792:0x316,_0x347f11:0x321,_0x200e42:0x2b0,_0xfb1260:0x2ce,_0xb0c073:0xf0,_0x24b0b2:0xe1,_0xf5c285:0x12b,_0x2d6a44:0x356,_0x25682e:0x39a,_0x50bb32:0x358,_0x23eeaa:0xf2,_0xba3559:0x17c,_0x1ca195:0x10d,_0x169194:0x122,_0x2aae5e:0x133,_0x460c55:0x15a},_0x564786={_0x3c1bed:0x1ac},_0x5d268a={_0x2653ff:0x2a},_0x34a878={'TGHMD':_0x2a59db(-0x11a,-0xe4,-0xc4,-_0x43f8d3._0x4daf80)+_0x2a59db(-_0x43f8d3._0x156187,-_0x43f8d3._0x4cc335,-_0x43f8d3._0x440ee7,-0xff)+_0x2a59db(-0x15a,-0x145,-0x14c,-0x132)+_0x2a59db(-_0x43f8d3._0x1bb2ad,-_0x43f8d3._0x30652a,-0x121,-0xcc),'IJjun':function(_0x45fc0c,_0x850364){return _0x45fc0c<_0x850364;},'IGTZB':function(_0x24bab5,_0x6530a0){return _0x24bab5(_0x6530a0);},'NdlLb':function(_0x2568b6,_0x901d2b){return _0x2568b6-_0x901d2b;},'oLSBP':function(_0x1ca6fb,_0x5c135b){return _0x1ca6fb||_0x5c135b;},'pybyC':function(_0x17e760,_0x369981){return _0x17e760===_0x369981;},'BtvvV':function(_0x2493a7,_0xb7adc9,_0x16d592){return _0x2493a7(_0xb7adc9,_0x16d592);},'HDMJp':function(_0x1f7c3d,_0x14a4a0){return _0x1f7c3d===_0x14a4a0;},'nKFmX':_0x3bdce6(_0x43f8d3._0x4b1a47,_0x43f8d3._0x27c92e,_0x43f8d3._0x5651e0,_0x43f8d3._0x34ab08),'ofeis':_0x2a59db(-_0x43f8d3._0x2b36dd,-0x151,-_0x43f8d3._0x257d84,-_0x43f8d3._0x13d747),'brJBM':function(_0x5646da,_0x218dda){return _0x5646da!==_0x218dda;},'ClfOP':_0x3bdce6(0x309,_0x43f8d3._0x2f1c4e,_0x43f8d3._0x430c31,_0x43f8d3._0x241134)};if(_0x34a878[_0x3bdce6(0x33f,0x2f6,_0x43f8d3._0x351e49,_0x43f8d3._0x1ed196)](!_0x2f2e12,!_0x2a1e72))return null;function _0x2a59db(_0x2de281,_0x56a623,_0x20447a,_0x394d62){return _0x3ee1ce(_0x2de281-_0x5d268a._0x2653ff,_0x56a623-0x43,_0x20447a,_0x56a623- -0x4ad);}const _0xb62092=_0x2f2e12[_0x2a59db(-_0x43f8d3._0x2f0c10,-0x10a,-0x145,-_0x43f8d3._0x1b01e0)](_0x2a1e72);if(!_0x34a878[_0x3bdce6(_0x43f8d3._0x26b52c,0x311,0x2f4,_0x43f8d3._0x5ea5e7)](isObjective,_0xb62092))return null;const _0x207fc3=[],_0xc6325e=new Set();let _0x531361=_0x2a1e72;while(_0x531361&&!_0xc6325e[_0x3bdce6(_0x43f8d3._0x4d4ea8,0x2cc,_0x43f8d3._0x2b3059,_0x43f8d3._0x4e0ef5)](_0x531361)){if(_0x34a878[_0x2a59db(-_0x43f8d3._0x43b00f,-0x144,-_0x43f8d3._0x8863ae,-0x176)](_0x3bdce6(0x30a,_0x43f8d3._0x37bfd3,0x360,0x386),_0x2a59db(-_0x43f8d3._0x508b83,-_0x43f8d3._0x5762a1,-_0x43f8d3._0x3412eb,-0xdd)))return _0x1eb542;else{_0xc6325e[_0x3bdce6(0x358,_0x43f8d3._0x5a9fde,0x326,0x359)](_0x531361);const _0x40287b=_0x2f2e12[_0x3bdce6(_0x43f8d3._0x4a99ef,_0x43f8d3._0x26589a,0x341,_0x43f8d3._0x3b93b0)](_0x531361);if(!_0x34a878[_0x3bdce6(_0x43f8d3._0x2cb2c3,_0x43f8d3._0x4f65fa,_0x43f8d3._0x603f59,0x2ec)](isObjective,_0x40287b))break;_0x207fc3[_0x3bdce6(_0x43f8d3._0x4b8037,0x356,0x310,0x38e)](_0x34a878[_0x3bdce6(_0x43f8d3._0x3496bc,_0x43f8d3._0x2a5654,_0x43f8d3._0x23b849,_0x43f8d3._0x25685d)](toReferenceObjective,_0x531361,_0x40287b)),_0x531361=_0x40287b[_0x3bdce6(_0x43f8d3._0x23b849,0x31c,0x35f,0x2ea)+_0x3bdce6(_0x43f8d3._0x37bfd3,0x316,0x317,_0x43f8d3._0x39a936)];}}const _0x2130d6=[];function _0x3bdce6(_0x29b7a3,_0x18e047,_0x29a251,_0x418d95){return _0x3ee1ce(_0x29b7a3-_0x564786._0x3c1bed,_0x18e047-0x124,_0x29a251,_0x18e047- -0x7e);}const _0x36b8f8=_0xb62092['parentObje'+_0x2a59db(-_0x43f8d3._0x162059,-0x119,-0xe1,-_0x43f8d3._0x2f3593)];if(_0x36b8f8)for(const [_0x34cc96,_0x36681e]of _0x2f2e12[_0x2a59db(-0xe3,-_0x43f8d3._0x3ddfd1,-_0x43f8d3._0x4e2fc7,-_0x43f8d3._0x47e229)]()){if(_0x34a878['HDMJp'](_0x34a878['nKFmX'],_0x34a878[_0x2a59db(-0x149,-_0x43f8d3._0x1c786a,-_0x43f8d3._0x5d59c7,-0x187)])){_0x1c7960[_0x2a59db(-0xea,-_0x43f8d3._0x1b5e80,-0x11f,-0xf7)](_0x34a878[_0x3bdce6(_0x43f8d3._0x41295b,0x308,0x2d9,_0x43f8d3._0x3077d3)]);for(let _0x5808fe=0x16c3+-0x1*0x12af+0x2*-0x20a;_0x34a878[_0x2a59db(-_0x43f8d3._0x6fdda3,-_0x43f8d3._0x257d84,-_0x43f8d3._0x2c6deb,-_0x43f8d3._0x5ce450)](_0x5808fe,_0x99321e['length']);_0x5808fe++){_0x505da4[_0x2a59db(-0xcf,-0xd9,-0xe0,-_0x43f8d3._0x17e106)](_0x5808fe+(-0x90b+-0x1f56+0x2862)+'.\x20'+_0x34a878[_0x3bdce6(_0x43f8d3._0x7b0d8,_0x43f8d3._0x4f65fa,_0x43f8d3._0x4c9d84,_0x43f8d3._0x745df6)](_0xc650e3,_0x4c8fdc[_0x5808fe]));}_0x255675[_0x2a59db(-_0x43f8d3._0x1d8824,-0xd9,-_0x43f8d3._0xaa56a7,-0xfc)]('');}else{if(!_0x34a878[_0x3bdce6(0x2e1,0x311,_0x43f8d3._0x5ca937,0x327)](isObjective,_0x36681e))continue;if(_0x34a878[_0x3bdce6(_0x43f8d3._0xf47214,_0x43f8d3._0xe5ec1a,_0x43f8d3._0xdc334,_0x43f8d3._0x7b0d8)](_0x34cc96,_0x2a1e72))continue;if(_0x34a878['brJBM'](_0x36681e['parentObje'+_0x2a59db(-_0x43f8d3._0x20d7c1,-0x119,-_0x43f8d3._0xec6103,-_0x43f8d3._0xecb381)],_0x36b8f8))continue;const _0x1acf50={};_0x1acf50['id']=_0x36681e[_0x2a59db(-0x18b,-0x159,-0x10f,-_0x43f8d3._0x1ddaf2)]||_0x34cc96,_0x1acf50[_0x2a59db(-0xd3,-0xe1,-0x111,-_0x43f8d3._0xa1a3e7)]=_0x36681e[_0x2a59db(-_0x43f8d3._0x261291,-0xe1,-_0x43f8d3._0x42cb53,-0xff)]||_0x34cc96,_0x1acf50[_0x3bdce6(_0x43f8d3._0x71b2e5,0x2d2,0x302,_0x43f8d3._0x301958)]=_0x36681e[_0x3bdce6(_0x43f8d3._0xc1eacb,0x2d2,0x2ec,0x2d2)],_0x2130d6[_0x2a59db(-0xf9,-_0x43f8d3._0x1b5e80,-0xc6,-0xd6)](_0x1acf50);}}const _0x45170a=[];for(const [_0x334767,_0x49f75a]of _0x2f2e12[_0x2a59db(-0xe8,-0xfb,-0x12c,-_0x43f8d3._0x30652a)]()){if(_0x34a878[_0x3bdce6(0x2f6,0x2ce,0x2b2,_0x43f8d3._0x29f1fb)](_0x3bdce6(0x358,_0x43f8d3._0xf47214,_0x43f8d3._0x4a4046,_0x43f8d3._0x309740),_0x34a878[_0x3bdce6(_0x43f8d3._0x41b03c,0x2da,_0x43f8d3._0x4301fb,0x2ba)]))return _0x34a878[_0x2a59db(-_0x43f8d3._0x48334c,-_0x43f8d3._0x9298c0,-_0x43f8d3._0x5634bd,-_0x43f8d3._0x1f9af3)](_0x32c2f3,_0x448929);else{if(!_0x34a878[_0x2a59db(-_0x43f8d3._0x2387ff,-_0x43f8d3._0x31b4f0,-_0x43f8d3._0x3266e1,-_0x43f8d3._0x5b2358)](isObjective,_0x49f75a))continue;if(_0x49f75a[_0x3bdce6(0x35d,_0x43f8d3._0xdc8f73,0x2db,0x2de)+_0x3bdce6(_0x43f8d3._0x658cba,_0x43f8d3._0x23c792,_0x43f8d3._0x347f11,0x316)]!==_0x2a1e72)continue;const _0x11b27b={};_0x11b27b['id']=_0x49f75a[_0x3bdce6(0x2d1,0x2d6,_0x43f8d3._0x200e42,_0x43f8d3._0xfb1260)]||_0x334767,_0x11b27b['name']=_0x49f75a[_0x2a59db(-_0x43f8d3._0xb0c073,-_0x43f8d3._0x24b0b2,-_0x43f8d3._0x3412eb,-_0x43f8d3._0xf5c285)]||_0x334767,_0x11b27b[_0x3bdce6(0x2c3,0x2d2,0x305,0x2db)]=_0x49f75a['sortOrder'],_0x45170a[_0x3bdce6(_0x43f8d3._0x4c9d84,_0x43f8d3._0x2d6a44,_0x43f8d3._0x25682e,_0x43f8d3._0x50bb32)](_0x11b27b);}}return _0x2130d6[_0x2a59db(-_0x43f8d3._0x23eeaa,-0x13a,-_0x43f8d3._0xba3559,-_0x43f8d3._0x1ca195)](sortBySortOrder),_0x45170a['sort'](sortBySortOrder),{'sourceObjective':_0x34a878['BtvvV'](toReferenceObjective,_0x2a1e72,_0xb62092),'ancestors':_0x207fc3,'siblings':_0x2130d6['map'](({id:_0x1252b1,name:_0x414da3})=>({'id':_0x1252b1,'name':_0x414da3})),'children':_0x45170a[_0x2a59db(-_0x43f8d3._0x169194,-_0x43f8d3._0x2aae5e,-0x158,-_0x43f8d3._0x460c55)](({id:_0x16ed9e,name:_0x1a5542})=>({'id':_0x16ed9e,'name':_0x1a5542}))};}export function formatReferenceObjectivesMarkdown(_0x21c2e6){const _0x2e3ccc={_0x2dc236:0x25c,_0x5b4650:0x2b4,_0x4ffeae:0x1e4,_0x11dd4e:0x1bd,_0x419bf3:0x1be,_0x5a30a6:0x21c,_0x22c2e4:0x251,_0x50aba2:0x28e,_0xe67afc:0x33e,_0x31467a:0x316,_0x331169:0x2ac,_0x507baf:0x2ca,_0x1f12e6:0x30c,_0x2001e9:0x32a,_0x4fa8b9:0x2d5,_0x2bf4cc:0x301,_0x4d2a83:0x28b,_0x50dbff:0x224,_0x459c9e:0x22b,_0x16b425:0x25d,_0x42d0f3:0x213,_0x22655a:0x320,_0x16d5c0:0x2f2,_0xa983cb:0x247,_0x393fd0:0x22a,_0x2fba59:0x22f,_0x316399:0x28e,_0x160712:0x256,_0x4d25f1:0x29b,_0x23076b:0x27e,_0x1e66dd:0x2fb,_0x36fab0:0x301,_0x3bc3cd:0x246,_0x8bd37:0x279,_0x305875:0x240,_0x22eb03:0x297,_0x10a589:0x2a0,_0x9f66b1:0x2a7,_0x2fe80a:0x213,_0x324661:0x238,_0x4b7e15:0x219,_0x181556:0x1ce,_0x1132d8:0x322,_0xbd2713:0x314,_0x40f9fa:0x1f3,_0x546be0:0x1c0,_0x28d955:0x212,_0x506ebf:0x2cb,_0x1e51ae:0x2f0,_0x501b60:0x2ab,_0x43089e:0x2e7,_0x57d9ef:0x263,_0xc97e5c:0x2cb,_0x5cf8d7:0x339,_0x5698bd:0x329,_0x172a12:0x2ec,_0x17a793:0x2bc,_0xb944e9:0x2d1,_0x3ba3a9:0x2b9,_0x4ce727:0x1c8,_0x1255dd:0x1ba,_0x523a65:0x1b7,_0x5402b6:0x209,_0x122783:0x1dd,_0x2e9e7b:0x23a,_0x54a64c:0x1fb,_0x64939f:0x33f,_0x56b4fa:0x2da,_0x54a832:0x2ad,_0x4fae76:0x2aa,_0xfb048d:0x1c1,_0x1a25bb:0x1e8,_0x435102:0x218,_0x53b596:0x1a1,_0x2ba62a:0x1eb,_0x4e821c:0x1cc,_0x1f3d05:0x1eb,_0x2e7d0b:0x1fd,_0x4e252e:0x22b,_0x3ad121:0x20d,_0x308207:0x318,_0x48291f:0x2ce,_0x312b1b:0x2bf,_0x35c670:0x2a3,_0xfd3cae:0x2bb,_0x3bbef2:0x2e7,_0x2ee8f2:0x29b,_0x56e30f:0x2eb,_0x158b6b:0x289,_0x5d2554:0x294,_0x4b47dd:0x273,_0x20fad2:0x2be,_0x2eb20c:0x262,_0x427254:0x281,_0x43a204:0x32b,_0x5ee66d:0x2c1,_0x514173:0x2ff,_0x59dd22:0x2dd,_0x297425:0x2d6,_0x120739:0x265,_0x358ff8:0x28d,_0x3c7a2c:0x2ae,_0x441164:0x2e4,_0x59d288:0x2d0,_0x44821e:0x237,_0x102fdb:0x233,_0x5a03ef:0x31a,_0x174cc8:0x377,_0x9b6f20:0x283,_0xe7b096:0x1e9,_0x30e9c9:0x1e7,_0x2dfdac:0x270,_0x5e88ab:0x2a6,_0x18da9a:0x274,_0x112584:0x200,_0x1e3483:0x23d,_0x3d2fec:0x1ef,_0x3af1b8:0x23f,_0x17e7c1:0x237,_0x460391:0x226,_0x1248aa:0x2cf,_0x3b087d:0x2c3,_0x3391b6:0x278,_0x2bd321:0x1ca,_0x346b9d:0x213,_0x1b8614:0x20d,_0x443632:0x24a,_0x379f28:0x26d,_0x847937:0x2db,_0x1a12d9:0x1e7,_0x3c9260:0x202,_0x6fe259:0x2c7,_0x219417:0x285,_0x28944d:0x1e9,_0x15a4f8:0x1ea,_0x16caab:0x2b8},_0x1545de={_0x111faa:0x4d},_0x45af78={_0x1266b7:0x3c},_0x10adea={'RAlyU':function(_0x357192,_0x10cc1a){return _0x357192(_0x10cc1a);},'oNidc':function(_0x3b1de1,_0x459b94){return _0x3b1de1===_0x459b94;},'iYjPu':_0x4846a7(-_0x2e3ccc._0x2dc236,-0x272,-_0x2e3ccc._0x5b4650,-0x230),'HQkVR':function(_0x34cf40,_0x533733){return _0x34cf40+_0x533733;},'bClIY':function(_0xc3c190,_0x4036c4){return _0xc3c190>_0x4036c4;},'huojP':function(_0x897c51,_0x531112){return _0x897c51>_0x531112;},'vFxjn':function(_0x11306f,_0x2e3ea6){return _0x11306f!==_0x2e3ea6;},'gGUcq':'rbttz','qVbki':'---','tlOPI':'**Ancestor'+'\x20chain**\x20('+'parent\x20->\x20'+_0xe8d762(-0x29f,-0x2a4,-0x29f,-0x2c2),'fCEZb':function(_0x11d388,_0x29c518){return _0x11d388<_0x29c518;},'BqTDa':'the\x20parent'+_0x4846a7(-0x1dd,-_0x2e3ccc._0x4ffeae,-_0x2e3ccc._0x11dd4e,-_0x2e3ccc._0x419bf3),'yezJm':function(_0x1fce99,_0x14898a){return _0x1fce99===_0x14898a;},'lhyAZ':'llRcv','wGOqd':function(_0x3f17d6,_0x5809e9){return _0x3f17d6(_0x5809e9);},'EWAoH':_0x4846a7(-_0x2e3ccc._0x5a30a6,-_0x2e3ccc._0x22c2e4,-_0x2e3ccc._0x50aba2,-0x250)+_0xe8d762(-0x34d,-_0x2e3ccc._0xe67afc,-0x34e,-_0x2e3ccc._0x31467a)+_0xe8d762(-0x2e6,-0x2da,-_0x2e3ccc._0x331169,-_0x2e3ccc._0x507baf)+_0xe8d762(-_0x2e3ccc._0x1f12e6,-_0x2e3ccc._0x2001e9,-_0x2e3ccc._0x4fa8b9,-_0x2e3ccc._0x2bf4cc)+_0x4846a7(-0x221,-0x264,-0x24d,-_0x2e3ccc._0x4d2a83),'vWdYw':function(_0x172e4b,_0x34ed66){return _0x172e4b===_0x34ed66;},'nFCoI':_0x4846a7(-_0x2e3ccc._0x50dbff,-0x219,-_0x2e3ccc._0x459c9e,-0x209),'oFeiR':_0x4846a7(-0x215,-_0x2e3ccc._0x16b425,-0x23e,-0x213)};if(!_0x21c2e6)return null;function _0xe8d762(_0x506ffc,_0x2806d8,_0x2cbb28,_0x4ed968){return _0x3ee1ce(_0x506ffc-0x1b2,_0x2806d8-_0x45af78._0x1266b7,_0x2cbb28,_0x4ed968- -0x677);}function _0x4846a7(_0x39b03b,_0x5eb709,_0x4027a8,_0x5bc996){return _0x2cdd89(_0x39b03b-0x78,_0x5eb709-_0x1545de._0x111faa,_0x5eb709- -0x68e,_0x5bc996);}const _0x3a2e61=Array[_0x4846a7(-0x1da,-_0x2e3ccc._0x42d0f3,-0x227,-0x1d4)](_0x21c2e6[_0xe8d762(-_0x2e3ccc._0x22655a,-_0x2e3ccc._0x16d5c0,-0x2ef,-0x2e6)])?_0x21c2e6[_0x4846a7(-_0x2e3ccc._0xa983cb,-_0x2e3ccc._0x393fd0,-0x248,-_0x2e3ccc._0x2fba59)][_0x4846a7(-_0x2e3ccc._0x316399,-_0x2e3ccc._0x160712,-_0x2e3ccc._0x4d25f1,-_0x2e3ccc._0x23076b)](0x24d0+-0x20*0x53+-0x1*0x1a6f):[],_0x2d030f=Array[_0xe8d762(-0x2f4,-_0x2e3ccc._0x1e66dd,-_0x2e3ccc._0x36fab0,-0x2cf)](_0x21c2e6[_0xe8d762(-0x30e,-0x323,-0x2d9,-0x308)])&&_0x10adea['bClIY'](_0x21c2e6[_0x4846a7(-_0x2e3ccc._0x3bc3cd,-0x24c,-_0x2e3ccc._0x8bd37,-_0x2e3ccc._0x305875)][_0xe8d762(-_0x2e3ccc._0x22eb03,-_0x2e3ccc._0x10a589,-0x279,-_0x2e3ccc._0x9f66b1)],-0x3df*0x7+-0x2554+0x406d*0x1),_0x17c4cc=Array[_0x4846a7(-0x25d,-_0x2e3ccc._0x2fe80a,-_0x2e3ccc._0x324661,-_0x2e3ccc._0x4b7e15)](_0x21c2e6[_0x4846a7(-0x200,-0x1f3,-_0x2e3ccc._0x181556,-0x22c)])&&_0x10adea[_0xe8d762(-0x2f5,-0x2f1,-_0x2e3ccc._0x1132d8,-_0x2e3ccc._0xbd2713)](_0x21c2e6[_0x4846a7(-0x23c,-_0x2e3ccc._0x40f9fa,-0x1e0,-_0x2e3ccc._0x546be0)][_0x4846a7(-_0x2e3ccc._0x28d955,-0x1eb,-0x1cf,-0x201)],-0x423*0x3+0x269*-0x7+0x1d48),_0x282eff=_0x10adea[_0xe8d762(-_0x2e3ccc._0x506ebf,-0x2ac,-0x2ec,-_0x2e3ccc._0x1e51ae)](_0x3a2e61[_0xe8d762(-_0x2e3ccc._0x501b60,-_0x2e3ccc._0x43089e,-0x265,-0x2a7)],-0x2583+0x231b*0x1+-0x9a*-0x4)&&!_0x2d030f&&!_0x17c4cc;if(_0x282eff){if(_0x10adea[_0xe8d762(-_0x2e3ccc._0x57d9ef,-_0x2e3ccc._0xc97e5c,-0x2cd,-0x29c)](_0xe8d762(-0x359,-_0x2e3ccc._0x5cf8d7,-0x333,-_0x2e3ccc._0x5698bd),_0x10adea[_0xe8d762(-0x294,-_0x2e3ccc._0x172a12,-_0x2e3ccc._0x17a793,-_0x2e3ccc._0xb944e9)]))_0x167c4d['push']('-\x20'+_0x10adea['RAlyU'](_0x5e760c,_0x5d1b74));else return _0xe8d762(-0x28a,-_0x2e3ccc._0x5b4650,-0x2c5,-0x2bb)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0x10adea[_0xe8d762(-0x2dd,-_0x2e3ccc._0x1e66dd,-_0x2e3ccc._0x3ba3a9,-0x2b7)](formatObjectiveLabel,_0x21c2e6[_0x4846a7(-_0x2e3ccc._0x4ce727,-0x1e8,-_0x2e3ccc._0x1255dd,-0x208)+_0x4846a7(-_0x2e3ccc._0x523a65,-0x1fa,-_0x2e3ccc._0x5402b6,-_0x2e3ccc._0x122783)])+'.\x0a';}const _0x39b5bf=['','',_0x10adea[_0x4846a7(-0x21f,-_0x2e3ccc._0x2e9e7b,-_0x2e3ccc._0x54a64c,-0x216)],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0xe8d762(-0x2f5,-_0x2e3ccc._0x64939f,-0x341,-0x309)+_0xe8d762(-_0x2e3ccc._0x56b4fa,-0x2cf,-_0x2e3ccc._0x54a832,-_0x2e3ccc._0x4fae76)+'**\x20'+formatObjectiveLabel(_0x21c2e6[_0x4846a7(-_0x2e3ccc._0xfb048d,-_0x2e3ccc._0x1a25bb,-_0x2e3ccc._0x435102,-_0x2e3ccc._0x53b596)+_0x4846a7(-0x1c9,-0x1fa,-0x1be,-0x207)]),''];if(_0x3a2e61[_0x4846a7(-0x1ca,-_0x2e3ccc._0x2ba62a,-_0x2e3ccc._0x4e821c,-_0x2e3ccc._0x1f3d05)]>0x54e+0x2089*-0x1+0x1b3b){_0x39b5bf[_0x4846a7(-0x1da,-0x1e7,-0x1e5,-_0x2e3ccc._0x2e7d0b)](_0x10adea[_0x4846a7(-_0x2e3ccc._0x324661,-0x21d,-_0x2e3ccc._0x4e252e,-_0x2e3ccc._0x3ad121)]);for(let _0x3bd3af=-0x31a*0xb+-0x8b*0x8+0x133b*0x2;_0x10adea[_0xe8d762(-0x2d1,-_0x2e3ccc._0x308207,-0x29e,-_0x2e3ccc._0x48291f)](_0x3bd3af,_0x3a2e61[_0xe8d762(-0x266,-_0x2e3ccc._0x312b1b,-_0x2e3ccc._0x507baf,-0x2a7)]);_0x3bd3af++){_0x39b5bf[_0xe8d762(-0x2c2,-0x2a4,-0x2c8,-_0x2e3ccc._0x35c670)](_0x10adea[_0x4846a7(-0x224,-0x24a,-0x203,-0x204)](_0x3bd3af,0x4f*-0x17+0x6*-0x132+0xe46)+'.\x20'+formatObjectiveLabel(_0x3a2e61[_0x3bd3af]));}_0x39b5bf[_0xe8d762(-_0x2e3ccc._0xfd3cae,-_0x2e3ccc._0x3bbef2,-_0x2e3ccc._0x2ee8f2,-0x2a3)]('');}if(_0x2d030f){const _0x51def4=_0x3a2e61[-0x4a4+-0x1d2f+0x21d3]?.[_0xe8d762(-0x2f5,-_0x2e3ccc._0x22eb03,-_0x2e3ccc._0x56e30f,-0x2ab)]||_0x10adea[_0xe8d762(-_0x2e3ccc._0x158b6b,-_0x2e3ccc._0x5d2554,-_0x2e3ccc._0x4b47dd,-_0x2e3ccc._0x20fad2)];_0x39b5bf['push']('**Sibling\x20'+_0xe8d762(-_0x2e3ccc._0x2eb20c,-_0x2e3ccc._0x427254,-0x28b,-0x2a2)+_0xe8d762(-0x316,-_0x2e3ccc._0x43a204,-_0x2e3ccc._0x5ee66d,-_0x2e3ccc._0x514173)+_0xe8d762(-_0x2e3ccc._0x59dd22,-0x2eb,-_0x2e3ccc._0x297425,-0x2a2)+_0x4846a7(-0x25b,-_0x2e3ccc._0x120739,-0x28a,-0x296)+_0x51def4+_0xe8d762(-_0x2e3ccc._0x358ff8,-_0x2e3ccc._0x3c7a2c,-_0x2e3ccc._0x441164,-_0x2e3ccc._0x59d288));for(const _0x106bd9 of _0x21c2e6[_0x4846a7(-_0x2e3ccc._0x44821e,-0x24c,-0x218,-_0x2e3ccc._0x102fdb)]){if(_0x10adea['yezJm'](_0x10adea['lhyAZ'],_0xe8d762(-0x2de,-0x2d6,-_0x2e3ccc._0x5a03ef,-0x2d6)))return _0x10adea[_0xe8d762(-0x319,-0x33a,-0x2cc,-0x2f0)](_0x3823fe?.[_0xe8d762(-0x2e3,-0x30c,-_0x2e3ccc._0x174cc8,-0x32c)],_0x10adea[_0xe8d762(-0x2e4,-_0x2e3ccc._0x514173,-_0x2e3ccc._0x9b6f20,-0x2b4)]);else _0x39b5bf[_0x4846a7(-_0x2e3ccc._0xe7b096,-_0x2e3ccc._0x30e9c9,-0x22c,-0x1f4)]('-\x20'+_0x10adea[_0x4846a7(-0x1f4,-_0x2e3ccc._0x2fba59,-0x22b,-_0x2e3ccc._0x2dfdac)](formatObjectiveLabel,_0x106bd9));}_0x39b5bf[_0xe8d762(-_0x2e3ccc._0x5e88ab,-0x26b,-0x2e6,-_0x2e3ccc._0x35c670)]('');}if(_0x17c4cc){_0x39b5bf[_0xe8d762(-0x2ac,-0x26d,-_0x2e3ccc._0x18da9a,-_0x2e3ccc._0x35c670)](_0x10adea['EWAoH']);for(const _0x1c9485 of _0x21c2e6['children']){_0x10adea[_0x4846a7(-0x1de,-_0x2e3ccc._0x112584,-_0x2e3ccc._0x1e3483,-_0x2e3ccc._0x3d2fec)](_0x10adea[_0x4846a7(-_0x2e3ccc._0x3af1b8,-_0x2e3ccc._0x17e7c1,-0x255,-_0x2e3ccc._0x460391)],_0x10adea[_0xe8d762(-_0x2e3ccc._0x1248aa,-0x306,-_0x2e3ccc._0x3b087d,-0x2f3)])?_0x39b5bf[_0xe8d762(-0x277,-0x27b,-_0x2e3ccc._0x3391b6,-0x2a3)]('-\x20'+formatObjectiveLabel(_0x1c9485)):_0x5d2666[_0x4846a7(-_0x2e3ccc._0x2bd321,-_0x2e3ccc._0x30e9c9,-_0x2e3ccc._0x346b9d,-_0x2e3ccc._0x1b8614)](_0x10adea[_0x4846a7(-0x291,-_0x2e3ccc._0x443632,-_0x2e3ccc._0x1e3483,-_0x2e3ccc._0x379f28)](_0x153544,-0x2*-0x12c4+0x1*0x1763+-0x3cea)+'.\x20'+_0x10adea[_0xe8d762(-0x2f8,-0x2f3,-0x282,-0x2b7)](_0x3ba0ec,_0x28124b[_0x45f17b]));}_0x39b5bf[_0xe8d762(-0x275,-0x291,-_0x2e3ccc._0x847937,-0x2a3)]('');}return _0x39b5bf[_0x4846a7(-0x1d2,-_0x2e3ccc._0x1a12d9,-0x21f,-0x225)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x39b5bf[_0x4846a7(-0x203,-0x1e7,-0x1a0,-_0x2e3ccc._0x3c9260)](_0xe8d762(-_0x2e3ccc._0xfd3cae,-0x2ba,-0x2e5,-_0x2e3ccc._0x6fe259)),_0x39b5bf[_0xe8d762(-0x28f,-_0x2e3ccc._0x219417,-0x26f,-0x2a3)](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x39b5bf['push'](_0x10adea[_0x4846a7(-_0x2e3ccc._0x28944d,-_0x2e3ccc._0x15a4f8,-_0x2e3ccc._0x15a4f8,-0x21e)]),_0x39b5bf[_0xe8d762(-0x305,-_0x2e3ccc._0x16caab,-0x2c3,-0x2fa)]('\x0a')+'\x0a';}function _0x2c77(_0x521911,_0x19237a){_0x521911=_0x521911-(-0x1*0x1d17+0x13*-0x8d+0x2841);const _0x273262=_0x512e();let _0x489f40=_0x273262[_0x521911];if(_0x2c77['RboTQG']===undefined){var _0x120f87=function(_0x4cfc6b){const _0x211c61='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x523751='',_0x325ceb='';for(let _0xb44ca9=-0x256b+0x26af+0xa2*-0x2,_0x671185,_0x40fa5a,_0xc2022f=0x4*-0x25+-0x1df9+0x9*0x365;_0x40fa5a=_0x4cfc6b['charAt'](_0xc2022f++);~_0x40fa5a&&(_0x671185=_0xb44ca9%(0x2237*-0x1+-0x1e02+0x403d)?_0x671185*(-0x13*0x181+-0x1f25+-0x8*-0x77f)+_0x40fa5a:_0x40fa5a,_0xb44ca9++%(-0x35*-0x7c+-0x81*-0x5+0x1*-0x1c2d))?_0x523751+=String['fromCharCode'](0x279+-0x56*-0x2a+-0xf96&_0x671185>>(-(0x1*-0x136d+-0x1*-0x179f+-0x430)*_0xb44ca9&0x1*-0x809+-0xb6*0x28+0x247f)):-0x16da+-0x3*-0x93b+-0x4d7){_0x40fa5a=_0x211c61['indexOf'](_0x40fa5a);}for(let _0x34606e=-0x571+-0x2c5*-0x7+-0x33*0x46,_0x50b555=_0x523751['length'];_0x34606e<_0x50b555;_0x34606e++){_0x325ceb+='%'+('00'+_0x523751['charCodeAt'](_0x34606e)['toString'](-0x1d*0xd3+-0x2318+-0x3b0f*-0x1))['slice'](-(0x9c8*0x1+-0x63e+-0x388*0x1));}return decodeURIComponent(_0x325ceb);};_0x2c77['MTgLyX']=_0x120f87,_0x2c77['xdDGHi']={},_0x2c77['RboTQG']=!![];}const _0x381190=_0x273262[0x1abe+0x1*0xe1e+-0x28dc],_0x4729a3=_0x521911+_0x381190,_0xa6463e=_0x2c77['xdDGHi'][_0x4729a3];return!_0xa6463e?(_0x489f40=_0x2c77['MTgLyX'](_0x489f40),_0x2c77['xdDGHi'][_0x4729a3]=_0x489f40):_0x489f40=_0xa6463e,_0x489f40;}export function stripReferenceObjectivesMarkdown(_0x194e29){const _0x705466={_0x75ec51:0x92,_0x52b3f8:0xc4,_0x49bed5:0xc3,_0x48ebc8:0x3a,_0x57f495:0x86,_0x440ef0:0x8a,_0x1ad112:0xaa,_0x498e76:0xf4,_0x5624f6:0xbb,_0x106ff0:0xfe,_0x7bf50:0x102,_0xdb8737:0xc4,_0x4ecce0:0xe1,_0x51e43c:0x11d,_0x3a2181:0x3a5,_0x58cb57:0x3d9,_0x4c3ebd:0x3d8,_0xf3acd5:0x3df,_0x26c349:0xbe,_0x2a373a:0xdd,_0x28d3b9:0xc0},_0x519a59={_0x4abec7:0x128,_0xc5e7df:0xf},_0x487906={_0x3fc63f:0x75,_0x2c6ee5:0x11f,_0x3d1f16:0x3c2},_0x542a4e={};_0x542a4e['otVyy']=function(_0x211208,_0x3db0b3){return _0x211208!==_0x3db0b3;},_0x542a4e[_0x4a1574(0xd7,0xa4,0xbb,_0x705466._0x75ec51)]=_0x2bbef3(0x38e,0x343,0x39b,0x359);function _0x4a1574(_0x2cdffb,_0x47db4f,_0x15d13f,_0x40eac4){return _0x2cdd89(_0x2cdffb-_0x487906._0x3fc63f,_0x47db4f-_0x487906._0x2c6ee5,_0x15d13f- -_0x487906._0x3d1f16,_0x2cdffb);}_0x542a4e[_0x4a1574(0xfc,0x90,_0x705466._0x52b3f8,_0x705466._0x49bed5)]=function(_0x4c3b01,_0x25f8b9){return _0x4c3b01===_0x25f8b9;};const _0x295091=_0x542a4e;function _0x2bbef3(_0x3e8ca7,_0x5b1be1,_0xb743c6,_0x204dbe){return _0x3ee1ce(_0x3e8ca7-_0x519a59._0x4abec7,_0x5b1be1-0x1c9,_0x204dbe,_0x3e8ca7-_0x519a59._0xc5e7df);}if(_0x295091[_0x4a1574(_0x705466._0x48ebc8,_0x705466._0x57f495,0x6b,_0x705466._0x440ef0)](typeof _0x194e29,_0x295091[_0x4a1574(_0x705466._0x1ad112,_0x705466._0x498e76,_0x705466._0x5624f6,_0x705466._0x106ff0)])||_0x295091[_0x4a1574(_0x705466._0x7bf50,0xa3,_0x705466._0xdb8737,0xbf)](_0x194e29[_0x4a1574(0xd6,0xcd,_0x705466._0x4ecce0,_0x705466._0x51e43c)],0x85e+-0x13e2+0xb84))return _0x194e29;let _0x239c3c=_0x194e29[_0x2bbef3(0x3be,0x3d6,0x385,_0x705466._0x3a2181)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');return _0x239c3c=_0x239c3c['replace'](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x239c3c=_0x239c3c[_0x2bbef3(0x3be,_0x705466._0x58cb57,_0x705466._0x4c3ebd,_0x705466._0xf3acd5)](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x239c3c=_0x239c3c[_0x4a1574(_0x705466._0x26c349,_0x705466._0x2a373a,_0x705466._0x28d3b9,0x10a)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,''),_0x239c3c;}
|
|
1
|
+
(function(_0x3bbf93,_0x229192){const _0x9c6738={_0x241c64:0x3d4,_0x369422:0x25f,_0x2e9864:0x256,_0xf705bc:0x25e,_0x544ba3:0x268,_0x5ce396:0x233,_0x3a3e9c:0x238,_0x13cb97:0x269,_0x536da3:0x415,_0x4faf8f:0x269,_0x2cbf9b:0x29e,_0x486922:0x45c,_0x4f5502:0x424,_0x2f7761:0x241,_0x187a6c:0x279,_0x4769e6:0x26c,_0x3ed03e:0x289,_0x35fd8a:0x242,_0x37199f:0x203,_0x6dadf5:0x1c9,_0x47cfe4:0x282,_0x879aae:0x243},_0x21804c={_0x2a861f:0xb0};function _0x395e54(_0x2048b6,_0x231b60,_0x5100cc,_0x12651c){return _0x3dbc(_0x5100cc-0x2a8,_0x231b60);}const _0x462076=_0x3bbf93();function _0x1990d6(_0x25c31b,_0x1f290e,_0x1c8b03,_0x2100d5){return _0x3dbc(_0x25c31b-_0x21804c._0x2a861f,_0x1f290e);}while(!![]){try{const _0x8ed1d2=parseInt(_0x395e54(0x3f5,0x40e,0x412,_0x9c6738._0x241c64))/(0x147+-0x1*0x15e3+0x149d)*(-parseInt(_0x1990d6(0x236,_0x9c6738._0x369422,_0x9c6738._0x2e9864,_0x9c6738._0xf705bc))/(-0x171+0x4a5+-0x332))+parseInt(_0x1990d6(_0x9c6738._0x544ba3,_0x9c6738._0x5ce396,_0x9c6738._0x3a3e9c,_0x9c6738._0x13cb97))/(0x1ca*0x13+-0x224c+0x51)+parseInt(_0x395e54(0x482,_0x9c6738._0x536da3,0x454,0x41c))/(-0x1375+0x3*-0xa8f+0x3326)*(parseInt(_0x1990d6(_0x9c6738._0x4faf8f,0x238,_0x9c6738._0x2cbf9b,0x29e))/(0xe24+0x1b79+-0x2c*0xf2))+-parseInt(_0x395e54(_0x9c6738._0x486922,0x44d,0x417,_0x9c6738._0x4f5502))/(0x9ca+-0x22dd+0x1919)+parseInt(_0x1990d6(0x26e,0x26a,_0x9c6738._0x2f7761,_0x9c6738._0x187a6c))/(0x878+0x4ba+-0xd2b)*(-parseInt(_0x1990d6(_0x9c6738._0x4769e6,0x25c,_0x9c6738._0x3ed03e,_0x9c6738._0x35fd8a))/(0x1a97+0x56*0x61+-0x3b25))+-parseInt(_0x1990d6(_0x9c6738._0x37199f,0x1c2,_0x9c6738._0x6dadf5,0x240))/(0xb55+-0x2*0x51d+-0x112*0x1)+parseInt(_0x1990d6(0x251,_0x9c6738._0x47cfe4,_0x9c6738._0x879aae,0x223))/(-0xc2e+0xb6*0x1+0xb82);if(_0x8ed1d2===_0x229192)break;else _0x462076['push'](_0x462076['shift']());}catch(_0x354660){_0x462076['push'](_0x462076['shift']());}}}(_0x252a,0x2*-0x16b77+-0xc5*0xeb+0xb8*0x747));function _0x252a(){const _0x29b194=['BMfTzq','ENf5tMy','wujvyM4','yK5Ou1e','DgvKigfIB3zLla','mJy2mJiZsuHbrMzR','mZe2oda1z3D6BLjO','kIOGkg90AgvYia','ic4Rxg4/','mtu0nhLnsNPRqG','ignOywLUkIOGka','mty4n0nHz3HoBq','B250zxH0xhmQxa','zw50CMLLCW','CMvWBgfJzq','iIK6','tvHHDe8','q3rbtue','ywrK','CNvJDgLVBNmPia','qNf6Bvi','ygbGyMfZAfXU','ywLSCYaOAw5ZDa','tfv6BKm','DgfZA0LK','BwfW','zwn0AxzLktO','qMH3zKK','uuPRyvq','y2HPBgrYzw4GBW','EvPpseO','rNHguge','l2fWAs9VyMPLyW','u2HzvNi','CM9VDcK6','ywDLBwvUDc9VyG','zwn0AxzLlw1HBG','ls0Txg5CBG','y09HAfu','y3vYBcaTCYaIja','vMT5wvm','vg8GCMvHzcb0Aa','ihj1BJO','x1nfuLzfuL9vuG','mti1nZm0nxDbAeDHwq','kIPtAwjSAw5Nia','C29YDe9YzgvY','AujmEK4','DgL2zs1Tyw5HzW','AxnbCNjHEq','Bg9JywXLq29TCa','DMuGq29UDgv4Da','BevzEM4','kd86wY0Qx11CCW','B2jQzwn0AxzLCW','kIL7mYX9xhmQxa','cGOTls0kcG','zg1QAfi','z2v0','D2HLCMuGAxqGCW','ALH2yNa','xg5CBG','qvffuvq','EwH1Bxi','ywLSC1TCC1Xtxq','E0nprevsrKXpvW','CffozM0','m0HuuwDgAW','B1Pbwwu','yKTdr1u','AMvJDgL2zq','CJ9CBLTCCLXUxq','mta1nta4mMPdwKHYrW','CMDquwm','ig9IAMvJDgL2zq','wu5xu3G','kd86xhi/xg4PpW','zsbMDwXSigrLDa','B2jQzwn0AxzL','y2HPBgrYzw4','BgvUz3rO','E1rbu0TFsur9iG','Eu5Iuue','yw5Jzxn0B3jZ','yLvvBLG','y3rPDMvjza','C2LIBgLUz3m','wgzwBKi','Dw5RBM93BI1Pza','DgHLihbHCMvUDa','zw1LBNqVB2jQzq','C2XPy2u','vgfZAY1jzdOGja','t0DLyvK','lIbizxjLigLZia','mtm5ndu4DMzlAuzi','Ehrxyxe','rfrcD2O','yNHzy0O','kI4RxhmQkd86xa','AM9PBG','AMvJDgL2ztO','zIb0AgLZig9IAG','yxLZy2S','B2yGyw55ig9IAG','vgHPCYb0yxnRia','y3rPDMu','kIOG','xg5CBLTCC1Xtxq','w1XZxfnDkJ8','icHG','t1HWzvi','zwqGzNjVBsbHBG','CJ9CBIK/','CgfYzw50t2jQzq','zwqGzNjVBsbVyG','D2fZigXHDw5JAa','ygbGyMfZAa','BujHqwe','C291CMnLt2jQzq','ChvZAa','AMvJDgL2ztPCCW','nti5ntuZmfLyAxP6Aa','u10Qp2bGyfXZkG','vuz2u0e','EhbfrKO','igHPzxjHCMnOEq','AvfqCve','i3SXldn9xhmQtW','kIPdDxjYzw50ia','yMPLy3rPDMuGqW','C3rHDhvZ','C3rYAw5N','nhzIA3HYuW','kd86xhi/xg4PkG','ihvUzgvYici','AMvJDgL2zs88sq','AxrZigLUihrOzq','B2jQzwn0AxzLoG','th0VyxbPl29IAG'];_0x252a=function(){return _0x29b194;};return _0x252a();}function isObjective(_0x1d9d1d){const _0x3fa7e7={_0x234159:0xc,_0xf7a00d:0x52,_0x2c807b:0x5e,_0x202c63:0x24,_0x9191c8:0x4e,_0x97911d:0x14},_0x16e96b={_0x409d31:0x15c},_0x4dfecd={_0x27fd9b:0x3cd},_0x59e041={};_0x59e041[_0x3304e1(-0x4b,_0x3fa7e7._0x234159,-0x5,-0xd)]='objective';function _0xac5bf(_0x1fdd9d,_0x27a727,_0x1f2dfb,_0x4813b5){return _0x3dbc(_0x4813b5-_0x4dfecd._0x27fd9b,_0x1f2dfb);}const _0x57da91=_0x59e041;function _0x3304e1(_0x54f91d,_0x731d20,_0x489d96,_0x1c6110){return _0x3dbc(_0x1c6110- -_0x16e96b._0x409d31,_0x489d96);}return _0x1d9d1d?.[_0x3304e1(_0x3fa7e7._0xf7a00d,_0x3fa7e7._0x2c807b,_0x3fa7e7._0x202c63,_0x3fa7e7._0x9191c8)]===_0x57da91[_0x3304e1(-0x4,0x2e,_0x3fa7e7._0x97911d,-0xd)];}function toReferenceObjective(_0x2db049,_0x1be475){const _0x569174={_0x32e5b1:0x2be,_0x4be856:0x16b,_0x435819:0x17c},_0x105113={_0x32ebb6:0xe4},_0x100bba={_0x2e1f8f:0x32f},_0x3a59ec={};function _0x2a284f(_0x49f6f9,_0xbcdd50,_0x473199,_0x52a287){return _0x3dbc(_0x473199- -_0x100bba._0x2e1f8f,_0x52a287);}_0x3a59ec['id']=_0x1be475?.[_0x51de8f(0x2b2,_0x569174._0x32e5b1,0x2a8,0x2af)]||_0x2db049;function _0x51de8f(_0x16a227,_0x4f62e0,_0x43b69e,_0x32d378){return _0x3dbc(_0x32d378-_0x105113._0x32ebb6,_0x43b69e);}return _0x3a59ec[_0x2a284f(-_0x569174._0x4be856,-0x18b,-_0x569174._0x435819,-0x184)]=_0x1be475?.['name']||_0x2db049,_0x3a59ec;}function sortBySortOrder(_0x39572a,_0x4d3511){const _0xea821f={_0x46ce94:0x119,_0x215d9f:0x51e,_0x117f83:0x11c,_0x4bad67:0x4fe,_0x2601a0:0x521,_0x111355:0x577,_0x4b073f:0x562,_0x1b291b:0x130,_0x21d5d3:0x163,_0x595de7:0xd6,_0x2adae3:0x116},_0x2a9c11={_0x554aeb:0x83},_0x56083a={};_0x56083a[_0x2b822b(0x104,0x10a,0xeb,_0xea821f._0x46ce94)]=function(_0x36b598,_0x3d550f){return _0x36b598!==_0x3d550f;};function _0x2b822b(_0x4da020,_0x1f885d,_0x182e7e,_0x3a703c){return _0x3dbc(_0x4da020- -_0x2a9c11._0x554aeb,_0x1f885d);}_0x56083a[_0x5046d9(0x4f1,0x52e,0x4ea,0x55f)]=function(_0x10af1e,_0x42ad63){return _0x10af1e-_0x42ad63;};const _0x83cbaa=_0x56083a,_0x5e7839=_0x39572a[_0x5046d9(0x510,_0xea821f._0x215d9f,0x55b,0x508)]||-0x1*0x1365+-0x1c7a+0x2fdf;function _0x5046d9(_0x59ac13,_0x412e92,_0x387d85,_0x4c31da){return _0x3dbc(_0x412e92-0x3c9,_0x387d85);}const _0xa91476=_0x4d3511['sortOrder']||-0x17*-0x185+-0x971+-0x1982;if(_0x83cbaa[_0x2b822b(0x104,0x127,_0xea821f._0x117f83,0x148)](_0x5e7839,_0xa91476))return _0x83cbaa[_0x5046d9(_0xea821f._0x4bad67,0x52e,_0xea821f._0x2601a0,0x50a)](_0x5e7839,_0xa91476);const _0x1f245b=_0x39572a[_0x5046d9(_0xea821f._0x111355,0x57c,0x5b0,_0xea821f._0x4b073f)]||'',_0x3768d8=_0x4d3511[_0x2b822b(_0xea821f._0x1b291b,0x12a,0x103,_0xea821f._0x21d5d3)]||'';return _0x1f245b[_0x2b822b(_0xea821f._0x595de7,_0xea821f._0x2adae3,0x115,0xd6)+'are'](_0x3768d8);}function formatObjectiveLabel(_0x1d7b6e){const _0x6b0692={_0x46bdaa:0x1de,_0x41144a:0x1a9,_0x3c5501:0x1b9,_0x3e2ea7:0x1f9,_0x20b264:0x3a9,_0x8accbf:0x3ee,_0x535170:0x3b8,_0x1c3af3:0x20f,_0x5a2661:0x1fc,_0x11b96e:0x23f,_0x31471f:0x334,_0x11aa2e:0x3cc,_0x404605:0x37e,_0xad1f10:0x377,_0x435b9a:0x36c},_0x48e0a1={};_0x48e0a1[_0x3b0bb6(_0x6b0692._0x46bdaa,0x1c1,0x1d4,_0x6b0692._0x41144a)]='Unknown\x20ob'+_0x3b0bb6(_0x6b0692._0x3c5501,0x1ca,_0x6b0692._0x3e2ea7,0x1c4),_0x48e0a1[_0x1b9507(0x3b9,_0x6b0692._0x20b264,_0x6b0692._0x8accbf,_0x6b0692._0x535170)]=_0x3b0bb6(0x1d6,_0x6b0692._0x1c3af3,0x20b,_0x6b0692._0x5a2661);function _0x1b9507(_0x2404ca,_0x35ad26,_0x45ac73,_0x509a11){return _0x3dbc(_0x35ad26-0x1e2,_0x45ac73);}function _0x3b0bb6(_0x59a084,_0x479c10,_0xa047e,_0x50018a){return _0x3dbc(_0xa047e-0x8c,_0x479c10);}const _0x58f8e0=_0x48e0a1,_0x29f2e6=_0x1d7b6e?.[_0x3b0bb6(0x217,0x270,_0x6b0692._0x11b96e,0x210)]||_0x1d7b6e?.['id']||_0x58f8e0[_0x1b9507(_0x6b0692._0x31471f,0x32a,0x303,0x34b)],_0x5333b=_0x1d7b6e?.['id']||_0x58f8e0[_0x1b9507(0x3cc,0x3a9,_0x6b0692._0x11aa2e,0x395)];return _0x29f2e6+_0x1b9507(_0x6b0692._0x404605,_0x6b0692._0xad1f10,_0x6b0692._0x435b9a,0x360)+_0x5333b+'`)';}const OBJECTIVE_CONTEXT_HEADING='##\x20Objecti'+_0x550266(0x335,0x322,0x30f,0x332);function _0x354454(_0x6e8924,_0x4ee7ec,_0x24548b,_0x15822b){return _0x3dbc(_0x24548b- -0x1a4,_0x6e8924);}const OBJECTIVE_CONTEXT_INTRO=_0x354454(-0x35,-0x3e,-0x14,0x1f)+_0x550266(0x363,0x37e,0x35e,0x373)+_0x354454(-0x3b,-0x53,-0xd,-0x33)+'\x20objective'+_0x354454(-0x1b,-0x2,-0x1f,-0x22)+_0x354454(-0x56,-0x27,-0x42,-0x44)+_0x550266(0x369,0x370,0x343,0x388)+_0x354454(-0xf,-0x29,-0x33,0xd)+_0x550266(0x38d,0x352,0x36d,0x37d)+':',OBJECTIVE_CONTEXT_SOLO_PREFIX='This\x20task\x20'+_0x354454(-0x31,0x8,-0x9,0x25)+_0x354454(-0x31,-0x3e,-0xa,0x2b)+_0x354454(-0x50,0xa,-0x18,-0x30);function _0x550266(_0x28fb2f,_0x7511be,_0x3e0db5,_0x1b970e){return _0x3dbc(_0x1b970e-0x1d8,_0x3e0db5);}const OBJECTIVE_CONTEXT_DETAILS_HINT=_0x354454(-0x21,-0x63,-0x54,-0x77)+_0x550266(0x315,0x345,0x30c,0x34c)+_0x550266(0x38b,0x3af,0x37f,0x3a1)+_0x550266(0x3da,0x391,0x3b2,0x39e)+_0x354454(-0x3d,-0x55,-0x15,0x2e)+'ective\x20lis'+_0x550266(0x385,0x350,0x363,0x38f)+_0x550266(0x330,0x304,0x308,0x329),OBJECTIVE_CONTEXT_DETAILS_CURL=_0x550266(0x31c,0x30e,0x2e4,0x326)+_0x354454(-0x1e,-0x3,-0x3c,-0x3f)+_0x354454(-0x63,-0x71,-0x52,-0x6f)+_0x354454(-0x1b,-0x18,0xe,-0x6)+_0x550266(0x2f9,0x357,0x35a,0x323)+_0x354454(-0x4d,-0x1e,-0x5a,-0xa0)+_0x550266(0x385,0x38c,0x371,0x387)+'D>\x22\x20-H\x20\x22X-'+_0x354454(-0x49,0x2,-0x21,-0x58)+_0x550266(0x332,0x337,0x37d,0x350);function escapeRegExp(_0x3d981c){const _0x4be9ba={_0x347a2d:0x1f1,_0x115c3b:0x1f9,_0x1393b9:0x241},_0x33fd1f={_0x3f6bb3:0x31,_0x59a4c4:0x1ea};function _0x46b237(_0xa3747c,_0xa09c2c,_0x1536a2,_0x2bc440){return _0x354454(_0xa09c2c,_0xa09c2c-_0x33fd1f._0x3f6bb3,_0x1536a2-_0x33fd1f._0x59a4c4,_0x2bc440-0x6d);}return _0x3d981c[_0x46b237(_0x4be9ba._0x347a2d,_0x4be9ba._0x115c3b,0x207,_0x4be9ba._0x1393b9)](/[.*+?^${}()|[\]\\]/g,'\x5c$&');}function _0x3dbc(_0xec03c1,_0x38a2fc){_0xec03c1=_0xec03c1-(-0x1257+-0x13*-0xe5+0x3*0xdf);const _0x45c58b=_0x252a();let _0x290d32=_0x45c58b[_0xec03c1];if(_0x3dbc['FKFvdT']===undefined){var _0x301bed=function(_0x5078cc){const _0x5d5e4a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x327e6e='',_0x1d9f1c='';for(let _0x5d7c94=-0x5a6+0x3*-0xc47+0x5*0x87f,_0xfd4f4e,_0x2be3a0,_0x3536b9=-0x49*-0x49+0x3*-0x79d+0x206;_0x2be3a0=_0x5078cc['charAt'](_0x3536b9++);~_0x2be3a0&&(_0xfd4f4e=_0x5d7c94%(-0x4f5*0x5+0x71a*0x5+-0xab5)?_0xfd4f4e*(0x6d0*0x1+-0x1376*-0x2+-0x2d7c)+_0x2be3a0:_0x2be3a0,_0x5d7c94++%(-0x1a3e*-0x1+-0x2331+0x33*0x2d))?_0x327e6e+=String['fromCharCode'](-0x25e1+-0x23e*-0x7+-0x1*-0x172e&_0xfd4f4e>>(-(0xf*-0x1df+-0x1a1*0xd+0x3140)*_0x5d7c94&0x1*-0x21b3+0xf84+0x1235)):-0x1e29+-0x260+0x2089){_0x2be3a0=_0x5d5e4a['indexOf'](_0x2be3a0);}for(let _0x503263=0x1d3f+0x1529*-0x1+-0x816,_0x266e44=_0x327e6e['length'];_0x503263<_0x266e44;_0x503263++){_0x1d9f1c+='%'+('00'+_0x327e6e['charCodeAt'](_0x503263)['toString'](-0x470*0x8+0x2*0xf21+0x54e))['slice'](-(0x1*0xfec+-0xc6b+-0x37f));}return decodeURIComponent(_0x1d9f1c);};_0x3dbc['fxngZf']=_0x301bed,_0x3dbc['ngsEYO']={},_0x3dbc['FKFvdT']=!![];}const _0x37d80d=_0x45c58b[-0x17f*-0x8+0x4e8*-0x4+0x7a8],_0x298aec=_0xec03c1+_0x37d80d,_0x455797=_0x3dbc['ngsEYO'][_0x298aec];return!_0x455797?(_0x290d32=_0x3dbc['fxngZf'](_0x290d32),_0x3dbc['ngsEYO'][_0x298aec]=_0x290d32):_0x290d32=_0x455797,_0x290d32;}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0x354454(-0x36,-0x6b,-0x58,-0x5c)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x354454(-0x19,-0x54,-0x40,-0x84)+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+(_0x550266(0x3b0,0x32f,0x35a,0x36b)+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x550266(0x35c,0x386,0x3d3,0x3a0)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+'```\x5cn?','g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x550266(0x3ab,0x38d,0x361,0x385)+_0x550266(0x358,0x2f4,0x2fd,0x334)+_0x550266(0x336,0x35e,0x377,0x336)+_0x550266(0x365,0x332,0x31f,0x346)+'*'+(_0x550266(0x348,0x3bd,0x39b,0x37f)+_0x354454(0x39,-0x30,0x5,0x2f)+_0x550266(0x3bc,0x3be,0x3b3,0x397)+'r?\x5cn[\x5cs\x5cS]'+'*?')+(_0x550266(0x3a8,0x38b,0x361,0x368)+_0x354454(0x35,-0x47,-0x9,0x1c)+_0x354454(-0x20,-0x2a,-0xd,-0x3f)+_0x550266(0x365,0x336,0x361,0x349)+_0x354454(-0x1a,-0x16,-0x10,0x18))+(_0x354454(-0x30,-0x15,-0x54,-0x58)+_0x354454(-0x44,-0x2e,-0x30,-0x34)+_0x550266(0x32f,0x384,0x366,0x33f)+'*?')+(_0x354454(-0x2a,-0x6c,-0x5d,-0xa0)+_0x354454(-0x51,-0x84,-0x4d,-0x62)+_0x354454(-0x2d,-0x23,-0x23,-0x25)+'ctive/[\x5cs\x5c'+_0x354454(0x7,0x5,-0x2,0x19)+_0x550266(0x310,0x38a,0x31d,0x34b)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp('---\x5cn\x5cn'+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x354454(-0x71,-0x29,-0x40,-0x6a)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0x354454(-0x4,0x15,0x17,0x7)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x354454(0x1a,-0x23,0x9,-0x2a)+'(?:[-*_]\x5cs'+_0x354454(-0x57,-0x6a,-0x46,-0x36)+_0x550266(0x30f,0x32e,0x353,0x346)+'*'+(_0x550266(0x377,0x3bd,0x386,0x37f)+_0x550266(0x341,0x3c2,0x33b,0x381)+'ontext\x5cs*\x5c'+'r?\x5cn[\x5cr\x5cn]'+'*')+(_0x354454(-0x40,-0x15,-0x14,0x31)+_0x354454(0x2c,-0x24,-0x9,0x24)+'ed\x20from\x20ob'+_0x550266(0x39e,0x339,0x39d,0x378)+_0x550266(0x3a3,0x36a,0x328,0x362)+_0x354454(0x6,0x35,-0xc,-0x3e)),'g');export function buildReferenceObjectivesContext(_0x592922,_0x3592ce){const _0x1469b1={_0xe2700b:0xd6,_0x5b3724:0x30,_0x34f482:0x51,_0x26e60f:0x23e,_0x408d71:0x264,_0x3f298d:0x216,_0x548f00:0x229,_0x121f77:0x8d,_0x3b97a1:0x48,_0x3c8b3f:0x1d7,_0xcc9f8c:0x232,_0x98664f:0x254,_0x1ffeba:0x280,_0x496d09:0x83,_0x209b4c:0x233,_0x3a6a58:0x5d,_0x17df8f:0x202,_0x2e9fa7:0x248,_0x1b7f7d:0x288,_0x133c02:0x241,_0x104f51:0x204,_0x237076:0x214,_0x2abb2f:0xa5,_0x36f90f:0x1b,_0x5117fa:0x5b,_0x179fef:0x58,_0x4c2315:0x7b,_0x479dbf:0x67,_0x486f5:0xaf,_0x443945:0xdc,_0x2dcd1e:0xdc,_0xaff9c9:0x9a,_0x37a5d6:0x91,_0x436a3c:0xc7,_0x1d5524:0xb0,_0x52a4bc:0x15,_0x4933e6:0x43,_0x57062b:0x249,_0x2b6ae4:0xd0,_0x5af9bd:0x211,_0x25995f:0x271,_0x2c6036:0x27a,_0x58bb53:0x26f,_0x1a7dcd:0x2b7,_0x5d4b99:0xb3,_0x69c9db:0x72},_0x400c1b={_0x2617c8:0x137},_0x2020c9={_0x511ca7:0xf4,_0x1e10ee:0x2f1},_0x19543b={'kWuyL':function(_0x45c630,_0x2b1136){return _0x45c630+_0x2b1136;},'yNbQA':function(_0x57c05b,_0x4cc330){return _0x57c05b(_0x4cc330);},'BgRNi':function(_0x282b7b,_0xf087a5){return _0x282b7b||_0xf087a5;},'pQNfm':function(_0x5ce9a5,_0x5d89ce){return _0x5ce9a5(_0x5d89ce);},'ObPBQ':function(_0x590624,_0x520415){return _0x590624(_0x520415);},'AVOeH':function(_0x256a56,_0x36b911){return _0x256a56===_0x36b911;},'oZAYe':_0x32aebd(0xd3,0x65,0xaa,_0x1469b1._0xe2700b),'LUznC':function(_0x56151d,_0x2095f2,_0x641277){return _0x56151d(_0x2095f2,_0x641277);},'bxYcJ':function(_0x362965,_0x37e0fb){return _0x362965!==_0x37e0fb;},'yZOHJ':function(_0x42d9e8,_0x1844ff){return _0x42d9e8(_0x1844ff);},'cOahU':function(_0x2253dd,_0x2ab7fc,_0x1c6897){return _0x2253dd(_0x2ab7fc,_0x1c6897);}};if(_0x19543b['BgRNi'](!_0x592922,!_0x3592ce))return null;const _0x74758e=_0x592922[_0x32aebd(_0x1469b1._0x5b3724,0x7d,0x48,_0x1469b1._0x34f482)](_0x3592ce);if(!_0x19543b[_0x235a98(-_0x1469b1._0x26e60f,-0x25b,-0x239,-_0x1469b1._0x408d71)](isObjective,_0x74758e))return null;function _0x32aebd(_0x211594,_0x12c9e4,_0x322f43,_0x512635){return _0x550266(_0x211594-_0x2020c9._0x511ca7,_0x12c9e4-0x127,_0x211594,_0x322f43- -_0x2020c9._0x1e10ee);}const _0x45c060=[],_0x2a8442=new Set();let _0x9554ea=_0x3592ce;while(_0x9554ea&&!_0x2a8442['has'](_0x9554ea)){_0x2a8442[_0x235a98(-_0x1469b1._0x3f298d,-0x1ff,-0x230,-_0x1469b1._0x548f00)](_0x9554ea);const _0x5ce7d3=_0x592922[_0x32aebd(_0x1469b1._0x121f77,0x7,_0x1469b1._0x3b97a1,0x22)](_0x9554ea);if(!_0x19543b['ObPBQ'](isObjective,_0x5ce7d3)){if(_0x19543b['AVOeH'](_0x235a98(-_0x1469b1._0x3c8b3f,-0x201,-_0x1469b1._0xcc9f8c,-0x1ea),_0x19543b[_0x235a98(-0x236,-0x259,-_0x1469b1._0x98664f,-_0x1469b1._0x1ffeba)]))break;else _0x54c2b2[_0x235a98(-0x23c,-0x225,-_0x1469b1._0xcc9f8c,-0x255)](_0x19543b['kWuyL'](_0x431f5f,0x6*-0x31c+-0x66a+-0x7*-0x395)+'.\x20'+_0x19543b[_0x32aebd(_0x1469b1._0x496d09,0x4e,0x60,0x93)](_0x2087a9,_0x4c9d9b[_0x35adc0]));}_0x45c060['push'](_0x19543b[_0x235a98(-0x21e,-0x1fa,-_0x1469b1._0x209b4c,-0x1d2)](toReferenceObjective,_0x9554ea,_0x5ce7d3)),_0x9554ea=_0x5ce7d3['parentObje'+_0x32aebd(0x9f,_0x1469b1._0x3a6a58,0x63,0x33)];}const _0x399c1e=[],_0x11b201=_0x74758e['parentObje'+_0x235a98(-_0x1469b1._0x17df8f,-_0x1469b1._0x2e9fa7,-0x266,-_0x1469b1._0x1b7f7d)];if(_0x11b201)for(const [_0x25dbc4,_0x2f9c9e]of _0x592922[_0x235a98(-_0x1469b1._0x133c02,-_0x1469b1._0x104f51,-_0x1469b1._0x104f51,-_0x1469b1._0x237076)]()){if(!_0x19543b[_0x32aebd(0x81,_0x1469b1._0x2abb2f,0x60,_0x1469b1._0x36f90f)](isObjective,_0x2f9c9e))continue;if(_0x19543b['AVOeH'](_0x25dbc4,_0x3592ce))continue;if(_0x19543b[_0x32aebd(0x9a,_0x1469b1._0x5117fa,0x70,_0x1469b1._0x179fef)](_0x2f9c9e[_0x32aebd(_0x1469b1._0x4c2315,_0x1469b1._0x479dbf,0x80,0xb9)+'ctiveId'],_0x11b201))continue;const _0x1ac8af={};_0x1ac8af['id']=_0x2f9c9e[_0x32aebd(0x9f,0x77,0xb2,0xc0)]||_0x25dbc4,_0x1ac8af[_0x32aebd(_0x1469b1._0x486f5,0xd1,0x9a,0x61)]=_0x2f9c9e[_0x32aebd(_0x1469b1._0x443945,_0x1469b1._0x2dcd1e,_0x1469b1._0xaff9c9,_0x1469b1._0x37a5d6)]||_0x25dbc4,_0x1ac8af[_0x32aebd(0x42,0x80,0x3c,0x76)]=_0x2f9c9e['sortOrder'],_0x399c1e['push'](_0x1ac8af);}function _0x235a98(_0x3904f9,_0x49e20f,_0x951d21,_0x26eafe){return _0x354454(_0x951d21,_0x49e20f-0xa7,_0x49e20f- -0x220,_0x26eafe-_0x400c1b._0x2617c8);}const _0x3c2f30=[];for(const [_0x43f8b5,_0x11a8de]of _0x592922[_0x32aebd(0x79,_0x1469b1._0x436a3c,0xa7,_0x1469b1._0x1d5524)]()){if(!_0x19543b[_0x32aebd(0x51,-_0x1469b1._0x52a4bc,0x2c,0x13)](isObjective,_0x11a8de))continue;if(_0x11a8de[_0x32aebd(_0x1469b1._0x4933e6,0x8c,0x80,0x69)+_0x235a98(-0x20d,-_0x1469b1._0x2e9fa7,-_0x1469b1._0x57062b,-0x277)]!==_0x3592ce)continue;const _0x102d09={};_0x102d09['id']=_0x11a8de[_0x32aebd(0xee,0xd5,0xb2,_0x1469b1._0x2b6ae4)]||_0x43f8b5,_0x102d09[_0x235a98(-0x1de,-_0x1469b1._0x5af9bd,-0x22d,-0x22f)]=_0x11a8de[_0x32aebd(0xa7,0x5e,0x9a,0x9d)]||_0x43f8b5,_0x102d09[_0x235a98(-0x268,-0x26f,-_0x1469b1._0x25995f,-_0x1469b1._0x2c6036)]=_0x11a8de[_0x235a98(-0x233,-_0x1469b1._0x58bb53,-0x2a7,-0x250)],_0x3c2f30['push'](_0x102d09);}return _0x399c1e['sort'](sortBySortOrder),_0x3c2f30['sort'](sortBySortOrder),{'sourceObjective':_0x19543b[_0x235a98(-_0x1469b1._0x1a7dcd,-0x277,-0x286,-0x2a2)](toReferenceObjective,_0x3592ce,_0x74758e),'ancestors':_0x45c060,'siblings':_0x399c1e['map'](({id:_0x6dc0f4,name:_0x8ab9df})=>({'id':_0x6dc0f4,'name':_0x8ab9df})),'children':_0x3c2f30[_0x32aebd(0xd8,0xb5,_0x1469b1._0x5d4b99,_0x1469b1._0x69c9db)](({id:_0xfc0194,name:_0x3f7a92})=>({'id':_0xfc0194,'name':_0x3f7a92}))};}export function formatReferenceObjectivesMarkdown(_0x13690a){const _0x4a3fbb={_0x766eff:0x10d,_0x166811:0x140,_0x155304:0xfd,_0x37b2f8:0x46,_0x585a7e:0x134,_0x29f4af:0x115,_0x3bfb2a:0xf8,_0x3a4d54:0x11f,_0x1b7e4e:0xf6,_0x51662d:0x17c,_0x29253d:0x1b7,_0x4fd7af:0x122,_0x531e48:0xeb,_0x249cc7:0x109,_0x2a265d:0x29,_0xc4f6c6:0x14,_0x37d1a4:0x57,_0x36c43e:0x4a,_0x3d5c49:0x5,_0x403888:0x18c,_0x30fdb2:0x1cc,_0x344364:0x37,_0x1d8d0d:0xc,_0x1ba5a1:0x141,_0x4eaba7:0x108,_0x4f27a4:0x60,_0x27b007:0x54,_0x114bd6:0x2e,_0x85a0ed:0x124,_0x5db042:0x144,_0x3234ef:0x24,_0x40c3fa:0xf,_0x11fd3b:0x10,_0x35c365:0x52,_0x473504:0x31,_0x478372:0x17,_0x22d6ec:0x1c,_0x235b18:0xf,_0xbfe787:0x1a8,_0x18b1f4:0x164,_0x3865cd:0x159,_0x52402e:0x13d,_0x110b0b:0x105,_0xb85135:0x26,_0xc81f93:0x0,_0x2cea26:0x8,_0xfd6b93:0x172,_0x3d2486:0x19c,_0x4f08fe:0x124,_0x1cd69e:0x6d,_0x1e4b8f:0x9,_0x518046:0xe,_0x1beb7a:0x11c,_0x35d5bd:0x100,_0x101e1f:0xfa,_0x43aced:0x161,_0x44dbae:0x14b,_0x1c0be7:0x18e,_0x14f195:0x1a9,_0x3176f2:0x144,_0x4797c1:0x107,_0x301252:0x2c,_0x4b7fc3:0x6,_0x1d52f2:0x19,_0x21d323:0x15e,_0x3a6616:0x11e,_0x4c5a43:0x120,_0x48b306:0x130,_0x3cce53:0x10,_0x51e72a:0x2e,_0x4a1cf3:0x188,_0x1d2b23:0x169,_0x2469b9:0x129,_0x3790f4:0x179,_0x4c24fb:0x167,_0x14e089:0x137,_0x549d01:0x142,_0x461a75:0x63,_0x4e69cd:0x151,_0x3852fb:0x17f,_0x45a42a:0x134,_0x5266e0:0x70,_0x2f6487:0x2a,_0x5b92f0:0x3e,_0x4f3cda:0xb,_0x33a7c4:0x12e,_0x1d167d:0x136,_0x48459e:0x155,_0x283d37:0x13d,_0x38805e:0x12,_0x56e229:0x3,_0x40e6ff:0x1d,_0x4fe94d:0x13b,_0x3308ec:0x13d,_0x52ac37:0x2,_0x240f60:0x2,_0x2e4982:0x154,_0xd5b194:0x119,_0x156077:0x15e,_0x545132:0x173,_0x53fa15:0x12f,_0x1e8121:0x146,_0x56289e:0xd,_0x3827e3:0x5e,_0x194556:0x61,_0x1938d1:0x54,_0x215c0f:0x54,_0x709409:0x2e,_0x343efa:0x5,_0x2be35a:0x1f,_0x152284:0x104,_0x34b0d4:0x125,_0x20b2a2:0x11b,_0x231270:0x13a,_0x243caa:0x32,_0x1507a0:0x179,_0x5a7ff0:0x15d,_0x57a1d1:0x1b9,_0xa7e0a1:0x18f,_0x308c13:0x38,_0x58d61a:0x8,_0x142387:0x29,_0x3b9d03:0xb,_0x130743:0x2b,_0x22cf0f:0x28,_0xbf128b:0x4b,_0x332a66:0x72,_0x5157c0:0x3c,_0x446216:0x7,_0x4124b7:0x40,_0x1e071a:0x171,_0x25647f:0x16b,_0x2b7948:0x47,_0x3d97a1:0x61,_0x488d55:0x45,_0x431bb9:0x63,_0x25790b:0x16a,_0x10d3ae:0x195,_0x32aa38:0x185,_0x25c777:0x3b,_0x3aa37b:0x180,_0x4249a1:0x19e,_0x518444:0x5b,_0x1903fa:0x175,_0x48e3ea:0x15c,_0xe349d5:0x3,_0x104459:0xf0,_0x5886f1:0x102,_0x591dff:0x38,_0x49946b:0x48,_0x2972e9:0x12,_0x1abc45:0x64,_0x10aac6:0x70,_0x528b05:0xc,_0x448c4f:0x25,_0x4ab76b:0x15b,_0x1e4343:0x149,_0x455c10:0x11c,_0x258b46:0x163,_0x521de5:0x165,_0x19d104:0x170,_0x6172f8:0x18f},_0x1cc5c2={_0x279763:0x10f,_0x1230e7:0x35e},_0x1a3011={_0x1c6f03:0x99};function _0x4c4d6c(_0x312563,_0x53cdfb,_0x221791,_0xfcd594){return _0x354454(_0x53cdfb,_0x53cdfb-0x48,_0x312563-0x163,_0xfcd594-_0x1a3011._0x1c6f03);}const _0x455721={'lzjCl':_0x4c4d6c(0x13f,_0x4a3fbb._0x766eff,_0x4a3fbb._0x766eff,0x15c)+_0x4c4d6c(0x130,_0x4a3fbb._0x166811,_0x4a3fbb._0x155304,0x176),'zqyNf':function(_0x52621a,_0x27c71d){return _0x52621a(_0x27c71d);},'YNWSx':function(_0x2af1de,_0x62c4ff){return _0x2af1de-_0x62c4ff;},'bUUnX':function(_0x3e1525,_0x1ed1c3){return _0x3e1525!==_0x1ed1c3;},'DTBwj':_0x52c6a0(0x16,0x32,_0x4a3fbb._0x37b2f8,0x25),'BhwfI':function(_0x5dbdec,_0x5a1199){return _0x5dbdec===_0x5a1199;},'FxFPa':_0x4c4d6c(_0x4a3fbb._0x585a7e,0x110,0x150,0x163),'lEYzn':function(_0x2afb94,_0x38bbdf){return _0x2afb94>_0x38bbdf;},'QJkaT':function(_0x5dcce6,_0x3206c6){return _0x5dcce6===_0x3206c6;},'XfVnB':_0x4c4d6c(_0x4a3fbb._0x29f4af,_0x4a3fbb._0x3bfb2a,_0x4a3fbb._0x3a4d54,_0x4a3fbb._0x1b7e4e),'YGBph':'---','CtAMA':function(_0x2fdc6a,_0x22d68e){return _0x2fdc6a(_0x22d68e);},'ReFWe':function(_0x5d0829,_0x35528f){return _0x5d0829===_0x35528f;},'bKCGU':_0x4c4d6c(0x155,0x13c,0x154,0x145),'aysck':'**Ancestor'+_0x4c4d6c(_0x4a3fbb._0x51662d,0x15f,_0x4a3fbb._0x29253d,0x1ac)+'parent\x20->\x20'+_0x4c4d6c(0x108,0xc8,0x136,0xda),'aySkf':function(_0x2e65ab,_0x4c4e59){return _0x2e65ab<_0x4c4e59;},'OGeaY':'EWncz','mBaAa':_0x4c4d6c(_0x4a3fbb._0x4fd7af,_0x4a3fbb._0x531e48,_0x4a3fbb._0x249cc7,0x10c),'avKpY':function(_0x11a090,_0x1d6369){return _0x11a090+_0x1d6369;},'yhumr':_0x52c6a0(_0x4a3fbb._0x2a265d,-_0x4a3fbb._0xc4f6c6,0x33,0x20),'bNhSQ':'**Sub-obje'+'ctives**\x20('+_0x52c6a0(_0x4a3fbb._0x37d1a4,0x28,0x5f,_0x4a3fbb._0x36c43e)+_0x52c6a0(0x40,0x5,-_0x4a3fbb._0x3d5c49,0x7)+_0x4c4d6c(_0x4a3fbb._0x403888,_0x4a3fbb._0x30fdb2,0x1bb,0x1ce),'dmjhR':function(_0x45453b,_0x493e68){return _0x45453b!==_0x493e68;},'rgPQc':'tsuHk','xpEFJ':'```'};function _0x52c6a0(_0x59e626,_0x2e8d82,_0x29fc87,_0x3def48){return _0x550266(_0x59e626-0xa,_0x2e8d82-_0x1cc5c2._0x279763,_0x29fc87,_0x3def48- -_0x1cc5c2._0x1230e7);}if(!_0x13690a)return null;const _0x534645=Array[_0x52c6a0(-0x34,-0x36,-0x69,-0x2e)](_0x13690a[_0x4c4d6c(0x139,0x123,0x114,0x12d)])?_0x13690a[_0x52c6a0(0xe,0x3a,-_0x4a3fbb._0x344364,-_0x4a3fbb._0x1d8d0d)][_0x4c4d6c(_0x4a3fbb._0x1ba5a1,_0x4a3fbb._0x249cc7,0x123,_0x4a3fbb._0x4eaba7)](-0x1548+-0x18e3+0x2e2c):[],_0x24367d=Array[_0x52c6a0(-0x33,-_0x4a3fbb._0x4f27a4,-_0x4a3fbb._0x27b007,-_0x4a3fbb._0x114bd6)](_0x13690a[_0x4c4d6c(0x13c,_0x4a3fbb._0x85a0ed,_0x4a3fbb._0x5db042,0x156)])&&_0x455721['lEYzn'](_0x13690a['siblings'][_0x52c6a0(-0xf,-0x48,_0x4a3fbb._0x3234ef,-_0x4a3fbb._0x40c3fa)],0x1*0xb27+-0x71*-0x11+-0x12a8),_0x195d01=Array[_0x52c6a0(-_0x4a3fbb._0x37d1a4,-_0x4a3fbb._0x11fd3b,-0x4b,-0x2e)](_0x13690a['children'])&&_0x13690a[_0x52c6a0(-_0x4a3fbb._0x35c365,_0x4a3fbb._0x473504,_0x4a3fbb._0x473504,-_0x4a3fbb._0x11fd3b)][_0x52c6a0(_0x4a3fbb._0x478372,-0xd,-_0x4a3fbb._0x22d6ec,-_0x4a3fbb._0x235b18)]>-0x2697+0x1a*-0x146+0x5*0xe57,_0x2a8397=_0x455721[_0x4c4d6c(0x18e,_0x4a3fbb._0xbfe787,0x1b3,_0x4a3fbb._0x18b1f4)](_0x534645[_0x4c4d6c(0x136,_0x4a3fbb._0x3865cd,0x106,0x166)],0xf1f+0x110b*0x1+0x17*-0x166)&&!_0x24367d&&!_0x195d01;if(_0x2a8397){if(_0x455721['bUUnX'](_0x455721[_0x4c4d6c(_0x4a3fbb._0x52402e,0xff,0x14f,_0x4a3fbb._0x110b0b)],_0x455721[_0x52c6a0(_0x4a3fbb._0xb85135,_0x4a3fbb._0xc81f93,0x18,-_0x4a3fbb._0x2cea26)])){const _0x238fc9=_0x368a69[0x566+0x19f7+0x1*-0x1f5d]?.[_0x4c4d6c(_0x4a3fbb._0xfd6b93,0x165,0x15f,0x1ab)]||_0x455721['lzjCl'];_0x54b7ca[_0x4c4d6c(0x15e,0x15d,_0x4a3fbb._0x3d2486,_0x4a3fbb._0x4f08fe)](_0x4c4d6c(0x113,0x129,0x11a,0xf1)+_0x52c6a0(-_0x4a3fbb._0x1cd69e,-_0x4a3fbb._0x1e4b8f,-_0x4a3fbb._0x518046,-0x29)+'**\x20(other\x20'+_0x4c4d6c(_0x4a3fbb._0x1beb7a,0x151,_0x4a3fbb._0x35d5bd,_0x4a3fbb._0x101e1f)+_0x4c4d6c(0x16d,_0x4a3fbb._0x43aced,0x130,_0x4a3fbb._0x44dbae)+_0x238fc9+_0x4c4d6c(0x181,0x16c,_0x4a3fbb._0x1c0be7,_0x4a3fbb._0x14f195));for(const _0x32a3d6 of _0x290d32[_0x4c4d6c(0x13c,0x151,_0x4a3fbb._0x3176f2,_0x4a3fbb._0x4797c1)]){_0x298aec[_0x52c6a0(_0x4a3fbb._0x301252,0x2c,_0x4a3fbb._0x4b7fc3,_0x4a3fbb._0x1d52f2)]('-\x20'+_0x455797(_0x32a3d6));}_0x45c58b[_0x4c4d6c(_0x4a3fbb._0x21d323,0x185,0x1a3,0x15e)]('');}else return _0x4c4d6c(_0x4a3fbb._0x3a6616,0x109,_0x4a3fbb._0x4c5a43,_0x4a3fbb._0x48b306)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0x455721[_0x52c6a0(0x7,-0x14,-_0x4a3fbb._0x3cce53,_0x4a3fbb._0x51e72a)](formatObjectiveLabel,_0x13690a[_0x4c4d6c(0x15d,_0x4a3fbb._0x4a1cf3,0x14f,0x14c)+_0x4c4d6c(0x150,_0x4a3fbb._0x1d2b23,_0x4a3fbb._0x2469b9,_0x4a3fbb._0x3790f4)])+'.\x0a';}const _0x11c289=['','',_0x455721['YGBph'],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x4c4d6c(_0x4a3fbb._0x4c24fb,_0x4a3fbb._0x14e089,0x188,_0x4a3fbb._0x549d01)+_0x52c6a0(0x46,_0x4a3fbb._0x1e4b8f,_0x4a3fbb._0x461a75,0x2b)+_0x4c4d6c(_0x4a3fbb._0x4e69cd,_0x4a3fbb._0x3852fb,_0x4a3fbb._0x45a42a,0x115)+_0x455721[_0x52c6a0(_0x4a3fbb._0x5266e0,0x2c,_0x4a3fbb._0x2f6487,_0x4a3fbb._0x5b92f0)](formatObjectiveLabel,_0x13690a['sourceObje'+_0x52c6a0(0x17,0x3a,-0x24,_0x4a3fbb._0x4f3cda)]),''];if(_0x455721[_0x4c4d6c(0x11a,_0x4a3fbb._0x33a7c4,0xff,0x14e)](_0x534645[_0x4c4d6c(_0x4a3fbb._0x1d167d,_0x4a3fbb._0x48459e,0x126,_0x4a3fbb._0x21d323)],-0xd*0x23b+-0x2588+-0x15*-0x32b)){if(_0x455721['ReFWe'](_0x455721[_0x4c4d6c(0x12b,_0x4a3fbb._0x283d37,0x116,0x136)],'OXpeR')){_0x11c289[_0x52c6a0(_0x4a3fbb._0x38805e,0x3f,0x13,0x19)](_0x455721[_0x52c6a0(0x5,0x3d,0x4b,0x8)]);for(let _0x4d2be8=0x9b1+0x1f5c+-0x290d;_0x455721['aySkf'](_0x4d2be8,_0x534645[_0x52c6a0(_0x4a3fbb._0x56e229,-_0x4a3fbb._0x40e6ff,-0x35,-0xf)]);_0x4d2be8++){_0x455721[_0x4c4d6c(0x13a,0x159,_0x4a3fbb._0x4fe94d,_0x4a3fbb._0x3308ec)](_0x455721[_0x52c6a0(-0x3f,-0x31,_0x4a3fbb._0x52ac37,-_0x4a3fbb._0x240f60)],_0x455721[_0x4c4d6c(0x15c,0x123,_0x4a3fbb._0x2e4982,_0x4a3fbb._0xd5b194)])?_0x11c289[_0x4c4d6c(_0x4a3fbb._0x156077,0x14d,0x11b,0x14e)](_0x455721['avKpY'](_0x4d2be8,-0x46e+0x180b+-0x139c)+'.\x20'+_0x455721[_0x4c4d6c(_0x4a3fbb._0x545132,0x18d,_0x4a3fbb._0x53fa15,_0x4a3fbb._0x1e8121)](formatObjectiveLabel,_0x534645[_0x4d2be8])):_0xfd4f4e[_0x52c6a0(0x34,_0x4a3fbb._0x56289e,_0x4a3fbb._0x3827e3,0x19)]('-\x20'+_0x455721[_0x52c6a0(_0x4a3fbb._0x194556,_0x4a3fbb._0x1938d1,_0x4a3fbb._0x215c0f,_0x4a3fbb._0x709409)](_0x2be3a0,_0x3536b9));}_0x11c289[_0x52c6a0(-_0x4a3fbb._0x343efa,0x56,_0x4a3fbb._0x2be35a,0x19)]('');}else return _0x455721[_0x4c4d6c(0x131,_0x4a3fbb._0x152284,0xfe,0x126)](_0x2ea92e,_0x4fb7bc);}if(_0x24367d){if(_0x455721[_0x4c4d6c(_0x4a3fbb._0x34b0d4,_0x4a3fbb._0x20b2a2,_0x4a3fbb._0x3308ec,_0x4a3fbb._0x231270)]!=='ptWdc'){const _0x34ee0a=_0x534645[-0x2221*0x1+0x27f*-0xb+0x3d96]?.['name']||_0x455721['lzjCl'];_0x11c289['push'](_0x52c6a0(-0x4d,-0x54,-_0x4a3fbb._0x56289e,-_0x4a3fbb._0x243caa)+_0x4c4d6c(0x11c,0x102,0x12a,0x110)+_0x4c4d6c(_0x4a3fbb._0x1507a0,_0x4a3fbb._0x5a7ff0,_0x4a3fbb._0x57a1d1,_0x4a3fbb._0xa7e0a1)+_0x52c6a0(-_0x4a3fbb._0x308c13,_0x4a3fbb._0x58d61a,-0xb,-_0x4a3fbb._0x142387)+_0x52c6a0(-_0x4a3fbb._0x3b9d03,_0x4a3fbb._0x130743,0x28,_0x4a3fbb._0x22cf0f)+_0x34ee0a+_0x52c6a0(_0x4a3fbb._0xbf128b,0x66,_0x4a3fbb._0x332a66,_0x4a3fbb._0x5157c0));for(const _0xa0123c of _0x13690a['siblings']){_0x11c289['push']('-\x20'+_0x455721[_0x52c6a0(0x28,_0x4a3fbb._0x446216,_0x4a3fbb._0x4124b7,_0x4a3fbb._0x5b92f0)](formatObjectiveLabel,_0xa0123c));}_0x11c289[_0x4c4d6c(_0x4a3fbb._0x156077,0x17e,0x123,_0x4a3fbb._0x1e071a)]('');}else{if(_0x455721[_0x4c4d6c(0x13a,0x13a,_0x4a3fbb._0x25647f,_0x4a3fbb._0x549d01)](typeof _0x4acc07,_0x455721[_0x52c6a0(0x1e,_0x4a3fbb._0x2b7948,_0x4a3fbb._0x40e6ff,0x2)])||_0x455721[_0x52c6a0(_0x4a3fbb._0x3d97a1,_0x4a3fbb._0x488d55,_0x4a3fbb._0x431bb9,0x48)](_0x2d43b7[_0x4c4d6c(_0x4a3fbb._0x1d167d,0x16e,0x126,_0x4a3fbb._0x25790b)],-0x205c+-0xd*-0x5d+-0x1*-0x1ba3))return _0x38a088;let _0x413c71=_0x34f915[_0x4c4d6c(0x180,_0x4a3fbb._0x10d3ae,0x184,_0x4a3fbb._0x32aa38)](_0x184758,'');return _0x413c71=_0x413c71['replace'](_0x44c806,''),_0x413c71=_0x413c71[_0x52c6a0(0x7d,0x32,0x42,_0x4a3fbb._0x25c777)](_0x30535d,''),_0x413c71=_0x413c71[_0x4c4d6c(_0x4a3fbb._0x3aa37b,_0x4a3fbb._0x4249a1,0x142,0x14e)](_0x4435a6,''),_0x413c71;}}if(_0x195d01){_0x11c289[_0x52c6a0(0x37,_0x4a3fbb._0x518444,0x37,0x19)](_0x455721[_0x4c4d6c(_0x4a3fbb._0x1903fa,0x16f,0x137,_0x4a3fbb._0x48e3ea)]);for(const _0x1032e3 of _0x13690a[_0x52c6a0(-0x3d,_0x4a3fbb._0xe349d5,-0x25,-_0x4a3fbb._0x11fd3b)]){if(_0x455721[_0x4c4d6c(0x11f,_0x4a3fbb._0x104459,0x11c,_0x4a3fbb._0x5886f1)](_0x455721['rgPQc'],_0x455721[_0x52c6a0(-0x49,-0x15,-0x21,-0x16)]))return _0x455721[_0x52c6a0(0x88,0x2b,_0x4a3fbb._0x591dff,_0x4a3fbb._0x49946b)](_0x39fcc2?.['status'],_0x455721[_0x52c6a0(-_0x4a3fbb._0x2972e9,-0x8,-_0x4a3fbb._0x1abc45,-0x40)]);else _0x11c289['push']('-\x20'+_0x455721[_0x52c6a0(_0x4a3fbb._0x10aac6,0x3f,0x65,_0x4a3fbb._0x5b92f0)](formatObjectiveLabel,_0x1032e3));}_0x11c289['push']('');}return _0x11c289[_0x52c6a0(_0x4a3fbb._0x528b05,_0x4a3fbb._0x448c4f,0x1a,0x19)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x11c289['push'](_0x4c4d6c(_0x4a3fbb._0x4ab76b,0x17b,0x17f,0x195)),_0x11c289['push'](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x11c289[_0x4c4d6c(_0x4a3fbb._0x156077,0x13a,_0x4a3fbb._0x1e4343,_0x4a3fbb._0x455c10)](_0x455721[_0x4c4d6c(_0x4a3fbb._0x258b46,_0x4a3fbb._0x1c0be7,_0x4a3fbb._0x521de5,0x1a6)]),_0x11c289[_0x4c4d6c(0x14a,_0x4a3fbb._0x19d104,_0x4a3fbb._0x6172f8,0x145)]('\x0a')+'\x0a';}export function stripReferenceObjectivesMarkdown(_0x4643c7){const _0x48d535={_0x162778:0x430,_0x20fc36:0x461,_0x54debb:0x12a,_0x3160f8:0x466,_0x1ed694:0x45b,_0x49d891:0x46e,_0x53f764:0xe7,_0x3c362e:0xdf},_0x1d25ef={_0x1c8863:0x478},_0x4e48bd={_0x2363d9:0x17a,_0x4bf7f8:0x9,_0x141661:0xe1};function _0x4843b4(_0x5004e5,_0x45be68,_0x3f7812,_0x103e6f){return _0x550266(_0x5004e5-_0x4e48bd._0x2363d9,_0x45be68-_0x4e48bd._0x4bf7f8,_0x3f7812,_0x103e6f-_0x4e48bd._0x141661);}const _0x4408c6={};_0x4408c6[_0x4843b4(_0x48d535._0x162778,0x44d,_0x48d535._0x20fc36,0x45c)]='string',_0x4408c6[_0xeae2ad(-0xe5,-0x11d,-0xeb,-_0x48d535._0x54debb)]=function(_0x2cb508,_0x344a32){return _0x2cb508===_0x344a32;};const _0x585cc5=_0x4408c6;if(typeof _0x4643c7!==_0x585cc5['UFvSA']||_0x585cc5[_0x4843b4(0x4b1,_0x48d535._0x3160f8,_0x48d535._0x1ed694,_0x48d535._0x49d891)](_0x4643c7['length'],-0x11f1+0x10*0x146+-0x7*0x59))return _0x4643c7;let _0x2137c0=_0x4643c7[_0x4843b4(0x43f,0x496,0x46b,0x47a)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');_0x2137c0=_0x2137c0['replace'](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x2137c0=_0x2137c0['replace'](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x2137c0=_0x2137c0[_0xeae2ad(-0xb5,-_0x48d535._0x53f764,-_0x48d535._0x3c362e,-0xd7)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,'');function _0xeae2ad(_0x286c2b,_0x31fccb,_0x38aee4,_0xb8aa97){return _0x550266(_0x286c2b-0x160,_0x31fccb-0x16f,_0x286c2b,_0x38aee4- -_0x1d25ef._0x1c8863);}return _0x2137c0;}
|
package/dist/lib/oidc-auth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x49eaa4,_0xd3fe75){const _0x434545={_0x20676d:0xfe,_0x538aec:0x9b,_0x148a61:0x2b8,_0x5bcec1:0x28f,_0x27ba39:0x367,_0x19fefa:0x362,_0xef21f:0x320,_0x4b5250:0x3af,_0x2f9a1c:0x2fb,_0x3b3da4:0x180,_0x53be79:0x13b,_0x5e10c1:0x3a1,_0x2978d5:0x32a,_0x4f8731:0x1a0,_0x7db3e2:0x119},_0x5c751a={_0x4201e8:0x23c};function _0x47f45a(_0x50e1a0,_0x4c0614,_0x515c54,_0x24ff6a){return _0x34c9(_0x24ff6a-_0x5c751a._0x4201e8,_0x50e1a0);}function _0x371e60(_0x1752d1,_0x4be23a,_0x2d9c5,_0x3086c8){return _0x34c9(_0x1752d1-0x47,_0x3086c8);}const _0x5146cb=_0x49eaa4();while(!![]){try{const _0x144a4a=-parseInt(_0x371e60(_0x434545._0x20676d,0x109,0x152,_0x434545._0x538aec))/(-0x1*-0x2351+-0x13ab+-0xfa5)+-parseInt(_0x47f45a(0x2ee,_0x434545._0x148a61,_0x434545._0x5bcec1,0x2da))/(-0xda8+0x1ff0+-0x1246)+-parseInt(_0x47f45a(0x2ee,0x31c,_0x434545._0x27ba39,0x306))/(0x1*0x2164+0x852+-0x29b3)+-parseInt(_0x47f45a(0x323,0x33b,_0x434545._0x19fefa,_0x434545._0xef21f))/(0xeb8+0x11c2+-0x2076)+parseInt(_0x47f45a(_0x434545._0x4b5250,0x3a5,0x359,0x383))/(0x14ec+-0x1260+-0x287)*(-parseInt(_0x47f45a(0x2e6,0x362,_0x434545._0x2f9a1c,0x340))/(0x2*0x3c9+-0x1cbf+0x1533))+parseInt(_0x371e60(0x180,_0x434545._0x3b3da4,0x1a0,_0x434545._0x53be79))/(-0x244a+-0x1de2+0x4233)*(-parseInt(_0x47f45a(_0x434545._0x5e10c1,0x380,_0x434545._0x2978d5,0x36c))/(-0x1213+-0x2245+0x3460))+parseInt(_0x371e60(0x168,_0x434545._0x4f8731,0x140,_0x434545._0x7db3e2))/(-0x187f+0x208c+0x9*-0xe4);if(_0x144a4a===_0xd3fe75)break;else _0x5146cb['push'](_0x5146cb['shift']());}catch(_0x50f2fd){_0x5146cb['push'](_0x5146cb['shift']());}}}(_0x4275,-0x1092d7+-0x49411+0x2276a6));import*as _0x5243b1 from'openid-client';import{promises as _0x505fd2}from'fs';import _0x512776 from'path';import _0x5de785 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(-0x1434+-0x18d4+0x2d12)*(0x19e1+0x765+-0x210a)*(-0x10a8+0x1c1+0x12cf);setInterval(()=>{const _0x225212={_0x505673:0x184,_0x5820be:0x152,_0x6b7c00:0x12b,_0x44d2da:0xd3,_0x18e03b:0x114,_0x29e650:0x4e9,_0x329278:0x4c2,_0x846d32:0x4f3,_0x3fbfd9:0x4b9,_0x5f5da0:0x4c1,_0x48a75f:0x542,_0x3b34bf:0x53f,_0x373678:0x522,_0x201cb9:0x172,_0x42b637:0x1ad,_0x336642:0x1b9,_0x178fa7:0x135,_0x11b610:0x140,_0x1fbe86:0x456,_0x476849:0x466,_0x463bcf:0xf5,_0x2f689c:0x169,_0x2558ff:0x119,_0x4ee102:0x4eb,_0x54483f:0x477},_0x5e9f11={};_0x5e9f11[_0x49c178(_0x225212._0x505673,_0x225212._0x5820be,_0x225212._0x6b7c00,_0x225212._0x44d2da)]=function(_0x3bb5f7,_0x3ff16f){return _0x3bb5f7>_0x3ff16f;};function _0x49c178(_0x4087de,_0x44801b,_0x16f000,_0x194eca){return _0x34c9(_0x16f000-0x8a,_0x4087de);}_0x5e9f11[_0x49c178(0x14f,0x106,0x166,_0x225212._0x18e03b)]=function(_0x38a395,_0x2ade4e){return _0x38a395===_0x2ade4e;},_0x5e9f11[_0x1ac032(_0x225212._0x29e650,0x496,_0x225212._0x329278,_0x225212._0x846d32)]=_0x1ac032(_0x225212._0x3fbfd9,_0x225212._0x5f5da0,0x4fa,_0x225212._0x48a75f),_0x5e9f11[_0x1ac032(0x4d5,_0x225212._0x3b34bf,0x4f2,_0x225212._0x373678)]=_0x49c178(0x1c5,0x14f,_0x225212._0x201cb9,0x1ce);function _0x1ac032(_0x158cff,_0xc7163b,_0x3b67d5,_0x2a8217){return _0x34c9(_0x3b67d5-0x3c5,_0xc7163b);}const _0x7dbdaf=_0x5e9f11,_0x120af9=Date[_0x49c178(_0x225212._0x42b637,0x1b2,0x1b4,_0x225212._0x336642)]();for(const [_0x375c9d,_0x253e5e]of stateStore[_0x49c178(0x182,_0x225212._0x178fa7,_0x225212._0x11b610,0xf0)]()){if(_0x7dbdaf[_0x1ac032(_0x225212._0x1fbe86,0x475,_0x225212._0x476849,0x40d)](_0x120af9-_0x253e5e[_0x49c178(_0x225212._0x463bcf,_0x225212._0x2f689c,_0x225212._0x2558ff,0xe4)],STATE_TTL)){if(_0x7dbdaf['AXinv'](_0x7dbdaf['ywGfr'],_0x7dbdaf['igYdu']))return _0x5b69f9;else stateStore[_0x1ac032(0x4b2,_0x225212._0x4ee102,0x4c8,_0x225212._0x54483f)](_0x375c9d);}}},(0x22a0+-0x2557+-0x15e*-0x2)*(0x53b+-0x12*-0x95+-0xf79)*(-0x2*0x1a5+0x2*0x53c+0x1*-0x346))[_0x1ac668(0x272,0x2be,0x229,0x25d)]();let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x5c5a71={_0x38baf7:0xe9,_0x44c47e:0xd8,_0x582ff9:0x13d,_0x256d53:0x126,_0x3c37bc:0x64,_0xd8f90d:0xf6,_0x419841:0x95,_0xfbd331:0x35,_0x43a95c:0xd4,_0x416788:0x89,_0x44c9e5:0x7b,_0x5e4602:0x16d,_0x3bc434:0x14d,_0x22a855:0x3d,_0x3e4aaf:0x8a,_0x5cbbe8:0x1a4,_0x2e2431:0x1fc,_0x169ebd:0x1dd,_0x4ab935:0x1e2,_0x1aa7a3:0xcb,_0x339645:0x11b,_0x3a5a4c:0x16c,_0x10fbd9:0x11d,_0x30e808:0x193,_0x4c14e3:0x1d1,_0x1e6eeb:0x1a6,_0x26286d:0x136,_0x19eaed:0x13a,_0x59e112:0x14e,_0x1831ed:0x168,_0x4c243b:0x154,_0x2c90a6:0x194,_0x2ff5f0:0x96,_0x15b96b:0x6a,_0x55018d:0x163,_0x212f6d:0x161,_0x2dac98:0x10b,_0x740ab8:0x193,_0x3266f4:0xfb,_0x3ee84e:0x109,_0x3c7efd:0xcd,_0x533703:0x90,_0x2ef512:0x139,_0x10ea39:0x10c,_0x290639:0xd7,_0x4403e1:0xed,_0x5207eb:0xa6,_0x54cfc3:0x4a,_0x473e0a:0x9e,_0x1364d1:0x133,_0x232792:0x191,_0x2c8f93:0x1a6,_0x3bc4e1:0x1fb,_0x51a454:0x1b9,_0x39207a:0xb8,_0x532c2f:0x79,_0x1a79fa:0xd1,_0x48f3dc:0xb2,_0x52a2d7:0x17f,_0x3550a3:0x144,_0x181c0d:0x15b,_0x893b66:0xc8,_0x3867c0:0x1a0,_0x404e17:0x1b9,_0x97054e:0x12b,_0x4d157d:0x181,_0x28bd7f:0x16d,_0x383efe:0x10f,_0xeb7dfc:0x17b,_0x4d136a:0xde,_0x5153a8:0xec,_0x5017f5:0x11a,_0x31f9b8:0x1f,_0x3e6d2f:0x69,_0x3f4d7d:0xf4,_0x1021ad:0xd9,_0x5bbffd:0x106,_0x3f4f7c:0x159,_0x3dc239:0xc5,_0x1f944e:0x10e,_0x2b552c:0xb8,_0x30f2b6:0x9a,_0x58b802:0x103,_0x27834c:0xe2,_0x2fac1d:0x1ea,_0x2b429f:0x131,_0x296a2b:0x16d,_0x296940:0x114,_0x14a80a:0x37,_0xd5141f:0xdd,_0xe48cfd:0x117,_0x26c76a:0x135,_0x179ea4:0x135,_0x4b14c3:0xa7,_0x224d77:0xb6,_0x952310:0xef,_0x593db7:0xa6,_0x323f0e:0x1b9,_0x176ede:0x169,_0x3d3e72:0x14f,_0xd592da:0xfa,_0x3d64e1:0x14e,_0x141e69:0x1ac,_0x518a60:0x18d,_0x483843:0x1e4,_0x5a2387:0x1d2,_0x3afa9c:0x80,_0x3170c2:0xa7,_0x3a7008:0xe5,_0x1f7d49:0x175,_0x39d3b0:0xf3,_0xf55f2b:0x164,_0x22460b:0x24,_0x59a0ff:0x19e,_0x2ee17d:0x59,_0x428db5:0xcf,_0x95ea87:0xde,_0xa8f92c:0x199,_0x4d3e67:0x194,_0x5d2a6a:0x178,_0x20c7d5:0x64,_0x558b5f:0x1aa,_0xb1d95e:0xbb,_0x4ed87e:0x4b,_0x132d5c:0xa1,_0x17e891:0x1f7,_0x250d53:0x1b0,_0x42ac76:0x1e6,_0x1c7ae0:0x208,_0x58f754:0x192,_0x4ede44:0x18c,_0x444324:0xb6,_0x21e81b:0x162,_0x50d299:0x1bd,_0x13bcab:0x49,_0x402dd1:0x91,_0x4e7afd:0x1c7,_0x5ba0fd:0xd6,_0x18464a:0xd6,_0x337f32:0xd0,_0x1e556c:0x17e,_0x1ea376:0x190,_0x44d541:0x179,_0x23c680:0x160,_0x3c82f2:0x107,_0x580dec:0xe1,_0x58e59f:0x1a0,_0x55970c:0x1b8,_0x55fc8d:0x1d1,_0x3e03fa:0x98,_0x48f298:0x72,_0x73a92c:0x138,_0x59551a:0x14b,_0x58e530:0x1ae,_0x45e537:0x81,_0x1b338f:0x86,_0x59d0e5:0x17a,_0x3370de:0x116,_0x3c5bcc:0x1de,_0x2c42f1:0x1f3,_0x2b9ff7:0x1a7,_0x3704b1:0x189,_0x2b7bbf:0xbd,_0x52ebce:0xcc,_0x7fb9f7:0x217,_0x18fe1c:0x168,_0xaa9e30:0x1da,_0x37c719:0x84,_0x11eba8:0x179,_0x237134:0x143,_0x218668:0x1c8,_0x4cb542:0x18f,_0x59f154:0x19e,_0x35fe02:0x1a9,_0x1e6714:0x55,_0x3ce9d3:0xfc,_0x2a7fbb:0x15,_0x17eedd:0xa6,_0x3a44c9:0x88,_0x52b4f8:0x1b4,_0x435dd1:0x1d9,_0x1d4312:0x100,_0x443b22:0x10a,_0x5eb1ff:0x219,_0x241a66:0x165,_0x5d3785:0xc5,_0x15618d:0x8a,_0x5b903e:0x13f,_0x59c3dd:0xf1,_0x50960a:0x127,_0x15acfa:0x40,_0x10bffe:0x5e,_0x316d7f:0x30,_0x28d04f:0x84,_0x59c1bd:0x8a,_0x26e8db:0x1eb,_0x3b58e4:0xb3,_0x12bde0:0x93,_0x1ea2e1:0x14c,_0x52996a:0x179,_0x22f33d:0x112,_0x31243a:0x11c,_0x55c84e:0x1ca,_0x54e11b:0x18e,_0x1c5836:0x1b8,_0x3ec097:0x10d,_0x67739a:0x169,_0x371133:0x93,_0x9e668b:0xde,_0x4b72f4:0x60,_0x5f0145:0x8c,_0x25125f:0xb6,_0x11032e:0x7c,_0x271c1c:0xf0,_0x66d255:0x147,_0x4abdc9:0xea,_0x53bfb5:0x64,_0x3f8eb4:0x16d,_0x54e18c:0x16c,_0x5521d7:0x1a1,_0x1b4de3:0x13f,_0x29b496:0x207,_0x3f05cc:0x19b,_0x45db6f:0xd0,_0x50de97:0x10c,_0x124e0e:0x12c,_0xfae61c:0x6a,_0x430c7d:0xea},_0x2fe04d={_0x532abb:0x13f,_0x49f2fd:0x30b},_0x53fa00={_0x57ebc9:0x139},_0x475e5f={};_0x475e5f[_0x16481b(-_0x5c5a71._0x38baf7,-0xfd,-0x121,-_0x5c5a71._0x44c47e)]=function(_0x57c65d,_0x8d7c0d){return _0x57c65d>_0x8d7c0d;},_0x475e5f[_0x1b7854(-0x12e,-0x14c,-_0x5c5a71._0x582ff9,-0xd2)]=function(_0x32f5d6,_0x32e3e4){return _0x32f5d6-_0x32e3e4;},_0x475e5f['JAeTh']=function(_0x4dcd37,_0xaf0637){return _0x4dcd37===_0xaf0637;},_0x475e5f[_0x1b7854(-_0x5c5a71._0x256d53,-0x134,-0x149,-0xc6)]=_0x16481b(-_0x5c5a71._0x3c37bc,-_0x5c5a71._0xd8f90d,-0xe1,-_0x5c5a71._0x419841),_0x475e5f[_0x16481b(-_0x5c5a71._0xfbd331,-_0x5c5a71._0x43a95c,-_0x5c5a71._0x416788,-_0x5c5a71._0x44c9e5)]=_0x1b7854(-0x15b,-_0x5c5a71._0x5e4602,-_0x5c5a71._0x3bc434,-0x1a8)+_0x16481b(-0x26,-0xc9,-_0x5c5a71._0x22a855,-_0x5c5a71._0x3e4aaf)+'n\x20file\x20fou'+'nd';function _0x1b7854(_0x143ff4,_0x3ff705,_0x42062e,_0x37bacb){return _0x1ac668(_0x143ff4-0x1e,_0x3ff705-_0x53fa00._0x57ebc9,_0x42062e,_0x143ff4- -0x3b9);}_0x475e5f[_0x1b7854(-_0x5c5a71._0x5cbbe8,-_0x5c5a71._0x2e2431,-_0x5c5a71._0x169ebd,-_0x5c5a71._0x4ab935)]=_0x16481b(-0xed,-0xfb,-_0x5c5a71._0x1aa7a3,-0x115)+_0x16481b(-_0x5c5a71._0x339645,-_0x5c5a71._0x3a5a4c,-0x16f,-_0x5c5a71._0x10fbd9)+_0x1b7854(-_0x5c5a71._0x30e808,-_0x5c5a71._0x4c14e3,-0x132,-_0x5c5a71._0x1e6eeb)+'ion',_0x475e5f['CgvnY']=function(_0x474679,_0x5887f9){return _0x474679>_0x5887f9;},_0x475e5f[_0x16481b(-0x110,-0x127,-0x135,-0xe8)]=_0x16481b(-0xd1,-_0x5c5a71._0x26286d,-_0x5c5a71._0x19eaed,-0xd7),_0x475e5f[_0x1b7854(-_0x5c5a71._0x59e112,-0x169,-0x14d,-0x12d)]=_0x1b7854(-_0x5c5a71._0x1831ed,-_0x5c5a71._0x4c243b,-_0x5c5a71._0x2c90a6,-0x10b),_0x475e5f[_0x1b7854(-0x113,-0x11d,-0x13d,-0xff)]=_0x16481b(-_0x5c5a71._0x2ff5f0,-_0x5c5a71._0x15b96b,-0x95,-0xaf),_0x475e5f[_0x1b7854(-0x146,-0x18b,-_0x5c5a71._0x55018d,-0x148)]=function(_0x49d74c,_0x2573b7){return _0x49d74c===_0x2573b7;},_0x475e5f['wZDNI']=_0x1b7854(-_0x5c5a71._0x212f6d,-_0x5c5a71._0x2dac98,-_0x5c5a71._0x740ab8,-0x183),_0x475e5f[_0x16481b(-_0x5c5a71._0x3266f4,-_0x5c5a71._0x3ee84e,-0xc8,-_0x5c5a71._0x3c7efd)]=_0x16481b(-0x7d,-0x62,-_0x5c5a71._0x533703,-0xaa),_0x475e5f['VxcEU']=_0x1b7854(-0x16a,-0x19e,-0x120,-_0x5c5a71._0x2ef512)+_0x1b7854(-_0x5c5a71._0x10ea39,-0xf4,-0xde,-0xd8)+_0x16481b(-0xfa,-0xbc,-0x111,-0x114)+'d\x20in\x20confi'+'guration',_0x475e5f[_0x16481b(-0xd2,-_0x5c5a71._0x290639,-0x12a,-_0x5c5a71._0x4403e1)]=_0x16481b(-_0x5c5a71._0x5207eb,-_0x5c5a71._0x54cfc3,-0xd8,-_0x5c5a71._0x473e0a),_0x475e5f[_0x16481b(-_0x5c5a71._0x1364d1,-0xd2,-0xc5,-0x10b)]='issuer',_0x475e5f[_0x1b7854(-0x167,-_0x5c5a71._0x232792,-0x147,-0x11f)]=function(_0x173aa4,_0x403861){return _0x173aa4!==_0x403861;},_0x475e5f['vkiQV']=_0x1b7854(-_0x5c5a71._0x2c8f93,-_0x5c5a71._0x3bc4e1,-0x195,-_0x5c5a71._0x51a454),_0x475e5f[_0x16481b(-_0x5c5a71._0x39207a,-_0x5c5a71._0x532c2f,-_0x5c5a71._0x1a79fa,-_0x5c5a71._0x48f3dc)]=_0x1b7854(-_0x5c5a71._0x52a2d7,-_0x5c5a71._0x3550a3,-_0x5c5a71._0x181c0d,-0x1b8),_0x475e5f['PXZUW']=_0x16481b(-0xbc,-_0x5c5a71._0x893b66,-0xaa,-_0x5c5a71._0x3ee84e),_0x475e5f[_0x1b7854(-_0x5c5a71._0x3867c0,-0x168,-_0x5c5a71._0x404e17,-0x18c)]=_0x1b7854(-_0x5c5a71._0x97054e,-_0x5c5a71._0x4d157d,-0x164,-_0x5c5a71._0x28bd7f),_0x475e5f['ZhhuF']=_0x1b7854(-0x16b,-0x16f,-_0x5c5a71._0x383efe,-_0x5c5a71._0xeb7dfc),_0x475e5f[_0x16481b(-_0x5c5a71._0x97054e,-_0x5c5a71._0x383efe,-0xb3,-_0x5c5a71._0x4d136a)]=function(_0x22f65c,_0x5168fd){return _0x22f65c!==_0x5168fd;},_0x475e5f[_0x16481b(-_0x5c5a71._0x5153a8,-_0x5c5a71._0x28bd7f,-0x12c,-_0x5c5a71._0x5017f5)]=_0x16481b(-_0x5c5a71._0x31f9b8,-0x4d,-_0x5c5a71._0x3e6d2f,-0x6c)+'th\x20SSO',_0x475e5f[_0x1b7854(-0x109,-_0x5c5a71._0x3f4d7d,-0x14f,-0x131)]='OIDC\x20confi'+_0x1b7854(-0x123,-0x172,-0xfb,-_0x5c5a71._0x1021ad)+'oaded',_0x475e5f[_0x16481b(-0xdf,-0xe6,-_0x5c5a71._0x5bbffd,-0x11c)]=_0x16481b(-0x10b,-_0x5c5a71._0x3f4f7c,-_0x5c5a71._0x3dc239,-_0x5c5a71._0x1f944e);function _0x16481b(_0x105586,_0x1b0438,_0x3147b9,_0x65a75){return _0x1ac668(_0x105586-_0x2fe04d._0x532abb,_0x1b0438-0x162,_0x3147b9,_0x65a75- -_0x2fe04d._0x49f2fd);}_0x475e5f[_0x16481b(-_0x5c5a71._0x2b552c,-0xce,-0x52,-0x97)]=_0x16481b(-_0x5c5a71._0x30f2b6,-_0x5c5a71._0x58b802,-_0x5c5a71._0x27834c,-0xdd);const _0x442ae6=_0x475e5f,_0x3d3f23=_0x512776['join'](DATA_DIR,_0x442ae6[_0x1b7854(-0x196,-_0x5c5a71._0x2fac1d,-0x175,-0x178)]);try{if(_0x442ae6[_0x16481b(-0x170,-_0x5c5a71._0x181c0d,-0xde,-0x113)](_0x1b7854(-0x168,-_0x5c5a71._0x2b429f,-0x190,-0x10e),_0x442ae6[_0x1b7854(-0x14e,-0x140,-_0x5c5a71._0x296a2b,-0x107)])){const _0x65b07a=await _0x505fd2[_0x16481b(-_0x5c5a71._0x296940,-0x101,-0xfb,-0xc5)](_0x3d3f23,_0x442ae6['QxKrW']),_0x1d0f06=JSON['parse'](_0x65b07a);if(!_0x1d0f06['enabled'])return _0x442ae6[_0x16481b(-_0x5c5a71._0x14a80a,-0x38,-_0x5c5a71._0xd5141f,-0x98)](_0x442ae6[_0x16481b(-0xa4,-_0x5c5a71._0xe48cfd,-_0x5c5a71._0x26c76a,-0xf1)],_0x442ae6['lUspt'])?_0x468c1f:(logger[_0x16481b(-0x115,-_0x5c5a71._0x179ea4,-_0x5c5a71._0x4b14c3,-0x10a)](_0x442ae6[_0x16481b(-0x5c,-0x8e,-_0x5c5a71._0x224d77,-0x81)]),null);const _0x526e3f=[_0x442ae6[_0x16481b(-_0x5c5a71._0x952310,-0x13c,-_0x5c5a71._0x593db7,-0xed)],_0x442ae6[_0x1b7854(-_0x5c5a71._0x323f0e,-_0x5c5a71._0x176ede,-0x1c7,-0x1db)]];for(const _0x2a7d5b of _0x526e3f){if(!_0x1d0f06[_0x2a7d5b])throw new Error(_0x1b7854(-_0x5c5a71._0x3d3e72,-_0x5c5a71._0xd592da,-0xf7,-_0x5c5a71._0x3d64e1)+_0x1b7854(-_0x5c5a71._0x141e69,-0x1a4,-0x15a,-0x1f8)+_0x1b7854(-_0x5c5a71._0x518a60,-0x1ca,-_0x5c5a71._0x483843,-_0x5c5a71._0x5a2387)+_0x16481b(-_0x5c5a71._0x3afa9c,-0x93,-0x86,-_0x5c5a71._0x3170c2)+'d:\x20'+_0x2a7d5b);}if(!_0x1d0f06['client_sec'+_0x16481b(-0xcf,-_0x5c5a71._0x3a7008,-0xa3,-0xc9)]&&_0x1d0f06['client_sec'+'ret_file']){const _0x1dd7ad=_0x512776[_0x1b7854(-0x14a,-0x124,-_0x5c5a71._0x1f7d49,-_0x5c5a71._0x39d3b0)](_0x1d0f06[_0x1b7854(-_0x5c5a71._0xf55f2b,-_0x5c5a71._0x97054e,-0x1b2,-0x11f)+_0x16481b(0x6,-0xad,-_0x5c5a71._0x22460b,-0x59)])?_0x1d0f06[_0x1b7854(-0x164,-_0x5c5a71._0x59a0ff,-0x118,-0x181)+_0x16481b(-0x51,-0x85,-0xb8,-_0x5c5a71._0x2ee17d)]:_0x512776[_0x16481b(-0x3d,-_0x5c5a71._0x428db5,-_0x5c5a71._0x95ea87,-0x8f)](DATA_DIR,_0x1b7854(-_0x5c5a71._0xa8f92c,-0x1c8,-_0x5c5a71._0x4d3e67,-_0x5c5a71._0x5d2a6a),_0x1d0f06['client_sec'+_0x16481b(-0x4,-0x85,-_0x5c5a71._0x20c7d5,-_0x5c5a71._0x2ee17d)]);try{_0x1d0f06[_0x1b7854(-_0x5c5a71._0xf55f2b,-0x151,-_0x5c5a71._0x558b5f,-0x1a2)+'ret']=(await _0x505fd2['readFile'](_0x1dd7ad,'utf-8'))['trim']();}catch(_0x46e4c9){if(_0x442ae6[_0x1b7854(-0x167,-0x1a4,-0x198,-0x15c)](_0x16481b(-_0x5c5a71._0xb1d95e,-_0x5c5a71._0x4ed87e,-_0x5c5a71._0x132d5c,-0x99),_0x442ae6[_0x1b7854(-0x1ad,-_0x5c5a71._0x17e891,-0x1f4,-0x160)]))throw new Error(_0x1b7854(-0x1c3,-_0x5c5a71._0x250d53,-0x1d7,-_0x5c5a71._0x42ac76)+_0x1b7854(-0x1c0,-_0x5c5a71._0x1c7ae0,-_0x5c5a71._0x58f754,-_0x5c5a71._0x4ede44)+_0x16481b(-_0x5c5a71._0x444324,-0xd8,-0xb4,-0xd4)+_0x1b7854(-_0x5c5a71._0x21e81b,-_0x5c5a71._0x51a454,-0x12a,-_0x5c5a71._0x50d299)+_0x1dd7ad+':\x20'+_0x46e4c9[_0x16481b(-0x8e,-_0x5c5a71._0x13bcab,-0x3e,-_0x5c5a71._0x402dd1)]);else _0x442ae6[_0x1b7854(-0x186,-_0x5c5a71._0x4e7afd,-0x14f,-0x124)](_0x442ae6['BDBmq'](_0x3fcf5c,_0x153a92['createdAt']),_0x3e05bb)&&_0x2e8cbd[_0x16481b(-0x49,-0x8c,-0xeb,-0xa3)](_0x1fb4b8);}}_0x1d0f06[_0x16481b(-_0x5c5a71._0x5ba0fd,-_0x5c5a71._0x533703,-_0x5c5a71._0x18464a,-_0x5c5a71._0x337f32)]=_0x1d0f06[_0x1b7854(-_0x5c5a71._0x1e556c,-_0x5c5a71._0x1ea376,-_0x5c5a71._0x44d541,-0x15c)]||[_0x442ae6[_0x1b7854(-_0x5c5a71._0x23c680,-0x147,-0x15c,-_0x5c5a71._0x3c82f2)],_0x442ae6[_0x16481b(-0x15b,-_0x5c5a71._0x580dec,-0x105,-0x119)],_0x442ae6[_0x1b7854(-_0x5c5a71._0x58e59f,-_0x5c5a71._0x55970c,-0x19b,-_0x5c5a71._0x55fc8d)]],_0x1d0f06[_0x16481b(-_0x5c5a71._0x3e03fa,-0x66,-_0x5c5a71._0x48f298,-0x9d)+_0x1b7854(-0x10e,-_0x5c5a71._0x73a92c,-0xd9,-0x14b)]=_0x442ae6[_0x1b7854(-0x167,-0x12f,-0x1af,-0x147)](_0x1d0f06[_0x1b7854(-_0x5c5a71._0x59551a,-_0x5c5a71._0xd592da,-_0x5c5a71._0x58e530,-_0x5c5a71._0x5bbffd)+_0x1b7854(-0x10e,-0x136,-_0x5c5a71._0x2b552c,-0x131)],![]),_0x1d0f06[_0x16481b(-_0x5c5a71._0x45e537,-0x7d,-_0x5c5a71._0x1b338f,-0xdb)+'le']=_0x1d0f06['default_ro'+'le']||_0x442ae6[_0x1b7854(-0x120,-0x148,-0x174,-0x157)],_0x1d0f06[_0x1b7854(-_0x5c5a71._0x59d0e5,-0x121,-0x1ae,-_0x5c5a71._0x3370de)+_0x1b7854(-0x1b4,-0x1f5,-_0x5c5a71._0x3c5bcc,-_0x5c5a71._0x2c42f1)]=_0x442ae6[_0x1b7854(-_0x5c5a71._0x4ede44,-_0x5c5a71._0x2b9ff7,-0x1e4,-_0x5c5a71._0x3704b1)](_0x1d0f06[_0x16481b(-_0x5c5a71._0x2b7bbf,-0xae,-0x78,-_0x5c5a71._0x52ebce)+_0x1b7854(-0x1b4,-_0x5c5a71._0x7fb9f7,-_0x5c5a71._0x18fe1c,-_0x5c5a71._0xaa9e30)],![]),_0x1d0f06[_0x16481b(-0xff,-_0x5c5a71._0x37c719,-_0x5c5a71._0x3afa9c,-0xcb)+'me']=_0x1d0f06[_0x1b7854(-_0x5c5a71._0x11eba8,-0x1d7,-_0x5c5a71._0x237134,-0x118)+'me']||_0x442ae6[_0x1b7854(-_0x5c5a71._0x218668,-0x1e1,-0x196,-0x1ef)],cachedConfig=_0x1d0f06;const _0x4f4aa4={};return _0x4f4aa4['issuer']=_0x1d0f06['issuer'],_0x4f4aa4[_0x1b7854(-_0x5c5a71._0x4cb542,-_0x5c5a71._0x59f154,-_0x5c5a71._0x35fe02,-0x14e)]=_0x1d0f06[_0x16481b(-_0x5c5a71._0x1e6714,-0x59,-_0x5c5a71._0x3ce9d3,-_0x5c5a71._0x473e0a)],_0x4f4aa4['autoProvis'+'ion']=_0x1d0f06['auto_provi'+_0x16481b(-_0x5c5a71._0x2a7fbb,-0x26,-0x34,-0x60)],_0x4f4aa4['allowLocal'+_0x16481b(-0x7e,-_0x5c5a71._0x4ed87e,-_0x5c5a71._0x17eedd,-0x66)]=_0x1d0f06[_0x16481b(-0x7e,-0x11d,-_0x5c5a71._0x3a44c9,-0xcc)+_0x1b7854(-_0x5c5a71._0x52b4f8,-0x168,-_0x5c5a71._0x435dd1,-0x186)],logger[_0x16481b(-_0x5c5a71._0x1d4312,-0x159,-0x139,-_0x5c5a71._0x443b22)](_0x442ae6['pJreo'],_0x4f4aa4),_0x1d0f06;}else{if(_0x442ae6[_0x1b7854(-0x1c1,-_0x5c5a71._0x5eb1ff,-_0x5c5a71._0x241a66,-0x210)](_0x22cfa0['code'],_0x442ae6[_0x16481b(-_0x5c5a71._0x5d3785,-0x2f,-_0x5c5a71._0x15618d,-0x78)])){const _0x31df1a={};return _0x31df1a[_0x16481b(-_0x5c5a71._0x5b903e,-_0x5c5a71._0x59c3dd,-_0x5c5a71._0x50960a,-0xfb)]=_0x4927ae,_0xe21b0b['debug'](_0x442ae6[_0x16481b(-_0x5c5a71._0x15acfa,-_0x5c5a71._0x10bffe,-_0x5c5a71._0x316d7f,-0x7b)],_0x31df1a),null;}_0x198ab3[_0x16481b(-_0x5c5a71._0x28d04f,-_0x5c5a71._0x59c1bd,-_0x5c5a71._0x580dec,-0xc0)](_0x442ae6[_0x1b7854(-0x1a4,-0x1f1,-0x14a,-_0x5c5a71._0x26e8db)],_0x10b2c5);throw _0x42e7a5;}}catch(_0x183a84){if(_0x442ae6[_0x16481b(-_0x5c5a71._0x3b58e4,-_0x5c5a71._0x59c3dd,-_0x5c5a71._0x12bde0,-0xb9)](_0x442ae6[_0x16481b(-_0x5c5a71._0x1ea2e1,-_0x5c5a71._0x52996a,-_0x5c5a71._0x22f33d,-_0x5c5a71._0x31243a)],_0x442ae6[_0x1b7854(-_0x5c5a71._0x55c84e,-_0x5c5a71._0x54e11b,-_0x5c5a71._0x1c5836,-0x204)]))return null;else{if(_0x183a84[_0x16481b(-0xd6,-0x137,-0x110,-_0x5c5a71._0x3ec097)]===_0x442ae6[_0x1b7854(-_0x5c5a71._0x256d53,-0x14d,-_0x5c5a71._0x67739a,-_0x5c5a71._0x3370de)]){if(_0x442ae6[_0x16481b(-0xcb,-_0x5c5a71._0x371133,-0xfc,-_0x5c5a71._0x9e668b)](_0x442ae6['DvfFP'],_0x442ae6[_0x16481b(-_0x5c5a71._0x17eedd,-_0x5c5a71._0x4b72f4,-0x35,-0x97)])){const _0x12dd42=_0x5bfbe1[_0x16481b(-_0x5c5a71._0x5f0145,-0x2b,-_0x5c5a71._0x25125f,-_0x5c5a71._0x11032e)]();for(const [_0x38d0b3,_0x161ac3]of _0x140a44[_0x16481b(-_0x5c5a71._0x50960a,-0xe4,-0xa7,-_0x5c5a71._0x271c1c)]()){_0x442ae6[_0x1b7854(-0x141,-_0x5c5a71._0x66d255,-0xe6,-_0x5c5a71._0x4abdc9)](_0x442ae6[_0x16481b(-_0x5c5a71._0x53bfb5,-_0x5c5a71._0x52ebce,-0x9e,-0x80)](_0x12dd42,_0x161ac3[_0x16481b(-0xd7,-0x131,-_0x5c5a71._0x3f8eb4,-0x117)]),_0x4956e4)&&_0x534528[_0x1b7854(-0x151,-_0x5c5a71._0x54e18c,-_0x5c5a71._0x5521d7,-_0x5c5a71._0x1b4de3)](_0x38d0b3);}}else{const _0x7a3efd={};return _0x7a3efd[_0x1b7854(-0x1a9,-_0x5c5a71._0x29b496,-_0x5c5a71._0x3f05cc,-0x166)]=_0x3d3f23,logger[_0x16481b(-_0x5c5a71._0x45db6f,-_0x5c5a71._0x50de97,-_0x5c5a71._0x124e0e,-0xe4)](_0x16481b(-_0x5c5a71._0xfae61c,-0xa0,-0xb3,-0xad)+_0x16481b(-0x52,-_0x5c5a71._0xfbd331,-_0x5c5a71._0x430c7d,-_0x5c5a71._0x59c1bd)+_0x16481b(-0xca,-0x75,-0xc2,-0xbb)+'nd',_0x7a3efd),null;}}logger['error'](_0x442ae6['SWkuX'],_0x183a84);throw _0x183a84;}}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x4e1d75){const _0x2fca4c={_0x5503c9:0x127,_0x184783:0xfa,_0x42ea40:0xd6,_0x29e1d9:0x72,_0x288464:0xec,_0x35a8dd:0x16,_0x5728ed:0x68,_0x1f18a5:0x29,_0x4b9b5c:0x13,_0x17ba4e:0x51,_0x5cd691:0xb9,_0x3762b9:0xa2,_0x3cdfb7:0x2c,_0x123635:0x16e,_0x355223:0x171,_0x153af0:0x145,_0x79c4fe:0x11c,_0x2cc81d:0xd4,_0x5ba946:0x93,_0x2f715a:0x69,_0x273771:0xc9,_0xba759:0xeb,_0x3d15f5:0xf9,_0x11eb82:0x79,_0x5589c7:0x2e,_0x18f126:0x87,_0x5397a3:0x24,_0x5bf813:0x6e,_0x3f6a83:0x86,_0x4d9796:0xd2,_0x322b6d:0xa3,_0x1b3bc6:0x9b,_0x37f28f:0x92,_0x27a2e2:0x9e,_0x451d02:0x1a,_0x374558:0x32,_0x4f40d1:0x6,_0x244ff2:0x8f,_0x56eba1:0xb0,_0x1ee521:0xb6,_0x37aeb4:0x80,_0x29d5de:0xdb,_0x3fda5f:0x81,_0x15fbff:0x7c,_0x49de2a:0x91,_0x4f3ea1:0xb7,_0x2ab8bb:0xb8,_0x153192:0x4c,_0x300169:0x5b,_0x1454c4:0x99,_0xd212a2:0x4,_0x39a19d:0x67,_0x1d6537:0x1a},_0x5e5366={_0xf79740:0x86},_0x5ea07c={_0x1b26a1:0x177,_0x35b0eb:0x17c};function _0x480954(_0x295a25,_0x33677a,_0x47a958,_0x20cec1){return _0x1ac668(_0x295a25-0xce,_0x33677a-_0x5ea07c._0x1b26a1,_0x20cec1,_0x295a25- -_0x5ea07c._0x35b0eb);}const _0x252f50={};_0x252f50[_0x480954(_0x2fca4c._0x5503c9,0x10a,_0x2fca4c._0x184783,0x170)]=_0x16095a(-0x56,-0x5c,0x7,-0x9c)+_0x480954(0xcc,_0x2fca4c._0x42ea40,_0x2fca4c._0x29e1d9,_0x2fca4c._0x288464)+_0x16095a(_0x2fca4c._0x35a8dd,_0x2fca4c._0x5728ed,0x74,_0x2fca4c._0x1f18a5),_0x252f50[_0x16095a(-0x34,-_0x2fca4c._0x4b9b5c,0xb,-_0x2fca4c._0x17ba4e)]=_0x480954(_0x2fca4c._0x5cd691,0x9d,0x56,0x113)+_0x16095a(-0x66,-0x21,-_0x2fca4c._0x3762b9,-_0x2fca4c._0x3cdfb7)+_0x480954(0x12c,_0x2fca4c._0x123635,_0x2fca4c._0x355223,_0x2fca4c._0x153af0)+'ssfully';function _0x16095a(_0xe0a87c,_0x2c1aff,_0x1a04f9,_0x4dbf13){return _0x1ac668(_0xe0a87c-_0x5e5366._0xf79740,_0x2c1aff-0x7e,_0x2c1aff,_0xe0a87c- -0x287);}_0x252f50[_0x480954(0x106,_0x2fca4c._0x79c4fe,_0x2fca4c._0x2cc81d,0xd1)]=function(_0x333685,_0xc54bea){return _0x333685!==_0xc54bea;},_0x252f50[_0x480954(_0x2fca4c._0x5ba946,0x31,_0x2fca4c._0x2f715a,0xbf)]=_0x480954(_0x2fca4c._0x273771,_0x2fca4c._0xba759,_0x2fca4c._0x3d15f5,0xdb);const _0x32dd6d=_0x252f50;if(cachedOidcConfig)return cachedOidcConfig;try{const _0x20579c={};return _0x20579c[_0x16095a(-_0x2fca4c._0x11eb82,-_0x2fca4c._0x5589c7,-_0x2fca4c._0x18f126,-0x65)]=_0x4e1d75[_0x16095a(-0x79,-_0x2fca4c._0x5397a3,-_0x2fca4c._0x5bf813,-0x82)],logger[_0x16095a(-_0x2fca4c._0x3f6a83,-_0x2fca4c._0x4d9796,-_0x2fca4c._0x322b6d,-_0x2fca4c._0x1b3bc6)](_0x32dd6d['yTxbb'],_0x20579c),cachedOidcConfig=await _0x5243b1['discovery'](new URL(_0x4e1d75[_0x480954(_0x2fca4c._0x37f28f,0xef,0xa7,_0x2fca4c._0x27a2e2)]),_0x4e1d75[_0x16095a(-_0x2fca4c._0x451d02,0x43,-0x4e,0x15)],_0x4e1d75[_0x16095a(-_0x2fca4c._0x374558,_0x2fca4c._0x4f40d1,0x9,-_0x2fca4c._0x244ff2)+'ret']),logger[_0x16095a(-0x86,-0x3f,-_0x2fca4c._0x56eba1,-_0x2fca4c._0x1ee521)](_0x32dd6d[_0x16095a(-0x34,-_0x2fca4c._0x37aeb4,-0x6d,-0x68)]),cachedOidcConfig;}catch(_0x24b0ae){if(_0x32dd6d['NLbxU'](_0x480954(0x8e,0x4c,_0x2fca4c._0x29d5de,0x3d),_0x32dd6d['QmpMm'])){logger[_0x16095a(-0x3c,-_0x2fca4c._0x3fda5f,0xb,-0x3f)]('Failed\x20to\x20'+'discover\x20O'+_0x16095a(-_0x2fca4c._0x15fbff,-0xc9,-0x9e,-0x46)+'er',_0x24b0ae);throw _0x24b0ae;}else{if(!_0x4e7d35[_0x38e5c0])throw new _0x294bd8('Missing\x20re'+_0x480954(_0x2fca4c._0x49de2a,_0x2fca4c._0x4f3ea1,_0x2fca4c._0x2ab8bb,_0x2fca4c._0x153192)+_0x16095a(-_0x2fca4c._0x300169,-_0x2fca4c._0x1454c4,-_0x2fca4c._0xd212a2,-0xc)+_0x16095a(-0x23,-_0x2fca4c._0x39a19d,_0x2fca4c._0x1d6537,0x19)+'d:\x20'+_0x52742e);}}}export async function generateAuthorizationUrl(_0x32001f,_0x17222c){const _0x491375={_0x2879b6:0x52c,_0x37e4be:0x4db,_0x1b1d1a:0x4ef,_0xfdc15f:0x51e,_0x55fd04:0x4fe,_0x12ce12:0x50a,_0x47041d:0x301,_0x2eaa6c:0x34d,_0x12b7e4:0x338,_0x4e474f:0x4d1,_0x5ddecd:0x2fb,_0x4d61d4:0x4e6,_0x2b807c:0x499,_0x4faba7:0x437,_0x33da29:0x45d,_0x4c14be:0x36b,_0x22e74a:0x347,_0x3ce9b9:0x311,_0x599601:0x392,_0x113bc1:0x4f5,_0x3135c6:0x4e0,_0x22f18a:0x520,_0x1ffa3e:0x4a1,_0x20f463:0x2e9,_0x4f92a2:0x344,_0x450309:0x49c,_0x515584:0x51c,_0x4f16b5:0x48d,_0x4fb740:0x4c4,_0x1737fb:0x46c,_0x3762ad:0x493,_0x379e73:0x4b0,_0x5211d0:0x2c7,_0x52a450:0x2dc,_0xefde64:0x4a3,_0x4468e9:0x49d,_0x539369:0x4a6,_0x1d8f30:0x4e4,_0x51605f:0x4f1},_0x1c1178={_0x492721:0xdf},_0x3227ba={_0x4d2d0b:0x26,_0x120905:0x144,_0x252512:0xc8},_0x336a5e={'Gylxn':function(_0x16ae2d,_0x49ccfa){return _0x16ae2d(_0x49ccfa);},'BjaRJ':_0x349176(0x4e1,0x526,_0x491375._0x2879b6,_0x491375._0x37e4be),'DNHsg':function(_0x505bee,_0x2d7574){return _0x505bee+_0x2d7574;}},_0x3824d7=await _0x336a5e[_0x349176(_0x491375._0x1b1d1a,_0x491375._0xfdc15f,_0x491375._0x55fd04,_0x491375._0x12ce12)](discoverOidcProvider,_0x32001f),_0x4ced14=_0x5de785['randomByte'+'s'](0x22cc+0xa14+-0x2cc0)['toString'](_0x336a5e[_0x56b52f(_0x491375._0x47041d,0x2f4,0x328,_0x491375._0x2eaa6c)]),_0x29a99a=_0x5de785[_0x56b52f(0x318,0x397,_0x491375._0x12b7e4,0x2ee)+'s'](-0x23d5*-0x1+0x1e0e*-0x1+-0x5a7)[_0x349176(0x4f2,0x523,0x549,_0x491375._0x4e474f)](_0x336a5e[_0x56b52f(0x37b,0x305,0x328,_0x491375._0x5ddecd)]),_0x55c451=_0x5243b1['randomPKCE'+_0x349176(_0x491375._0x4d61d4,0x4dc,0x49b,_0x491375._0x2b807c)+'er'](),_0xe65bcb=await _0x5243b1[_0x349176(0x46e,0x48f,_0x491375._0x4faba7,0x411)+_0x349176(0x48e,0x4de,_0x491375._0x33da29,0x48a)+_0x56b52f(_0x491375._0x4c14be,0x349,_0x491375._0x22e74a,_0x491375._0x3ce9b9)](_0x55c451);stateStore[_0x56b52f(0x36e,0x363,0x32f,_0x491375._0x599601)](_0x4ced14,{'nonce':_0x29a99a,'codeVerifier':_0x55c451,'createdAt':Date[_0x349176(_0x491375._0x113bc1,_0x491375._0x3135c6,_0x491375._0x22f18a,0x4d1)]()});const _0x192d23={'redirect_uri':_0x17222c,'scope':_0x32001f[_0x349176(_0x491375._0x1ffa3e,0x4b8,0x4b1,0x46e)][_0x56b52f(_0x491375._0x20f463,0x3a7,_0x491375._0x4f92a2,0x2ea)]('\x20'),'state':_0x4ced14,'nonce':_0x29a99a,'code_challenge':_0xe65bcb,'code_challenge_method':'S256'},_0x3917bb=_0x5243b1[_0x349176(0x4fa,0x4a9,_0x491375._0x450309,_0x491375._0x515584)+_0x56b52f(0x323,0x310,0x363,0x396)+'l'](_0x3824d7,_0x192d23);logger[_0x349176(_0x491375._0x4f16b5,_0x491375._0x4fb740,_0x491375._0x1737fb,_0x491375._0x3762ad)](_0x349176(0x4e9,0x4e7,0x4dc,_0x491375._0x379e73)+_0x56b52f(_0x491375._0x5211d0,0x2f5,_0x491375._0x52a450,0x29e)+'rization\x20U'+'RL',{'state':_0x336a5e['DNHsg'](_0x4ced14[_0x56b52f(0x332,0x2a4,0x301,0x35a)](0xf9*-0x22+-0xe35+0x2f47,0x432+0xaf6+-0xf20),_0x349176(_0x491375._0xefde64,_0x491375._0x4468e9,_0x491375._0x539369,_0x491375._0x1d8f30)),'redirectUri':_0x17222c});function _0x56b52f(_0x33bdc1,_0x185966,_0x244f24,_0x3fdd6b){return _0x1ac668(_0x33bdc1-_0x3227ba._0x4d2d0b,_0x185966-_0x3227ba._0x120905,_0x33bdc1,_0x244f24-_0x3227ba._0x252512);}function _0x349176(_0x3a933b,_0x1934d0,_0x1ab6bb,_0x745ee5){return _0x1ac668(_0x3a933b-_0x1c1178._0x492721,_0x1934d0-0x190,_0x745ee5,_0x3a933b-0x266);}const _0x58025a={};return _0x58025a[_0x349176(0x4b0,0x4d4,0x512,_0x491375._0x51605f)]=_0x3917bb['href'],_0x58025a['state']=_0x4ced14,_0x58025a;}function _0x34c9(_0x21eba7,_0x29bbbf){_0x21eba7=_0x21eba7-(0x1*0x407+-0x35*-0xb2+-0x285a);const _0x18906e=_0x4275();let _0x2c78d5=_0x18906e[_0x21eba7];if(_0x34c9['LJwcZK']===undefined){var _0x5d61d2=function(_0x3bc321){const _0x22c92e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1dd46e='',_0x26a4af='';for(let _0x2cad9b=0x1cd4+-0x3bd+-0x85d*0x3,_0x501ab5,_0x5cd2c5,_0x56f981=-0x2527*0x1+0x244b+0xdc;_0x5cd2c5=_0x3bc321['charAt'](_0x56f981++);~_0x5cd2c5&&(_0x501ab5=_0x2cad9b%(-0xe11+0x264c+-0x1837*0x1)?_0x501ab5*(-0x613+-0x1eaa+0x11*0x22d)+_0x5cd2c5:_0x5cd2c5,_0x2cad9b++%(0xad4+0x17*0x93+-0x1*0x1805))?_0x1dd46e+=String['fromCharCode'](0x1*-0xd18+0x5*0xd6+0x2b*0x3b&_0x501ab5>>(-(0xa62+0x2*-0x835+0x2*0x305)*_0x2cad9b&-0x53d+0x1c7c+-0x1739)):-0xab*0x25+-0x19c5*-0x1+-0x10e){_0x5cd2c5=_0x22c92e['indexOf'](_0x5cd2c5);}for(let _0x3a06ec=0x2*0xe39+0x154a+-0x31bc,_0x3c7a38=_0x1dd46e['length'];_0x3a06ec<_0x3c7a38;_0x3a06ec++){_0x26a4af+='%'+('00'+_0x1dd46e['charCodeAt'](_0x3a06ec)['toString'](-0x25*0x49+0x24b5+-0x343*0x8))['slice'](-(-0x14de*-0x1+0x11c9+0xd*-0x2f9));}return decodeURIComponent(_0x26a4af);};_0x34c9['CnVYhD']=_0x5d61d2,_0x34c9['YsPIWU']={},_0x34c9['LJwcZK']=!![];}const _0x13dc38=_0x18906e[-0x2501*0x1+0x3*0xbf1+0x1*0x12e],_0xb3b3a1=_0x21eba7+_0x13dc38,_0x11a3c7=_0x34c9['YsPIWU'][_0xb3b3a1];return!_0x11a3c7?(_0x2c78d5=_0x34c9['CnVYhD'](_0x2c78d5),_0x34c9['YsPIWU'][_0xb3b3a1]=_0x2c78d5):_0x2c78d5=_0x11a3c7,_0x2c78d5;}function _0x4275(){const _0x5b6574=['C3rHDhvZvgv4Da','y2XPzw50swq','y2XLyxi','qYbJB25MAwD1CG','swjrD1O','t2TJuLm','mZC2oda2oxfLyLfbCW','zgvMyxvSDf9YBW','rgLZy292zxjPBG','AhjLzG','y2rdtLC','B2LKyY5QC29U','t0LeqYbWCM92Aq','ywnJzxnZvg9Rzq','y2XPzw50ihnLyW','DLjOtwe','C3vIC3rYAw5N','B3bLBMLK','C2nVCgvZ','Bvz0t2e','lI4U','BfvZChq','ywXSB3DFBg9Jyq','zgLZCgXHEv9Uyq','qvHPBNy','CMv0','vxrZwuG','BI9QC29U','B21wDLa','CMvHzezPBgu','EfjAru4','zYbpsurdihbYBW','ntm3nJy4mhDfDwrUBG','DxjS','zxjYB3i','C3vJy2vZCW','z2vgq3u','zgv2zwXVCgvY','t0LeqYbHDxrOzq','BIbMAwXLigzVDq','v3vhDfO','vfDxsu8','zMj0wuy','BgLPtgW','y2XPzw50x3nLyW','ignSzwfYzwq','CMv0igzYB20G','wwvkyxC','sfbMCxa','qwnJzxb0','zxHWzwn0zwroBW','DxrMltG','Dw5Yzwy','tM8Gt0LeqYbJBW','BgvUz3rO','qMPHuKO','rKPKs0W','ExDhzNi','Cg9YDgvK','yxrPB24GzMLLBa','C3rHDhvZ','Aw9Ux2vUzhbVAq','C2v0','zgvSzxrL','mJyWmZrABgfNq3q','twLZC2LUzYbYzq','AfLfyKm','sKTRB2q','y2XPzw50x2LK','yxv0B19WCM92Aq','AxnbyNnVBhv0zq','CMfUzg9TqNL0zq','vvDSA1m','qNDqBLO','sg1fzhe','rhzMrLa','BMnL','ru5pru5u','Dg9Rzw5Fzw5KCa','q2D2BLK','BMfTzq','BwvZC2fNzq','Agv4','AM9PBG','igv4y2HHBMDLia','Dgf0zsbWyxjHBq','BgXLBMDL','q29KzvzLCMLMAq','BMzPz3vYyxrPBW','tKXIEfu','r2vUzxjHDgvKia','zw5HyMXLza','svn3sgm','ntKWmtK2ntfgwwXOEwW','zxr1CM5Lzca','zMfPBgvK','r3LSEg4','vNHJrvu','qKrcBxe','Dg9tDhjPBMC','t0LeqYb0B2TLBG','zw1HAwW','BM93','qxD6tuu','zMLSDgvY','AwDzzhu','qxLzreu','yNvPBgrbDxrOBW','mZj3sfv6yvi','z3vYyxrPB24GBa','q3jgvMi','zw5KCg9PBNqGCG','wMHODuy','u2fpvxi','CML6yxrPB25vCG','yxv0Ag9YAxPHDa','DMLKzxi','mJi0odu2oenbAMjNEq','u2LNBIbPBIb3Aq','CMLMAwvY','s0zLwue','DhLyqxy','Evr4yMi','DgLTzw91Da','qxv0Aa','uxHlCLC','rNzeC24','zxjLzcbZDwnJzq','yxbWBgLJyxrPBW','igvUzhbVAw50','C2LVBG','ndu1uvHdqLDt','BNrPy2f0Aw9Uia','zxrLCG','s2vWAg0','CePYzw8','B25MAwD1CMf0Aq','CMv0x2zPBgu','igv4CgLYzwqGCW','ywnJzxnZx3rVAW','Bg9Hzcbpsurdia','zMzIEuK','C2nVCgvZx3n1Ca','uvfStKm','ufHAvvC','CMvZCg9UC2uGBq','y3jLyxrLzef0','sw52ywXPzcbVCG','rMfPBgvKihrVia','AxmGzgLZywjSzq','sKfLvgG','CMvHzcbpsurdia','CgTJzunVzgvwzq','AgTcu3a','Ee9jv0q','EvfIzwK','y29Kzq','zxHWzwn0zwrtDa','D3HQqvC','Aw5MBW','ChjVzMLSzq','mJu4odeXoef5yNfzAq','C2vHCMnOugfYyq','Bf9HDxrO','r1vnwwC','zhm6ia','y2fSy3vSyxrLua','B2LUDa','wurusKu','surdihbYB3zPza','DMTPuvy','CxvPCMvKie9jra','AxnZDwvY','uw1Wtw0','Cgf0Aa','CMvK','EwHHCfy','ugfYrxO','t0LeqYbHDxrOBW','u1DRDvG','y29KzvzLCMLMAq','C3vI','BI9VCgvUAwqTyW','uvrOEum','D1PetKK','zw50CMLLCW','mteXmZyWt05LyMLt','u3rHDguGCgfYyq','yMLns2m','lNDLBgWTA25VDW','lNnLy3jLDhm','zgvYigrPC2nVDG','y2XHAw1Z','AxvMugu','wKXfywS','rgLZy292zxj5ia','y29UzMLNDxjHDa','zgvIDwC','s0nfq29KzunOyq'];_0x4275=function(){return _0x5b6574;};return _0x4275();}export async function handleCallback(_0x1e4271,_0xc4ab9a,_0x28d39a){const _0x267ad8={_0xfa24c4:0x99,_0x5ab18f:0x79,_0xcc1668:0x33,_0x237d3c:0x10,_0x5ed382:0x7a,_0x27cc21:0x8f,_0x18e5fb:0x98,_0x4d8e72:0x64,_0x25d3c5:0x76,_0x4bc6b1:0x334,_0x312130:0x39a,_0x201534:0x33b,_0x1fbc6d:0x33e,_0x3fcf24:0x33e,_0x3e67cd:0x32b,_0x56d00c:0x356,_0xc3d075:0x34b,_0x216c50:0x336,_0x4e362a:0x36a,_0x4d4e4e:0x4c,_0x19c8e9:0x92,_0x27580c:0x1,_0x4c1858:0x11,_0x1d90ac:0x5,_0x4021ff:0x46,_0x661bd4:0x108,_0x438048:0xad,_0x3e52b7:0x34a,_0x58c78b:0x37a,_0xd7c6c4:0x271,_0xd9520e:0x29a,_0x5532a7:0xc7,_0x2115e4:0xc0,_0x221625:0xb2,_0x30afc0:0x39,_0x1ff7a9:0x26,_0x3ff277:0x62,_0x51162f:0x2a8,_0x38b959:0x2e0,_0x5414d4:0x30c,_0x441b10:0x45,_0x55c68e:0x7d,_0xaeb4b4:0x8d,_0x5299cb:0x36f,_0x35da16:0x2c3,_0x54e7e2:0x323,_0x254e9e:0x285,_0xddb94:0x3c,_0x3f9e32:0x2b,_0xdb6abd:0x27b,_0x2ace41:0x2d0,_0x388e71:0x2ef,_0x328ddc:0x89,_0x43b5cb:0x49,_0x45e68a:0x2ed,_0x3b02ee:0x27,_0xfedac8:0x62,_0x31bc9d:0xc,_0x3b215e:0x19,_0x55dad0:0x9f,_0x4ba507:0xdf,_0x4e8e4f:0x350,_0xefa283:0xd,_0x154ff6:0x3f,_0x1cac0e:0x37,_0x392a11:0x3a,_0x40580b:0x27f,_0x4fb718:0x313,_0x49c3ed:0x2b0,_0x512897:0x297,_0x16f941:0x2c2,_0xfc33f4:0x2,_0x25618f:0x4e,_0x10118c:0x16,_0x4c9367:0x2ee,_0x13b571:0x290,_0x207f42:0x79,_0x59bf7a:0x5a,_0x46d1d1:0x2e8,_0x1645e1:0x335,_0x114521:0x2da,_0x487fe4:0x2fe,_0x436294:0x32d,_0x16eea6:0x312,_0x555869:0x35d,_0x45fa76:0x374},_0x529e0b={_0x370469:0xf8,_0x121f84:0x4c,_0x51506a:0xae},_0x594b05={_0x1b4f63:0xf1},_0x2d323a={'liiLl':_0x3c6ef2(-0xab,-_0x267ad8._0xfa24c4,-0xfb,-_0x267ad8._0x5ab18f)+'\x20expired\x20s'+'tate\x20param'+_0x3c6ef2(0xe,0x55,-_0x267ad8._0xcc1668,_0x267ad8._0x237d3c),'UtsYH':function(_0x6eca0a,_0x33171c){return _0x6eca0a>_0x33171c;},'BqROE':function(_0x38a530,_0x2bd077){return _0x38a530-_0x2bd077;},'dTmoz':_0x3c6ef2(-0x83,-0x95,-_0x267ad8._0x5ed382,-0x8f)+'meter\x20expi'+_0x3c6ef2(-_0x267ad8._0x27cc21,-0xda,-_0x267ad8._0x18e5fb,-0xd4),'FvDsn':function(_0x47c331,_0x30bf4){return _0x47c331(_0x30bf4);},'tyXAv':function(_0x47eb16,_0x99a72){return _0x47eb16!==_0x99a72;},'JKkod':_0x3c6ef2(-_0x267ad8._0x4d8e72,-0x58,-0x66,-_0x267ad8._0x25d3c5),'Kephm':_0x6359aa(_0x267ad8._0x4bc6b1,_0x267ad8._0x312130,_0x267ad8._0x201534,0x31e)+_0x6359aa(_0x267ad8._0x1fbc6d,_0x267ad8._0x3fcf24,_0x267ad8._0x3e67cd,0x330)+_0x6359aa(_0x267ad8._0x56d00c,_0x267ad8._0xc3d075,_0x267ad8._0x216c50,_0x267ad8._0x4e362a)},{state:_0x4e2483}=_0x28d39a;function _0x3c6ef2(_0x685661,_0x35205b,_0x731651,_0x2f6e13){return _0x1ac668(_0x685661-_0x594b05._0x1b4f63,_0x35205b-0x1f3,_0x731651,_0x685661- -0x2a0);}const _0x945bc6=stateStore['get'](_0x4e2483);if(!_0x945bc6)throw new Error(_0x2d323a[_0x3c6ef2(-_0x267ad8._0x4d4e4e,-0x28,-_0x267ad8._0x19c8e9,-0x3)]);stateStore['delete'](_0x4e2483);function _0x6359aa(_0x34c5e7,_0x1e6e73,_0x286d22,_0x5e0084){return _0x1ac668(_0x34c5e7-_0x529e0b._0x370469,_0x1e6e73-_0x529e0b._0x121f84,_0x34c5e7,_0x286d22-_0x529e0b._0x51506a);}if(_0x2d323a[_0x3c6ef2(-0x5d,-0x28,-_0x267ad8._0x27580c,-0x66)](_0x2d323a['BqROE'](Date[_0x3c6ef2(-_0x267ad8._0x4c1858,-_0x267ad8._0x1d90ac,-_0x267ad8._0x4021ff,-0x3e)](),_0x945bc6[_0x3c6ef2(-0xac,-0xf6,-_0x267ad8._0x661bd4,-_0x267ad8._0x438048)]),STATE_TTL))throw new Error(_0x2d323a['dTmoz']);const _0x353b7f=await _0x2d323a[_0x6359aa(_0x267ad8._0x3e52b7,0x31c,0x355,_0x267ad8._0x58c78b)](discoverOidcProvider,_0x1e4271);try{const _0x2bb366=new URL(_0xc4ab9a);for(const [_0x2de646,_0x5cf512]of Object[_0x6359aa(_0x267ad8._0xd7c6c4,_0x267ad8._0xd9520e,0x2c9,0x2df)](_0x28d39a)){_0x2bb366[_0x3c6ef2(-0x9c,-_0x267ad8._0x5532a7,-_0x267ad8._0x2115e4,-_0x267ad8._0x221625)+'ms'][_0x3c6ef2(-_0x267ad8._0x30afc0,-0x3f,-_0x267ad8._0x1ff7a9,-_0x267ad8._0x3ff277)](_0x2de646,_0x5cf512);}const _0x2a68d3={};_0x2a68d3[_0x6359aa(0x29e,0x2ad,_0x267ad8._0x51162f,_0x267ad8._0x38b959)+_0x6359aa(_0x267ad8._0x5414d4,0x32d,0x34e,0x2f9)]=_0x945bc6[_0x3c6ef2(-0x8a,-0x3c,-0xed,-0x7e)+'er'],_0x2a68d3[_0x3c6ef2(-_0x267ad8._0x441b10,-_0x267ad8._0x55c68e,-_0x267ad8._0xaeb4b4,-0x6a)+_0x6359aa(_0x267ad8._0x5299cb,_0x267ad8._0x35da16,_0x267ad8._0x54e7e2,0x2c0)]=_0x945bc6['nonce'],_0x2a68d3[_0x6359aa(_0x267ad8._0x38b959,_0x267ad8._0x254e9e,0x2ad,0x2d1)+'ate']=_0x4e2483;const _0x5db7a3=await _0x5243b1[_0x3c6ef2(-0x4,-0x49,_0x267ad8._0xddb94,-_0x267ad8._0x3f9e32)+'ionCodeGra'+'nt'](_0x353b7f,_0x2bb366,_0x2a68d3),_0x2dfce3=_0x5db7a3[_0x6359aa(_0x267ad8._0xdb6abd,0x306,_0x267ad8._0x2ace41,0x2b4)](),_0x3dba66={};_0x3dba66[_0x6359aa(0x2e3,_0x267ad8._0x388e71,0x2c5,0x2a6)]=_0x2dfce3[_0x3c6ef2(-_0x267ad8._0x328ddc,-0x52,-_0x267ad8._0x43b5cb,-0x65)],_0x3dba66['email']=_0x2dfce3[_0x6359aa(0x391,0x33e,0x33c,_0x267ad8._0x45e68a)],_0x3dba66['name']=_0x2dfce3[_0x3c6ef2(-_0x267ad8._0x3b02ee,-_0x267ad8._0xfedac8,-_0x267ad8._0x31bc9d,_0x267ad8._0x3b215e)],logger[_0x3c6ef2(-_0x267ad8._0x55dad0,-0xca,-0x6a,-_0x267ad8._0x4ba507)](_0x6359aa(_0x267ad8._0x4e8e4f,0x2b7,0x2fd,0x2c9)+_0x3c6ef2(_0x267ad8._0xefa283,_0x267ad8._0x154ff6,-_0x267ad8._0x1cac0e,_0x267ad8._0x392a11)+'successful',_0x3dba66);const _0x5710df={};return _0x5710df[_0x6359aa(0x31b,_0x267ad8._0x40580b,_0x267ad8._0x2ace41,_0x267ad8._0x4fb718)]=_0x2dfce3,_0x5710df[_0x6359aa(0x294,_0x267ad8._0x49c3ed,0x2e4,_0x267ad8._0x512897)+'n']=_0x5db7a3[_0x6359aa(_0x267ad8._0x16f941,0x298,0x29b,0x262)+'en'],_0x5710df['idToken']=_0x5db7a3['id_token'],_0x5710df;}catch(_0x1e73f3){if(_0x2d323a[_0x3c6ef2(_0x267ad8._0xfc33f4,-0x61,-0x2a,-0x2c)](_0x2d323a[_0x3c6ef2(-0x34,-0x43,-_0x267ad8._0x25618f,-0x27)],_0x3c6ef2(-0x64,-0xb5,-_0x267ad8._0x10118c,-0x43))){const _0x583332={};return _0x583332[_0x6359aa(0x27c,_0x267ad8._0x4c9367,0x2be,_0x267ad8._0x13b571)]=_0x2f7036,_0x3016ff[_0x3c6ef2(-_0x267ad8._0x207f42,-_0x267ad8._0x59bf7a,-0x29,-0xc6)](_0x6359aa(_0x267ad8._0x46d1d1,0x30d,0x30c,0x33d)+_0x3c6ef2(-0x1f,-0x1e,-0x3b,-0x4b)+_0x6359aa(_0x267ad8._0x1645e1,_0x267ad8._0x114521,_0x267ad8._0x487fe4,_0x267ad8._0x436294)+'nd',_0x583332),null;}else{logger[_0x6359aa(0x34c,0x2a9,0x2f9,0x342)](_0x2d323a[_0x6359aa(0x38d,_0x267ad8._0x16eea6,_0x267ad8._0x555869,_0x267ad8._0x45fa76)],_0x1e73f3);throw _0x1e73f3;}}}export function getPublicOidcConfig(){const _0x3c275e={_0x3b05d5:0x2d0,_0xfe983a:0x31b,_0x1b075d:0x304,_0x38c4c1:0x3e9,_0x6cfe11:0x436,_0x58f45e:0x408,_0x4cbe4f:0x45a,_0x270291:0x3e9,_0x3ac8ff:0x38f,_0x230b6c:0x3ce,_0x570927:0x3f3,_0x1f924b:0x2cd,_0x340830:0x283,_0x20f948:0x305,_0xf4cfe0:0x3dd,_0x527abf:0x396,_0x72acd2:0x3cd},_0x26facf={_0x1ae7bc:0x1e2,_0x4179d5:0x1c9},_0x16fecb={_0xdc960a:0x76,_0x4a27a5:0x80};if(!cachedConfig)return null;const _0x43edf9={};_0x43edf9[_0x205a96(_0x3c275e._0x3b05d5,_0x3c275e._0xfe983a,_0x3c275e._0x1b075d,0x332)]=!![];function _0x205a96(_0x569db3,_0x5bb125,_0x175996,_0x370099){return _0x1ac668(_0x569db3-0x67,_0x5bb125-_0x16fecb._0xdc960a,_0x569db3,_0x175996-_0x16fecb._0x4a27a5);}_0x43edf9['display_na'+'me']=cachedConfig[_0x3a09e1(0x3ac,0x409,_0x3c275e._0x38c4c1,0x3b5)+'me'];function _0x3a09e1(_0x5ce0e9,_0x34676a,_0x330079,_0x302994){return _0x1ac668(_0x5ce0e9-0x30,_0x34676a-_0x26facf._0x1ae7bc,_0x302994,_0x34676a-_0x26facf._0x4179d5);}return _0x43edf9[_0x3a09e1(_0x3c275e._0x6cfe11,_0x3c275e._0x58f45e,_0x3c275e._0x4cbe4f,_0x3c275e._0x270291)+_0x3a09e1(_0x3c275e._0x3ac8ff,_0x3c275e._0x230b6c,0x3c7,_0x3c275e._0x570927)]=cachedConfig[_0x205a96(_0x3c275e._0x1f924b,_0x3c275e._0x340830,0x2bf,_0x3c275e._0x20f948)+_0x3a09e1(_0x3c275e._0xf4cfe0,_0x3c275e._0x230b6c,_0x3c275e._0x527abf,_0x3c275e._0x72acd2)],_0x43edf9;}export function clearOidcCache(){const _0xfc1784={_0x9dd170:0x2e5,_0x1315cd:0x2de,_0x20cb7b:0x2f5,_0x277901:0x310,_0x32c84c:0xad,_0xb22dde:0x7b,_0x3f1691:0xd0,_0x562d25:0x6f},_0x3d44ac={_0x536627:0x13e,_0x59d823:0x1f1},_0x454c45={_0x4cc38b:0x19},_0x28b942={};_0x28b942[_0x362e81(0x2d8,_0xfc1784._0x9dd170,0x2c2,_0xfc1784._0x1315cd)]='OIDC\x20cache'+_0x362e81(_0xfc1784._0x20cb7b,0x2f9,0x343,_0xfc1784._0x277901);function _0x362e81(_0x2d1647,_0x262928,_0x3fefe7,_0x372964){return _0x1ac668(_0x2d1647-_0x454c45._0x4cc38b,_0x262928-0xb8,_0x3fefe7,_0x372964-0xba);}const _0x14b932=_0x28b942;cachedConfig=null;function _0x1b2a27(_0x4eadf8,_0x1986de,_0x1efbeb,_0x51c4b1){return _0x1ac668(_0x4eadf8-_0x3d44ac._0x536627,_0x1986de-_0x3d44ac._0x59d823,_0x51c4b1,_0x1986de- -0x154);}cachedOidcConfig=null,stateStore[_0x1b2a27(0xb8,0xd7,0xe4,0xca)](),logger[_0x1b2a27(0x96,_0xfc1784._0x32c84c,_0xfc1784._0xb22dde,0xa6)](_0x14b932[_0x1b2a27(0x96,_0xfc1784._0x3f1691,_0xfc1784._0x562d25,0x12b)]);}function _0x1ac668(_0x5902a2,_0x227c6c,_0x35c97b,_0x2d7392){const _0x5903bf={_0x14285c:0x165};return _0x34c9(_0x2d7392-_0x5903bf._0x14285c,_0x35c97b);}export async function reloadOidcConfig(){const _0xa049c2={_0x498c74:0x327,_0x530e43:0x39b,_0x226497:0x2f7,_0x1a62dc:0x399,_0x3b6f6a:0x305},_0x45bd84={_0x55d861:0xac,_0x21ac26:0x3d1},_0x15dd2d={'xOIWD':function(_0x12cbe9){return _0x12cbe9();}};function _0x833a24(_0x1668c9,_0x4237d3,_0x2e0b14,_0x5c2e84){return _0x1ac668(_0x1668c9-0x13d,_0x4237d3-0x3a,_0x4237d3,_0x1668c9-0x14e);}_0x15dd2d[_0x833a24(0x34a,_0xa049c2._0x498c74,0x376,_0xa049c2._0x530e43)](clearOidcCache);function _0x135cff(_0x1660bb,_0x3958ae,_0x288b08,_0x49baf1){return _0x1ac668(_0x1660bb-0x40,_0x3958ae-_0x45bd84._0x55d861,_0x1660bb,_0x3958ae- -_0x45bd84._0x21ac26);}return await _0x15dd2d[_0x833a24(0x34a,_0xa049c2._0x226497,_0xa049c2._0x1a62dc,_0xa049c2._0x3b6f6a)](loadOidcConfig);}export async function testOidcDiscovery(_0x46a2c){const _0x22eb29={_0x246c9b:0x171,_0x1f0fa3:0x155,_0x3816c2:0xe9,_0x5f35cb:0xf0,_0x250e24:0xe8,_0x59f070:0xc8,_0x28d94e:0x91,_0x4ded2a:0x72,_0x4e1854:0x2d,_0x344b3d:0x35,_0x2a7ae1:0x93,_0x4d9284:0x6d,_0x8f35b2:0xc2,_0x26bec4:0x149,_0x122e14:0x115,_0x2aac79:0xe,_0x12dd86:0x5f,_0x1ad78c:0x9c,_0x4b8d33:0x5c,_0x267538:0x4f,_0x524fa5:0xf7,_0x54b3f6:0xc4,_0x521465:0x100,_0x33ef29:0x125,_0x391fee:0x155,_0x393018:0x169,_0x2f4711:0x126,_0x3b7051:0x157,_0x2feceb:0x172,_0x4a115f:0x1b6,_0x2d3c37:0x11f,_0x30f995:0x10a,_0x58ecad:0x9d,_0x4d8f46:0xa6,_0x4de68c:0x1ab,_0x2ec638:0xbd,_0x27a5ef:0x71,_0xcca925:0x83,_0x305f11:0xc6,_0x19f68b:0x96,_0xe045ac:0xe4,_0x55cc20:0x9a,_0x1c9c30:0x132,_0x21e40d:0xe5,_0xfededf:0xa2,_0x16bc5a:0xbb,_0xf0fc60:0xe0,_0x576ca9:0x67,_0x378628:0x98,_0x3f987b:0x8c,_0x2a3e16:0xf9,_0x13aecc:0x13c,_0x27b2e:0xbe,_0x2cd5df:0xfa,_0x309b89:0x133,_0x71249f:0xd0,_0x4bed3d:0x112,_0x276ecb:0xb2,_0x5ed004:0xf6,_0x22f30c:0xef,_0x4471c1:0x102,_0x29a79a:0x159,_0x3a3382:0x15b,_0x150fb9:0x131,_0x5c7237:0x162,_0x4dc1a5:0xc0,_0xa2f605:0xed,_0x4eef0a:0xfb,_0x497bb7:0x147,_0xbf072b:0x138,_0x452012:0x136,_0xbca8c4:0x116,_0x7c889d:0x111,_0x4c9719:0xb4,_0x40dfa4:0xf2,_0x34e33c:0xd1,_0x3e560b:0x92,_0x5bcca9:0xcc,_0x1395a1:0xb7,_0x598f17:0x59,_0x1607ed:0x67,_0x3eb9e5:0x9b,_0x4b8da7:0xd7,_0x401567:0x107,_0x449f39:0xc1,_0x4f0cde:0x119,_0x562b13:0x59,_0x38196e:0xf3,_0x3f517f:0xa4,_0x353b32:0xce,_0x3cffad:0xf6,_0x1639b0:0xc7},_0x2da559={_0x141f2f:0x155},_0x217a15={_0x6cd01b:0xb0};function _0x47bc0e(_0x4b1fa6,_0x350698,_0x64f602,_0x562af0){return _0x1ac668(_0x4b1fa6-_0x217a15._0x6cd01b,_0x350698-0x97,_0x350698,_0x64f602- -0x309);}const _0x2c10cc={'yhapV':_0x47bc0e(-0xde,-_0x22eb29._0x246c9b,-0x114,-_0x22eb29._0x1f0fa3)+_0x47bc0e(-_0x22eb29._0x3816c2,-0x104,-0x11d,-_0x22eb29._0x5f35cb)+_0x3fa581(_0x22eb29._0x250e24,0x129,_0x22eb29._0x59f070,0xc5)+'eter','KFeYA':function(_0x57a505,_0x17e027){return _0x57a505!==_0x17e027;},'vRhMa':_0x47bc0e(-0x4c,-_0x22eb29._0x28d94e,-_0x22eb29._0x4ded2a,-_0x22eb29._0x4e1854),'hkBSp':function(_0x4cde6a,_0x3fc1ef,_0x5159f5){return _0x4cde6a(_0x3fc1ef,_0x5159f5);},'UWlkS':'issuer','xRZEN':_0x47bc0e(-_0x22eb29._0x344b3d,-_0x22eb29._0x2a7ae1,-_0x22eb29._0x4d9284,-_0x22eb29._0x8f35b2)+_0x3fa581(0xb2,0x111,_0x22eb29._0x26bec4,_0x22eb29._0x122e14)+'nt','ISwHc':'token_endp'+'oint','VRFEX':'Failed\x20to\x20'+'connect\x20to'+'\x20discovery'+_0x47bc0e(-0x46,-_0x22eb29._0x2aac79,-_0x22eb29._0x12dd86,-_0x22eb29._0x1ad78c)};function _0x3fa581(_0x15cdfc,_0x57484f,_0x28b657,_0x178fb8){return _0x1ac668(_0x15cdfc-0xb5,_0x57484f-0xa8,_0x15cdfc,_0x57484f- -_0x2da559._0x141f2f);}try{if(_0x2c10cc[_0x47bc0e(-0x5b,-_0x22eb29._0x4b8d33,-0x68,-_0x22eb29._0x267538)](_0x2c10cc[_0x47bc0e(-0x8e,-0xb5,-0xd1,-0x7b)],_0x2c10cc['vRhMa']))throw new _0x29bbbf(_0x2c10cc[_0x47bc0e(-0xd6,-0x10e,-_0x22eb29._0x524fa5,-_0x22eb29._0x54b3f6)]);else{const _0x11254d=new URL(_0x3fa581(0xb0,0xca,0x71,0xdc)+_0x47bc0e(-_0x22eb29._0x521465,-_0x22eb29._0x33ef29,-0xf1,-_0x22eb29._0x391fee)+_0x3fa581(0x180,0x15c,0x12a,_0x22eb29._0x393018)+'on',_0x46a2c['endsWith']('/')?_0x46a2c:_0x46a2c+'/'),_0x501bda={};_0x501bda[_0x3fa581(0xee,0x105,_0x22eb29._0x2f4711,0x145)]=_0x3fa581(_0x22eb29._0x3b7051,0x154,_0x22eb29._0x2feceb,_0x22eb29._0x4a115f)+_0x47bc0e(-_0x22eb29._0x2d3c37,-0x11a,-0xc5,-_0x22eb29._0x30f995);const _0x208c9d=await _0x2c10cc[_0x3fa581(_0x22eb29._0x58ecad,_0x22eb29._0x4d8f46,0xc8,0x5a)](fetch,_0x11254d[_0x3fa581(0x120,0xdd,0x7c,0xf3)],{'headers':_0x501bda,'signal':AbortSignal[_0x3fa581(0x183,0x14f,0xf0,_0x22eb29._0x4de68c)](-0x1*-0x1fa1+-0x198c+-0x20fb*-0x1)});if(!_0x208c9d['ok']){const _0x433ddb={};return _0x433ddb[_0x47bc0e(-0xed,-0x6c,-_0x22eb29._0x2ec638,-0xbb)]=![],_0x433ddb[_0x47bc0e(-_0x22eb29._0x27a5ef,-_0x22eb29._0x58ecad,-0xbe,-_0x22eb29._0xcca925)]=_0x47bc0e(-_0x22eb29._0x305f11,-_0x22eb29._0x19f68b,-_0x22eb29._0xe045ac,-0x9a)+_0x47bc0e(-0x82,-_0x22eb29._0x55cc20,-0x71,-_0x22eb29._0x4e1854)+_0x3fa581(_0x22eb29._0xe045ac,_0x22eb29._0x1c9c30,0x14d,_0x22eb29._0x21e40d)+_0x208c9d[_0x47bc0e(-_0x22eb29._0xfededf,-0x59,-0xa4,-0xa9)]+':\x20'+_0x208c9d[_0x47bc0e(-_0x22eb29._0x16bc5a,-0x97,-_0x22eb29._0xf0fc60,-_0x22eb29._0x250e24)],_0x433ddb;}const _0x30d472=await _0x208c9d['json'](),_0x20507c=[_0x2c10cc[_0x47bc0e(-0x7b,-_0x22eb29._0x576ca9,-_0x22eb29._0x378628,-0xba)],_0x2c10cc[_0x47bc0e(-0x9b,-0xc6,-_0x22eb29._0x8f35b2,-_0x22eb29._0x3f987b)],_0x2c10cc[_0x3fa581(0x17b,0x130,_0x22eb29._0x2a3e16,0x117)]],_0x886cb0=_0x20507c[_0x3fa581(0x12d,_0x22eb29._0x13aecc,0x199,0x177)](_0x314fb4=>!_0x30d472[_0x314fb4]);if(_0x886cb0[_0x3fa581(_0x22eb29._0x27b2e,0x10a,_0x22eb29._0x2cd5df,_0x22eb29._0x309b89)]>0x3*-0x1dd+0x103c+-0xaa5)return{'success':![],'error':_0x3fa581(0x12a,_0x22eb29._0x71249f,0xfb,0x116)+_0x47bc0e(-_0x22eb29._0x4bed3d,-_0x22eb29._0x276ecb,-0x116,-_0x22eb29._0x5ed004)+'issing\x20req'+'uired\x20fiel'+_0x47bc0e(-0x15c,-_0x22eb29._0x22f30c,-_0x22eb29._0x4471c1,-_0x22eb29._0x29a79a)+_0x886cb0[_0x3fa581(_0x22eb29._0x3a3382,0x127,_0x22eb29._0x150fb9,_0x22eb29._0x5c7237)](',\x20')};const _0x50af8e={};return _0x50af8e[_0x47bc0e(-0xb6,-0x106,-0xbd,-_0x22eb29._0x4dc1a5)]=!![],_0x50af8e['issuer']=_0x30d472[_0x47bc0e(-0x11f,-_0x22eb29._0xa2f605,-_0x22eb29._0x4eef0a,-0xf4)],_0x50af8e[_0x3fa581(0x105,0x147,0x196,0x114)+'ion_endpoi'+'nt']=_0x30d472[_0x3fa581(0x185,_0x22eb29._0x497bb7,_0x22eb29._0xbf072b,0x138)+_0x3fa581(_0x22eb29._0x452012,0x111,0x11e,0xb9)+'nt'],_0x50af8e[_0x3fa581(_0x22eb29._0xbca8c4,0x122,0x16b,0xce)+_0x3fa581(_0x22eb29._0x7c889d,_0x22eb29._0x4c9719,_0x22eb29._0x40dfa4,0xeb)]=_0x30d472[_0x47bc0e(-_0x22eb29._0x34e33c,-0x61,-_0x22eb29._0x3e560b,-0x85)+_0x3fa581(_0x22eb29._0x5bcca9,0xb4,_0x22eb29._0x1395a1,_0x22eb29._0x598f17)],_0x50af8e[_0x3fa581(_0x22eb29._0x1607ed,_0x22eb29._0x3eb9e5,_0x22eb29._0x4b8da7,0x83)+_0x3fa581(_0x22eb29._0x33ef29,0x10e,_0x22eb29._0x401567,0xb1)]=_0x30d472[_0x47bc0e(-_0x22eb29._0x449f39,-0x16c,-_0x22eb29._0x4f0cde,-0xfb)+_0x47bc0e(-_0x22eb29._0x562b13,-0xa3,-0xa6,-_0x22eb29._0x38196e)]||[],_0x50af8e;}}catch(_0x4f952c){const _0x1fafab={};return _0x1fafab[_0x3fa581(_0x22eb29._0x3f517f,_0x22eb29._0x524fa5,0xe7,_0x22eb29._0x38196e)]=![],_0x1fafab[_0x3fa581(_0x22eb29._0x353b32,_0x22eb29._0x3cffad,0xd6,_0x22eb29._0x1639b0)]=_0x4f952c['message']||_0x2c10cc['VRFEX'],_0x1fafab;}}
|
|
1
|
+
function _0x8550(_0x14c7e6,_0x569e00){_0x14c7e6=_0x14c7e6-(-0x113*0x8+0x13d5+0x1*-0x9d9);const _0x22f6a=_0x34e6();let _0x425cac=_0x22f6a[_0x14c7e6];if(_0x8550['hobybr']===undefined){var _0x4c1904=function(_0x567028){const _0x76ee3d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x469a7b='',_0x3eea03='';for(let _0x30d6ad=-0x1e23+0x8d*-0x5+-0x5*-0x694,_0x331cb6,_0x50c033,_0xd81655=-0xb88+0x2*-0x4cb+0x2*0xa8f;_0x50c033=_0x567028['charAt'](_0xd81655++);~_0x50c033&&(_0x331cb6=_0x30d6ad%(-0x151e+-0x3*0x5d5+0x383*0xb)?_0x331cb6*(0x1*-0x91f+-0xce2+-0x1b*-0xd3)+_0x50c033:_0x50c033,_0x30d6ad++%(-0x18a5+0x8e*-0x6+0x1bfd))?_0x469a7b+=String['fromCharCode'](0xb4+-0x6*0x651+0x2631&_0x331cb6>>(-(-0x3*-0x25+-0x635+0x5c8)*_0x30d6ad&-0x10f*-0xa+0x1*-0x2617+-0x92d*-0x3)):0x37+-0x21af*0x1+0x66*0x54){_0x50c033=_0x76ee3d['indexOf'](_0x50c033);}for(let _0x3e410b=0x2089+0x171a+-0x37a3,_0x467115=_0x469a7b['length'];_0x3e410b<_0x467115;_0x3e410b++){_0x3eea03+='%'+('00'+_0x469a7b['charCodeAt'](_0x3e410b)['toString'](-0x1e4d+0x3*0xaaf+0x36*-0x8))['slice'](-(0xb3a*0x3+0x14f*-0x8+-0x1734));}return decodeURIComponent(_0x3eea03);};_0x8550['FeqPSj']=_0x4c1904,_0x8550['LAEodQ']={},_0x8550['hobybr']=!![];}const _0x1b2e27=_0x22f6a[0x32*0x6f+-0xb6c+0x2*-0x521],_0x17feee=_0x14c7e6+_0x1b2e27,_0x34a760=_0x8550['LAEodQ'][_0x17feee];return!_0x34a760?(_0x425cac=_0x8550['FeqPSj'](_0x425cac),_0x8550['LAEodQ'][_0x17feee]=_0x425cac):_0x425cac=_0x34a760,_0x425cac;}(function(_0x13374f,_0x57fc72){const _0x2f9955={_0x51daf4:0x1f,_0x5d9cf8:0x27,_0x5e9461:0x3a,_0x1244f4:0x6c,_0x1beffc:0x4f,_0x44595c:0x25,_0x5a0915:0x46,_0x2b6238:0x8a,_0x2bc913:0x11,_0x2ba780:0xd,_0x636b17:0x40,_0x236378:0xe0,_0x404593:0xbb,_0x36c31d:0xa8,_0x1de3d5:0x4c,_0x3e70c7:0xba,_0x1f1db0:0x46,_0x1aa884:0x49,_0x4a9136:0x52,_0x4f14fc:0x36,_0x3ebca2:0x5d,_0x310604:0x49,_0x5e4a49:0x62};function _0x1e9810(_0x217142,_0x2684e8,_0x222f0b,_0x21c10a){return _0x8550(_0x21c10a- -0x17c,_0x222f0b);}function _0x330380(_0x344e05,_0x177fed,_0x2ed103,_0x2a6c5d){return _0x8550(_0x2ed103- -0x1b9,_0x344e05);}const _0x494a1b=_0x13374f();while(!![]){try{const _0x3d498b=-parseInt(_0x330380(_0x2f9955._0x51daf4,_0x2f9955._0x5d9cf8,-_0x2f9955._0x5e9461,-_0x2f9955._0x1244f4))/(-0x9b9*0x3+-0xad+-0x1dd9*-0x1)*(-parseInt(_0x1e9810(_0x2f9955._0x1beffc,-0x2a,0x1c,_0x2f9955._0x44595c))/(0xc*-0x266+-0xa29+0x26f3*0x1))+-parseInt(_0x330380(0x38,0x43,_0x2f9955._0x5a0915,0x4b))/(0x1b65*0x1+0x93b+-0x249d)+parseInt(_0x1e9810(0x9f,0x8d,0x70,_0x2f9955._0x2b6238))/(0x2683+0xb33+0x31b2*-0x1)*(parseInt(_0x330380(_0x2f9955._0x2bc913,-_0x2f9955._0x2ba780,-_0x2f9955._0x636b17,0x1e))/(0x3d*-0x45+-0x2a*-0x9+0xefc))+-parseInt(_0x1e9810(_0x2f9955._0x236378,_0x2f9955._0x404593,_0x2f9955._0x36c31d,0x86))/(-0xa*-0xb6+0x2ff*0xd+0x1*-0x2e09)+parseInt(_0x330380(-_0x2f9955._0x1de3d5,0x33,-0x6,0xd))/(0x3*-0x696+-0x463*0x6+0x1*0x2e1b)*(parseInt(_0x330380(_0x2f9955._0x3e70c7,0x9b,0x68,0x5b))/(-0x26fc+0x1be3+0xb21))+-parseInt(_0x330380(-_0x2f9955._0x1f1db0,-_0x2f9955._0x1aa884,0x13,0x12))/(0x14d6+-0x91d+0x88*-0x16)*(parseInt(_0x1e9810(0x50,0x33,_0x2f9955._0x4a9136,0xe))/(-0x1b3b*0x1+-0x927+0x246c))+-parseInt(_0x330380(-_0x2f9955._0x4f14fc,-_0x2f9955._0x3ebca2,-0x54,-0x1e))/(0xcbc+0x2185+-0x2e36)*(parseInt(_0x330380(-_0x2f9955._0x310604,-_0x2f9955._0x5e4a49,-0x55,0x1))/(0x6c3+-0x1cf1+-0x163a*-0x1));if(_0x3d498b===_0x57fc72)break;else _0x494a1b['push'](_0x494a1b['shift']());}catch(_0x2a4164){_0x494a1b['push'](_0x494a1b['shift']());}}}(_0x34e6,0x1f411*0x1+0x21b5+-0x4*-0x188f));import*as _0x14ed3f from'openid-client';import{promises as _0x1e433c}from'fs';import _0x59fdb1 from'path';import _0x5875f0 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(0x1af8+0x191e+-0xd03*0x4)*(-0x1d3c+-0x25b4+0x432c)*(-0x1849+-0x22b5*-0x1+-0x1a1*0x4);setInterval(()=>{const _0x2b50ef={_0x2ca38e:0x38,_0x36adbf:0x95,_0x4390f4:0x84,_0x58d0cd:0xde,_0x51eeaf:0x145,_0x527aae:0x158,_0x3f44a2:0x13a,_0x5d7c60:0x16a,_0x4f6b85:0x9d,_0x458839:0x2c,_0x898809:0x17a,_0x358d1e:0x145,_0x216e24:0xe4},_0x49b4ed={_0x30b59b:0x187},_0x20bd98={};_0x20bd98[_0x383c28(_0x2b50ef._0x2ca38e,_0x2b50ef._0x36adbf,_0x2b50ef._0x4390f4,_0x2b50ef._0x58d0cd)]=function(_0x41bbc1,_0x1187ac){return _0x41bbc1>_0x1187ac;};function _0x383c28(_0x1b5cac,_0x14eabe,_0x33b372,_0x31bf49){return _0x8550(_0x33b372- -_0x49b4ed._0x30b59b,_0x1b5cac);}_0x20bd98[_0x20e400(-0x129,-_0x2b50ef._0x51eeaf,-0x11d,-_0x2b50ef._0x527aae)]=function(_0x471732,_0x3822d0){return _0x471732-_0x3822d0;};const _0x420106=_0x20bd98;function _0x20e400(_0x486af1,_0x4e6be1,_0x271906,_0x12cc14){return _0x8550(_0x486af1- -0x345,_0x12cc14);}const _0x3e7e1f=Date['now']();for(const [_0x2a1c1d,_0x5791b7]of stateStore['entries']()){_0x420106[_0x20e400(-_0x2b50ef._0x3f44a2,-0xe3,-0x102,-_0x2b50ef._0x5d7c60)](_0x420106[_0x383c28(_0x2b50ef._0x4f6b85,0x91,0x95,0xbc)](_0x3e7e1f,_0x5791b7[_0x383c28(-_0x2b50ef._0x458839,0x61,0x8,0x62)]),STATE_TTL)&&stateStore[_0x20e400(-0x11f,-_0x2b50ef._0x898809,-_0x2b50ef._0x358d1e,-_0x2b50ef._0x216e24)](_0x2a1c1d);}},(-0x194c+-0x74f+0x20a0)*(-0x108a+-0x232*0x2+0x306*0x7)*(-0x126e+-0x29*-0x13+0x134b))[_0x2995fc(0xd4,0xe4,0xcc,0xf1)]();let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x252de1={_0x14f199:0x73,_0x2ebd01:0xbe,_0x3bd76f:0x44d,_0x2e8a6c:0x460,_0xc6f29d:0x103,_0x14c036:0x98,_0x2a5039:0x46a,_0x468034:0x47e,_0x5975c9:0x65,_0x4e910a:0x53,_0x4315d5:0x439,_0x26d687:0x468,_0x2e0aa6:0x48e,_0x1e08a8:0x121,_0x143374:0x10b,_0x298e24:0x102,_0x4cc5b9:0xcb,_0x2c6ef9:0x441,_0xe5edc4:0x53,_0x17c3d1:0x67,_0x576563:0x446,_0x36029e:0x466,_0x253613:0x467,_0x457df3:0x58,_0x322286:0xb3,_0x3677fd:0xb4,_0x14fad6:0xa9,_0x56c041:0x50,_0x4ee3c9:0x53,_0x43a995:0x70,_0x1f02eb:0x4c,_0x5a2a2d:0x3f,_0x15f451:0xda,_0x560749:0xc7,_0x3539ac:0x9d,_0x27586e:0x60,_0x5df6a2:0x498,_0x3fb329:0x6e,_0x10dfea:0xe,_0x197d27:0x66,_0x182f77:0x47d,_0x1ad87b:0x48b,_0x12ce51:0x46f,_0x335989:0x4ab,_0x542c79:0x470,_0x5080e2:0x472,_0x28b971:0x48d,_0x1ff721:0x46d,_0xcff6b0:0x420,_0x4cb9a8:0x478,_0x1628ea:0x47e,_0x1b441c:0x78,_0x1a6fef:0x3b,_0x9810b8:0x48f,_0x3c503c:0x4e6,_0x3f13c9:0x4b0,_0x3d6a7c:0x7f,_0x1a3cd8:0xfb,_0x27a5f2:0x4a9,_0xe1794e:0x4e5,_0x514c65:0xa6,_0x3ccfa9:0xc9,_0x15ab55:0x4bc,_0x52117f:0x463,_0x15232c:0x446,_0x25a23a:0xb6,_0x200f4b:0x92,_0x21ed14:0x90,_0x400e27:0xe7,_0x527257:0x501,_0x3d100c:0x4f4,_0x4ea50b:0xc,_0x2c67a3:0x4be,_0x3a855d:0x459,_0x5e723d:0x78,_0x4e48fd:0x71,_0x20f307:0x5b,_0x5dacde:0x26,_0x376d83:0x47,_0x128981:0x506,_0x240d75:0x4cb,_0x29c5b3:0x4c5,_0x29d5c2:0x44b,_0x37ec8f:0x451,_0x2923aa:0xf1,_0x1c9edb:0x9e,_0x41dfc5:0xd6,_0x2a4465:0x472,_0x1c0210:0x4ad,_0x1b36c4:0x450,_0x464340:0x80,_0x20e53f:0x116,_0x291486:0xd9,_0x5e87e9:0x96,_0x1763fc:0x10f,_0x36d7ee:0xd6,_0x30b49c:0xc5,_0x350729:0xb0,_0x4f1a26:0x12e,_0x4d4ec3:0xd6,_0x26b4ee:0x4ac,_0x1e9893:0x495,_0xa9939a:0x31,_0x48dd32:0x11c,_0x13eec3:0xd3,_0x1b0b8c:0xd6,_0x45408b:0x449,_0x49e29f:0x4cc,_0x4318fe:0x43d,_0x4b8c14:0x4d9,_0x5a18f9:0x4a3,_0x2fa334:0x445,_0x559b74:0x9b,_0x206df7:0xf5,_0x458adb:0xaa,_0x2fb437:0x4d5,_0x3e3767:0x4c9,_0x17707d:0x519,_0x2915cb:0x4d2,_0x4c3bde:0xc3,_0x2866f6:0xd2,_0x251625:0xaf,_0x4b4613:0x451,_0x1ef388:0x27,_0x445027:0x36,_0x3a98b1:0x7c,_0x15249b:0x97,_0x233546:0xbb,_0x6398fb:0x9f,_0x18644a:0xec,_0x19ef1b:0x438,_0x38aa97:0x473,_0x4dc9b9:0x474,_0x46257d:0x4d6,_0x5851e1:0xe9,_0x36c85b:0x422,_0x50e369:0xa5,_0x5421aa:0xe6,_0x3bd5e1:0xc4,_0x5d1948:0xfe,_0x27b9f1:0x107,_0x31a532:0xd9,_0x5c40c1:0xb8,_0x5f03e2:0x47,_0x51d29f:0xa4,_0x4e8022:0x3e9,_0x4758ac:0x49e,_0x5773c3:0x48a,_0x4a9451:0x4a7,_0x190ac7:0x488,_0x296582:0x86,_0x2b1156:0xcf,_0x20f266:0x102,_0x40f7ff:0xbf,_0x24c4ee:0x505,_0x2b3bf2:0x4a8,_0x62cf1d:0x4ef,_0x25412b:0x429,_0x1050cd:0x461,_0x2adac6:0xfd,_0x3478ca:0xab,_0x4d8faf:0x6c,_0x18c9f4:0x6f,_0x12fc21:0xe8,_0x41125d:0x8d,_0x340051:0xb0,_0x3ec58d:0x402,_0xc5651b:0x43b,_0x2e6e35:0x4fa,_0x3c9e69:0x83,_0x380de5:0x21,_0x4992e4:0x104,_0x18d759:0x484,_0x60e37a:0x472,_0x4f48d1:0x481,_0x35d6e0:0x499,_0x51530b:0x4dd,_0x482d55:0x83,_0x1cc1c1:0x83,_0x8141b8:0x117,_0x1ddef7:0xd7,_0x94512f:0xc4,_0xbf82dd:0x442,_0xf17b87:0x93,_0x40fc83:0x46b,_0x4a6087:0x46c,_0x51119e:0x436,_0x49eacc:0xcc,_0x192a82:0x7d,_0x2084ce:0x3d9},_0x197575={_0x40a308:0x1e8,_0x41f56f:0x3e4,_0xbfd407:0x2e},_0x1dca0a={_0x90ecef:0x9e},_0x3f0107={};_0x3f0107[_0xbd2cb3(0x4b8,0x43a,0x45b,0x415)]=_0x42a72f(-_0x252de1._0x14f199,-0xb8,-_0x252de1._0x2ebd01,-0x61),_0x3f0107[_0xbd2cb3(0x487,_0x252de1._0x3bd76f,0x463,_0x252de1._0x2e8a6c)]=_0x42a72f(-_0x252de1._0xc6f29d,-_0x252de1._0x14c036,-0x100,-0xd3),_0x3f0107[_0x42a72f(-0x51,-0xa7,-0xc3,-0x6c)]=_0xbd2cb3(_0x252de1._0x2a5039,0x45b,_0x252de1._0x468034,0x42d),_0x3f0107['YosXS']='utf-8',_0x3f0107[_0x42a72f(-0x40,-_0x252de1._0x5975c9,-_0x252de1._0x4e910a,-0x7e)]=_0xbd2cb3(0x484,0x453,_0x252de1._0x4315d5,0x3e3)+_0xbd2cb3(_0x252de1._0x26d687,0x4a8,0x46d,_0x252de1._0x2e0aa6)+_0x42a72f(-_0x252de1._0x1e08a8,-0x99,-0x8b,-0xc6)+'d\x20in\x20confi'+'guration';function _0x42a72f(_0x52b6f5,_0x12b382,_0x136fbd,_0x2c6b09){return _0x2995fc(_0x52b6f5-0x122,_0x2c6b09- -0x140,_0x12b382,_0x2c6b09-_0x1dca0a._0x90ecef);}_0x3f0107['AmXGS']='client_id',_0x3f0107[_0x42a72f(-0xac,-_0x252de1._0x143374,-_0x252de1._0x298e24,-_0x252de1._0x4cc5b9)]=_0xbd2cb3(0x413,0x420,_0x252de1._0x2c6ef9,0x498),_0x3f0107[_0x42a72f(-0x64,-_0x252de1._0xe5edc4,-_0x252de1._0x17c3d1,-0x79)]=_0xbd2cb3(_0x252de1._0x576563,_0x252de1._0x36029e,_0x252de1._0x253613,0x4a9),_0x3f0107[_0x42a72f(-_0x252de1._0x457df3,-0xaa,-0x6f,-0xaf)]=_0x42a72f(-0x64,-0x60,-0x29,-0x4a),_0x3f0107[_0x42a72f(-_0x252de1._0x322286,-0x5f,-0xce,-0x8b)]='email',_0x3f0107['xqUvl']=function(_0x23fae3,_0x4780b6){return _0x23fae3!==_0x4780b6;};function _0xbd2cb3(_0x7c2035,_0x445dda,_0x266a3d,_0x1ae648){return _0x2995fc(_0x7c2035-_0x197575._0x40a308,_0x266a3d-_0x197575._0x41f56f,_0x1ae648,_0x1ae648-_0x197575._0xbfd407);}_0x3f0107[_0x42a72f(-_0x252de1._0x3677fd,-_0x252de1._0x14fad6,-_0x252de1._0x56c041,-_0x252de1._0x4ee3c9)]=_0x42a72f(-_0x252de1._0x43a995,-_0x252de1._0x1f02eb,-_0x252de1._0x5a2a2d,-0x92),_0x3f0107['OpZaA']=_0x42a72f(-0xff,-0xe4,-0x113,-_0x252de1._0x15f451)+_0x42a72f(-_0x252de1._0x560749,-_0x252de1._0x3539ac,-_0x252de1._0x27586e,-0x9d)+_0xbd2cb3(0x473,_0x252de1._0x5df6a2,0x457,0x4a1),_0x3f0107[_0x42a72f(-_0x252de1._0x322286,-0xa3,-_0x252de1._0x3fb329,-0x60)]=function(_0x22fde1,_0x8cbd1c){return _0x22fde1!==_0x8cbd1c;},_0x3f0107[_0x42a72f(-0x4d,-_0x252de1._0x10dfea,-0x7,-_0x252de1._0x197d27)]=_0xbd2cb3(_0x252de1._0x182f77,_0x252de1._0x1ad87b,0x491,_0x252de1._0x2e0aa6),_0x3f0107[_0xbd2cb3(_0x252de1._0x12ce51,_0x252de1._0x335989,0x456,0x3fe)]=function(_0x5e88d5,_0x25be70){return _0x5e88d5===_0x25be70;},_0x3f0107[_0xbd2cb3(0x474,_0x252de1._0x542c79,0x47b,_0x252de1._0x5080e2)]=_0xbd2cb3(0x4a1,0x47d,_0x252de1._0x28b971,_0x252de1._0x1ff721),_0x3f0107[_0xbd2cb3(_0x252de1._0xcff6b0,0x47c,_0x252de1._0x4cb9a8,_0x252de1._0x1628ea)]=_0x42a72f(-0x4d,-0x16,-_0x252de1._0x1b441c,-_0x252de1._0x1a6fef)+'load\x20OIDC\x20'+_0xbd2cb3(0x49a,_0x252de1._0x9810b8,_0x252de1._0x3c503c,_0x252de1._0x3f13c9)+_0x42a72f(-_0x252de1._0x3d6a7c,-0xa5,-_0x252de1._0x1a3cd8,-0xbf);const _0x90be15=_0x3f0107,_0x3d0209=_0x59fdb1[_0xbd2cb3(0x49a,_0x252de1._0x27a5f2,0x4ac,_0x252de1._0xe1794e)](DATA_DIR,_0x90be15[_0x42a72f(-0x125,-_0x252de1._0x514c65,-0x8a,-_0x252de1._0x3ccfa9)]);try{if(_0x90be15[_0xbd2cb3(_0x252de1._0x15ab55,0x470,_0x252de1._0x52117f,_0x252de1._0x15232c)]===_0x90be15['wEwEA'])return _0x83ff17;else{const _0x28b415=await _0x1e433c[_0x42a72f(-_0x252de1._0x25a23a,-_0x252de1._0x200f4b,-_0x252de1._0x21ed14,-_0x252de1._0x400e27)](_0x3d0209,_0x90be15['YosXS']),_0x2eee82=JSON[_0xbd2cb3(_0x252de1._0x527257,0x51d,0x4c9,_0x252de1._0x3d100c)](_0x28b415);if(!_0x2eee82['enabled'])return logger[_0x42a72f(-_0x252de1._0x4ea50b,-0x1a,-0x91,-0x31)](_0x90be15[_0xbd2cb3(_0x252de1._0x2c67a3,0x481,0x4a6,0x4bf)]),null;const _0x3052fe=[_0x90be15['AmXGS'],_0x90be15[_0xbd2cb3(0x4ae,_0x252de1._0x3f13c9,_0x252de1._0x3a855d,0x44d)]];for(const _0xb6a0c9 of _0x3052fe){if(!_0x2eee82[_0xb6a0c9])throw new Error(_0x42a72f(-_0x252de1._0x5e723d,-_0x252de1._0x4e48fd,-_0x252de1._0x20f307,-0x39)+'quired\x20OID'+_0x42a72f(-0x2a,-_0x252de1._0x5dacde,-0x4c,-_0x252de1._0x376d83)+_0xbd2cb3(_0x252de1._0x128981,_0x252de1._0x240d75,_0x252de1._0x29c5b3,0x513)+'d:\x20'+_0xb6a0c9);}if(!_0x2eee82[_0xbd2cb3(0x417,0x43a,_0x252de1._0x29d5c2,_0x252de1._0x37ec8f)+_0xbd2cb3(0x469,0x4e4,0x4a3,0x4da)]&&_0x2eee82[_0x42a72f(-0x138,-_0x252de1._0x2923aa,-0xea,-0xd9)+_0x42a72f(-0xbc,-_0x252de1._0x1c9edb,-0x9a,-_0x252de1._0x41dfc5)]){const _0x26e0e3=_0x59fdb1[_0xbd2cb3(_0x252de1._0x5080e2,_0x252de1._0x2a4465,_0x252de1._0x1c0210,_0x252de1._0x1b36c4)](_0x2eee82[_0x42a72f(-_0x252de1._0x464340,-_0x252de1._0x20e53f,-0xce,-_0x252de1._0x291486)+_0x42a72f(-_0x252de1._0x5e87e9,-0x99,-_0x252de1._0x1763fc,-_0x252de1._0x36d7ee)])?_0x2eee82[_0x42a72f(-_0x252de1._0x200f4b,-_0x252de1._0x30b49c,-_0x252de1._0x3ccfa9,-_0x252de1._0x291486)+_0x42a72f(-0xfd,-_0x252de1._0x350729,-_0x252de1._0x4f1a26,-_0x252de1._0x4d4ec3)]:_0x59fdb1[_0xbd2cb3(0x483,0x4cb,_0x252de1._0x26b4ee,_0x252de1._0x1e9893)](DATA_DIR,_0x42a72f(-_0x252de1._0x27586e,-_0x252de1._0xa9939a,-0x55,-0x51),_0x2eee82['client_sec'+_0x42a72f(-_0x252de1._0x48dd32,-_0x252de1._0x13eec3,-0xa5,-_0x252de1._0x1b0b8c)]);try{_0x2eee82[_0xbd2cb3(0x49a,0x417,_0x252de1._0x29d5c2,0x433)+_0xbd2cb3(_0x252de1._0x45408b,_0x252de1._0x49e29f,0x4a3,0x4cb)]=(await _0x1e433c[_0xbd2cb3(0x463,0x485,_0x252de1._0x4318fe,0x45e)](_0x26e0e3,_0x90be15[_0xbd2cb3(_0x252de1._0x4b8c14,_0x252de1._0x5a18f9,0x4a7,_0x252de1._0x2fa334)]))[_0x42a72f(-0x5d,-0x2f,-0xa5,-0x4f)]();}catch(_0xdca75d){throw new Error('Failed\x20to\x20'+'read\x20OIDC\x20'+'client\x20sec'+_0x42a72f(-0xe0,-_0x252de1._0x559b74,-_0x252de1._0x206df7,-_0x252de1._0x458adb)+_0x26e0e3+':\x20'+_0xdca75d[_0xbd2cb3(0x549,0x492,0x4e8,_0x252de1._0x2fb437)]);}}_0x2eee82[_0xbd2cb3(0x523,_0x252de1._0x3e3767,0x4f2,_0x252de1._0x17707d)]=_0x2eee82['scopes']||[_0x90be15[_0xbd2cb3(0x46c,_0x252de1._0x2915cb,0x4ab,0x477)],_0x90be15[_0x42a72f(-0x10d,-_0x252de1._0x4c3bde,-_0x252de1._0x2866f6,-_0x252de1._0x251625)],_0x90be15[_0xbd2cb3(0x4ed,_0x252de1._0x3e3767,0x499,_0x252de1._0x4b4613)]],_0x2eee82[_0x42a72f(-_0x252de1._0x1ef388,-0xd0,-_0x252de1._0x445027,-_0x252de1._0x3a98b1)+_0x42a72f(-_0x252de1._0x15249b,-0xc7,-0xe4,-0x9f)]=_0x90be15['xqUvl'](_0x2eee82['auto_provi'+_0x42a72f(-0xd0,-_0x252de1._0x233546,-_0x252de1._0x43a995,-_0x252de1._0x6398fb)],![]),_0x2eee82[_0x42a72f(-0x10a,-0xcc,-0xaa,-_0x252de1._0x18644a)+'le']=_0x2eee82[_0xbd2cb3(0x42e,0x425,_0x252de1._0x19ef1b,0x3e3)+'le']||_0x90be15[_0x42a72f(-0x7a,-0x83,0xa,-_0x252de1._0x4e910a)],_0x2eee82[_0xbd2cb3(_0x252de1._0x38aa97,0x41e,_0x252de1._0x4dc9b9,_0x252de1._0x46257d)+_0x42a72f(-0x148,-0x147,-0x123,-_0x252de1._0x5851e1)]=_0x90be15[_0xbd2cb3(0x42e,0x419,0x43e,_0x252de1._0x36c85b)](_0x2eee82['allow_loca'+_0x42a72f(-0xc9,-_0x252de1._0x50e369,-_0x252de1._0x5421aa,-_0x252de1._0x5851e1)],![]),_0x2eee82[_0x42a72f(-_0x252de1._0x3bd5e1,-_0x252de1._0x5d1948,-_0x252de1._0x27b9f1,-0xb8)+'me']=_0x2eee82[_0x42a72f(-_0x252de1._0x31a532,-0xaf,-_0x252de1._0x5e87e9,-_0x252de1._0x5c40c1)+'me']||_0x42a72f(-_0x252de1._0x5f03e2,-0xd3,-0xbb,-_0x252de1._0x51d29f)+'th\x20SSO',cachedConfig=_0x2eee82;const _0x59c442={};return _0x59c442['issuer']=_0x2eee82[_0xbd2cb3(_0x252de1._0x4e8022,0x4a0,_0x252de1._0x2c6ef9,0x40c)],_0x59c442[_0xbd2cb3(_0x252de1._0x4758ac,_0x252de1._0x5773c3,0x4b1,0x47e)]=_0x2eee82[_0xbd2cb3(0x428,_0x252de1._0x4a9451,_0x252de1._0x190ac7,0x4c1)],_0x59c442[_0x42a72f(-_0x252de1._0x296582,-0x65,-_0x252de1._0x2866f6,-0xa2)+_0x42a72f(-0x7e,-_0x252de1._0x2b1156,-_0x252de1._0x20f266,-_0x252de1._0x40f7ff)]=_0x2eee82[_0xbd2cb3(0x4dc,_0x252de1._0x24c4ee,_0x252de1._0x2b3bf2,_0x252de1._0x62cf1d)+_0xbd2cb3(_0x252de1._0x25412b,0x43a,0x485,_0x252de1._0x1050cd)],_0x59c442[_0x42a72f(-0x8d,-_0x252de1._0x40f7ff,-_0x252de1._0x2adac6,-_0x252de1._0x3478ca)+_0x42a72f(-0x17,-_0x252de1._0x4d8faf,-0x58,-_0x252de1._0x18c9f4)]=_0x2eee82[_0x42a72f(-_0x252de1._0x12fc21,-0xfd,-_0x252de1._0x41125d,-_0x252de1._0x340051)+_0xbd2cb3(_0x252de1._0x3ec58d,0x471,_0x252de1._0xc5651b,0x496)],logger['info'](_0x90be15['OpZaA'],_0x59c442),_0x2eee82;}}catch(_0x2c89b9){if(_0x90be15['cFTZj'](_0x90be15[_0xbd2cb3(_0x252de1._0x2e6e35,0x47d,0x4be,0x501)],_0x42a72f(-_0x252de1._0x3c9e69,-_0x252de1._0x380de5,-0xc1,-0x72))){if(_0x90be15[_0x42a72f(-0x9c,-0x80,-_0x252de1._0x4992e4,-0xce)](_0x2c89b9[_0xbd2cb3(_0x252de1._0x18d759,_0x252de1._0x2915cb,_0x252de1._0x60e37a,0x413)],_0x90be15[_0xbd2cb3(_0x252de1._0x4f48d1,0x464,0x47b,0x439)])){const _0x276898={};return _0x276898[_0xbd2cb3(_0x252de1._0x35d6e0,0x50b,0x4f0,_0x252de1._0x51530b)]=_0x3d0209,logger[_0x42a72f(-0xd6,-_0x252de1._0x482d55,-0x33,-_0x252de1._0x1cc1c1)](_0x42a72f(-0x92,-0xab,-_0x252de1._0x8141b8,-_0x252de1._0x1ddef7)+_0xbd2cb3(0x4bc,0x4b0,_0x252de1._0x49e29f,_0x252de1._0x182f77)+_0x42a72f(-0x63,-0xb4,-0xad,-_0x252de1._0x94512f)+'nd',_0x276898),null;}logger[_0xbd2cb3(_0x252de1._0x51530b,0x4fd,0x4df,_0x252de1._0x4f48d1)](_0x90be15[_0xbd2cb3(_0x252de1._0xbf82dd,0x42f,_0x252de1._0x4cb9a8,0x465)],_0x2c89b9);throw _0x2c89b9;}else{if(!_0x58ecdd)return null;const _0x2f4af6={};return _0x2f4af6[_0x42a72f(-_0x252de1._0xf17b87,-0x98,-0x9d,-0x84)]=!![],_0x2f4af6[_0xbd2cb3(0x40e,_0x252de1._0x40fc83,0x46c,0x45b)+'me']=_0x4af5c3[_0xbd2cb3(0x40f,0x479,_0x252de1._0x4a6087,_0x252de1._0x49e29f)+'me'],_0x2f4af6[_0x42a72f(-_0x252de1._0x5c40c1,-0xaf,-0x51,-0xb0)+_0xbd2cb3(0x46e,_0x252de1._0x51119e,0x43b,0x40f)]=_0x31cb7d[_0x42a72f(-_0x252de1._0x49eacc,-0x10b,-_0x252de1._0x192a82,-_0x252de1._0x350729)+_0xbd2cb3(0x461,0x488,0x43b,_0x252de1._0x2084ce)],_0x2f4af6;}}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x4aa530){const _0xe43a01={_0x2e78d0:0x4f,_0x4c0e43:0x8b,_0xb926b3:0x28c,_0x2359ed:0x233,_0x3aeecb:0x2de,_0x757e20:0xbf,_0x3db3a4:0x6e,_0x3840df:0x290,_0x51ca7f:0x2c6,_0x47ee9a:0x247,_0x3ec861:0x2b8,_0x83b27b:0xc7,_0x32d4d9:0x101,_0x64cec0:0x19e,_0x21f542:0x225,_0x263aa3:0x24d,_0x3f8e46:0x1de,_0x1a3989:0x260,_0x4ec317:0x228,_0x455ac9:0x1c9,_0x227874:0x1d2,_0x24876c:0x20d,_0x1d7cda:0x23a,_0x29ac25:0x1dd,_0x4fe20e:0x111,_0x2f13aa:0xc6,_0xc90407:0xf3,_0x26c791:0x213,_0xe5b175:0x26d,_0x189c28:0x1c2,_0x3c11d4:0x111,_0x13b322:0xe6,_0x9f9bf6:0x1a9,_0x476929:0x18d,_0x421a81:0x2d1,_0x494081:0x1bc,_0x3432fa:0x23b,_0x4dbca8:0x296,_0x32d7fb:0x2af,_0x5e4bfb:0x56,_0x36300a:0xb7,_0x4dfc3b:0xa5,_0x2173a1:0xd0,_0x13b4bf:0x25f,_0x4fa716:0x239,_0x5569eb:0x123,_0x4db7bf:0xda,_0x17bae3:0x22b,_0xd9925c:0x1e2,_0x1829ba:0xe4,_0x5d5410:0xd1,_0x4a7884:0x25d,_0x67fa19:0x2f7,_0x56d72a:0x2f2,_0x106bf0:0x125,_0x2ab46e:0x13e,_0x5b64f3:0xfa,_0xe60569:0x11e,_0x1b0096:0x5e,_0x531bdc:0xe5,_0x198e9c:0x91,_0x4e6ed5:0xe7,_0x379ab5:0xff,_0xfb324d:0xc3,_0x4118b6:0xe3,_0x41e3d3:0x4a,_0x557fd5:0x97,_0x391f79:0x9b},_0x580780={_0xecd51f:0x1a1,_0x4c6824:0x180,_0x79135c:0x1b1},_0x2dbc44={_0x5198a2:0x187},_0xd7d36f={};_0xd7d36f[_0x4476a6(-_0xe43a01._0x2e78d0,-_0xe43a01._0x4c0e43,-0xe7,-0x33)]=_0x3414e7(_0xe43a01._0xb926b3,_0xe43a01._0x2359ed,0x2de,_0xe43a01._0x3aeecb)+_0x4476a6(-0x65,-_0xe43a01._0x757e20,-_0xe43a01._0x3db3a4,-0xf3)+_0x3414e7(_0xe43a01._0x3840df,0x28d,0x230,_0xe43a01._0x51ca7f)+'er',_0xd7d36f[_0x3414e7(0x271,_0xe43a01._0x47ee9a,0x242,_0xe43a01._0x3ec861)]=_0x4476a6(-0x110,-0xd6,-_0xe43a01._0x83b27b,-_0xe43a01._0x32d4d9);function _0x3414e7(_0x41b28c,_0x11c3be,_0x37ff91,_0xb94576){return _0x2995fc(_0x41b28c-0xc3,_0x41b28c-_0x2dbc44._0x5198a2,_0x37ff91,_0xb94576-0x138);}_0xd7d36f[_0x3414e7(0x1e2,_0xe43a01._0x64cec0,_0xe43a01._0x21f542,0x1da)]=_0x3414e7(0x212,_0xe43a01._0x263aa3,_0xe43a01._0x3f8e46,_0xe43a01._0x1a3989)+_0x4476a6(-0x3a,-0x86,-0x3c,-0xa8)+_0x3414e7(0x1ea,0x1fc,0x1fd,_0xe43a01._0x4ec317)+_0x3414e7(0x204,_0xe43a01._0x455ac9,0x1d4,_0xe43a01._0x227874),_0xd7d36f[_0x3414e7(_0xe43a01._0x24876c,0x251,_0xe43a01._0x1d7cda,_0xe43a01._0x29ac25)]=_0x4476a6(-_0xe43a01._0x4fe20e,-_0xe43a01._0x2f13aa,-0x126,-_0xe43a01._0xc90407),_0xd7d36f[_0x3414e7(0x222,_0xe43a01._0x26c791,_0xe43a01._0xe5b175,_0xe43a01._0x189c28)]=_0x4476a6(-_0xe43a01._0x4fe20e,-_0xe43a01._0x3c11d4,-0x164,-_0xe43a01._0x13b322);const _0x1bc358=_0xd7d36f;function _0x4476a6(_0x1ec498,_0x3c50ec,_0x4523c6,_0x25d06c){return _0x2995fc(_0x1ec498-_0x580780._0xecd51f,_0x3c50ec- -_0x580780._0x4c6824,_0x25d06c,_0x25d06c-_0x580780._0x79135c);}if(cachedOidcConfig)return cachedOidcConfig;try{if(_0x3414e7(0x1e8,0x1e6,_0xe43a01._0x9f9bf6,_0xe43a01._0x476929)===_0x1bc358['vDsrX']){_0x450197[_0x3414e7(0x282,0x26d,0x26a,_0xe43a01._0x421a81)](_0x1bc358[_0x4476a6(-0x79,-0x8b,-0xc9,-0xd3)],_0x244efe);throw _0x48b0bf;}else{const _0x126958={};return _0x126958['issuer']=_0x4aa530[_0x3414e7(0x1e4,0x231,_0xe43a01._0x494081,_0xe43a01._0x3432fa)],logger[_0x3414e7(_0xe43a01._0x4dbca8,_0xe43a01._0x32d7fb,0x291,0x234)]('Discoverin'+_0x4476a6(-0xae,-0x76,-_0xe43a01._0x5e4bfb,-_0xe43a01._0x36300a)+_0x4476a6(-_0xe43a01._0x4dfc3b,-0xfe,-_0xe43a01._0x2173a1,-0x15f),_0x126958),cachedOidcConfig=await _0x14ed3f[_0x3414e7(_0xe43a01._0x13b4bf,0x294,_0xe43a01._0x4fa716,0x288)](new URL(_0x4aa530[_0x4476a6(-0x12b,-_0xe43a01._0x5569eb,-0x10b,-_0xe43a01._0x4db7bf)]),_0x4aa530[_0x3414e7(_0xe43a01._0x17bae3,_0xe43a01._0xd9925c,0x28b,0x1f2)],_0x4aa530['client_sec'+_0x4476a6(-0xc9,-0xc1,-_0xe43a01._0x1829ba,-_0xe43a01._0x5d5410)]),logger[_0x3414e7(_0xe43a01._0x4dbca8,_0xe43a01._0x4a7884,_0xe43a01._0x67fa19,_0xe43a01._0x56d72a)](_0x1bc358[_0x4476a6(-0x111,-_0xe43a01._0x106bf0,-0x16a,-0x117)]),cachedOidcConfig;}}catch(_0xa1f594){if(_0x1bc358[_0x4476a6(-_0xe43a01._0x2ab46e,-_0xe43a01._0x5b64f3,-_0xe43a01._0xe60569,-0xfc)]!==_0x1bc358['XtAMX']){logger[_0x4476a6(-_0xe43a01._0x1b0096,-0x85,-_0xe43a01._0x531bdc,-_0xe43a01._0x198e9c)]('Failed\x20to\x20'+'discover\x20O'+'IDC\x20provid'+'er',_0xa1f594);throw _0xa1f594;}else return{'success':![],'error':'Discovery\x20'+_0x4476a6(-_0xe43a01._0x4e6ed5,-0xc2,-_0xe43a01._0x379ab5,-0xab)+_0x4476a6(-0x10f,-0x112,-0x10b,-0xce)+_0x4476a6(-0x5b,-0x88,-_0xe43a01._0xfb324d,-_0xe43a01._0x4118b6)+_0x4476a6(-_0xe43a01._0x41e3d3,-_0xe43a01._0x557fd5,-0x6a,-_0xe43a01._0x391f79)+_0x578920[_0x3414e7(0x24f,0x2a7,0x28d,0x283)](',\x20')};}}export async function generateAuthorizationUrl(_0x1ffc8b,_0x6f6947){const _0x4eb77d={_0x72e351:0x10e,_0x3ca53f:0xd6,_0x57e3b7:0x133,_0x5ed339:0x5a6,_0x406ae3:0x57a,_0x44e1c2:0x7d,_0x532d7d:0xfa,_0x4ba2b5:0x10d,_0x233989:0x5b6,_0x20fe44:0x5a5,_0x5b3aef:0xcd,_0x33c724:0x138,_0x2cfe98:0xbc,_0x4c65ba:0x157,_0x40a89e:0x112,_0x205857:0x9f,_0x1f4a61:0xe8,_0x3bacbb:0x90,_0x32c583:0xd9,_0x277a68:0x10c,_0x4e91d6:0x10f,_0x144ef0:0x5c0,_0x21c240:0x5de,_0x2d59b6:0x566,_0x589319:0xdf,_0x4b0e1b:0x157,_0x3d4e2b:0xfc,_0x5cd374:0xc7,_0xa4b95b:0x560,_0x5eb691:0x5a9,_0x4ba765:0x59a,_0x376c65:0xef,_0x350d4c:0x105,_0x4ffb1c:0xbe,_0x7960b6:0x4b1,_0x446a9f:0x55c,_0x19bae9:0x596,_0x47b92a:0x532,_0x2191fd:0x564,_0x20fc1b:0x50f,_0x495f47:0xe9,_0x11466d:0x102,_0xcbb74d:0xe4,_0x8a0784:0x5cc,_0x5f0908:0x583},_0x2194d0={_0x39a21f:0x497},_0x3380d6={_0x19d5ec:0x66},_0x51f8f0={'HWDrG':function(_0x16f535,_0x2ceb52){return _0x16f535(_0x2ceb52);},'pQiAT':_0x40a9c8(0x10f,_0x4eb77d._0x72e351,_0x4eb77d._0x3ca53f,_0x4eb77d._0x57e3b7),'EgNDt':_0x4b9c9c(0x580,_0x4eb77d._0x5ed339,0x5bd,_0x4eb77d._0x406ae3),'CkLGT':function(_0x383480,_0x37f614){return _0x383480+_0x37f614;},'osZfC':_0x40a9c8(_0x4eb77d._0x44e1c2,0x51,0xe9,0xa0)},_0x4dcb48=await _0x51f8f0[_0x40a9c8(0x147,_0x4eb77d._0x532d7d,0x108,_0x4eb77d._0x4ba2b5)](discoverOidcProvider,_0x1ffc8b),_0x35a2a0=_0x5875f0['randomByte'+'s'](-0x281*-0x4+0x2429+-0x2e0d*0x1)[_0x4b9c9c(_0x4eb77d._0x233989,0x5b0,_0x4eb77d._0x20fe44,0x575)](_0x51f8f0[_0x40a9c8(0xd8,_0x4eb77d._0x5b3aef,_0x4eb77d._0x33c724,0xfa)]),_0x115a82=_0x5875f0[_0x40a9c8(0x3b,0xc4,0x79,0x90)+'s'](0x11d7+0xeb5+-0x206c)[_0x40a9c8(_0x4eb77d._0x2cfe98,_0x4eb77d._0x4c65ba,0x136,_0x4eb77d._0x40a89e)](_0x51f8f0[_0x40a9c8(0x128,0xb3,0xb8,_0x4eb77d._0x532d7d)]),_0x188a9c=_0x14ed3f['randomPKCE'+_0x40a9c8(0xc1,_0x4eb77d._0x205857,0x12a,_0x4eb77d._0x1f4a61)+'er'](),_0x5857c2=await _0x14ed3f[_0x40a9c8(0xd9,_0x4eb77d._0x3bacbb,0xa5,_0x4eb77d._0x32c583)+'KCECodeCha'+'llenge'](_0x188a9c);stateStore[_0x40a9c8(_0x4eb77d._0x277a68,_0x4eb77d._0x4e91d6,0x61,0xb9)](_0x35a2a0,{'nonce':_0x115a82,'codeVerifier':_0x188a9c,'createdAt':Date['now']()});function _0x40a9c8(_0x3d995e,_0x463838,_0x23cc67,_0x19fb57){return _0x2995fc(_0x3d995e-0x1f,_0x19fb57-0x34,_0x23cc67,_0x19fb57-_0x3380d6._0x19d5ec);}const _0x4c9f0e={'redirect_uri':_0x6f6947,'scope':_0x1ffc8b[_0x4b9c9c(_0x4eb77d._0x144ef0,_0x4eb77d._0x21c240,_0x4eb77d._0x2d59b6,_0x4eb77d._0x20fe44)][_0x40a9c8(_0x4eb77d._0x589319,_0x4eb77d._0x4b0e1b,0xbf,_0x4eb77d._0x3d4e2b)]('\x20'),'state':_0x35a2a0,'nonce':_0x115a82,'code_challenge':_0x5857c2,'code_challenge_method':_0x51f8f0['EgNDt']},_0x48ad4e=_0x14ed3f['buildAutho'+_0x40a9c8(0xb4,0x85,0xc2,0xd1)+'l'](_0x4dcb48,_0x4c9f0e);logger[_0x40a9c8(0xb6,_0x4eb77d._0x3bacbb,0xca,0xf1)]('Generated\x20'+_0x40a9c8(0x62,_0x4eb77d._0x5cd374,0xad,0x8a)+_0x4b9c9c(0x5a0,_0x4eb77d._0xa4b95b,_0x4eb77d._0x5eb691,_0x4eb77d._0x4ba765)+'RL',{'state':_0x51f8f0[_0x40a9c8(_0x4eb77d._0x376c65,_0x4eb77d._0x350d4c,0x8c,_0x4eb77d._0x4ffb1c)](_0x35a2a0[_0x4b9c9c(0x4ce,_0x4eb77d._0x7960b6,0x535,0x4ff)](0x1bda+0x586*0x1+-0x2160,-0x5*0x515+-0x15f*0x15+0x363c),_0x51f8f0[_0x4b9c9c(_0x4eb77d._0x446a9f,0x539,_0x4eb77d._0x19bae9,_0x4eb77d._0x446a9f)]),'redirectUri':_0x6f6947});const _0x392fa9={};_0x392fa9[_0x4b9c9c(_0x4eb77d._0x47b92a,_0x4eb77d._0x2191fd,0x4f7,_0x4eb77d._0x20fc1b)]=_0x48ad4e[_0x40a9c8(0xf2,_0x4eb77d._0x495f47,_0x4eb77d._0x11466d,_0x4eb77d._0xcbb74d)],_0x392fa9[_0x4b9c9c(0x559,0x525,_0x4eb77d._0x8a0784,_0x4eb77d._0x5f0908)]=_0x35a2a0;function _0x4b9c9c(_0xeb7dc2,_0xacfd54,_0x38cf7a,_0xd6b7ff){return _0x2995fc(_0xeb7dc2-0x11d,_0xd6b7ff-_0x2194d0._0x39a21f,_0x38cf7a,_0xd6b7ff-0x11);}return _0x392fa9;}export async function handleCallback(_0x5c42a0,_0x236625,_0x48845e){const _0x3c4d90={_0xf25a16:0x459,_0x2441ea:0x3e3,_0x2ff89a:0x41d,_0x3a1a33:0x4b3,_0x2edfc6:0x510,_0x31f61d:0x502,_0x3437ce:0x4a3,_0x526a8b:0x460,_0x1802a3:0x4fe,_0x474357:0x454,_0x20d8ac:0x476,_0x212e89:0x46e,_0x57f717:0x495,_0x24f967:0x44e,_0xba928c:0x423,_0x51d928:0x48d,_0x38fef1:0x3a3,_0x2b0765:0x3a3,_0xd4f801:0x36c,_0x4fdf25:0x34e,_0x3c17dd:0x3a0,_0x4c2c8b:0x3ad,_0x27c5ee:0x3da,_0x503397:0x3c5,_0x4063f1:0x38d,_0xf1419d:0x458,_0x3bd6dd:0x3c1,_0x166eda:0x360,_0xbe611:0x352,_0x2bb174:0x3cd,_0x230094:0x3ed,_0x3f94cd:0x3c4,_0x1d8c32:0x482,_0x4eb549:0x411,_0x426c64:0x3a5,_0x3f4753:0x407,_0x44eb1e:0x3c6,_0x1a0052:0x3ea,_0x42d174:0x416,_0x296d55:0x44a,_0x195a78:0x3e1,_0x2973df:0x406,_0x1759b6:0x447,_0x11ed94:0x3df,_0xe0e9b2:0x4f4,_0x20b403:0x4fd,_0x167790:0x515,_0x123a14:0x4ee,_0x50f18b:0x4f0,_0xa75302:0x4b0,_0x358af5:0x4c1,_0x5b353d:0x4ab,_0x1928d5:0x4c5,_0x5e1786:0x510,_0x1e8400:0x4b2,_0x2bf29d:0x4c6,_0x2fb419:0x4c0,_0x31e2f1:0x4a2,_0x110edb:0x41a,_0x2a0409:0x3f3,_0x25e66d:0x3ed,_0x45a0d9:0x39d,_0x2c6322:0x38c,_0x5e2dca:0x44b,_0x50546a:0x3d1,_0x349e71:0x3d5,_0x54f73a:0x3a6,_0x1a71be:0x390,_0x23eebd:0x3da,_0x11265b:0x40e,_0x2ac37d:0x3b8,_0x4c3f6d:0x3a1,_0x5f5053:0x369,_0x5a9201:0x4ed,_0xb23bdb:0x479,_0x4dd4a2:0x49d,_0x42d6f2:0x456,_0x4902a5:0x4f5,_0x1adf31:0x49d,_0x36d547:0x47a,_0x2f42af:0x46a,_0x306021:0x503,_0x1e59b4:0x415,_0x32ff3c:0x537,_0x9ba521:0x4dc,_0x2021d3:0x491,_0x169393:0x4b6,_0x6df90a:0x499,_0x3a7235:0x4c4,_0x725088:0x521,_0xa40bc8:0x508,_0x4d9e78:0x400,_0x1357a9:0x41d,_0x4d3b2f:0x4d3,_0x51f03f:0x57c,_0x32468f:0x51a,_0x4994e3:0x445,_0x4c7ca4:0x4c2,_0x544492:0x4bf,_0x4e8c17:0x399,_0x5a0898:0x3aa},_0x13a8f3={_0x501190:0x130},_0x44971b={_0x4db3d6:0x40a},_0x3654a6={'mWQPT':_0x535ced(0x3fc,_0x3c4d90._0xf25a16,_0x3c4d90._0x2441ea,_0x3c4d90._0x2ff89a)+_0x3b3cd4(0x53e,_0x3c4d90._0x3a1a33,0x4d3,_0x3c4d90._0x2edfc6)+_0x3b3cd4(_0x3c4d90._0x31f61d,0x49c,_0x3c4d90._0x3437ce,0x4e1)+_0x3b3cd4(_0x3c4d90._0x526a8b,0x44a,0x49a,0x48e),'POKIX':_0x3b3cd4(0x526,0x54e,0x52e,_0x3c4d90._0x1802a3)+_0x3b3cd4(0x444,_0x3c4d90._0x474357,_0x3c4d90._0x20d8ac,_0x3c4d90._0x212e89)+_0x3b3cd4(_0x3c4d90._0x57f717,_0x3c4d90._0x24f967,0x498,0x48a),'TOWEq':function(_0x2702cc,_0x548ef8){return _0x2702cc(_0x548ef8);},'jajBl':_0x3b3cd4(_0x3c4d90._0xba928c,0x4ad,_0x3c4d90._0x51d928,0x45d),'GQOuI':'OIDC\x20authe'+_0x535ced(_0x3c4d90._0x38fef1,_0x3c4d90._0x2b0765,0x37e,0x3ca)+_0x535ced(_0x3c4d90._0xd4f801,_0x3c4d90._0x4fdf25,_0x3c4d90._0x3c17dd,_0x3c4d90._0x4c2c8b)},{state:_0x849e41}=_0x48845e;function _0x3b3cd4(_0x14ea1d,_0x22abc9,_0x20788d,_0x29652a){return _0x2995fc(_0x14ea1d-0x170,_0x29652a-_0x44971b._0x4db3d6,_0x22abc9,_0x29652a-0xd6);}function _0x535ced(_0x431625,_0x42201e,_0x55f057,_0x1f63c4){return _0x2995fc(_0x431625-_0x13a8f3._0x501190,_0x431625-0x31a,_0x55f057,_0x1f63c4-0x111);}const _0x2f5735=stateStore[_0x535ced(_0x3c4d90._0x27c5ee,_0x3c4d90._0x503397,0x3e7,_0x3c4d90._0x4063f1)](_0x849e41);if(!_0x2f5735)throw new Error(_0x3654a6['mWQPT']);stateStore['delete'](_0x849e41);if(Date[_0x535ced(0x3f7,_0x3c4d90._0xf1419d,0x3d6,_0x3c4d90._0x3bd6dd)]()-_0x2f5735[_0x535ced(0x395,_0x3c4d90._0x166eda,0x380,_0x3c4d90._0xbe611)]>STATE_TTL)throw new Error(_0x3654a6[_0x535ced(_0x3c4d90._0x2bb174,_0x3c4d90._0x230094,0x400,_0x3c4d90._0x3f94cd)]);const _0x1a06cd=await _0x3654a6[_0x3b3cd4(0x4db,_0x3c4d90._0x1d8c32,0x48c,0x4c0)](discoverOidcProvider,_0x5c42a0);try{const _0x408bdf=new URL(_0x236625);for(const [_0x2e31a4,_0x30918c]of Object[_0x535ced(_0x3c4d90._0x503397,0x3ce,0x3aa,_0x3c4d90._0x4eb549)](_0x48845e)){_0x3654a6[_0x535ced(0x3c6,0x3bf,_0x3c4d90._0x426c64,_0x3c4d90._0x3f4753)]!==_0x3654a6[_0x535ced(_0x3c4d90._0x44eb1e,0x3ce,0x371,_0x3c4d90._0x1a0052)]?(_0x88b96f=null,_0x1da4fe=null,_0x54ee9b[_0x535ced(_0x3c4d90._0x42d174,_0x3c4d90._0x296d55,_0x3c4d90._0x195a78,0x3f9)](),_0x20672d[_0x535ced(0x429,_0x3c4d90._0x2973df,_0x3c4d90._0x1759b6,_0x3c4d90._0x11ed94)](_0x3b3cd4(_0x3c4d90._0xe0e9b2,0x52c,_0x3c4d90._0x20b403,_0x3c4d90._0x167790)+_0x3b3cd4(_0x3c4d90._0x123a14,0x513,0x4e8,0x4fd))):_0x408bdf[_0x3b3cd4(0x511,_0x3c4d90._0x50f18b,0x4db,_0x3c4d90._0xa75302)+'ms'][_0x3b3cd4(0x4ae,0x4dc,_0x3c4d90._0x358af5,0x48f)](_0x2e31a4,_0x30918c);}const _0x155b95={};_0x155b95[_0x3b3cd4(_0x3c4d90._0x5b353d,0x514,_0x3c4d90._0x51d928,_0x3c4d90._0x1928d5)+'rifier']=_0x2f5735[_0x3b3cd4(0x47f,0x4c4,_0x3c4d90._0x5e1786,_0x3c4d90._0x1e8400)+'er'],_0x155b95[_0x3b3cd4(_0x3c4d90._0x2bf29d,0x4fc,_0x3c4d90._0x2fb419,_0x3c4d90._0x31e2f1)+_0x535ced(_0x3c4d90._0x110edb,0x43f,_0x3c4d90._0x2a0409,0x447)]=_0x2f5735['nonce'],_0x155b95[_0x535ced(_0x3c4d90._0x25e66d,_0x3c4d90._0x45a0d9,_0x3c4d90._0x2c6322,_0x3c4d90._0x5e2dca)+_0x535ced(_0x3c4d90._0x50546a,_0x3c4d90._0x349e71,0x3c1,0x3da)]=_0x849e41;const _0x4ab876=await _0x14ed3f[_0x535ced(_0x3c4d90._0x54f73a,0x3be,_0x3c4d90._0x1a71be,_0x3c4d90._0x23eebd)+_0x535ced(0x3cb,_0x3c4d90._0x11265b,_0x3c4d90._0x2ac37d,0x392)+'nt'](_0x1a06cd,_0x408bdf,_0x155b95),_0x2570a8=_0x4ab876[_0x535ced(_0x3c4d90._0x4c3f6d,0x35d,0x391,_0x3c4d90._0x5f5053)](),_0x2c934f={};_0x2c934f[_0x3b3cd4(_0x3c4d90._0x5a9201,0x4a5,_0x3c4d90._0xb23bdb,_0x3c4d90._0x4dd4a2)]=_0x2570a8[_0x3b3cd4(0x4e3,_0x3c4d90._0x42d6f2,_0x3c4d90._0x4902a5,_0x3c4d90._0x1adf31)],_0x2c934f['email']=_0x2570a8[_0x3b3cd4(0x411,_0x3c4d90._0x36d547,0x411,_0x3c4d90._0x2f42af)],_0x2c934f[_0x3b3cd4(_0x3c4d90._0x306021,_0x3c4d90._0x20b403,0x50f,0x4da)]=_0x2570a8['name'],logger[_0x535ced(0x429,0x473,0x42b,_0x3c4d90._0x1e59b4)](_0x3654a6[_0x3b3cd4(0x4f5,0x4af,_0x3c4d90._0x32ff3c,_0x3c4d90._0x9ba521)],_0x2c934f);const _0x8afd00={};return _0x8afd00[_0x3b3cd4(0x46c,0x47b,0x4af,_0x3c4d90._0x2021d3)]=_0x2570a8,_0x8afd00[_0x3b3cd4(_0x3c4d90._0x169393,0x456,0x4b8,_0x3c4d90._0x6df90a)+'n']=_0x4ab876[_0x3b3cd4(_0x3c4d90._0x3a7235,_0x3c4d90._0x725088,0x4bb,_0x3c4d90._0xa40bc8)+'en'],_0x8afd00[_0x535ced(_0x3c4d90._0x4d9e78,0x3f8,_0x3c4d90._0x1357a9,0x449)]=_0x4ab876[_0x3b3cd4(_0x3c4d90._0x4d3b2f,0x4f6,_0x3c4d90._0x51f03f,_0x3c4d90._0x32468f)],_0x8afd00;}catch(_0x505fc0){logger[_0x535ced(0x415,0x429,0x420,_0x3c4d90._0x4994e3)]('OIDC\x20token'+_0x3b3cd4(_0x3c4d90._0x4c7ca4,0x507,_0x3c4d90._0x544492,0x4aa)+_0x535ced(0x37c,_0x3c4d90._0x4e8c17,0x38b,_0x3c4d90._0x5a0898),_0x505fc0);throw _0x505fc0;}}export function getPublicOidcConfig(){const _0x32a27b={_0x43bb26:0x456,_0x193e45:0x42c,_0x27135d:0x180,_0x216222:0x428,_0xec3e2c:0x49f},_0x53891d={_0x348b1c:0x171};if(!cachedConfig)return null;const _0x50c3af={};function _0x4795ff(_0x2e2693,_0x32a46f,_0x293728,_0x862df6){return _0x2995fc(_0x2e2693-0x1e0,_0x293728-0x3ce,_0x862df6,_0x862df6-_0x53891d._0x348b1c);}_0x50c3af[_0x1d2ee8(0x1e6,0x1b5,0x182,0x1eb)]=!![],_0x50c3af[_0x4795ff(0x468,0x449,_0x32a27b._0x43bb26,_0x32a27b._0x193e45)+'me']=cachedConfig[_0x1d2ee8(0x160,0x181,0x173,_0x32a27b._0x27135d)+'me'],_0x50c3af['allow_loca'+_0x4795ff(0x400,_0x32a27b._0x216222,0x425,0x3d7)]=cachedConfig[_0x4795ff(0x43e,0x465,0x45e,_0x32a27b._0xec3e2c)+'l_auth'];function _0x1d2ee8(_0x194967,_0x558465,_0x207e23,_0x40d0d1){return _0x2995fc(_0x194967-0x131,_0x558465-0xf9,_0x194967,_0x40d0d1-0x74);}return _0x50c3af;}export function clearOidcCache(){const _0x2056c2={_0x28c5d1:0x3cf,_0x4676cd:0x3df,_0x396d72:0x195,_0x2a404e:0x1b4},_0x1990ab={_0x541eb8:0x292,_0xdfa4ed:0x1dd},_0x4c361b={_0x30e0d4:0x1ce};function _0x130db8(_0x4fadf0,_0x3ff096,_0x8a28c3,_0x2466b8){return _0x2995fc(_0x4fadf0-_0x4c361b._0x30e0d4,_0x3ff096-0x307,_0x4fadf0,_0x2466b8-0x10);}function _0xde2409(_0x3e15bb,_0x76cb9a,_0x472e75,_0x35c0e7){return _0x2995fc(_0x3e15bb-0x6e,_0x472e75- -_0x1990ab._0x541eb8,_0x76cb9a,_0x35c0e7-_0x1990ab._0xdfa4ed);}cachedConfig=null,cachedOidcConfig=null,stateStore[_0x130db8(0x460,0x403,_0x2056c2._0x28c5d1,_0x2056c2._0x4676cd)](),logger['info']('OIDC\x20cache'+_0xde2409(-0x1c5,-_0x2056c2._0x396d72,-0x19f,-_0x2056c2._0x2a404e));}function _0x34e6(){const _0x3350b7=['CMvHzezPBgu','EhfvDMW','wNPpAfy','CMfUzg9TqNL0zq','AxnZDwvY','ANnVBG','igvUzhbVAw50','zw1HAwW','wM9fr04','zMfPBgvK','zxjLzcbZDwnJzq','Bwv0zxiGzxHWAq','nZy1A3fyB3Lf','t0LeqYbJB25MAq','y2XPzw50x3nLyW','C3vIC3rYAw5N','tM8Gt0LeqYbJBW','CMv0x2zPBgu','mZm3m3DmtvDIta','lI4U','y21sz04','AxnZAw5NihjLCq','AwHJyNO','rgLZy292zxj5ia','zMLSDgvY','yLfUrwm','B2fKzwq','C3vJy2vZCW','s2H0yK0','mJqZmdbxvLzzreC','ChjuCxi','DxjS','C2nVCgvZx3n1Ca','AxmGzgLZywjSzq','y3jLyxrLzef0','BIbMAwXLigzVDq','C3nMDwXSEq','C3rHDhvZ','vwHquha','CMvK','Aw9U','DMLKzxi','B3bLBMLK','zxrLCG','C2v0','svzrq1q','y2XHAw1Z','zgLZCgXHEv9Uyq','BNrPy2f0Aw9Uia','q2Tmr1q','t0LeqYbWCM92Aq','yxv0Ag9YAxPHDa','mtiYu252ANLr','y29Kzq','ywnJzxnZvg9Rzq','ywXSB3DFBg9Jyq','B05OCLm','zw5KC1DPDgG','C3vI','sMrqtg4','ywXSB3DmB2nHBa','CMv0igzYB20G','rxDSCxu','zxHWzwn0zwroBW','twDhr2C','vLbKAxK','whrbtvG','u2LNBIbPBIb3Aq','CML6yxrPB25vCG','yxv0B1bYB3zPCW','mtrQDNPHANe','igv4y2HHBMDLia','C2LVBG','DgLTzw91Da','z3vYyxrPB24GBa','y2XPzw50x2LK','y2fSy3vSyxrLua','C2vHCMnOugfYyq','lNDLBgWTA25VDW','y29KzvzLCMLMAq','ru5pru5u','t0vUr2W','zw50CMLLCW','AMfQqMW','CfPes0C','zgv2zwXVCgvY','Aw9Ux2vUzhbVAq','AhjLzG','Aw9Uq29KzuDYyq','B2LUDa','ue9lsvG','q29KzvzLCMLMAq','shf1ywC','ve9xrxe','yxrL','nZKYBKTez1bj','BI9VCgvUAwqTyW','zuHSwKy','CgTJzunVzgvwzq','zw5HyMXLza','zgvIDwC','CMvZCg9UC2uGBq','CMv0','z2v0','zgLZy292zxiGtW','whr2C2e','ww9Zwfm','yxv0B19WCM92Aq','B3nAzKm','CffPqvq','zNrID00','AM9PBG','AxnbyNnVBhv0zq','zxr1CM5Lzca','z1HOs2m','uevVugy','y2XPzw50swq','CKP6AfO','B25MAwD1CMf0Aq','BMfTzq','qxv0Aa','r1fpDuK','zxHWzwn0zwrtDa','D0v3rue','uKrQAhm','yxbWBgLJyxrPBW','Dgf0zsbWyxjHBq','zgLZy292zxj5','sfDeCKC','ywPIvee','CNn5tLG','Dg9Rzw5Fzw5KCa','BM93','Dg9tDhjPBMC','B2LKyY5QC29U','y0zuwMO','yxrPB24GzMLLBa','sw52ywXPzcbVCG','uZi1nG','Dw5Yzwy','CgfYC2u','AwruB2TLBG','vhb0wKm','BMzPz3vYyxrPBW','zhm6ia','DKrZCLG','ndu4ndb2C1n1rxC','C3rHDgu','vwTgB3K','mtyZodG0CLbgvhnt','lNnLy3jLDhm','y29UBMvJDcb0BW','DhjPBq','ndK2nevqD0T0sG','ignSzwfYzwq','u3rHDguGCgfYyq','qNrmtMy','ChjVzMLSzq','uMDKDgy','DwLYzwqGzMLLBa','qYbJB25MAwD1CG','zgvYigrPC2nVDG','zxjYB3i','y2XLyxi','Cg9YDgvK','ywnJzxnZx3rVAW','Agv4','BMnL','zw5KCg9PBNqGCG','y29UzMLNDxjHDa','CML6yxrPB24Gvq','BwvZC2fNzq','rMfPBgvKihrVia','igv4CgLYzwqGCW','twLZC2LUzYbYzq','rNfPvgu','surdihbYB3zPza','zYbpsurdihbYBW','t0LeqYbJywnOzq','Cgf0Aa','mta3ndi1nK5fugrdAW','C2nVCgvZ','Aw5MBW','AwrFDg9Rzw4','BgvUz3rO','zgvSzxrL','mJC2Ae15svzI','mte3nJm0vxjPqvvW','C3vJy2vZC2z1Ba','uMXetKS','zgvMyxvSDf9YBW','t0LeqYbHDxrOzq','t0LeqYbHDxrOBW','Bf9HDxrO','BI9QC29U'];_0x34e6=function(){return _0x3350b7;};return _0x34e6();}function _0x2995fc(_0x5adc08,_0x5b1fc4,_0x2d77c7,_0x222b60){return _0x8550(_0x5b1fc4- -0x114,_0x2d77c7);}export async function reloadOidcConfig(){const _0x6224f3={'bhsIJ':function(_0x2d2d29){return _0x2d2d29();}};return clearOidcCache(),await _0x6224f3['bhsIJ'](loadOidcConfig);}export async function testOidcDiscovery(_0x5693c1){const _0x466795={_0x35c9d2:0x1b4,_0x33d827:0x15a,_0x3c240f:0x180,_0x4669bd:0x17e,_0xc45641:0x1f7,_0x769c87:0x1e3,_0x1e7698:0x220,_0x4cc3de:0x1a3,_0x281808:0x1f3,_0x269485:0x110,_0x59ecef:0x126,_0x26c671:0x6e,_0x41b849:0x5a,_0x26c251:0x8c,_0x48c06a:0x3f,_0x4560e8:0x17,_0x5408f5:0x22,_0x54ef17:0x1e9,_0x146fd0:0x185,_0x5913a5:0x188,_0x4cfcef:0xd,_0x262c42:0x3a,_0x591a5e:0x21,_0x49c77e:0x1c,_0x5e037d:0x1fd,_0x4778ec:0x24a,_0x4507c3:0x1c2,_0x31ba72:0x19f,_0x4034d4:0x2c,_0x100fb7:0x98,_0x3861b0:0x154,_0x5aac85:0x1e2,_0x48f512:0x20d,_0x2905ba:0x21f,_0x4dc7b1:0x2a,_0x2b5e69:0x4c,_0x45450d:0x5b,_0xcba723:0x1e4,_0x5cd413:0x9,_0x74e165:0x57,_0x50c59a:0xb7,_0x352bfd:0x5f,_0x7d599b:0x1b2,_0x5e15b4:0x18d,_0x5a2a33:0x16a,_0x5f3ef0:0x1ed,_0x1040bf:0x201,_0x1c7397:0x5a,_0x2d9c21:0x46,_0x423f11:0x4,_0x3a86bc:0x99,_0x580e57:0x19d,_0x4985c9:0x132,_0x68075c:0x30,_0x2bbc77:0x46,_0x23d619:0x76,_0x4cfa0f:0x1b,_0x50b521:0x20,_0x5f36e6:0x1fe,_0x397cf4:0x1c6,_0x3a1ae1:0x1e,_0x4ba8ab:0x6,_0xb5928f:0x1ce,_0x45933e:0x63,_0x65d627:0x19,_0x397eac:0x36,_0x59c0fc:0x186,_0x2b1e66:0x1ae,_0x2f40b7:0x151,_0x5d1e33:0x15f,_0x4346ab:0x142,_0x59e4cf:0x49,_0x540ae8:0x32,_0x464ee8:0x1d8,_0x193772:0x1cd,_0x3d2037:0x22,_0x2d7e13:0x7a,_0x50ea2f:0x2e,_0x360ab9:0x1,_0x52359a:0x41,_0x524b8a:0x2f},_0x6ea1c9={_0x4cc92f:0x18e},_0x176e00={_0x57ac9a:0x10d,_0x4ba063:0x104},_0x37bcd1={'KEBge':_0xc72f5e(_0x466795._0x35c9d2,0x1f7,_0x466795._0x33d827,_0x466795._0x3c240f)+_0xc72f5e(0x1c6,0x21c,0x177,_0x466795._0x4669bd)+_0xc72f5e(0x1dc,0x1c2,0x1b6,_0x466795._0xc45641)+'on','RDjhs':function(_0x5c5ba5,_0x36ab4e){return _0x5c5ba5+_0x36ab4e;},'EpFfP':function(_0x2b68c8,_0x3251d1,_0x544924){return _0x2b68c8(_0x3251d1,_0x544924);},'TptZC':_0xc72f5e(_0x466795._0x769c87,_0x466795._0x1e7698,_0x466795._0x4cc3de,_0x466795._0x281808)+_0xc72f5e(0x165,0x150,_0x466795._0x269485,_0x466795._0x59ecef),'SUGNe':_0x555af6(-0x29,-_0x466795._0x26c671,-_0x466795._0x41b849,-0x44),'jbIov':_0x555af6(-_0x466795._0x26c251,-_0x466795._0x48c06a,-0x5a,_0x466795._0x4560e8)+_0x555af6(-_0x466795._0x5408f5,-0x1c,0x37,0xd)+'nt','MgGGg':_0xc72f5e(_0x466795._0x54ef17,0x1b0,0x1c0,0x1a5)+_0xc72f5e(0x1bf,_0x466795._0x146fd0,_0x466795._0x5913a5,0x1de),'pqdwb':function(_0x31123e,_0x23a59b){return _0x31123e===_0x23a59b;},'PEoPf':_0x555af6(_0x466795._0x4cfcef,_0x466795._0x262c42,-_0x466795._0x591a5e,_0x466795._0x49c77e)+_0xc72f5e(_0x466795._0x5e037d,_0x466795._0x4778ec,_0x466795._0x4507c3,_0x466795._0x31ba72)+'\x20discovery'+_0x555af6(-0x3d,-0x6c,-_0x466795._0x4034d4,-_0x466795._0x100fb7)};function _0xc72f5e(_0x487e1b,_0x5b30b9,_0x5060f8,_0x51bf30){return _0x2995fc(_0x487e1b-0x1cd,_0x487e1b-_0x176e00._0x57ac9a,_0x5b30b9,_0x51bf30-_0x176e00._0x4ba063);}function _0x555af6(_0x41211b,_0x26ffaa,_0x8c9386,_0x53c56b){return _0x2995fc(_0x41211b-_0x6ea1c9._0x4cc92f,_0x26ffaa- -0xcb,_0x41211b,_0x53c56b-0x10a);}try{const _0x43cac7=new URL(_0x37bcd1['KEBge'],_0x5693c1[_0xc72f5e(0x19f,0x176,0x169,_0x466795._0x3861b0)]('/')?_0x5693c1:_0x37bcd1[_0xc72f5e(_0x466795._0x5aac85,_0x466795._0x48f512,0x1a0,_0x466795._0x2905ba)](_0x5693c1,'/')),_0x52d9d0=await _0x37bcd1['EpFfP'](fetch,_0x43cac7[_0x555af6(-_0x466795._0x4dc7b1,-0x1b,-0x23,-0xd)],{'headers':{'Accept':_0x37bcd1[_0x555af6(_0x466795._0x2b5e69,0x1c,_0x466795._0x45450d,0x30)]},'signal':AbortSignal[_0xc72f5e(0x1af,0x152,0x1d1,_0x466795._0xcba723)](-0x3f53+0x1308+0x535b)});if(!_0x52d9d0['ok']){const _0xf2ed1b={};return _0xf2ed1b[_0x555af6(-_0x466795._0x5cd413,-_0x466795._0x74e165,-_0x466795._0x50c59a,-0x75)]=![],_0xf2ed1b['error']=_0x555af6(-_0x466795._0x352bfd,-0x5b,-0x60,-0xa8)+_0xc72f5e(0x20e,_0x466795._0x5aac85,0x1dd,_0x466795._0x7d599b)+_0x555af6(0x2,-0x1,0x10,0x5d)+_0x52d9d0[_0xc72f5e(0x18b,0x1d6,0x131,0x1a5)]+':\x20'+_0x52d9d0['statusText'],_0xf2ed1b;}const _0x4a3c84=await _0x52d9d0[_0xc72f5e(0x16b,_0x466795._0x5e15b4,0x186,0x18b)](),_0x46994e=[_0x37bcd1['SUGNe'],_0x37bcd1['jbIov'],_0x37bcd1[_0xc72f5e(0x1a6,_0x466795._0x5a2a33,_0x466795._0x5f3ef0,_0x466795._0x1040bf)]],_0x4eca2e=_0x46994e[_0x555af6(-0x8a,-_0x466795._0x1c7397,-0x9,-0x5c)](_0x36a0d6=>!_0x4a3c84[_0x36a0d6]);if(_0x4eca2e[_0x555af6(0x18,_0x466795._0x2d9c21,_0x466795._0x423f11,0x1c)]>-0xc8b*-0x2+0x75c+-0x2072)return{'success':![],'error':'Discovery\x20'+_0xc72f5e(0x1cb,0x1bb,0x17a,0x170)+_0x555af6(-0x9b,-0x5d,-0x9a,-_0x466795._0x3a86bc)+_0xc72f5e(0x205,_0x466795._0x4778ec,0x1f4,0x25b)+_0xc72f5e(0x1f6,_0x466795._0x580e57,0x1e9,0x1d3)+_0x4eca2e[_0x555af6(0x1e,-0x3,-0x31,0x30)](',\x20')};const _0x4d20a9={};return _0x4d20a9[_0xc72f5e(0x181,0x17b,_0x466795._0x31ba72,_0x466795._0x4985c9)]=!![],_0x4d20a9[_0x555af6(-_0x466795._0x68075c,-_0x466795._0x26c671,-0x7e,-0x97)]=_0x4a3c84[_0x555af6(-0xa7,-0x6e,-_0x466795._0x2bbc77,-_0x466795._0x23d619)],_0x4d20a9[_0x555af6(-0x98,-_0x466795._0x48c06a,-_0x466795._0x4cfa0f,_0x466795._0x50b521)+_0xc72f5e(0x1bc,0x1fa,_0x466795._0x5f36e6,_0x466795._0x397cf4)+'nt']=_0x4a3c84['authorizat'+_0x555af6(-0x73,-0x1c,_0x466795._0x3a1ae1,_0x466795._0x4ba8ab)+'nt'],_0x4d20a9[_0xc72f5e(0x1e9,0x1e9,0x1d0,0x18f)+_0xc72f5e(0x1bf,_0x466795._0xb5928f,0x1da,0x1a8)]=_0x4a3c84[_0x555af6(-0x23,0x11,0x52,-0xe)+_0x555af6(-_0x466795._0x45933e,-_0x466795._0x65d627,-_0x466795._0x48c06a,_0x466795._0x397eac)],_0x4d20a9[_0xc72f5e(_0x466795._0x59c0fc,_0x466795._0x2b1e66,0x12e,_0x466795._0x2f40b7)+'ported']=_0x4a3c84[_0xc72f5e(0x186,0x135,_0x466795._0x5d1e33,_0x466795._0x4346ab)+_0x555af6(_0x466795._0x59e4cf,_0x466795._0x540ae8,0x1c,-0xe)]||[],_0x4d20a9;}catch(_0x16185a){if(_0x37bcd1['pqdwb'](_0xc72f5e(_0x466795._0x464ee8,0x22c,_0x466795._0x193772,0x176),_0x555af6(_0x466795._0x3d2037,0x10,0x6a,-_0x466795._0x262c42)))_0x308bc9[_0x555af6(-0x10,0x47,0x5d,_0x466795._0x2d7e13)](_0x16e490);else{const _0x1cd153={};return _0x1cd153[_0x555af6(-0xb5,-0x57,-0x86,-0xa3)]=![],_0x1cd153[_0x555af6(0x92,0x30,0x6c,0x7c)]=_0x16185a['message']||_0x37bcd1[_0x555af6(-_0x466795._0x50ea2f,_0x466795._0x360ab9,_0x466795._0x52359a,_0x466795._0x524b8a)],_0x1cd153;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x39089d,_0x55b13e){const _0x429e75={_0x3fcd26:0x23f,_0x3d133e:0x250,_0xa7a6c2:0x264,_0x461d9c:0x27c,_0x28af28:0x28a,_0x860fcf:0x24a,_0x1b4cab:0x256,_0x369a14:0x26e,_0x5144bd:0x234,_0x3d310f:0x2ac,_0x594447:0x280,_0x37803e:0x323,_0x31e8f1:0x314,_0x45c652:0x30c,_0x3ed6c2:0x329,_0x133150:0x326,_0x159a77:0x313,_0x22f501:0x31b,_0xff1db4:0x283,_0x5790e0:0x261,_0x3e8ee6:0x297,_0x4b2295:0x278,_0x36a6d9:0x24d,_0x21975a:0x291,_0x482a13:0x33f,_0x1b50b7:0x334,_0x9def17:0x275,_0x4a942:0x26c,_0x47ab10:0x282},_0x34b188={_0x4af571:0x331},_0x2afeda=_0x39089d();function _0xad6349(_0x2b90c5,_0x3ba8c7,_0x460e5a,_0x19efe5){return _0x10db(_0x460e5a-0x25a,_0x2b90c5);}function _0x4dac32(_0x4ab436,_0x466e89,_0x9f9656,_0x5adff8){return _0x10db(_0x466e89- -_0x34b188._0x4af571,_0x9f9656);}while(!![]){try{const _0x261bcb=-parseInt(_0x4dac32(-_0x429e75._0x3fcd26,-0x252,-_0x429e75._0x3d133e,-_0x429e75._0xa7a6c2))/(-0x10c0+-0x4b6*-0x6+0x1a5*-0x7)*(parseInt(_0x4dac32(-0x285,-_0x429e75._0x461d9c,-_0x429e75._0x28af28,-0x262))/(-0x46c+-0x2625+0x2a93))+-parseInt(_0x4dac32(-0x249,-0x245,-0x22d,-_0x429e75._0x860fcf))/(0x1ade+0xc9b+0x2776*-0x1)*(parseInt(_0x4dac32(-0x244,-_0x429e75._0x1b4cab,-_0x429e75._0x369a14,-_0x429e75._0x5144bd))/(-0xbb8+0x4b7*0x3+0x1*-0x269))+-parseInt(_0x4dac32(-0x2a7,-0x288,-_0x429e75._0x3d310f,-_0x429e75._0x594447))/(-0x147d+-0x4*-0xd3+-0x2*-0x89b)*(-parseInt(_0xad6349(_0x429e75._0x37803e,_0x429e75._0x31e8f1,_0x429e75._0x45c652,_0x429e75._0x3ed6c2))/(0x1ad9*0x1+-0x248*0x1+-0x188b))+-parseInt(_0xad6349(_0x429e75._0x133150,_0x429e75._0x159a77,0x326,_0x429e75._0x22f501))/(0x1aee+0x624+-0x210b)*(-parseInt(_0x4dac32(-_0x429e75._0x594447,-_0x429e75._0xff1db4,-_0x429e75._0x5790e0,-_0x429e75._0x3e8ee6))/(-0x152d+0xdfb+0x25*0x32))+-parseInt(_0x4dac32(-0x268,-0x255,-_0x429e75._0x4b2295,-_0x429e75._0x36a6d9))/(0xdd*0x29+0x1de6+0x20a1*-0x2)+parseInt(_0x4dac32(-0x262,-0x26f,-0x252,-_0x429e75._0x21975a))/(0x170*-0x1a+-0xe*0x2ad+0x2570*0x2)*(-parseInt(_0xad6349(0x31c,0x35b,_0x429e75._0x482a13,0x321))/(0x1*0x707+-0x106*-0x1a+-0x158*0x19))+parseInt(_0xad6349(_0x429e75._0x1b50b7,_0x429e75._0x22f501,0x33a,0x35e))/(0x8*-0x4cf+0x14db+-0x89*-0x21)*(parseInt(_0x4dac32(-_0x429e75._0x9def17,-0x261,-_0x429e75._0x4a942,-_0x429e75._0x47ab10))/(0x6*0x19c+0x1*-0x1783+-0x8*-0x1bd));if(_0x261bcb===_0x55b13e)break;else _0x2afeda['push'](_0x2afeda['shift']());}catch(_0x681ece){_0x2afeda['push'](_0x2afeda['shift']());}}}(_0x4dd8,-0x46483+0x6e1e3+0x14c50));import _0x20cb05 from'crypto';import{logger}from'./logger.js';const DEVICE_TTL_MS=(0xd74+0x5*0x21d+-0x17fb)*(0xe8*0x2+0x875+-0xa09)*(0x1682+-0xd4b+-0x54f),POLL_INTERVAL_MS=(0x222c+0xa9c+-0x2cc5)*(0x1*0x1273+-0x10ca+0x23f),CODE_CHARS='ABCDEFGHJK'+_0x515d20(0x118,0x10e,0xf1,0x102)+'WXYZ234567'+'89',USER_CODE_LENGTH=-0x7e*-0x47+0x161+-0x244b,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function _0x515d20(_0x1688a0,_0xcfa03c,_0x4c5a40,_0x3e7e7e){const _0x39706e={_0x5cb02c:0x3a};return _0x10db(_0x3e7e7e-_0x39706e._0x5cb02c,_0xcfa03c);}function randomUserCode(){const _0x1547d8={_0x45e080:0x9e,_0x3b5d1b:0xcb,_0x13b4e6:0xa9,_0x2b2e7f:0xaf,_0x5d52b0:0xc9},_0x4ab9d6={_0x1f1040:0xcc},_0x5b8e25={_0x2fc1dc:0x7d,_0x179aa7:0x144},_0x3fb6f9={};function _0x2ece33(_0x1e8678,_0x1767c0,_0x4b4a60,_0x5819b5){return _0x515d20(_0x1e8678-_0x5b8e25._0x2fc1dc,_0x1e8678,_0x4b4a60-_0x5b8e25._0x179aa7,_0x4b4a60-0xfa);}function _0x788105(_0x25c871,_0x27a81a,_0x3a4e07,_0x4b8244){return _0x515d20(_0x25c871-_0x4ab9d6._0x1f1040,_0x27a81a,_0x3a4e07-0x198,_0x4b8244- -0x47);}_0x3fb6f9[_0x788105(_0x1547d8._0x45e080,_0x1547d8._0x3b5d1b,0xc3,_0x1547d8._0x13b4e6)]=function(_0x536f2e,_0xeb3579){return _0x536f2e<_0xeb3579;};const _0x33b9a7=_0x3fb6f9;let _0x2fd5c1='';for(let _0x34b579=0x3a0+0x6a1+-0x7*0x177;_0x33b9a7[_0x788105(0xc7,0x91,0xbe,0xa9)](_0x34b579,USER_CODE_LENGTH);_0x34b579+=-0xa15*-0x1+-0x19a*0x18+0x1c5c){const _0x14b03e=_0x20cb05['randomInt'](0x17c+-0x1dd4+0x1c58,CODE_CHARS['length']);_0x2fd5c1+=CODE_CHARS[_0x14b03e];}return _0x2fd5c1[_0x788105(0xbb,0xae,_0x1547d8._0x2b2e7f,_0x1547d8._0x5d52b0)](0x9e5*-0x1+0x1*-0x24cd+-0x2*-0x1759,0x14c8+-0x1d*-0x101+-0x31e1)+'-'+_0x2fd5c1['slice'](0x1be7+-0x7*0x2fb+0x3e*-0x1d);}function _0x4dd8(){const _0x21c529=['wNfqrLC','CMfUzg9Tsw50','z1zSqvy','AMTNy0G','mta2mZbyt0LutMu','zxHWAxjLza','wxriqNi','surLuxa','y2XLyxi','zxHWAxjLC0f0','te1ouffsu1rvvG','C2v0','rvHdsei','EwDJC1K','mJHYBMrotK0','zw50CMLLCW','C3rHDhvZ','EfLxuhi','mJzLzuXIsLK','uhvgC24','yM5Hs3i','B25yA0y','DeLlEwC','AMLpCKK','C2XPy2u','rgvht2C','yxbPs2v5','zsbMBg93ihn0BW','u0rLsLC','nhz3BeDiCG','mZCZodeYm3bsCwrbCG','u0rfreC','u2HpDhK','mtC5ntDOqMLtzKu','mZuWnJu2ohjXwM1UzW','u0TXBKq','whLPqxa','z2fxAgW','tK5SrLi','odGWuff4v3LR','wKjItNK','zuTTEhq','DxnLCKnVzgu','wxvbsw4','Agv4','tNr4why','mJy2ndiXvvnqDLbW','CgvUzgLUzW','BM93','yxbWCM92zwq','D1DLv2e','mti2mdveDwruzw8','tu1mvMe','t0LeqYbKzxzPyW','CK5bwhu','uKf4y0O','mZu1mJa4tKP5q3rt','D1PgBgS','zgvSzxrL','A1LfCuO','ota2zMvLCu5R','CePMAha','zgvIDwC','mZroz3bLsKG','DM9SyK4','Dfn6zwO','DxnLCG','zMXVB3i','AgfZ','z2v0','EgLzDLa','qvbxqLC'];_0x4dd8=function(){return _0x21c529;};return _0x4dd8();}function isExpired(_0x1cee19){const _0x460ca5={_0x20d610:0x25b,_0x453037:0x278,_0x4af221:0x263,_0x295b65:0x253},_0x371b18={_0x259bd3:0x187},_0x235ef9={_0x2e0dc0:0x10d,_0x5f0c70:0x55},_0x369b3e={};function _0x5e739d(_0x513c9a,_0x2e3a69,_0x41e733,_0x28b177){return _0x515d20(_0x513c9a-_0x235ef9._0x2e0dc0,_0x2e3a69,_0x41e733-_0x235ef9._0x5f0c70,_0x41e733-0x13b);}_0x369b3e[_0x5e739d(0x23a,0x24f,_0x460ca5._0x20d610,0x240)]=function(_0x7c684d,_0x509912){return _0x7c684d>_0x509912;};function _0x892b6e(_0x3964ac,_0x2398c9,_0x2b7ed4,_0x6afeca){return _0x515d20(_0x3964ac-0x9a,_0x3964ac,_0x2b7ed4-_0x371b18._0x259bd3,_0x2b7ed4- -0x294);}const _0x435323=_0x369b3e;return _0x435323['ZBbNy'](Date[_0x5e739d(_0x460ca5._0x453037,0x263,_0x460ca5._0x4af221,_0x460ca5._0x295b65)](),_0x1cee19[_0x5e739d(0x22c,0x221,0x23c,0x23c)]);}function cleanupExpired(){const _0x13dafc={_0x52bada:0x240,_0x588e00:0x246,_0x27c657:0x22f,_0x426298:0x257,_0x3c1011:0x23f,_0x1f304d:0x49,_0x822473:0x242,_0x4e4b9a:0x233,_0x4d4130:0x244,_0x482a9d:0x39,_0x5a97a7:0x40,_0x28c352:0x224,_0x3e52df:0x14,_0x3bdfaf:0x26,_0x1bc8e3:0x13,_0x547f4d:0x3b,_0x2daea1:0x257,_0x70de58:0x20,_0x5527e9:0x12,_0x5c6589:0x35,_0x2d26ce:0x3,_0xcc9533:0x15,_0x122035:0xb,_0x13b612:0x19,_0x437264:0x24,_0x287e55:0x26c,_0x2c3335:0x24c,_0x20a7c1:0xb,_0x535876:0x233,_0x43d50d:0x4,_0x558f78:0x11,_0x24d8e4:0x2c,_0x3beafd:0x239,_0x406c73:0x238,_0x351454:0x253,_0x404a6f:0x228,_0x5c06fc:0x236,_0x160ab5:0x268,_0x4397d5:0x24a,_0x2b748a:0x245,_0x3a2156:0x222,_0x2318fb:0x247,_0x13e95b:0x242,_0x3be77f:0x240,_0x404cda:0x264,_0xf009ae:0x22a,_0xc737eb:0x243,_0x569637:0x256,_0xe1caa0:0x226,_0x5db2bf:0x14,_0x5c8be4:0x1b,_0x5efa05:0x6},_0x353cb6={_0x45fce9:0x90,_0x58f08e:0x174},_0xf7f379={};_0xf7f379[_0x31aa67(0x21f,_0x13dafc._0x52bada,0x253,_0x13dafc._0x588e00)]=_0x31aa67(0x215,_0x13dafc._0x27c657,0x220,0x242)+_0x31aa67(_0x13dafc._0x426298,0x25d,0x26a,_0x13dafc._0x3c1011)+'re\x20reset',_0xf7f379[_0x344eb0(0x35,0x52,_0x13dafc._0x1f304d,0x15)]=function(_0x10c2fc,_0xf52500){return _0x10c2fc>_0xf52500;},_0xf7f379[_0x31aa67(_0x13dafc._0x822473,_0x13dafc._0x4e4b9a,_0x13dafc._0x4d4130,0x222)]=function(_0x4ca0cd,_0x8bfdd7){return _0x4ca0cd!==_0x8bfdd7;},_0xf7f379[_0x31aa67(0x223,0x241,0x24f,0x25e)]=_0x344eb0(0x23,0x12,_0x13dafc._0x482a9d,_0x13dafc._0x5a97a7);function _0x31aa67(_0x43ed61,_0x4d1696,_0x478a55,_0x14affb){return _0x515d20(_0x43ed61-0x4a,_0x43ed61,_0x478a55-0x10d,_0x4d1696-0x14a);}_0xf7f379[_0x31aa67(_0x13dafc._0x3c1011,0x22e,0x235,_0x13dafc._0x28c352)]='cIpnz',_0xf7f379['RAxcJ']=_0x344eb0(0x9,0x10,0x1c,_0x13dafc._0x3e52df),_0xf7f379[_0x344eb0(_0x13dafc._0x3bdfaf,_0x13dafc._0x1bc8e3,0x11,_0x13dafc._0x547f4d)]='BXyvJ';const _0x520410=_0xf7f379;function _0x344eb0(_0x2e82b9,_0x5e1ba0,_0x581e53,_0x14e80d){return _0x515d20(_0x2e82b9-_0x353cb6._0x45fce9,_0x14e80d,_0x581e53-_0x353cb6._0x58f08e,_0x2e82b9- -0xf5);}const _0x288c35=Date[_0x31aa67(0x293,0x272,0x265,_0x13dafc._0x2daea1)]();for(const [_0x501a7f,_0x262165]of deviceStore[_0x344eb0(0x12,-0x5,_0x13dafc._0x70de58,_0x13dafc._0x5527e9)]()){_0x520410[_0x344eb0(_0x13dafc._0x5c6589,0x28,0x3b,_0x13dafc._0x5527e9)](_0x288c35,_0x262165[_0x344eb0(0xc,-_0x13dafc._0x2d26ce,_0x13dafc._0xcc9533,-0xc)])&&(deviceStore['delete'](_0x501a7f),userCodeToDevice[_0x344eb0(-_0x13dafc._0x122035,-0x5,-_0x13dafc._0x13b612,-_0x13dafc._0x437264)](_0x262165[_0x31aa67(0x279,_0x13dafc._0x287e55,0x255,_0x13dafc._0x2c3335)]));}for(const [_0x1bcb7e,_0x447e10]of stateToDevice[_0x344eb0(0x12,-_0x13dafc._0x20a7c1,-0x3,0x9)]()){if(_0x520410[_0x31aa67(_0x13dafc._0x4d4130,_0x13dafc._0x535876,0x216,0x24b)](_0x520410[_0x344eb0(0x2,-0x2,_0x13dafc._0x43d50d,0x1)],_0x520410[_0x344eb0(-_0x13dafc._0x558f78,-_0x13dafc._0x437264,-_0x13dafc._0x24d8e4,-0x2a)])){const _0x8b0f7d=deviceStore[_0x31aa67(_0x13dafc._0x3beafd,0x23f,_0x13dafc._0x406c73,0x22f)](_0x447e10);(!_0x8b0f7d||_0x288c35>_0x8b0f7d[_0x31aa67(0x23f,0x24b,_0x13dafc._0x351454,_0x13dafc._0x404a6f)])&&(_0x520410[_0x31aa67(0x237,0x231,_0x13dafc._0x5c06fc,0x20d)]===_0x520410[_0x31aa67(0x25d,0x265,_0x13dafc._0x160ab5,0x249)]?(_0x5b4b4c[_0x31aa67(0x23e,_0x13dafc._0x4397d5,_0x13dafc._0x2b748a,0x24d)](),_0x5c8bb6['clear'](),_0x24032a['clear'](),_0x16c14c[_0x31aa67(_0x13dafc._0x3a2156,0x238,_0x13dafc._0x2318fb,_0x13dafc._0x13e95b)](_0x520410[_0x31aa67(0x25d,_0x13dafc._0x3be77f,_0x13dafc._0x404cda,_0x13dafc._0xf009ae)])):stateToDevice[_0x31aa67(0x23e,0x234,0x235,0x224)](_0x1bcb7e));}else{let _0x6ab27e='';for(let _0x17caf4=0x23cb+-0x2003*0x1+-0x3c8*0x1;_0x17caf4<_0x4302a9;_0x17caf4+=-0xb*0x2dd+-0x2e*-0x4e+-0x2ea*-0x6){const _0x3ddfbb=_0x17f25f[_0x31aa67(0x266,_0x13dafc._0xc737eb,_0x13dafc._0x569637,_0x13dafc._0xe1caa0)](0x4c6*0x2+0x2c*0x92+-0x2e3*0xc,_0x1a96a1['length']);_0x6ab27e+=_0x48d6af[_0x3ddfbb];}return _0x6ab27e[_0x344eb0(0x1b,0x13,0x36,_0x13dafc._0x5db2bf)](0x2587+-0x15ab+-0xfdc,0x2f*0x21+0x1837*0x1+-0xf21*0x2)+'-'+_0x6ab27e[_0x344eb0(_0x13dafc._0x5c8be4,0x34,0xc,-_0x13dafc._0x5efa05)](-0x1*0x1ea1+-0x1*-0x2459+-0x5b4);}}}const cleanupInterval=setInterval(cleanupExpired,(-0x1ccc+-0x1254+0x2f5c)*(0x13b5+-0x178e+0x7c1));cleanupInterval['unref']();export function createDeviceFlow(){const _0x2faa86={_0x4ca791:0x69,_0x4e8e71:0x6d,_0x110828:0x74,_0x3fa4a3:0x1dc,_0x45f94a:0x1fa,_0x562551:0x1db,_0xb28583:0xa0,_0x1228cf:0xb9,_0x1660f1:0x1fc,_0x10be9e:0x7c,_0xbf0aa6:0x1d4,_0x5c904c:0x1a5,_0x2132dc:0x1c9,_0x2ca613:0x65,_0x2c9f7b:0x93,_0x36408a:0x8b,_0x3f6521:0x59},_0x303918={_0x3bc650:0x138,_0x4a88e1:0xc4,_0x254196:0xd6};function _0x257e9d(_0x11df4f,_0x29d030,_0x1bb5c5,_0x5d02e4){return _0x515d20(_0x11df4f-_0x303918._0x3bc650,_0x11df4f,_0x1bb5c5-_0x303918._0x4a88e1,_0x5d02e4-_0x303918._0x254196);}const _0xae6fa9={'ZqPFW':function(_0x54a22d){return _0x54a22d();},'kYEqJ':function(_0x1e2c7a){return _0x1e2c7a();},'ygcsY':function(_0x39db5c,_0x2dd763){return _0x39db5c+_0x2dd763;},'tIKyg':function(_0x5d4231,_0xba2054){return _0x5d4231/_0xba2054;}};let _0x410bd3=_0xae6fa9[_0x257e9d(0x1dc,0x1ab,0x1ee,0x1ce)](randomUserCode);while(userCodeToDevice[_0x15223b(_0x2faa86._0x4ca791,0x84,_0x2faa86._0x4e8e71,_0x2faa86._0x110828)](_0x410bd3)){_0x410bd3=_0xae6fa9[_0x257e9d(0x1e5,0x19f,0x1ac,0x1c1)](randomUserCode);}const _0x5942c1=_0x20cb05['randomByte'+'s'](-0x4*-0x3bd+-0x747+-0x78d*0x1)['toString'](_0x257e9d(0x1d9,0x1ee,_0x2faa86._0x3fa4a3,_0x2faa86._0x45f94a)),_0x4c09ee=Date['now']();function _0x15223b(_0x410ad5,_0x32abd8,_0x390402,_0x1273ed){return _0x515d20(_0x410ad5-0x12b,_0x410ad5,_0x390402-0x97,_0x390402- -0x87);}const _0x20c200={'deviceCode':_0x5942c1,'userCode':_0x410bd3,'createdAt':_0x4c09ee,'expiresAt':_0xae6fa9[_0x257e9d(0x1ec,0x1c6,0x1f5,_0x2faa86._0x562551)](_0x4c09ee,DEVICE_TTL_MS),'status':_0x15223b(0x8b,0xc4,_0x2faa86._0xb28583,_0x2faa86._0x1228cf),'apiKey':null,'user':null};return deviceStore[_0x257e9d(_0x2faa86._0x1660f1,0x1e0,0x1e9,0x1d9)](_0x5942c1,_0x20c200),userCodeToDevice[_0x15223b(0x96,0x9d,_0x2faa86._0x10be9e,0x88)](_0x410bd3,_0x5942c1),{'deviceCode':_0x5942c1,'userCode':_0x410bd3,'expiresIn':Math[_0x257e9d(_0x2faa86._0xbf0aa6,_0x2faa86._0x5c904c,0x1e6,_0x2faa86._0x2132dc)](_0xae6fa9[_0x15223b(0x6d,_0x2faa86._0x2ca613,0x87,_0x2faa86._0x2c9f7b)](DEVICE_TTL_MS,0x1*-0x1041+0xb7b+-0x65*-0x16)),'interval':Math[_0x15223b(0x68,_0x2faa86._0x36408a,0x6c,_0x2faa86._0x3f6521)](POLL_INTERVAL_MS/(-0xe*0x1af+0x1363*0x2+-0xb4c))};}export function getDeviceFlow(_0x129877){const _0x4d6fc5={_0x27598d:0x146,_0x4de0c1:0x1c5},_0xcb9f89={_0x50334e:0x9,_0x43dc34:0xed},_0x3dbd95={'tSzej':function(_0x5a1984,_0x3b77eb){return _0x5a1984(_0x3b77eb);}};function _0x316565(_0x541a68,_0x54fb5d,_0x27e2bc,_0x2a3650){return _0x515d20(_0x541a68-0x12e,_0x541a68,_0x27e2bc-0x105,_0x2a3650- -0x21c);}function _0x575e4e(_0x15af0a,_0xfec960,_0x3bfe51,_0x26fa08){return _0x515d20(_0x15af0a-_0xcb9f89._0x50334e,_0x26fa08,_0x3bfe51-0x26,_0xfec960-_0xcb9f89._0x43dc34);}const _0x428500=deviceStore[_0x316565(-_0x4d6fc5._0x27598d,-0x13a,-0x134,-0x127)](_0x129877);if(!_0x428500||_0x3dbd95[_0x575e4e(0x1fb,0x1de,0x1fb,_0x4d6fc5._0x4de0c1)](isExpired,_0x428500))return null;return _0x428500;}export function getDeviceFlowByUserCode(_0x12fbab){const _0x436e02={_0x4f29f0:0x25d,_0x12b378:0x252,_0x5dc494:0x269,_0x2fa720:0x26e},_0x38216c={_0x101e86:0x37e},_0x545ed0={_0x434063:0x19c,_0x342e12:0x70},_0x1887e0={'IDeQp':function(_0x3e54e1,_0x558f6e){return _0x3e54e1(_0x558f6e);}};function _0x43ed5a(_0x3ea8e8,_0x143a04,_0x55ea43,_0x523b17){return _0x515d20(_0x3ea8e8-_0x545ed0._0x434063,_0x55ea43,_0x55ea43-_0x545ed0._0x342e12,_0x3ea8e8-0x168);}const _0xf9d0b5=userCodeToDevice[_0x43ed5a(_0x436e02._0x4f29f0,_0x436e02._0x12b378,_0x436e02._0x5dc494,0x26e)](_0x12fbab);if(!_0xf9d0b5)return null;function _0x51ae80(_0x2d83e4,_0x53c3ae,_0x26c609,_0x108428){return _0x515d20(_0x2d83e4-0x14c,_0x53c3ae,_0x26c609-0x5d,_0x2d83e4-_0x38216c._0x101e86);}return _0x1887e0[_0x43ed5a(0x267,_0x436e02._0x2fa720,0x24f,0x270)](getDeviceFlow,_0xf9d0b5);}export function linkOidcStateToDevice(_0x35926d,_0x153a5b){const _0x485d89={_0x24ff18:0x194,_0x2c9757:0x1a5,_0x1b88c4:0x15b,_0x2a9f02:0x142,_0x5971f4:0x157,_0x508504:0x241,_0x5c1a5e:0x23d,_0x23b2bc:0x249,_0x1127de:0x225},_0x2f6c23={_0x5eab0c:0x8b,_0x1957e9:0x12d},_0x20e639={_0x124310:0x278};function _0x4e0b38(_0x33cb92,_0x4af383,_0x97b60,_0x3728ca){return _0x515d20(_0x33cb92-0x12c,_0x97b60,_0x97b60-0x1dd,_0x4af383- -_0x20e639._0x124310);}const _0x220f78={'gaWhl':function(_0x4db837,_0x5601be){return _0x4db837(_0x5601be);},'tqynD':function(_0x549333,_0xe6a5d2){return _0x549333===_0xe6a5d2;},'eKmxt':'nIjJt','XyiAp':_0x4e0b38(-_0x485d89._0x24ff18,-0x192,-0x189,-_0x485d89._0x2c9757)},_0x406350=_0x220f78[_0x4e0b38(-0x16d,-_0x485d89._0x1b88c4,-_0x485d89._0x2a9f02,-0x169)](getDeviceFlow,_0x153a5b);if(!_0x406350)return _0x220f78['tqynD'](_0x220f78[_0x4e0b38(-0x148,-_0x485d89._0x5971f4,-0x17b,-0x136)],_0x220f78[_0x1494a0(_0x485d89._0x508504,0x244,_0x485d89._0x5c1a5e,_0x485d89._0x23b2bc)])?null:![];stateToDevice[_0x1494a0(0x219,0x238,_0x485d89._0x1127de,0x230)](_0x35926d,_0x153a5b);function _0x1494a0(_0x1201ca,_0x2f1370,_0x39f106,_0x4119b6){return _0x515d20(_0x1201ca-0xc,_0x2f1370,_0x39f106-_0x2f6c23._0x5eab0c,_0x4119b6-_0x2f6c23._0x1957e9);}return!![];}function _0x10db(_0x1747f7,_0x49588a){_0x1747f7=_0x1747f7-(-0xf2*0x1f+-0x267+0x205e);const _0x4032a1=_0x4dd8();let _0x35cf11=_0x4032a1[_0x1747f7];if(_0x10db['AwwvGs']===undefined){var _0x4ad2f8=function(_0x532fe8){const _0x427df4='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x44261a='',_0x51db37='';for(let _0x5e8064=0x236e*0x1+-0x77*0x1e+-0x157c,_0x11d181,_0x487c78,_0x2dc156=-0x1*-0x175+0xd*0x10d+-0xf1e;_0x487c78=_0x532fe8['charAt'](_0x2dc156++);~_0x487c78&&(_0x11d181=_0x5e8064%(-0xa57+0xe17+0x1*-0x3bc)?_0x11d181*(-0x3e7+0x1*0x266f+-0x1*0x2248)+_0x487c78:_0x487c78,_0x5e8064++%(-0x633+0x1a67+-0x1430))?_0x44261a+=String['fromCharCode'](0x485+0x22*-0x101+-0x28d*-0xc&_0x11d181>>(-(0x1608+0x1547+0xf*-0x2e3)*_0x5e8064&-0xca2+-0x3fd+0x10a5)):-0x53f*0x1+-0x10e8+0x1627){_0x487c78=_0x427df4['indexOf'](_0x487c78);}for(let _0x4af570=0x5*0x309+-0x1187*0x2+0x13e1,_0x1a2c78=_0x44261a['length'];_0x4af570<_0x1a2c78;_0x4af570++){_0x51db37+='%'+('00'+_0x44261a['charCodeAt'](_0x4af570)['toString'](0x1066+-0x2fc*-0xd+-0x3722))['slice'](-(0xd25+-0x22e0+0x15*0x109));}return decodeURIComponent(_0x51db37);};_0x10db['JaDATd']=_0x4ad2f8,_0x10db['wFiGdh']={},_0x10db['AwwvGs']=!![];}const _0x4d7ef3=_0x4032a1[0x10d3+-0x26bc+0x15e9],_0x11e04c=_0x1747f7+_0x4d7ef3,_0x33e780=_0x10db['wFiGdh'][_0x11e04c];return!_0x33e780?(_0x35cf11=_0x10db['JaDATd'](_0x35cf11),_0x10db['wFiGdh'][_0x11e04c]=_0x35cf11):_0x35cf11=_0x33e780,_0x35cf11;}export function consumeDeviceForState(_0x61b0b7){const _0x34dfd3={_0x3dee95:0x282,_0x14ff35:0x28a,_0xc96dea:0x2a3},_0x311438={_0x5675d1:0xe7},_0x100834={_0x354f05:0x48};function _0x2d0772(_0x5d73e1,_0x2d9207,_0x5b7f67,_0x5440b5){return _0x515d20(_0x5d73e1-0x1c9,_0x5b7f67,_0x5b7f67-_0x100834._0x354f05,_0x2d9207- -0x377);}const _0x58949c={'pJfhp':function(_0x2a67b9,_0x1687a6){return _0x2a67b9(_0x1687a6);}};function _0x91d8e7(_0x331250,_0x5cb5a3,_0x5b53a7,_0x15f939){return _0x515d20(_0x331250-0x9f,_0x5b53a7,_0x5b53a7-_0x311438._0x5675d1,_0x5cb5a3-0x278);}const _0x25614c=stateToDevice['get'](_0x61b0b7);if(!_0x25614c)return null;return stateToDevice[_0x2d0772(-0x2b0,-0x28d,-0x26e,-_0x34dfd3._0x3dee95)](_0x61b0b7),_0x58949c[_0x2d0772(-0x286,-_0x34dfd3._0x14ff35,-0x274,-_0x34dfd3._0xc96dea)](getDeviceFlow,_0x25614c);}export function approveDeviceFlow(_0x9e5913,_0x1ae03d,_0x3bc7af){const _0x21de51={_0x4e250a:0x2c1,_0x4e5e3c:0x2ba,_0x3cf6ee:0x2d9,_0x5c2947:0x2d7,_0x5b7c9a:0x2a5,_0x417afc:0x2ab,_0x5ffa29:0x29d,_0x440bce:0x2af,_0x2e75c8:0x2e1,_0x181b0f:0x3b7,_0x471ccb:0x39d,_0x4afa6f:0x2b9,_0x320c66:0x2c3,_0x5653ad:0x2c7,_0xa5e9fb:0x297,_0xb143d9:0x2c9,_0x4451e4:0x2c1,_0x24fe36:0x2a6,_0x2f9eb5:0x3a4,_0x33f3ec:0x38e,_0xf201e8:0x3e2,_0x2f62d9:0x3ce,_0x4d8ec2:0x2b8,_0x188f5e:0x3cb},_0xf26db6={_0x5cd143:0x13,_0x3a2700:0xd6},_0x47c4fd={_0x4cd9d0:0xe4,_0x12eb7d:0x93};function _0x6969ba(_0x3ad590,_0x426a69,_0xf07186,_0x449c3d){return _0x515d20(_0x3ad590-_0x47c4fd._0x4cd9d0,_0x449c3d,_0xf07186-_0x47c4fd._0x12eb7d,_0x3ad590- -0x3ca);}const _0x254f99={'DeGOg':function(_0xbdae89,_0x3bed7b){return _0xbdae89>_0x3bed7b;},'xYWPr':function(_0xea59d1,_0x100667){return _0xea59d1(_0x100667);},'NtxXv':function(_0x178c77,_0x515012){return _0x178c77!==_0x515012;},'EnOxn':'ELYdX','xCEWq':'approved'},_0x23cbe2=_0x254f99[_0x6969ba(-_0x21de51._0x4e250a,-_0x21de51._0x4e5e3c,-_0x21de51._0x3cf6ee,-_0x21de51._0x5c2947)](getDeviceFlow,_0x9e5913);if(!_0x23cbe2){if(_0x254f99[_0x6969ba(-_0x21de51._0x5b7c9a,-_0x21de51._0x417afc,-_0x21de51._0x5ffa29,-0x290)](_0x254f99['EnOxn'],_0x6969ba(-0x2bf,-_0x21de51._0x440bce,-0x2c9,-_0x21de51._0x2e75c8)))return![];else{const _0x197d68=_0x5f09da[_0x777fd6(0x3d3,_0x21de51._0x181b0f,_0x21de51._0x471ccb,0x3b6)](_0x22bca1);(!_0x197d68||_0x254f99[_0x6969ba(-_0x21de51._0x4afa6f,-_0x21de51._0x320c66,-_0x21de51._0x5653ad,-_0x21de51._0xa5e9fb)](_0x408f3c,_0x197d68[_0x6969ba(-_0x21de51._0xb143d9,-_0x21de51._0x4451e4,-_0x21de51._0x24fe36,-0x2af)]))&&_0x3fbae5[_0x777fd6(0x3a9,_0x21de51._0x2f9eb5,_0x21de51._0x33f3ec,0x3ab)](_0x5200a0);}}_0x23cbe2[_0x777fd6(0x3cc,_0x21de51._0xf201e8,_0x21de51._0x2f62d9,0x3c9)]=_0x254f99['xCEWq'],_0x23cbe2[_0x6969ba(-_0x21de51._0x4d8ec2,-_0x21de51._0x5653ad,-0x2d5,-_0x21de51._0x5c2947)]=_0x1ae03d;function _0x777fd6(_0x553c17,_0x107e3f,_0x136ded,_0x2f5b5d){return _0x515d20(_0x553c17-_0xf26db6._0x5cd143,_0x107e3f,_0x136ded-_0xf26db6._0x3a2700,_0x2f5b5d-0x2c1);}return _0x23cbe2[_0x777fd6(_0x21de51._0x188f5e,0x390,0x39c,0x3b3)]=_0x3bc7af,!![];}export function pollDeviceFlow(_0x2ef1e4){const _0x12c88b={_0x53e14c:0x28a,_0x2ba9d0:0x287,_0x59f2d9:0x295,_0x5ee02e:0x2be,_0x1e2661:0x27c,_0x1c32fa:0x64,_0x61eb85:0x52,_0x2392fa:0x60,_0x13ec69:0x8a,_0x30bde8:0x280,_0x2e076e:0x278,_0x535989:0x57,_0x53635a:0x66,_0x410401:0xa2,_0x47d5b5:0x93,_0x1f396b:0x293,_0x3a0300:0x2ae,_0x33d02e:0x291,_0xb6152b:0x284,_0x3ac962:0x272,_0x14a214:0x7c,_0x244cf3:0x7f,_0x58a628:0x57,_0x13a515:0x76,_0x2ffc4a:0x94,_0x30385d:0x274,_0xc83270:0x28e,_0xfc31a8:0x2ab,_0x394678:0x68,_0x9bc4f9:0x83,_0x2324c7:0x5d,_0x14f8fe:0x2b1,_0x392587:0x2a9,_0x3084de:0x2b1,_0x2bc960:0x2ca,_0x398ec3:0x2a5,_0x2aceee:0x2bf},_0x28434f={_0x106c95:0x59,_0x19b394:0x39b},_0x1b3113={_0x54a130:0x17e},_0x3b0c93={'NNlFR':function(_0xe03429,_0x546f6e){return _0xe03429(_0x546f6e);},'onXkF':function(_0x371823,_0x54d553){return _0x371823!==_0x54d553;},'bnaKr':_0xea18d7(-_0x12c88b._0x53e14c,-_0x12c88b._0x2ba9d0,-_0x12c88b._0x59f2d9,-0x26e),'YuAIn':_0xea18d7(-_0x12c88b._0x5ee02e,-0x29e,-_0x12c88b._0x1e2661,-0x290),'SDEDG':function(_0x53e0d8,_0x1867fa){return _0x53e0d8===_0x1867fa;},'EXCHB':_0x4f32db(-0x3d,-_0x12c88b._0x1c32fa,-0x55,-_0x12c88b._0x61eb85),'gVlAV':'pending'},_0x363f59=_0x3b0c93[_0x4f32db(-0x3d,-0x82,-_0x12c88b._0x2392fa,-0x47)](getDeviceFlow,_0x2ef1e4);function _0x4f32db(_0xb954cd,_0x500a47,_0x396c60,_0x3dff65){return _0x515d20(_0xb954cd-0xb5,_0xb954cd,_0x396c60-0xb7,_0x396c60- -_0x1b3113._0x54a130);}if(!_0x363f59){if(_0x3b0c93[_0x4f32db(-0x82,-0x60,-0x71,-_0x12c88b._0x13ec69)](_0x3b0c93[_0xea18d7(-0x275,-0x28f,-_0x12c88b._0x30bde8,-0x280)],_0xea18d7(-_0x12c88b._0x2e076e,-_0x12c88b._0x2ba9d0,-0x28f,-0x296))){const _0x165d0a={};return _0x165d0a[_0x4f32db(-_0x12c88b._0x535989,-_0x12c88b._0x53635a,-0x76,-_0x12c88b._0x535989)]=_0x4f32db(-_0x12c88b._0x410401,-0x88,-0x81,-_0x12c88b._0x47d5b5),_0x165d0a;}else{const _0x3aa50d={};return _0x3aa50d[_0xea18d7(-0x2a9,-_0x12c88b._0x1f396b,-_0x12c88b._0x3a0300,-0x283)]=_0x3b0c93[_0xea18d7(-_0x12c88b._0x33d02e,-_0x12c88b._0x2e076e,-0x274,-0x27e)],_0x3aa50d;}}function _0xea18d7(_0x275849,_0x3ebe42,_0x55270d,_0x545413){return _0x515d20(_0x275849-0x31,_0x275849,_0x55270d-_0x28434f._0x106c95,_0x3ebe42- -_0x28434f._0x19b394);}if(_0x3b0c93[_0xea18d7(-0x276,-_0x12c88b._0xb6152b,-0x282,-_0x12c88b._0x3ac962)](_0x363f59['status'],_0x3b0c93['EXCHB'])&&_0x363f59[_0x4f32db(-_0x12c88b._0x14a214,-0x4f,-0x6c,-_0x12c88b._0x244cf3)]){const _0x45d427={};return _0x45d427[_0x4f32db(-_0x12c88b._0x58a628,-0x7e,-_0x12c88b._0x13a515,-_0x12c88b._0x2ffc4a)]=_0x3b0c93[_0xea18d7(-_0x12c88b._0x30385d,-0x297,-_0x12c88b._0xc83270,-_0x12c88b._0xfc31a8)],_0x45d427[_0x4f32db(-_0x12c88b._0x394678,-0x57,-0x6c,-_0x12c88b._0x9bc4f9)]=_0x363f59[_0x4f32db(-0x4a,-_0x12c88b._0x2324c7,-0x6c,-0x65)],_0x45d427[_0xea18d7(-_0x12c88b._0x14f8fe,-_0x12c88b._0x392587,-_0x12c88b._0x3084de,-_0x12c88b._0x2bc960)]=_0x363f59[_0x4f32db(-0x71,-0x6d,-0x8c,-0x6c)],_0x45d427;}const _0x3479dc={};return _0x3479dc['status']=_0x3b0c93[_0xea18d7(-0x2bc,-0x2a1,-_0x12c88b._0x398ec3,-_0x12c88b._0x2aceee)],_0x3479dc;}export function consumeDeviceFlow(_0x4881c){const _0x383476={_0x1a003c:0x25f,_0x3d38be:0x266,_0x1109e5:0x262,_0x12e5e6:0xe,_0x435c58:0x26,_0x416713:0x2a1,_0x40207e:0x293},_0x39de01={_0x1ce4cb:0xeb},_0x1b2768={_0x5aac96:0x1c9,_0x51e2f0:0x164},_0x398ddd={'jkgcH':function(_0x186ce6,_0x1499f8){return _0x186ce6(_0x1499f8);}},_0x5f4e87=_0x398ddd[_0x38070e(_0x383476._0x1a003c,_0x383476._0x3d38be,_0x383476._0x1109e5,0x247)](getDeviceFlow,_0x4881c);if(!_0x5f4e87)return null;deviceStore[_0x3847e4(0x25,_0x383476._0x12e5e6,_0x383476._0x435c58,0x15)](_0x4881c);function _0x38070e(_0x2ef169,_0x1e9c02,_0x4fde12,_0x232c5b){return _0x515d20(_0x2ef169-0x8a,_0x1e9c02,_0x4fde12-_0x1b2768._0x5aac96,_0x2ef169-_0x1b2768._0x51e2f0);}userCodeToDevice['delete'](_0x5f4e87[_0x38070e(0x286,_0x383476._0x416713,_0x383476._0x40207e,0x276)]);function _0x3847e4(_0x365567,_0x48c59c,_0x5d4ded,_0x1d14f4){return _0x515d20(_0x365567-_0x39de01._0x1ce4cb,_0x365567,_0x5d4ded-0xa5,_0x48c59c- -0xdc);}return _0x5f4e87;}export function getDeviceFlowConstants(){const _0x42567c={_0x4abc98:0xbb,_0x29501e:0xa9,_0x3da844:0xb4,_0x4acc2b:0x8c},_0x357967={_0x2b5c33:0x31},_0x4729e9={_0x5e7b6e:0x1e2,_0x303057:0x66},_0xaf79d8={};_0xaf79d8['jiOrI']=function(_0x58a231,_0x32c920){return _0x58a231/_0x32c920;};function _0x216512(_0x3c9adb,_0x2c03c4,_0xeae6b4,_0x42eb66){return _0x515d20(_0x3c9adb-0x98,_0x42eb66,_0xeae6b4-_0x4729e9._0x5e7b6e,_0x2c03c4- -_0x4729e9._0x303057);}function _0x117f1c(_0x410e1b,_0x8f1ca4,_0x394b89,_0x396076){return _0x515d20(_0x410e1b-_0x357967._0x2b5c33,_0x410e1b,_0x394b89-0x174,_0x394b89- -0x7d);}const _0x365184=_0xaf79d8;return{'expiresIn':Math['floor'](_0x365184[_0x216512(_0x42567c._0x4abc98,_0x42567c._0x29501e,_0x42567c._0x3da844,0xc5)](DEVICE_TTL_MS,0xb5*0x7+0x4b*0x76+0xbdf*-0x3)),'interval':Math[_0x117f1c(0x52,0x91,0x76,_0x42567c._0x4acc2b)](POLL_INTERVAL_MS/(-0x1af3+0x108a+0xe51))};}export function resetDeviceFlowStore(){const _0x37ff7d={_0xf1ee58:0xd4,_0x29dd30:0x209,_0x28f86c:0x226,_0x23f73a:0x21a,_0x4cbbb9:0x1ea,_0x395fc5:0x1d9,_0x5cda0a:0xef,_0x1847eb:0x106,_0x53e9be:0xca,_0x3499b9:0xa8,_0x35e751:0xaa},_0x536e2b={_0x4d72c1:0x109},_0x41c9a1={_0x568ff2:0x18d};deviceStore[_0x4c1992(-0xb5,-_0x37ff7d._0xf1ee58,-0xde,-0xcb)]();function _0x4c1992(_0x368fa5,_0xf6e03,_0x15c88b,_0x2f108d){return _0x515d20(_0x368fa5-0x1ba,_0x2f108d,_0x15c88b-_0x41c9a1._0x568ff2,_0xf6e03- -0x1d4);}userCodeToDevice['clear']();function _0x1dcfa4(_0x4972bd,_0x16d9b1,_0x4ce5cf,_0x4ef1aa){return _0x515d20(_0x4972bd-0x2f,_0x4ce5cf,_0x4ce5cf-0xae,_0x16d9b1-_0x536e2b._0x4d72c1);}stateToDevice[_0x1dcfa4(0x1f7,_0x37ff7d._0x29dd30,_0x37ff7d._0x28f86c,_0x37ff7d._0x23f73a)](),logger[_0x1dcfa4(_0x37ff7d._0x4cbbb9,0x1f7,0x1f7,_0x37ff7d._0x395fc5)](_0x4c1992(-0xda,-_0x37ff7d._0x5cda0a,-_0x37ff7d._0x1847eb,-0xcb)+_0x4c1992(-_0x37ff7d._0x53e9be,-0xc1,-_0x37ff7d._0x3499b9,-_0x37ff7d._0x35e751)+'re\x20reset');}
|
|
1
|
+
(function(_0x41442e,_0x4d3ecf){const _0x4d59ed={_0x51d379:0xda,_0x428806:0xf1,_0x219710:0x16a,_0x1fcf33:0x15c,_0x24078d:0x185,_0xc3149d:0x14e,_0x15acd6:0x16d,_0x5cb57a:0x178,_0x29cae2:0x179,_0x488ee8:0x16c,_0x11752e:0x162,_0x32d4cf:0x156,_0x4cf525:0xf6,_0x5c8a54:0xea,_0x5bb9f9:0x195,_0x220983:0x165,_0x58741d:0x177,_0x5e0e6c:0x159,_0x163d86:0x107,_0x2a9713:0xeb,_0x3d106e:0x195,_0x5c5228:0x187};function _0x5db0d3(_0x43f557,_0x25fa2d,_0x2ac7e9,_0x69e843){return _0x3b33(_0x43f557- -0x2c9,_0x25fa2d);}function _0x54c192(_0x4d826e,_0x59ed02,_0x17d3e8,_0x1f54b9){return _0x3b33(_0x17d3e8- -0x24a,_0x59ed02);}const _0x5c45a9=_0x41442e();while(!![]){try{const _0x14b938=-parseInt(_0x54c192(-0x103,-_0x4d59ed._0x51d379,-_0x4d59ed._0x428806,-0xdb))/(0x137*-0x11+0x26d1+-0x1*0x1229)*(parseInt(_0x5db0d3(-_0x4d59ed._0x219710,-_0x4d59ed._0x1fcf33,-_0x4d59ed._0x24078d,-_0x4d59ed._0xc3149d))/(-0x26*-0x21+-0x16f8+0x1214*0x1))+parseInt(_0x5db0d3(-0x174,-_0x4d59ed._0x15acd6,-0x157,-0x185))/(0x6a2+0x20ef*0x1+-0x2*0x13c7)*(parseInt(_0x5db0d3(-_0x4d59ed._0x5cb57a,-_0x4d59ed._0x29cae2,-_0x4d59ed._0x488ee8,-0x170))/(-0x65*0x2f+-0x11bb+0x244a))+-parseInt(_0x5db0d3(-0x168,-_0x4d59ed._0x11752e,-_0x4d59ed._0x32d4cf,-0x180))/(-0x1*-0x1639+-0x22fd+0xcc9*0x1)+parseInt(_0x54c192(-0xdc,-0x114,-_0x4d59ed._0x4cf525,-_0x4d59ed._0x5c8a54))/(0xce5+-0x1543+0x2*0x432)*(parseInt(_0x5db0d3(-0x188,-0x17e,-0x198,-_0x4d59ed._0x5bb9f9))/(-0x97c*0x2+0xbd*0x2f+-0xc*0x14f))+-parseInt(_0x5db0d3(-_0x4d59ed._0x220983,-_0x4d59ed._0x58741d,-_0x4d59ed._0x5e0e6c,-0x149))/(-0x1adc+-0x1f*-0x97+0x89b)+parseInt(_0x54c192(-0xf5,-_0x4d59ed._0x163d86,-0x105,-_0x4d59ed._0x2a9713))/(-0x541+0x10e8+-0xb9e*0x1)+parseInt(_0x5db0d3(-_0x4d59ed._0x3d106e,-_0x4d59ed._0x58741d,-_0x4d59ed._0x5c5228,-0x18e))/(-0x1*0x44f+-0x8a9+0x2d*0x4a);if(_0x14b938===_0x4d3ecf)break;else _0x5c45a9['push'](_0x5c45a9['shift']());}catch(_0x2e5470){_0x5c45a9['push'](_0x5c45a9['shift']());}}}(_0x30c6,0x290e5+0x24725+0x2eb04*-0x1));import _0x4497aa from'crypto';import{logger}from'./logger.js';const DEVICE_TTL_MS=(-0x25*0x4a+0x1154+-0x698)*(-0x12a1+0x53*-0x35+0x240c)*(0x12d6*-0x1+-0x1ff7+0x36b5),POLL_INTERVAL_MS=(-0x1*0x1d85+-0x1d*0xa9+-0x2dd*-0x11)*(-0x1*0x18fd+-0x16c0+-0x9*-0x5bd),CODE_CHARS=_0x33668f(-0x5e,-0x4f,-0x63,-0x4f)+_0x4f29d3(-0x177,-0x190,-0x158,-0x175)+'WXYZ234567'+'89',USER_CODE_LENGTH=-0x1*0x10fd+-0x1702+-0x1*-0x2807,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function randomUserCode(){const _0x45adf5={_0x3b5b48:0x1b9,_0x41702f:0x1b1,_0x315e96:0x1d1,_0x280632:0x237,_0xa4bac2:0x24f,_0x377649:0x1d9},_0x29dd02={_0x402a5c:0x19a},_0x415d75={_0x23b49e:0x55,_0x8cb338:0x1f1},_0x2821d2={};_0x2821d2[_0x512b9c(_0x45adf5._0x3b5b48,0x1b2,_0x45adf5._0x41702f,_0x45adf5._0x315e96)]=function(_0x2b0b6b,_0x1b6c5e){return _0x2b0b6b<_0x1b6c5e;};const _0x43ed72=_0x2821d2;let _0xba6d99='';function _0x5431c4(_0x520a88,_0x27f9c3,_0x1ae1a5,_0x294768){return _0x4f29d3(_0x520a88,_0x27f9c3-_0x415d75._0x23b49e,_0x1ae1a5-_0x415d75._0x8cb338,_0x294768-0x3a2);}for(let _0x17433f=-0x3c0+0x3d*-0x40+0x4*0x4c0;_0x43ed72[_0x5431c4(0x223,0x224,0x224,0x23d)](_0x17433f,USER_CODE_LENGTH);_0x17433f+=-0x113*-0x11+-0x1bb+-0x1087*0x1){const _0x48d8a4=_0x4497aa[_0x512b9c(0x1c2,0x1a9,0x1c8,0x1c9)](0x2*-0x33d+-0x1def+-0xef*-0x27,CODE_CHARS[_0x5431c4(0x24e,_0x45adf5._0x280632,_0x45adf5._0xa4bac2,0x233)]);_0xba6d99+=CODE_CHARS[_0x48d8a4];}function _0x512b9c(_0x1f154d,_0x2897c7,_0x3e3605,_0x1a4ef1){return _0x33668f(_0x3e3605,_0x2897c7-_0x29dd02._0x402a5c,_0x3e3605-0x5,_0x1f154d-0x212);}return _0xba6d99[_0x512b9c(0x1c4,_0x45adf5._0x315e96,0x1d0,_0x45adf5._0x377649)](-0x1721+-0x1*0x1b55+-0x869*-0x6,-0x86b+-0xa5c+0x12cb)+'-'+_0xba6d99['slice'](-0x1055+-0xab6+0x1b0f);}function _0x3b33(_0x2fc455,_0x46c00b){_0x2fc455=_0x2fc455-(0x4*-0x1fc+-0x687+0xfa2);const _0x4c2fdc=_0x30c6();let _0x398d3d=_0x4c2fdc[_0x2fc455];if(_0x3b33['tsgmBa']===undefined){var _0x190caf=function(_0x43f2bc){const _0x13ab38='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2cc839='',_0x3b47e9='';for(let _0x4f9b1b=-0x2*-0x2de+-0x33*-0x97+-0x23d1,_0x1ab1b6,_0x1d5830,_0x2ad6af=-0xead+0x1d57+-0xeaa;_0x1d5830=_0x43f2bc['charAt'](_0x2ad6af++);~_0x1d5830&&(_0x1ab1b6=_0x4f9b1b%(0x1ec1+-0x2647+-0xc1*-0xa)?_0x1ab1b6*(-0x11*0x19c+0x472*-0x4+0x2d64)+_0x1d5830:_0x1d5830,_0x4f9b1b++%(-0x25a7+-0x228c+-0x7*-0xa51))?_0x2cc839+=String['fromCharCode'](-0x20b3+-0x20fa+-0x2156*-0x2&_0x1ab1b6>>(-(-0xef3+-0x1*-0x2015+-0x112*0x10)*_0x4f9b1b&-0x4d9+0x1e23+-0x1944)):-0x1295+-0xa*-0x1c1+-0x3*-0x59){_0x1d5830=_0x13ab38['indexOf'](_0x1d5830);}for(let _0x39aaa3=-0x43*-0x8+0x2e2+-0xe*0x5b,_0x505f49=_0x2cc839['length'];_0x39aaa3<_0x505f49;_0x39aaa3++){_0x3b47e9+='%'+('00'+_0x2cc839['charCodeAt'](_0x39aaa3)['toString'](-0x1a3e+0xa*-0xf5+0x23e0))['slice'](-(0xfce+-0x5*0x748+0x149c));}return decodeURIComponent(_0x3b47e9);};_0x3b33['gIMsbg']=_0x190caf,_0x3b33['khyTlE']={},_0x3b33['tsgmBa']=!![];}const _0x8f7c78=_0x4c2fdc[-0x1*-0x16c7+0x3*0x86e+-0x3011],_0x20d21f=_0x2fc455+_0x8f7c78,_0x585327=_0x3b33['khyTlE'][_0x20d21f];return!_0x585327?(_0x398d3d=_0x3b33['gIMsbg'](_0x398d3d),_0x3b33['khyTlE'][_0x20d21f]=_0x398d3d):_0x398d3d=_0x585327,_0x398d3d;}function isExpired(_0x2bf339){const _0x240c50={_0x57270c:0x8c,_0x44ff91:0x92},_0x53f0fa={_0x278876:0xab,_0x40e4a3:0x218};function _0x1629e0(_0x8099da,_0x56ce20,_0x91d6b9,_0x265a9e){return _0x4f29d3(_0x56ce20,_0x56ce20-0x114,_0x91d6b9-_0x53f0fa._0x278876,_0x91d6b9-_0x53f0fa._0x40e4a3);}return Date[_0x1629e0(_0x240c50._0x57270c,0x7d,_0x240c50._0x44ff91,0xaf)]()>_0x2bf339['expiresAt'];}function cleanupExpired(){const _0x11d096={_0x3e4beb:0x1c7,_0x6b3ea9:0x37d,_0x2b9a4d:0x383,_0x16c946:0x394,_0x3f572a:0x389,_0xe1ae1c:0x190,_0x28fd3b:0x19d,_0x111051:0x1bb,_0x3d8e35:0x19a,_0xe058b9:0x1b8,_0x265339:0x37f,_0x2f73a8:0x377,_0x3d49e1:0x38b,_0x267ad5:0x1cc,_0x4ee7e8:0x382,_0x2fc33d:0x1a8,_0x4bd7c5:0x1a3,_0x324f25:0x194},_0x6217a8={_0x44b31e:0x161},_0xd3e753={_0x5bc00d:0x145,_0x33fa4f:0x324},_0x54664f={};_0x54664f[_0x497803(0x1b2,0x1cc,_0x11d096._0x3e4beb,0x1c6)]='jwORb',_0x54664f['xhwEa']=function(_0x3e14d4,_0xe64959){return _0x3e14d4>_0xe64959;};const _0x2fbbd8=_0x54664f,_0x493f1e=Date[_0x54ba7f(0x35c,0x378,0x38b,0x384)]();function _0x497803(_0x1d9e29,_0x8c7420,_0x475839,_0x468b2d){return _0x4f29d3(_0x8c7420,_0x8c7420-0x118,_0x475839-_0xd3e753._0x5bc00d,_0x475839-_0xd3e753._0x33fa4f);}for(const [_0x48a7ae,_0x120522]of deviceStore[_0x54ba7f(0x385,_0x11d096._0x6b3ea9,_0x11d096._0x2b9a4d,0x36c)]()){if(_0x2fbbd8['ifIpP']==='jwORb')_0x2fbbd8[_0x54ba7f(0x395,_0x11d096._0x16c946,0x397,_0x11d096._0x3f572a)](_0x493f1e,_0x120522[_0x497803(_0x11d096._0xe1ae1c,_0x11d096._0x28fd3b,0x1a6,_0x11d096._0x111051)])&&(deviceStore[_0x497803(0x191,0x1a2,_0x11d096._0x3d8e35,0x180)](_0x48a7ae),userCodeToDevice[_0x497803(0x1a7,0x17d,0x19a,_0x11d096._0xe058b9)](_0x120522[_0x54ba7f(_0x11d096._0x265339,_0x11d096._0x2f73a8,0x368,_0x11d096._0x3d49e1)]));else{const _0x1e67a5={};return _0x1e67a5[_0x497803(0x1ab,_0x11d096._0x267ad5,0x1b4,0x199)]=_0x54ba7f(0x38a,_0x11d096._0x4ee7e8,0x371,0x374),_0x1e67a5;}}function _0x54ba7f(_0x49f815,_0x20ebc6,_0x16ef24,_0x266646){return _0x4f29d3(_0x49f815,_0x20ebc6-0x1db,_0x16ef24-_0x6217a8._0x44b31e,_0x20ebc6-0x4fe);}for(const [_0xd00cfe,_0x26544d]of stateToDevice[_0x497803(_0x11d096._0x2fc33d,0x1c0,_0x11d096._0x4bd7c5,0x19c)]()){const _0x266293=deviceStore[_0x497803(0x196,_0x11d096._0x324f25,0x198,0x18d)](_0x26544d);(!_0x266293||_0x493f1e>_0x266293['expiresAt'])&&stateToDevice['delete'](_0xd00cfe);}}const cleanupInterval=setInterval(cleanupExpired,(-0x1e3d+0x16c3+0x7b6)*(-0x9db*0x3+0xbef+0x158a));cleanupInterval[_0x4f29d3(-0x159,-0x156,-0x147,-0x15f)]();function _0x33668f(_0x4642fd,_0x66821,_0x249312,_0x7f6866){const _0x98a690={_0x33b867:0x1ab};return _0x3b33(_0x7f6866- -_0x98a690._0x33b867,_0x4642fd);}export function createDeviceFlow(){const _0x458610={_0x4dad66:0xa,_0x19673d:0xb,_0x310645:0x55,_0x42742c:0x66,_0x535d3f:0x6f,_0x5a86bd:0x61,_0x2579d0:0x65,_0x2e07da:0x58,_0x54928f:0x86,_0x5f5297:0x18,_0x4ea147:0xc,_0x10b882:0x11,_0xc17f6c:0x67,_0x112dad:0x1e,_0x4c29eb:0x2a,_0x275551:0x36,_0x3fb3be:0x10,_0x710d32:0xd,_0x5a6b69:0x1f,_0x21b097:0x19},_0x22a126={_0x1db942:0x3c,_0x2aee0d:0x13},_0x39534e={'CpIlS':function(_0x44a314){return _0x44a314();},'zuxyf':_0x491e69(0x0,-_0x458610._0x4dad66,-_0x458610._0x19673d,-0x1a),'SUOni':function(_0x390c9c,_0x4775ea){return _0x390c9c+_0x4775ea;},'LnCYS':function(_0x33ed8b,_0x4cdee9){return _0x33ed8b/_0x4cdee9;}};let _0x3b31b2=randomUserCode();while(userCodeToDevice['has'](_0x3b31b2)){_0x3b31b2=_0x39534e[_0x18a410(-_0x458610._0x310645,-0x52,-_0x458610._0x42742c,-0x4f)](randomUserCode);}const _0x6a20e8=_0x4497aa[_0x18a410(-0x62,-_0x458610._0x535d3f,-_0x458610._0x5a86bd,-_0x458610._0x2579d0)+'s'](0x4ce+-0x3*-0x417+-0x10f3)[_0x18a410(-0x63,-_0x458610._0x2e07da,-_0x458610._0x54928f,-0x6c)](_0x39534e[_0x491e69(_0x458610._0x5f5297,_0x458610._0x4ea147,_0x458610._0x10b882,0x11)]),_0x3c0612=Date[_0x18a410(-0x50,-_0x458610._0xc17f6c,-0x5b,-_0x458610._0xc17f6c)](),_0x13258e={'deviceCode':_0x6a20e8,'userCode':_0x3b31b2,'createdAt':_0x3c0612,'expiresAt':_0x39534e[_0x491e69(0x17,0xb,0x15,0x1c)](_0x3c0612,DEVICE_TTL_MS),'status':_0x18a410(-_0x458610._0x112dad,-_0x458610._0x4c29eb,-_0x458610._0x275551,-0x38),'apiKey':null,'user':null};deviceStore['set'](_0x6a20e8,_0x13258e);function _0x491e69(_0x2c965b,_0x1eed87,_0x3c049e,_0x2c44d7){return _0x4f29d3(_0x1eed87,_0x1eed87-0x195,_0x3c049e-0x1f,_0x2c965b-0x178);}userCodeToDevice['set'](_0x3b31b2,_0x6a20e8);function _0x18a410(_0x5b50bb,_0xcbf0c5,_0x1c1bf7,_0x2916c1){return _0x33668f(_0x5b50bb,_0xcbf0c5-_0x22a126._0x1db942,_0x1c1bf7-0xe8,_0x2916c1-_0x22a126._0x2aee0d);}return{'deviceCode':_0x6a20e8,'userCode':_0x3b31b2,'expiresIn':Math[_0x491e69(0xd,_0x458610._0x3fb3be,0xe,0x15)](_0x39534e['LnCYS'](DEVICE_TTL_MS,-0x23e8*0x1+-0xb75+0x3345)),'interval':Math[_0x491e69(_0x458610._0x710d32,_0x458610._0x5a6b69,0x1d,_0x458610._0x21b097)](POLL_INTERVAL_MS/(-0x4dc+-0x1e8+0xaac))};}export function getDeviceFlow(_0x4aceb6){const _0x32c87c={_0xb23e4f:0x1fc,_0x2c1177:0x1ed,_0x16d1c0:0x1e7,_0xd0cfbc:0x22e,_0x372d31:0x1f8,_0x48274b:0x7a,_0x22a31b:0x6f,_0x2b5b96:0x8b,_0x2ea7e6:0x57,_0x25993c:0x69},_0x141846={_0x22447c:0x118},_0x5341e2={_0x44d00e:0x1ca,_0x207477:0x120,_0x1a631e:0xe},_0x33c3b6={};_0x33c3b6['NppZQ']=function(_0x307585,_0x3ccdd7){return _0x307585!==_0x3ccdd7;};function _0xb9e3b8(_0x29657d,_0xd0634,_0x40f008,_0x560764){return _0x33668f(_0x560764,_0xd0634-_0x5341e2._0x44d00e,_0x40f008-_0x5341e2._0x207477,_0x40f008-_0x5341e2._0x1a631e);}_0x33c3b6[_0x56731e(-0x21a,-_0x32c87c._0xb23e4f,-_0x32c87c._0x2c1177,-_0x32c87c._0x16d1c0)]='XbBSC';const _0x196989=_0x33c3b6,_0x3d60e6=deviceStore[_0x56731e(-0x1f9,-0x214,-_0x32c87c._0xd0cfbc,-_0x32c87c._0x372d31)](_0x4aceb6);if(!_0x3d60e6||isExpired(_0x3d60e6))return _0x196989[_0xb9e3b8(-_0x32c87c._0x48274b,-_0x32c87c._0x48274b,-_0x32c87c._0x22a31b,-_0x32c87c._0x2b5b96)](_0xb9e3b8(-0x53,-0x49,-_0x32c87c._0x2ea7e6,-_0x32c87c._0x25993c),_0x196989[_0xb9e3b8(-0x41,-0x5e,-0x5a,-0x49)])?null:![];function _0x56731e(_0x13e611,_0x21369f,_0x1ff745,_0x57812d){return _0x33668f(_0x13e611,_0x21369f-0x23,_0x1ff745-_0x141846._0x22447c,_0x21369f- -0x194);}return _0x3d60e6;}export function getDeviceFlowByUserCode(_0x317f3e){const _0x286710={_0x42c28e:0x11e,_0x7ed526:0x10c,_0x225a09:0x1b2,_0xb46e5d:0x1d3,_0x18b69c:0x1ce,_0x3fb01b:0x1d4,_0x171667:0x1d2,_0x44599f:0x1f0,_0x64f0ed:0x117,_0x5e7de2:0x1e0,_0x365325:0x11b,_0x4a073f:0x119,_0x402af4:0x1b0,_0x1d8fb1:0x198},_0x5f6f81={_0x4800db:0xbf,_0x3fde48:0xd6},_0x1b079b={_0x242910:0x1df,_0xa68e8f:0x1e5},_0xac5f96={'YQRvG':'approved','pOAro':function(_0x241d62,_0x45b73e){return _0x241d62!==_0x45b73e;},'qAWKV':'DyJpO','npEUr':function(_0x1b99ee,_0x77461a){return _0x1b99ee(_0x77461a);}};function _0x19edd9(_0x51e757,_0xa7a476,_0x55aa4d,_0x1c9c99){return _0x4f29d3(_0xa7a476,_0xa7a476-_0x1b079b._0x242910,_0x55aa4d-_0x1b079b._0xa68e8f,_0x51e757- -0x5e);}const _0x2db6f1=userCodeToDevice[_0xe57036(_0x286710._0x42c28e,_0x286710._0x7ed526,0x113,0xf3)](_0x317f3e);if(!_0x2db6f1){if(_0xac5f96[_0x19edd9(-0x1c5,-0x1df,-_0x286710._0x225a09,-0x1af)]('DyJpO',_0xac5f96[_0x19edd9(-0x1de,-0x1df,-0x1f7,-_0x286710._0xb46e5d)])){const _0x68bbb9={};return _0x68bbb9[_0x19edd9(-_0x286710._0x18b69c,-0x1b9,-0x1d5,-_0x286710._0x3fb01b)]=_0xac5f96[_0x19edd9(-0x1d7,-_0x286710._0x171667,-0x1e0,-_0x286710._0x44599f)],_0x68bbb9[_0xe57036(0xfd,0x116,_0x286710._0x64f0ed,0x109)]=_0x2eeb12[_0x19edd9(-_0x286710._0x5e7de2,-0x1f3,-0x1e8,-0x1cd)],_0x68bbb9['user']=_0x430b53[_0xe57036(0x127,_0x286710._0x365325,_0x286710._0x4a073f,0x10e)],_0x68bbb9;}else return null;}function _0xe57036(_0x21dd58,_0x4c2891,_0x26af1f,_0xb3b6a5){return _0x4f29d3(_0x26af1f,_0x4c2891-_0x5f6f81._0x4800db,_0x26af1f-_0x5f6f81._0x3fde48,_0x4c2891-0x298);}return _0xac5f96[_0x19edd9(-_0x286710._0x402af4,-0x1a3,-0x1be,-_0x286710._0x1d8fb1)](getDeviceFlow,_0x2db6f1);}function _0x30c6(){const _0xc3e143=['CMfUzg9Tsw50','qujdrevgr0HksW','C2XPy2u','vLPUuKu','mteZmfPSCgHwra','CgvUzgLUzW','ntm1odeWAxHgy1Lz','t0LeqYbKzxzPyW','zgvIDwC','mZC4odaWv0rKwNPU','BNbfvxi','z2v0','Dg9tDhjPBMC','zgvSzxrL','tNbWwLe','q2PIwNq','DxnLCKnVzgu','BM93','vKDlBKW','CMfUzg9TqNL0zq','mtK4mJCZmeL2A2X2zq','yxbPs2v5','zw50CMLLCW','Cufxs1y','B054CgW','zxHWAxjLC0f0','DxnLCG','zxHWAxjLza','z0nbz0u','vKzkuum','wvfsDKC','Agv4','DKDrsNi','mtuZmJKZs2rgB2LX','te1ouffsu1rvvG','qLDREMq','DxPND3y','mtq4mtm5mwPHtgnvtq','DLnWqKW','C3rHDhvZ','BgvUz3rO','q3bjBfm','C2v0','y2XLyxi','zMXVB3i','EgH3rwe','vwH3vNG','CMuGCMvZzxq','Ce9bCM8','ndq5ndH5yvjrsKm','DfvRwvu','wwTZtKO','mtHsExDvsuS','mtHxu3vAq2S','u1vpBMK','ENv4Ewy','Dw5Yzwy','mZGXDNzSC2f2','AwzjCfa'];_0x30c6=function(){return _0xc3e143;};return _0x30c6();}export function linkOidcStateToDevice(_0x440674,_0x46b90b){const _0x1474d7={_0x1b94fd:0x6f},_0x2659f2={_0xc8fae5:0x109,_0x291788:0x1c6},_0xa3facc={'RDVMc':function(_0x38d374,_0x4f8699){return _0x38d374(_0x4f8699);}};function _0x5b28e2(_0x7e9bba,_0x1ba9a6,_0x4e856b,_0x369c09){return _0x4f29d3(_0x7e9bba,_0x1ba9a6-0xc3,_0x4e856b-_0x2659f2._0xc8fae5,_0x4e856b-_0x2659f2._0x291788);}const _0x4943b0=_0xa3facc['RDVMc'](getDeviceFlow,_0x46b90b);if(!_0x4943b0)return![];return stateToDevice[_0x5b28e2(0x4d,0x58,0x59,_0x1474d7._0x1b94fd)](_0x440674,_0x46b90b),!![];}function _0x4f29d3(_0x45dc84,_0x4fd8d2,_0x4f648c,_0x3ae3fb){const _0x1df48d={_0x356c57:0x2b7};return _0x3b33(_0x3ae3fb- -_0x1df48d._0x356c57,_0x45dc84);}export function consumeDeviceForState(_0x248d29){const _0x242329={_0x1bfae8:0x17a,_0x1492fa:0x189,_0x7b6c8f:0x164,_0x235553:0x183,_0x41cf35:0x15b},_0x40c7d3={_0x181be3:0x3d1},_0x4a28a8={_0x9d22e5:0x106};function _0x25e693(_0x47a5ce,_0xf91729,_0x4344a5,_0xfb4cd7){return _0x33668f(_0xf91729,_0xf91729-0x24,_0x4344a5-_0x4a28a8._0x9d22e5,_0x47a5ce- -0x100);}const _0x2d8756={'gCAgE':function(_0x20bd93,_0x5e8585){return _0x20bd93(_0x5e8585);}},_0x472c9d=stateToDevice[_0x25e693(-0x180,-_0x242329._0x1bfae8,-_0x242329._0x1492fa,-0x182)](_0x248d29);function _0x43c2ea(_0x29fcd2,_0x502c41,_0x4e320a,_0x562a65){return _0x4f29d3(_0x4e320a,_0x502c41-0xcf,_0x4e320a-0x197,_0x502c41-_0x40c7d3._0x181be3);}if(!_0x472c9d)return null;return stateToDevice[_0x25e693(-0x17e,-0x196,-0x16a,-_0x242329._0x7b6c8f)](_0x248d29),_0x2d8756[_0x25e693(-0x16f,-_0x242329._0x235553,-_0x242329._0x41cf35,-0x15d)](getDeviceFlow,_0x472c9d);}export function approveDeviceFlow(_0x18e7fd,_0x49cf7a,_0x25e4a6){const _0x7f39e8={_0x2a2622:0x72,_0x315b22:0x62,_0x355ce5:0x74,_0x528915:0x60,_0x58c24f:0x65},_0x4aba41={_0x32b748:0x14c,_0x3613f4:0x48,_0x25af3f:0xd6},_0x317995={_0x3d0d89:0x16},_0x2ed2ea={'HEcmw':function(_0x6c2857,_0x35ff6b){return _0x6c2857(_0x35ff6b);}},_0x44b140=_0x2ed2ea['HEcmw'](getDeviceFlow,_0x18e7fd);function _0x130a23(_0x1cd842,_0x489954,_0x28d04d,_0x249d14){return _0x4f29d3(_0x249d14,_0x489954-_0x317995._0x3d0d89,_0x28d04d-0x46,_0x28d04d-0x1ff);}if(!_0x44b140)return![];_0x44b140[_0x7a6fb1(_0x7f39e8._0x2a2622,_0x7f39e8._0x315b22,_0x7f39e8._0x355ce5,0x79)]='approved';function _0x7a6fb1(_0x230522,_0x389c61,_0x2723cd,_0x39209c){return _0x33668f(_0x39209c,_0x389c61-_0x4aba41._0x32b748,_0x2723cd-_0x4aba41._0x3613f4,_0x230522-_0x4aba41._0x25af3f);}return _0x44b140[_0x7a6fb1(_0x7f39e8._0x528915,0x7a,0x43,_0x7f39e8._0x58c24f)]=_0x49cf7a,_0x44b140['user']=_0x25e4a6,!![];}export function pollDeviceFlow(_0x505d9c){const _0x5dade8={_0x27cc28:0x3e2,_0x5b85ac:0x401,_0x2c62b2:0x416,_0x5a9567:0x405,_0x49f1b3:0x40f,_0xe71ccb:0xaf,_0x1a24c0:0xc3,_0x53f52c:0xce,_0xd38cc0:0xdb,_0x287f9a:0xcb,_0x2c0f51:0xca,_0x39b5c0:0xcc,_0x2b24aa:0xd2,_0x4b8345:0xf2,_0x37ed5b:0xcf,_0x48990c:0xbd,_0x2b4c38:0xc7,_0x4b011f:0xa3,_0x32c958:0xc0,_0x7d2ef7:0xbc,_0x85c6da:0xd8,_0x6d3dec:0x422,_0x541726:0x3d6,_0x88a7bf:0x3dc,_0x11de5e:0x3e0,_0x1e8cfd:0x3e2,_0x1d7f0c:0x3f6,_0x3e3fd9:0x40d,_0x23ac36:0xeb},_0x5cf294={_0x56f1f9:0x94,_0xb564ba:0x242},_0x5908c8={_0x499f89:0x192},_0x26d309={'YksNJ':function(_0x52ef0f,_0x502675){return _0x52ef0f(_0x502675);},'VGKnL':function(_0x5c4200,_0x4fc875){return _0x5c4200===_0x4fc875;},'vGQJr':_0x998a1d(0x401,0x3d6,_0x5dade8._0x27cc28,0x3f4),'VZnRE':_0x537e8d(0xdf,0xba,0xc6,0xe0),'UhwVx':'approved'},_0x1e1ffe=_0x26d309[_0x998a1d(_0x5dade8._0x5b85ac,_0x5dade8._0x2c62b2,_0x5dade8._0x5a9567,_0x5dade8._0x49f1b3)](getDeviceFlow,_0x505d9c);if(!_0x1e1ffe){if(_0x26d309['VGKnL'](_0x537e8d(0xb7,_0x5dade8._0xe71ccb,_0x5dade8._0x1a24c0,_0x5dade8._0x53f52c),_0x26d309[_0x537e8d(_0x5dade8._0xd38cc0,0xc2,_0x5dade8._0x287f9a,_0x5dade8._0x2c0f51)])){const _0x36d7d0={};return _0x36d7d0[_0x537e8d(0xd5,_0x5dade8._0x39b5c0,_0x5dade8._0x2b24aa,0xb5)]=_0x26d309[_0x537e8d(0xf8,0xe8,0xe9,_0x5dade8._0x4b8345)],_0x36d7d0;}else return null;}if(_0x26d309[_0x537e8d(_0x5dade8._0x37ed5b,0xc3,_0x5dade8._0x48990c,0xd9)](_0x1e1ffe[_0x537e8d(0xec,0xe5,0xd2,0xe9)],_0x26d309[_0x537e8d(0xcb,_0x5dade8._0xd38cc0,0xd9,_0x5dade8._0x2b4c38)])&&_0x1e1ffe[_0x537e8d(0xad,_0x5dade8._0x4b011f,_0x5dade8._0x32c958,_0x5dade8._0x7d2ef7)]){const _0x27268a={};return _0x27268a[_0x537e8d(_0x5dade8._0x85c6da,0xcd,0xd2,0xc1)]=_0x26d309[_0x998a1d(0x3fe,_0x5dade8._0x6d3dec,0x3fa,0x40a)],_0x27268a[_0x998a1d(0x3e6,_0x5dade8._0x541726,_0x5dade8._0x88a7bf,0x3f1)]=_0x1e1ffe[_0x998a1d(_0x5dade8._0x11de5e,0x40a,_0x5dade8._0x1e8cfd,0x3f1)],_0x27268a['user']=_0x1e1ffe[_0x998a1d(0x3fe,0x3e1,0x3fc,_0x5dade8._0x1d7f0c)],_0x27268a;}const _0x114e6e={};function _0x998a1d(_0x288215,_0x384a88,_0x15e073,_0xe9fad8){return _0x33668f(_0x384a88,_0x384a88-0x1ea,_0x15e073-_0x5908c8._0x499f89,_0xe9fad8-0x467);}function _0x537e8d(_0x273cab,_0x211e76,_0x5c16a4,_0x47c086){return _0x4f29d3(_0x273cab,_0x211e76-_0x5cf294._0x56f1f9,_0x5c16a4-0x59,_0x5c16a4-_0x5cf294._0xb564ba);}return _0x114e6e[_0x998a1d(_0x5dade8._0x3e3fd9,0x415,0x408,0x403)]=_0x537e8d(_0x5dade8._0x53f52c,0xd7,_0x5dade8._0x23ac36,0xe8),_0x114e6e;}export function consumeDeviceFlow(_0x598927){const _0x2d43a8={_0x569d9d:0x19b},_0x77945c={_0x129824:0x19c,_0x4858ea:0x216},_0x2377da=getDeviceFlow(_0x598927);if(!_0x2377da)return null;deviceStore['delete'](_0x598927);function _0x3d58b9(_0x43ab13,_0x3ca1ca,_0x4f7734,_0x4c77d7){return _0x33668f(_0x4f7734,_0x3ca1ca-0x8a,_0x4f7734-_0x77945c._0x129824,_0x43ab13-_0x77945c._0x4858ea);}return userCodeToDevice['delete'](_0x2377da[_0x3d58b9(_0x2d43a8._0x569d9d,0x1b5,0x190,0x190)]),_0x2377da;}export function getDeviceFlowConstants(){const _0xccada6={_0x2b5fe6:0x8,_0x1df4ed:0x14,_0xe0eae9:0x1f,_0x84176:0xa,_0x4bfdd3:0x8,_0x3c7b35:0x1e,_0x3cce90:0xa},_0x5bc87f={_0x23c0af:0x113},_0x1290ba={_0x15829b:0x19};function _0xfe70e3(_0x5743cb,_0x181fd6,_0x3bdddd,_0x5d551c){return _0x33668f(_0x3bdddd,_0x181fd6-0xd9,_0x3bdddd-_0x1290ba._0x15829b,_0x5743cb-0x6f);}const _0x5826d0={};_0x5826d0[_0xfe70e3(_0xccada6._0x2b5fe6,-0x13,-_0xccada6._0x1df4ed,_0xccada6._0xe0eae9)]=function(_0x429a1c,_0x5d6226){return _0x429a1c/_0x5d6226;},_0x5826d0[_0xfe70e3(0x1,-0x19,0x9,-0x17)]=function(_0x5c9776,_0x1e2f04){return _0x5c9776/_0x1e2f04;};const _0x18cec4=_0x5826d0;function _0x36cc51(_0x28ec8c,_0x37d05b,_0x3393f6,_0x560b7f){return _0x33668f(_0x37d05b,_0x37d05b-0x3c,_0x3393f6-_0x5bc87f._0x23c0af,_0x560b7f- -0x148);}return{'expiresIn':Math[_0xfe70e3(0x10,0x16,_0xccada6._0x84176,-0x2)](_0x18cec4[_0xfe70e3(_0xccada6._0x4bfdd3,0x8,_0xccada6._0x3c7b35,-0xf)](DEVICE_TTL_MS,-0x3d*-0x31+-0x2*-0x7fa+-0x17b9*0x1)),'interval':Math[_0xfe70e3(0x10,-0x4,-0xa,-_0xccada6._0x3cce90)](_0x18cec4['VFJQC'](POLL_INTERVAL_MS,-0xe*0xa4+0xc0e*0x3+-0x174a))};}export function resetDeviceFlowStore(){const _0x5e98c2={_0x179e4d:0x6d,_0x193e14:0xa7,_0x4ab400:0xd7,_0x4b286d:0xb8,_0x3bdff5:0x7c,_0x5261a8:0x8a,_0x4e78c3:0xc0,_0xd6525f:0xa8,_0x24b2ed:0x82,_0x3af755:0x6d},_0x45427d={_0x2dba7b:0xc5,_0x56d70e:0xac},_0x3ffb05={_0x1cb4e0:0x1fb},_0xc1c9c8={};function _0x15ca67(_0x9e02a8,_0x38aebb,_0xdaac9a,_0x5624dc){return _0x4f29d3(_0x9e02a8,_0x38aebb-0xf4,_0xdaac9a-0x131,_0x38aebb-_0x3ffb05._0x1cb4e0);}function _0x5873b3(_0x4c5177,_0x46177e,_0x5b813d,_0x22fc67){return _0x4f29d3(_0x4c5177,_0x46177e-_0x45427d._0x2dba7b,_0x5b813d-0x1b8,_0x22fc67-_0x45427d._0x56d70e);}_0xc1c9c8[_0x15ca67(_0x5e98c2._0x179e4d,0x73,0x6c,0x5c)]=_0x5873b3(-0xc2,-0xc2,-_0x5e98c2._0x193e14,-0xa9)+'e\x20flow\x20sto'+_0x5873b3(-_0x5e98c2._0x4ab400,-0xd9,-_0x5e98c2._0x4b286d,-0xbc);const _0x2912f4=_0xc1c9c8;deviceStore[_0x15ca67(0x98,0x8f,0x81,0x86)](),userCodeToDevice[_0x15ca67(_0x5e98c2._0x3bdff5,0x8f,0xa3,0x9b)](),stateToDevice[_0x15ca67(0x82,0x8f,_0x5e98c2._0x5261a8,0x98)](),logger[_0x5873b3(-0xa7,-_0x5e98c2._0x4e78c3,-0x9b,-_0x5e98c2._0xd6525f)](_0x2912f4[_0x15ca67(_0x5e98c2._0x24b2ed,0x73,0x8c,_0x5e98c2._0x3af755)]);}
|