@profoundlogic/coderflow-server 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/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/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-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/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/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/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/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +6 -4
- package/dist/web-ui/public/feedback-widget.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/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/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.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 +34 -4
- 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(_0x9c0d12,_0x4a9393){const _0x109e44={_0x2a39d5:0x35f,_0x460b27:0x35b,_0x4756a6:0x386,_0x2d0bb7:0x359,_0x357648:0x3a5,_0x328600:0x360,_0x581d84:0x26e,_0x6605dc:0x2b3,_0x42adf2:0x37b,_0x3b39a4:0x346,_0x5cc17c:0x360,_0x4ade66:0x378,_0x4d3134:0x34e,_0x5735ce:0x326,_0x4bf26b:0x326,_0x3874dc:0x270,_0x2f9070:0x307,_0x55d84d:0x2ad,_0x2fc7d2:0x27f,_0x47b734:0x368,_0x2e6bfe:0x3a1,_0x48c1d9:0x398},_0x38f26c={_0x2f6d4b:0x263};function _0x4cf8c1(_0x483851,_0x44d420,_0x3e6ec2,_0xbc3901){return _0x2bd2(_0xbc3901-0x163,_0x3e6ec2);}const _0x393523=_0x9c0d12();function _0x260ea7(_0x3588ea,_0x14d0a8,_0x420ce5,_0x51b532){return _0x2bd2(_0x14d0a8-_0x38f26c._0x2f6d4b,_0x420ce5);}while(!![]){try{const _0xb81640=-parseInt(_0x260ea7(_0x109e44._0x2a39d5,_0x109e44._0x460b27,0x38b,_0x109e44._0x4756a6))/(0xe65+0xb1*-0x1+0x491*-0x3)*(parseInt(_0x260ea7(_0x109e44._0x2d0bb7,0x373,0x39c,_0x109e44._0x357648))/(0x403*-0x7+0x1539+0x36f*0x2))+parseInt(_0x260ea7(_0x109e44._0x328600,0x39e,0x3d7,0x3be))/(-0xab2+0x23ab*-0x1+0x1a8*0x1c)+-parseInt(_0x4cf8c1(_0x109e44._0x581d84,_0x109e44._0x6605dc,0x290,0x297))/(0xca5+0x1*-0x50f+-0x792)+-parseInt(_0x260ea7(_0x109e44._0x42adf2,_0x109e44._0x3b39a4,_0x109e44._0x5cc17c,_0x109e44._0x4ade66))/(-0x7d3*-0x3+-0x2f*0x35+-0xdb9)*(-parseInt(_0x260ea7(_0x109e44._0x4d3134,0x34c,_0x109e44._0x5735ce,_0x109e44._0x4bf26b))/(-0x2064+0x2*0x124e+0x6*-0xb3))+parseInt(_0x4cf8c1(_0x109e44._0x3874dc,0x289,0x288,0x248))/(-0x24f6+0x1*0x5ab+0x13*0x1a6)+parseInt(_0x260ea7(0x339,0x344,_0x109e44._0x2f9070,0x339))/(0x5c9*-0x3+0x7*-0x305+0x2686)+parseInt(_0x4cf8c1(0x283,_0x109e44._0x55d84d,0x299,_0x109e44._0x2fc7d2))/(-0x14a6+0x1*0x26b+0x1244)*(-parseInt(_0x260ea7(_0x109e44._0x47b734,_0x109e44._0x2e6bfe,0x382,_0x109e44._0x48c1d9))/(0x2627+-0x6*-0x252+-0x4d*0xad));if(_0xb81640===_0x4a9393)break;else _0x393523['push'](_0x393523['shift']());}catch(_0xf59c09){_0x393523['push'](_0x393523['shift']());}}}(_0x552a,-0xa5468+0xa4db*0xb+0xe61be));function isObjective(_0x457ef0){const _0x1dfe69={_0x4677c9:0xa2};function _0x563320(_0x366ac1,_0x5a21b4,_0x42405d,_0x1322dd){return _0x2bd2(_0x5a21b4- -0x96,_0x366ac1);}return _0x457ef0?.[_0x563320(0x31,0x6c,0x34,_0x1dfe69._0x4677c9)]==='objective';}function toReferenceObjective(_0x48a6f0,_0x1763a3){const _0x1ae6f7={_0x4a8dc0:0x2d4,_0x21eb0e:0x2e3,_0x334be4:0x2bc,_0x7120ad:0x2e9},_0x333da5={_0xcb189d:0x1da},_0x5cf76c={};function _0x253aff(_0x485c91,_0x4dc82f,_0x7ace,_0x3e542f){return _0x2bd2(_0x7ace-0x26,_0x4dc82f);}_0x5cf76c['id']=_0x1763a3?.[_0x5dd247(_0x1ae6f7._0x4a8dc0,0x2e8,_0x1ae6f7._0x21eb0e,_0x1ae6f7._0x334be4)]||_0x48a6f0;function _0x5dd247(_0x437062,_0x15eff3,_0x27b5f4,_0x319aaa){return _0x2bd2(_0x437062-_0x333da5._0xcb189d,_0x319aaa);}return _0x5cf76c['name']=_0x1763a3?.[_0x5dd247(0x2a6,_0x1ae6f7._0x7120ad,0x2a3,0x2bc)]||_0x48a6f0,_0x5cf76c;}function sortBySortOrder(_0x5addf5,_0x38e023){const _0x246220={_0x2c1912:0x12a,_0x4190b3:0x15f,_0x301461:0xd9,_0x2e0015:0xe6,_0x1b66ba:0xa7,_0x24baa9:0xd1,_0x282d01:0xd7,_0x4fb74d:0x106,_0x40f429:0xb3,_0x84e154:0x13e,_0x49ef62:0x140,_0x2737ee:0x121,_0x5f14ab:0xbc,_0x4c924f:0x80,_0x3f84da:0xd3,_0x3db93a:0xa5,_0x4e28b2:0xe7,_0x14cc80:0xa4,_0x2d020e:0x10d,_0x2277d7:0x142,_0x17774d:0xcc,_0x530f92:0xec,_0x344081:0x124,_0x36155f:0xd6,_0x57e560:0xda,_0x4cc7b6:0xd6,_0x41f8a7:0xce,_0x4fc9af:0xe8,_0x47c667:0x10e,_0x1a39a5:0xc2,_0x276a53:0xdd,_0x34a133:0xe1,_0x7897be:0xb2,_0xc8df8c:0x132,_0x21ac58:0x160},_0x56a9f9={_0x2fbb39:0x15},_0x4fa387={_0x4ef0e4:0x2},_0x29e89a={'jVRBs':function(_0x5bdda7,_0x2dc067){return _0x5bdda7(_0x2dc067);},'HSqJu':function(_0x22b390,_0x582aab){return _0x22b390!==_0x582aab;},'Sujxp':function(_0x540b10,_0x5bd7f5){return _0x540b10!==_0x5bd7f5;},'MsJdI':function(_0x2ecc1d,_0x3d03da){return _0x2ecc1d-_0x3d03da;}},_0x3f0946=_0x5addf5[_0x36a3ed(0xbd,0x9c,0xcd,0xc5)]||0x5ce+-0x4e+-0x580,_0xd268a0=_0x38e023[_0x36a3ed(0xbd,0xe3,0xef,0xb8)]||0x2461+-0x12b*0x1a+-0x603;if(_0x29e89a[_0x304146(_0x246220._0x2c1912,_0x246220._0x4190b3,0x10c,0x139)](_0x3f0946,_0xd268a0)){if(_0x29e89a[_0x36a3ed(0x11c,_0x246220._0x301461,_0x246220._0x2e0015,0x110)](_0x36a3ed(0xd7,_0x246220._0x1b66ba,_0x246220._0x24baa9,0xa6),_0x36a3ed(_0x246220._0x282d01,_0x246220._0x4fb74d,0xf9,_0x246220._0x40f429))){_0xbf93a5[_0x304146(0x124,_0x246220._0x84e154,0xe4,_0x246220._0x49ef62)](_0x36a3ed(0x116,_0x246220._0x2737ee,0xd3,0xe3)+'ctives**\x20('+'children\x20o'+_0x36a3ed(_0x246220._0x5f14ab,0x92,0xc3,_0x246220._0x4c924f)+_0x36a3ed(_0x246220._0x3f84da,0xea,_0x246220._0x3db93a,0xb4));for(const _0x30e434 of _0x1915f9[_0x36a3ed(_0x246220._0x4e28b2,0xb4,_0x246220._0x14cc80,0x118)]){_0x5f0eef[_0x36a3ed(_0x246220._0x2d020e,_0x246220._0x2277d7,_0x246220._0x17774d,_0x246220._0x530f92)]('-\x20'+_0x29e89a['jVRBs'](_0x204135,_0x30e434));}_0x383ef5[_0x304146(_0x246220._0x344081,0x130,0x166,0x14b)]('');}else return _0x29e89a[_0x304146(_0x246220._0x36155f,0xfb,_0x246220._0x301461,_0x246220._0x57e560)](_0x3f0946,_0xd268a0);}function _0x304146(_0x4dde76,_0x418e4c,_0x4e6c2a,_0x59f954){return _0x2bd2(_0x4dde76-_0x4fa387._0x4ef0e4,_0x59f954);}const _0x4f4970=_0x5addf5[_0x36a3ed(0xb7,_0x246220._0x4cc7b6,0xf9,0xd8)]||'';function _0x36a3ed(_0x3002f8,_0x51df3b,_0x348780,_0xa969f0){return _0x2bd2(_0x3002f8- -_0x56a9f9._0x2fbb39,_0x348780);}const _0x3c5579=_0x38e023[_0x304146(_0x246220._0x41f8a7,_0x246220._0x4fc9af,_0x246220._0x47c667,_0x246220._0x1a39a5)]||'';return _0x4f4970[_0x36a3ed(_0x246220._0x276a53,_0x246220._0x34a133,_0x246220._0x7897be,0x107)+_0x36a3ed(0x136,_0x246220._0xc8df8c,0xff,_0x246220._0x21ac58)](_0x3c5579);}function formatObjectiveLabel(_0x5194a5){const _0x1f3da4={_0x2d903e:0xd8,_0x306717:0xe4,_0x4c66c5:0xd2,_0x6dfbda:0xde,_0x112089:0x9e,_0xe923e:0xad,_0x4a78e9:0x90,_0x1703f6:0xe6,_0x4aedad:0x10a,_0x5a0fbb:0xcf,_0x28cfec:0x408,_0x49f784:0x400},_0x4dc8f6={_0x51e6b9:0x1db},_0x4304ed={_0x5d9323:0x2eb},_0x48fbae={};function _0x320ea8(_0x1aae0b,_0x56719b,_0x46267b,_0x46beae){return _0x2bd2(_0x46beae-_0x4304ed._0x5d9323,_0x1aae0b);}_0x48fbae['qbluQ']='Unknown\x20ob'+_0x2c9093(-0xf8,-_0x1f3da4._0x2d903e,-_0x1f3da4._0x306717,-0x107),_0x48fbae[_0x2c9093(-0x11f,-_0x1f3da4._0x4c66c5,-0xfd,-_0x1f3da4._0x6dfbda)]=_0x2c9093(-0x57,-0x9c,-0x8c,-_0x1f3da4._0x112089);const _0x84708=_0x48fbae;function _0x2c9093(_0x487cfa,_0x18b7e6,_0x57a68b,_0x4acc99){return _0x2bd2(_0x57a68b- -_0x4dc8f6._0x51e6b9,_0x487cfa);}const _0xb27ff7=_0x5194a5?.['name']||_0x5194a5?.['id']||_0x84708[_0x2c9093(-_0x1f3da4._0xe923e,-_0x1f3da4._0x4a78e9,-0xcf,-_0x1f3da4._0x1703f6)],_0x284599=_0x5194a5?.['id']||_0x84708[_0x2c9093(-_0x1f3da4._0x4aedad,-_0x1f3da4._0x5a0fbb,-0xfd,-0xc9)];return _0xb27ff7+_0x320ea8(0x42e,0x3e3,_0x1f3da4._0x28cfec,_0x1f3da4._0x49f784)+_0x284599+'`)';}const OBJECTIVE_CONTEXT_HEADING='##\x20Objecti'+_0x234ec4(0x25b,0x24b,0x217,0x244),OBJECTIVE_CONTEXT_INTRO=_0x234ec4(0x2a3,0x269,0x260,0x289)+_0x234ec4(0x2a6,0x228,0x2a0,0x265)+_0x234ec4(0x2c3,0x24e,0x26f,0x28a)+_0x234ec4(0x2bb,0x257,0x241,0x27a)+_0x234ec4(0x2b2,0x28e,0x2be,0x28c)+_0x3dae91(-0x1d9,-0x1d4,-0x1ad,-0x19f)+_0x234ec4(0x27d,0x252,0x2a3,0x290)+_0x3dae91(-0x196,-0x1aa,-0x18d,-0x16f)+_0x234ec4(0x22b,0x25a,0x23d,0x238)+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x3dae91(-0x127,-0x184,-0x141,-0x160)+'was\x20launch'+_0x234ec4(0x2a1,0x2b1,0x293,0x284)+_0x234ec4(0x276,0x25e,0x279,0x241);function _0x234ec4(_0x4bd7e4,_0x175277,_0x21437f,_0x1b6844){return _0x2bd2(_0x1b6844-0x15d,_0x175277);}const OBJECTIVE_CONTEXT_DETAILS_HINT=_0x234ec4(0x277,0x2e9,0x2c9,0x2a9)+_0x3dae91(-0x15a,-0x1ba,-0x1ba,-0x181)+_0x3dae91(-0x194,-0x1c1,-0x13c,-0x17f)+_0x3dae91(-0x150,-0x1ce,-0x1a5,-0x18d)+'of\x20any\x20obj'+_0x234ec4(0x215,0x1fe,0x26f,0x23f)+_0x3dae91(-0x10d,-0x155,-0x141,-0x13f)+_0x234ec4(0x1ff,0x203,0x231,0x236),OBJECTIVE_CONTEXT_DETAILS_CURL=_0x3dae91(-0x188,-0x1a6,-0x193,-0x168)+'{CODERFLOW'+'_SERVER_UR'+'L}/api/obj'+_0x3dae91(-0x13f,-0x182,-0x173,-0x17b)+_0x234ec4(0x217,0x224,0x266,0x250)+_0x234ec4(0x262,0x259,0x269,0x258)+_0x234ec4(0x286,0x296,0x2c8,0x2a6)+'Task-Id:\x20$'+_0x3dae91(-0x17c,-0x1cd,-0x194,-0x1b4);function escapeRegExp(_0x510a00){const _0x1ff47b={_0x2c8ecc:0x1e4},_0x34c6dd={_0x372cf7:0x14e},_0x23320b={_0x48b20c:0xe2,_0x208384:0x10c},_0x3b3e55={};function _0x1c8c90(_0x32420b,_0x40d1a0,_0x1a6d8f,_0x28e565){return _0x234ec4(_0x32420b-0x78,_0x28e565,_0x1a6d8f-_0x23320b._0x48b20c,_0x40d1a0- -_0x23320b._0x208384);}_0x3b3e55[_0x59905a(-0x1c1,-0x19a,-0x1cb,-_0x1ff47b._0x2c8ecc)]='\x5c$&';const _0xb274d6=_0x3b3e55;function _0x59905a(_0x5ac735,_0x387e2d,_0x1acdd1,_0x30fafb){return _0x234ec4(_0x5ac735-0x1b7,_0x387e2d,_0x1acdd1-_0x34c6dd._0x372cf7,_0x1acdd1- -0x417);}return _0x510a00['replace'](/[.*+?^${}()|[\]\\]/g,_0xb274d6[_0x1c8c90(0x167,0x140,0x138,0x120)]);}function _0x2bd2(_0x3c8696,_0x32cfae){_0x3c8696=_0x3c8696-(-0x1*-0xaea+0x52*0x59+-0x26a0);const _0x53b137=_0x552a();let _0x663bc4=_0x53b137[_0x3c8696];if(_0x2bd2['qsznkX']===undefined){var _0x336898=function(_0x2345a0){const _0x3b4dfb='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x332bb6='',_0x1f142e='';for(let _0x520d47=0x18b1+-0x157*-0x14+-0x1*0x337d,_0x34d8b8,_0x2051bf,_0x5d9ff4=-0x63*-0xd+-0x1add+0x15d6*0x1;_0x2051bf=_0x2345a0['charAt'](_0x5d9ff4++);~_0x2051bf&&(_0x34d8b8=_0x520d47%(0x661+0x88*-0x27+0xe5b)?_0x34d8b8*(0x32*-0x2d+0x3cf+-0x53b*-0x1)+_0x2051bf:_0x2051bf,_0x520d47++%(-0x2100+-0x4f7+0x3*0xca9))?_0x332bb6+=String['fromCharCode'](-0xe06+0x93*0x1d+-0x1a2&_0x34d8b8>>(-(0x1900+-0x5d1*0x2+-0xd5c)*_0x520d47&-0xffd+0x1ef9+-0xef6)):-0x192c+-0x1685+0x2fb1){_0x2051bf=_0x3b4dfb['indexOf'](_0x2051bf);}for(let _0x55e020=-0x67*0x3c+-0x1871+0x3095,_0x33344b=_0x332bb6['length'];_0x55e020<_0x33344b;_0x55e020++){_0x1f142e+='%'+('00'+_0x332bb6['charCodeAt'](_0x55e020)['toString'](-0x1f87+0x1f33+0x64))['slice'](-(-0x33d*-0x1+0xcd0+-0x100b*0x1));}return decodeURIComponent(_0x1f142e);};_0x2bd2['GfHyRC']=_0x336898,_0x2bd2['oXWrGk']={},_0x2bd2['qsznkX']=!![];}const _0x2e3c53=_0x53b137[-0x1e*-0x10f+-0x24a5+0x4e3],_0x3bf239=_0x3c8696+_0x2e3c53,_0x1abd6c=_0x2bd2['oXWrGk'][_0x3bf239];return!_0x1abd6c?(_0x663bc4=_0x2bd2['GfHyRC'](_0x663bc4),_0x2bd2['oXWrGk'][_0x3bf239]=_0x663bc4):_0x663bc4=_0x1abd6c,_0x663bc4;}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp('---\x5cn\x5cn'+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+'\x5cn\x5cn'+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+(_0x234ec4(0x232,0x240,0x238,0x22a)+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x3dae91(-0x184,-0x167,-0x113,-0x145)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+'```\x5cn?','g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x234ec4(0x2d2,0x2ae,0x2d3,0x29f)+'(?:[-*_]\x5cs'+_0x3dae91(-0x196,-0x194,-0x17b,-0x19e)+_0x234ec4(0x2a3,0x234,0x251,0x260)+'*'+(_0x234ec4(0x268,0x29f,0x24d,0x270)+_0x3dae91(-0x167,-0x17b,-0x12a,-0x149)+_0x234ec4(0x259,0x289,0x280,0x26c)+_0x234ec4(0x29b,0x2a0,0x267,0x29e)+'*?')+('This\x20task\x20'+_0x3dae91(-0x156,-0x153,-0x1a3,-0x184)+_0x234ec4(0x247,0x282,0x279,0x28a)+_0x3dae91(-0x1a8,-0x181,-0x137,-0x16f)+_0x3dae91(-0x12a,-0x185,-0x117,-0x150))+('To\x20read\x20th'+_0x3dae91(-0x198,-0x173,-0x167,-0x181)+_0x3dae91(-0x174,-0x160,-0x11d,-0x156)+'*?')+(_0x234ec4(0x2c8,0x2c2,0x2aa,0x29a)+_0x234ec4(0x265,0x274,0x23b,0x27d)+_0x3dae91(-0x1b8,-0x1ce,-0x1d2,-0x1ad)+_0x3dae91(-0x137,-0x18c,-0x1b7,-0x178)+_0x234ec4(0x256,0x238,0x235,0x25d)+_0x3dae91(-0x18e,-0x17c,-0x165,-0x175)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp('---\x5cn\x5cn'+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+'\x5cn\x5cn'+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+'\x20.+\x5cn?'),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp('(?:\x5cr?\x5cn)*'+_0x234ec4(0x281,0x2a6,0x29b,0x2ae)+'*){3,}\x5cs*\x5c'+_0x3dae91(-0x181,-0x154,-0x1c0,-0x189)+'*'+('#{1,3}\x5cs*O'+_0x3dae91(-0x184,-0x16e,-0x16b,-0x149)+_0x3dae91(-0x194,-0x144,-0x165,-0x17d)+'r?\x5cn[\x5cr\x5cn]'+'*')+('This\x20task\x20'+_0x3dae91(-0x1ab,-0x190,-0x1b1,-0x184)+'ed\x20from\x20ob'+'jective:\x5cs'+_0x3dae91(-0x1bf,-0x1b0,-0x1c9,-0x187)+_0x3dae91(-0x17d,-0x18f,-0x149,-0x152)),'g');export function buildReferenceObjectivesContext(_0x459345,_0x1fac1f){const _0x5e271b={_0x4fa47b:0x125,_0x5494bb:0xc4,_0x96df94:0x71,_0x1214d9:0xa7,_0x1497be:0x12e,_0x113dd2:0x197,_0x5834a8:0x17b,_0x2a29c2:0x137,_0x95530c:0x169,_0xe8d767:0xd3,_0x486504:0xc8,_0x4dfa12:0xe6,_0x38c8a3:0xf7,_0x5a5e7e:0x111,_0x3cfdd9:0xd9,_0x1cc428:0xb7,_0x57b09e:0xb5,_0x5c95fa:0x10c,_0x13cff2:0xe3,_0x345861:0x11e,_0x4b0443:0x14d,_0x64aaa8:0xf3,_0x382d25:0x12b,_0x407602:0xf6,_0xb72b77:0x147,_0x5aac51:0x10c,_0x12975a:0xef,_0xcbc56b:0xc9,_0x118d10:0x119,_0x2c4354:0x150,_0x30a3c4:0x138,_0x543230:0x13f,_0x43b438:0xec,_0x13630f:0xfa,_0x574570:0x157,_0x2ccb83:0xf4,_0x4b2970:0xcd,_0x57cd28:0xb6,_0x186963:0xff,_0x3b3947:0x11e,_0xee175b:0xbe,_0x398ef5:0xd8,_0x3d3ce4:0x8a,_0x4140dd:0x160,_0x14cdf7:0x13c,_0x421eb5:0x134,_0x459e92:0x16a,_0x30e99d:0xfb,_0x7d3e7a:0x124,_0x1b0e0f:0x113,_0x2932d4:0x11a,_0x3c8d06:0x122,_0x2d5f9c:0xa8,_0x4d13c5:0x195,_0x3f9249:0x146,_0x5b2a4e:0x110,_0xee1399:0x15c,_0x2cf9b8:0xdd,_0x822e26:0x133,_0x3a1f28:0xf5,_0x4fb52a:0x11b,_0x5b9d7d:0xe2,_0x840d7e:0xba,_0xcf3d00:0x116,_0x29b386:0xc8,_0x2d4dea:0xf6,_0x35bf86:0xb4,_0x504e50:0x139,_0x502a3c:0xf0,_0x503f52:0x101,_0xfc7429:0xea,_0x1271e5:0xd7,_0x510ba3:0x85,_0x58e3e1:0xc6,_0x491983:0x98,_0xdc30e7:0x81,_0x48006d:0xaf,_0x49adae:0xa0,_0x3adac2:0x9e,_0x5d6808:0x61,_0xbf4a89:0x11a,_0xe508c5:0x11f,_0x65a945:0x10d,_0x31e100:0xf1,_0x1cf043:0xfa,_0x43cc67:0xfa,_0x327755:0x126,_0x1d39ba:0x152,_0x11cf92:0x144,_0x7d2cb2:0x94,_0x5e0885:0xc3,_0x232c19:0xca},_0x5c966d={_0x1d4ede:0x191},_0x29c6f8={_0x46c686:0x50},_0x561c76={'imTey':function(_0x37976e,_0x3913cd){return _0x37976e!==_0x3913cd;},'Ouydt':function(_0x382e14,_0x34c88e){return _0x382e14===_0x34c88e;},'NaGgq':_0x343dca(_0x5e271b._0x4fa47b,0x100,0x103,_0x5e271b._0x5494bb)+'\x20objective','VjMxv':function(_0x3534a7,_0x421533){return _0x3534a7||_0x421533;},'VOoBn':function(_0x54766e,_0x184724){return _0x54766e===_0x184724;},'qOVbT':_0x343dca(_0x5e271b._0x96df94,_0x5e271b._0x1214d9,0xa2,0x95),'NlwPk':function(_0x1b2ab3,_0x511f17){return _0x1b2ab3(_0x511f17);},'zNdFY':function(_0x2855ee,_0x2e1e51,_0x37c4f5){return _0x2855ee(_0x2e1e51,_0x37c4f5);},'fsCGH':function(_0x29dbe5,_0x73b844){return _0x29dbe5===_0x73b844;},'hBJvm':function(_0x3ed6a5,_0x1137ee){return _0x3ed6a5===_0x1137ee;},'JmOUY':'kqupD','LQuWD':function(_0x5c44f9,_0x422c87){return _0x5c44f9(_0x422c87);}};if(_0x561c76[_0x1ecddc(-_0x5e271b._0x1497be,-_0x5e271b._0x113dd2,-0x15c,-_0x5e271b._0x5834a8)](!_0x459345,!_0x1fac1f))return null;function _0x1ecddc(_0x3ef45e,_0x2f3442,_0x118c2c,_0x596ba4){return _0x3dae91(_0x3ef45e,_0x2f3442-0x119,_0x118c2c-0xf0,_0x118c2c-_0x29c6f8._0x46c686);}const _0x5b18d9=_0x459345['get'](_0x1fac1f);if(!isObjective(_0x5b18d9))return null;const _0x4c82a0=[],_0x402616=new Set();let _0x5e5d73=_0x1fac1f;while(_0x5e5d73&&!_0x402616[_0x1ecddc(-_0x5e271b._0x2a29c2,-0x167,-_0x5e271b._0x95530c,-0x189)](_0x5e5d73)){if(_0x561c76['VOoBn'](_0x561c76[_0x343dca(0xdf,0xd4,_0x5e271b._0xe8d767,_0x5e271b._0x486504)],'iWZCu')){_0x402616[_0x1ecddc(-_0x5e271b._0x4dfa12,-0xf1,-_0x5e271b._0x38c8a3,-_0x5e271b._0x5a5e7e)](_0x5e5d73);const _0x58d844=_0x459345[_0x343dca(_0x5e271b._0x3cfdd9,0xc5,_0x5e271b._0x1cc428,0xcf)](_0x5e5d73);if(!_0x561c76['NlwPk'](isObjective,_0x58d844))break;_0x4c82a0[_0x343dca(_0x5e271b._0x4dfa12,0x114,0xee,_0x5e271b._0x57b09e)](_0x561c76['zNdFY'](toReferenceObjective,_0x5e5d73,_0x58d844)),_0x5e5d73=_0x58d844['parentObje'+_0x1ecddc(-_0x5e271b._0x5c95fa,-_0x5e271b._0x13cff2,-_0x5e271b._0x345861,-_0x5e271b._0x4b0443)];}else{if(_0x561c76['imTey'](typeof _0x5aa3d7,_0x343dca(_0x5e271b._0x64aaa8,_0x5e271b._0x382d25,_0x5e271b._0x407602,0x139))||_0x561c76['Ouydt'](_0x3b5318[_0x343dca(_0x5e271b._0xb72b77,0xcd,_0x5e271b._0x5aac51,0xdb)],0x262a+0x7e3+-0x2e0d))return _0x1220e4;let _0x88e29=_0x793694[_0x1ecddc(-0x126,-0xec,-0x119,-0xff)](_0x39121e,'');return _0x88e29=_0x88e29[_0x343dca(0xcb,_0x5e271b._0x3cfdd9,_0x5e271b._0x12975a,0x108)](_0x5f3c36,''),_0x88e29=_0x88e29[_0x343dca(_0x5e271b._0xcbc56b,_0x5e271b._0x118d10,0xef,0xfc)](_0x2b8592,''),_0x88e29=_0x88e29[_0x1ecddc(-0x105,-0x155,-0x119,-_0x5e271b._0x2c4354)](_0x2ac1da,''),_0x88e29;}}const _0x2cbd99=[],_0x3dc832=_0x5b18d9[_0x343dca(_0x5e271b._0x30a3c4,0x125,0x101,_0x5e271b._0x543230)+_0x1ecddc(-_0x5e271b._0x43b438,-_0x5e271b._0x13630f,-0x11e,-_0x5e271b._0x574570)];function _0x343dca(_0x3c0d3e,_0x503e63,_0x59f5c1,_0x2e7d2a){return _0x234ec4(_0x3c0d3e-0x3d,_0x503e63,_0x59f5c1-0x9b,_0x59f5c1- -_0x5c966d._0x1d4ede);}if(_0x3dc832)for(const [_0x1082f1,_0x430dab]of _0x459345['entries']()){if(!_0x561c76['NlwPk'](isObjective,_0x430dab))continue;if(_0x561c76[_0x343dca(0x9e,_0x5e271b._0x2ccb83,_0x5e271b._0x4b2970,_0x5e271b._0x57cd28)](_0x1082f1,_0x1fac1f))continue;if(_0x430dab['parentObje'+_0x1ecddc(-_0x5e271b._0x186963,-_0x5e271b._0x574570,-_0x5e271b._0x3b3947,-0x15a)]!==_0x3dc832)continue;const _0x1acfbb={};_0x1acfbb['id']=_0x430dab[_0x343dca(_0x5e271b._0xee175b,_0x5e271b._0x398ef5,0xc6,0xf6)]||_0x1082f1,_0x1acfbb[_0x343dca(0x59,_0x5e271b._0x3d3ce4,0x98,0x70)]=_0x430dab[_0x1ecddc(-_0x5e271b._0x4140dd,-0x164,-0x170,-0x161)]||_0x1082f1,_0x1acfbb[_0x1ecddc(-_0x5e271b._0x14cdf7,-_0x5e271b._0x421eb5,-_0x5e271b._0x459e92,-0x185)]=_0x430dab[_0x343dca(_0x5e271b._0x486504,0x87,0x9e,0x6c)],_0x2cbd99[_0x343dca(0x11c,0x124,0xee,0xe9)](_0x1acfbb);}const _0x36d675=[];for(const [_0x52eeb6,_0x427d70]of _0x459345[_0x1ecddc(-_0x5e271b._0x30e99d,-0x10e,-_0x5e271b._0x7d3e7a,-_0x5e271b._0x1b0e0f)]()){if(_0x561c76[_0x1ecddc(-_0x5e271b._0x2932d4,-_0x5e271b._0x30e99d,-0xf2,-_0x5e271b._0x3c8d06)](_0x561c76['JmOUY'],_0x343dca(0x9c,0x97,_0x5e271b._0x2d5f9c,0xa0))){const _0x3be721=_0x336898[0x3b4+0x2467+-0x281b]?.[_0x1ecddc(-0x154,-_0x5e271b._0x4d13c5,-0x170,-0x1a9)]||_0x561c76[_0x343dca(0x122,_0x5e271b._0x3f9249,_0x5e271b._0x5b2a4e,0xdb)];_0x2e3c53['push'](_0x1ecddc(-_0x5e271b._0x4140dd,-_0x5e271b._0xee1399,-0x146,-0x14e)+'objectives'+'**\x20(other\x20'+_0x1ecddc(-0xed,-_0x5e271b._0x2cf9b8,-0x11d,-_0x5e271b._0x822e26)+_0x1ecddc(-0xf9,-_0x5e271b._0x3a1f28,-0x12a,-0xfa)+_0x3be721+_0x343dca(0xc4,_0x5e271b._0x4fb52a,_0x5e271b._0x5b9d7d,_0x5e271b._0x840d7e));for(const _0x4f0431 of _0x332bb6[_0x1ecddc(-_0x5e271b._0xcf3d00,-_0x5e271b._0x29b386,-_0x5e271b._0x2d4dea,-_0x5e271b._0x35bf86)]){_0x34d8b8[_0x343dca(0x121,0xea,0xee,_0x5e271b._0x3c8d06)]('-\x20'+_0x2051bf(_0x4f0431));}_0x3b4dfb[_0x1ecddc(-0xe0,-_0x5e271b._0x504e50,-_0x5e271b._0x2932d4,-_0x5e271b._0x502a3c)]('');}else{if(!_0x561c76['LQuWD'](isObjective,_0x427d70))continue;if(_0x561c76[_0x343dca(0xe3,0x121,0x10b,0x11e)](_0x427d70[_0x343dca(_0x5e271b._0x43b438,0xc1,_0x5e271b._0x503f52,0xca)+_0x343dca(0xde,0x101,_0x5e271b._0xfc7429,0x124)],_0x1fac1f))continue;const _0x537628={};_0x537628['id']=_0x427d70[_0x343dca(_0x5e271b._0x1271e5,_0x5e271b._0x510ba3,_0x5e271b._0x58e3e1,0xbe)]||_0x52eeb6,_0x537628[_0x343dca(0x7e,0x59,_0x5e271b._0x491983,0xd0)]=_0x427d70[_0x1ecddc(-0x1a8,-0x18d,-0x170,-0x185)]||_0x52eeb6,_0x537628[_0x343dca(_0x5e271b._0xdc30e7,_0x5e271b._0x48006d,0x9e,0xbe)]=_0x427d70[_0x343dca(_0x5e271b._0x58e3e1,_0x5e271b._0x49adae,_0x5e271b._0x3adac2,_0x5e271b._0x5d6808)],_0x36d675[_0x1ecddc(-0xf1,-0x148,-_0x5e271b._0xbf4a89,-_0x5e271b._0xe508c5)](_0x537628);}}return _0x2cbd99[_0x1ecddc(-0xfb,-_0x5e271b._0x65a945,-0x10e,-0x139)](sortBySortOrder),_0x36d675[_0x343dca(0xf9,_0x5e271b._0x31e100,_0x5e271b._0x1cf043,_0x5e271b._0x43cc67)](sortBySortOrder),{'sourceObjective':_0x561c76[_0x1ecddc(-0x185,-_0x5e271b._0x327755,-_0x5e271b._0x1d39ba,-_0x5e271b._0x11cf92)](toReferenceObjective,_0x1fac1f,_0x5b18d9),'ancestors':_0x4c82a0,'siblings':_0x2cbd99[_0x343dca(_0x5e271b._0x7d2cb2,_0x5e271b._0x5e0885,_0x5e271b._0x232c19,0xa2)](({id:_0x20864c,name:_0x187e87})=>({'id':_0x20864c,'name':_0x187e87})),'children':_0x36d675['map'](({id:_0x4bc65f,name:_0x283a36})=>({'id':_0x4bc65f,'name':_0x283a36}))};}function _0x552a(){const _0x488585=['DgfZA0LK','AMvJDgL2zs88sq','y2HPBgrYzw4','cGOTls0kcG','BwfW','CNvJDgLVBNmPia','u10Qp2bGyfXZkG','zNndr0G','C3rHDhvZ','CJ9CBLTCCLXUxq','y3rPDMvZkIOGka','kI4RxhmQkd86xa','kIOG','Cu9wyLq','D2fZigXHDw5JAa','rKvSsLa','rg9ZsLy','zsbMDwXSigrLDa','CwjSDve','ywLSCYaOAw5ZDa','CM9VDcK6','B250zxH0xhmQxa','nde2rKT2u0DY','zwn0AxzLlw1HBG','ihvUzgvYici','i3SXldn9xhmQtW','y3rPDMuVw1XZxa','icHG','iIK6','kd86xhi/xg4PpW','zw50CMLLCW','CgLis0y','C291CMnLt2jQzq','ygbGyMfZAa','mJKYmZCXm2PKwwT5uW','ig9IAMvJDgL2zq','y3rPDMvjza','B2jQzwn0AxzLCW','DgL2zs1Tyw5HzW','y3rPDMu','ChvZAa','CMvWBgfJzq','y3vYBcaTCYaIja','EM5frxC','zvPHwKC','zwqGzNjVBsbVyG','sfnXsNu','kIPbBMnLC3rVCG','C3rYAw5N','kIPtDwiTB2jQzq','vgHPCYb0yxnRia','zwqGzNjVBsbHBG','C29YDa','lIbizxjLigLZia','CK9Is2e','u3vQEha','kIOGkg90AgvYia','AxrZigLUihrOzq','nda3mJm2ogTIr1HXzq','CgfYzw50t2jQzq','ywLSC1TCC1Xtxq','DgHLihbHCMvUDa','CKXVCeG','ls0T','CJ9CBIK/','ndaXmJGXmM9mtwvPAG','w1XZxfnDkJ8','l2fWAs9VyMPLyW','mtbQyLPNzM8','Aw1uzxK','BgvUz3rO','CJ9CBLTCC1Xtxq','kd86xhi/xg4PkG','yMPLy3rPDMuGqW','tMfhz3e','ywrK','C2LIBgLUz3m','ygbGyMfZAfXU','CgfYzw50ic0+ia','rd4Iic1iicjylq','AejkDM0','yxjL','vg8GCMvHzcb0Aa','DgvKigfIB3zLla','y2HPBgrYzw4GBW','Dw5RBM93BI1Pza','rxL4vvC','kd86wY0Qx11CCW','BMfTzq','xg5CBLTCC1Xtxq','C2XPy2u','sKvsEfa','AxnbCNjHEq','zIb0AgLZig9IAG','C29YDe9YzgvY','AgfZ','txnkzeK','wLfqt1i','AvDAq3u','kIPdDxjYzw50ia','E1rbu0TFsur9iG','ihj1BJO','ignOywLUkIOGka','igHPzxjHCMnOEq','EMHwweS','tMffrem','uLvUBLm','zw1LBNqVB2jQzq','vMPnEhy','nta5ndCYoe1LqwXeBq','zwn0AxzLigXPCW','mJuWnJvRCLrqsue','AMvJDgL2ztO','mJyXnZC4m0PZDgXtAa','yw5Jzxn0B3jZ','DMuGq29UDgv4Da','zwn0AxzLktO','mJC2AxHwAxHQ','EK5KrLK','z2v0','t3rewgq','D2HLCMuGAxqGCW','kIL7mYX9xhmQxa','Aen2CwO','AM9PBG','Dujmrg8','Bg9JywXLq29TCa','ywDLBwvUDc9VyG','re50BM4','ygbG','kIPtAwjSAw5Nia','AMvJDgL2zq','mJqZnePTz0DSDG','B2jQzwn0AxzLoG'];_0x552a=function(){return _0x488585;};return _0x552a();}export function formatReferenceObjectivesMarkdown(_0xaeb0d8){const _0xc9e857={_0x3374ac:0x5f,_0x1f3d8d:0x3e,_0x4b373c:0x2,_0x482ec0:0x63,_0x4b032f:0x28,_0x1ada48:0x64,_0x44383e:0x20,_0x156f56:0xbe,_0x5b3ef7:0xa0,_0x574bf7:0x87,_0x39e40f:0x44,_0x4a02d0:0x88,_0x2d286a:0x57,_0x1825a8:0x67,_0x9808e7:0xb,_0xdb3386:0x2f,_0x51d4ad:0xc,_0x3cc543:0x55,_0x519a92:0x15,_0x1eecb1:0x3,_0x4d29ee:0x23,_0x47ba72:0x4,_0x4d45d4:0x74,_0xf30682:0xa6,_0x2d0c50:0xe,_0x43cdb5:0x20,_0x17b553:0x28,_0x37d2c6:0xd,_0x99162c:0x22,_0x143ef6:0x29,_0x279f49:0x3a,_0x167c57:0x4f,_0x4b6253:0x92,_0x145450:0x9e,_0x1a40f0:0x71,_0x471a87:0x5d,_0x58bd04:0x8b,_0x2eb87b:0x55,_0x507a16:0x98,_0x28af1f:0x78,_0x1d93a9:0x47,_0x26d6b3:0x70,_0x2a7c15:0x6c,_0x1ac473:0x7,_0x2849f4:0x48,_0x2f20f2:0x14,_0x2cfe79:0x35,_0x2ec54f:0x18,_0x23d663:0x52,_0x399ad4:0x51,_0x556bf4:0x4e,_0x231a74:0x72,_0x21ce30:0x5d,_0xc58f7c:0x19,_0x228df9:0x5a,_0x2411b6:0x4c,_0x1de851:0x7f,_0x228b2f:0x8a,_0x78d361:0x54,_0x3b2467:0x9,_0x5ae6ca:0x25,_0x5958c1:0x79,_0x3bc0a2:0x90,_0x4a5763:0x6e,_0x5362e6:0x38,_0x3a1cd7:0xd,_0x587d27:0x1d,_0x30e6d6:0x33,_0x5c41dd:0x14,_0x3bc0e7:0x3,_0x32fb26:0x53,_0x1e98c2:0x3c,_0x3ed703:0x69,_0x442783:0x69,_0x323a40:0x5e,_0x119d9a:0x38,_0x2ec73c:0xad,_0x295601:0x77,_0x4f1490:0x2d,_0x548050:0x1f,_0x3e512c:0xa,_0x3a1a6f:0x9c,_0x18798c:0x7a,_0x5e0e50:0x92,_0xb13e9f:0x43,_0x344049:0x15,_0x2801fc:0xb,_0x2c7b49:0x6,_0x4b2813:0x30,_0x4bb281:0x13,_0x1b544d:0x8,_0x5dddbf:0x7c},_0x330ec3={_0x5ef2d5:0x1e4},_0x513ba1={'znEEw':function(_0x303fbc,_0x30ff56){return _0x303fbc>_0x30ff56;},'NaEDC':function(_0x4ec741,_0x23b2f8){return _0x4ec741>_0x23b2f8;},'EyxUW':function(_0x5455fa,_0x410889){return _0x5455fa===_0x410889;},'sJkSN':_0x192da4(_0xc9e857._0x3374ac,0x71,0x7e,_0xc9e857._0x1f3d8d),'LOanp':'tNgEv','ZQPOR':function(_0x4807a7,_0x2f27d){return _0x4807a7(_0x2f27d);},'DNtnn':_0x54a29c(-_0xc9e857._0x4b373c,_0xc9e857._0x482ec0,_0xc9e857._0x4b032f,0x31),'rLopH':_0x192da4(0xb9,0x81,0x9e,_0xc9e857._0x1ada48)+_0x54a29c(0x11,-0x52,-_0xc9e857._0x44383e,-0x2e)+_0x192da4(_0xc9e857._0x156f56,_0xc9e857._0x5b3ef7,_0xc9e857._0x574bf7,0xc5)+_0x192da4(_0xc9e857._0x39e40f,0x66,_0xc9e857._0x4a02d0,_0xc9e857._0x2d286a),'JERxP':function(_0x442f36,_0x394acc){return _0x442f36<_0x394acc;},'uBLDo':_0x54a29c(0x22,_0xc9e857._0x1825a8,-_0xc9e857._0x9808e7,_0xc9e857._0xdb3386)+_0x54a29c(_0xc9e857._0x51d4ad,_0xc9e857._0x3cc543,0x56,_0xc9e857._0x519a92),'dvUli':_0x54a29c(-0x18,_0xc9e857._0x1eecb1,0x4e,_0xc9e857._0x4d29ee)+_0x54a29c(-0x2,0x0,0x36,-_0xc9e857._0x47ba72)+_0x192da4(_0xc9e857._0x4d45d4,_0xc9e857._0xf30682,0xbd,0xc1)+'f\x20this\x20obj'+_0x54a29c(-_0xc9e857._0x4b373c,-0x58,-_0xc9e857._0x2d0c50,-_0xc9e857._0x43cdb5)};if(!_0xaeb0d8)return null;const _0x5b9010=Array[_0x192da4(0x55,_0xc9e857._0x17b553,_0xc9e857._0x37d2c6,0x52)](_0xaeb0d8['ancestors'])?_0xaeb0d8[_0x54a29c(-0x42,0xc,-0x5c,-_0xc9e857._0x99162c)][_0x192da4(_0xc9e857._0x143ef6,0x26,-0x18,0x11)](0x193+-0x13c1+-0x3a3*-0x5):[],_0x1ddf55=Array[_0x192da4(_0xc9e857._0x279f49,0x28,0x59,_0xc9e857._0x167c57)](_0xaeb0d8[_0x192da4(_0xc9e857._0x4b6253,_0xc9e857._0x145450,_0xc9e857._0x1a40f0,0xc4)])&&_0x513ba1[_0x192da4(0x79,0x7d,_0xc9e857._0x471a87,0xa5)](_0xaeb0d8[_0x192da4(0xc8,0x9e,0x70,_0xc9e857._0x58bd04)][_0x192da4(_0xc9e857._0x2eb87b,_0xc9e857._0x507a16,0xa4,_0xc9e857._0x28af1f)],-0x3*-0x591+-0x355*0x4+-0x35f*0x1),_0x4b9b1f=Array['isArray'](_0xaeb0d8[_0x192da4(0x7c,0x54,_0xc9e857._0x1d93a9,0x42)])&&_0x513ba1[_0x192da4(_0xc9e857._0x26d6b3,0x35,0x2d,0x73)](_0xaeb0d8[_0x54a29c(0x30,-0x7,-_0xc9e857._0x2d0c50,-_0xc9e857._0x51d4ad)][_0x54a29c(0x6a,_0xc9e857._0x2a7c15,_0xc9e857._0x1ac473,0x38)],0x16b8*-0x1+0x1fd6+-0x91e),_0x80f6e6=_0x513ba1[_0x54a29c(0x2f,0x7d,0x68,_0xc9e857._0x2849f4)](_0x5b9010['length'],-0x4*-0x71b+0x8*-0x471+0x71c)&&!_0x1ddf55&&!_0x4b9b1f;if(_0x80f6e6){if(_0x513ba1['sJkSN']===_0x513ba1['LOanp']){const _0x341a5d={};return _0x341a5d['id']=_0x5b6b97?.[_0x192da4(0x36,0x52,0x7d,_0xc9e857._0x2f20f2)]||_0x12cc12,_0x341a5d[_0x192da4(-0x12,0x24,0x28,_0xc9e857._0x2cfe79)]=_0x956592?.['name']||_0x3c3bc0,_0x341a5d;}else return _0x192da4(_0xc9e857._0x2ec54f,0x55,_0xc9e857._0x23d663,0x42)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0x513ba1[_0x54a29c(0x7,-_0xc9e857._0x399ad4,-0x2b,-0x33)](formatObjectiveLabel,_0xaeb0d8[_0x192da4(_0xc9e857._0x556bf4,_0xc9e857._0x231a74,_0xc9e857._0x21ce30,0x6a)+_0x54a29c(-0x2,0x2e,-0x19,_0xc9e857._0xc58f7c)])+'.\x0a';}const _0x450998=['','',_0x513ba1[_0x192da4(_0xc9e857._0x228df9,_0xc9e857._0x2411b6,0x11,_0xc9e857._0x1de851)],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x54a29c(-0x8,-0x52,-0x5a,-0x31)+_0x192da4(0x59,0x51,_0xc9e857._0x228b2f,0x8e)+_0x192da4(_0xc9e857._0x78d361,0x5e,0x79,_0xc9e857._0x21ce30)+_0x513ba1[_0x54a29c(-_0xc9e857._0x4d29ee,-_0xc9e857._0x3b2467,-_0xc9e857._0x482ec0,-0x33)](formatObjectiveLabel,_0xaeb0d8[_0x192da4(0x33,0x72,0x78,0x3e)+'ctive']),''];function _0x192da4(_0x5eb413,_0x131878,_0x12c4be,_0x17001f){return _0x3dae91(_0x5eb413,_0x131878-0xb4,_0x12c4be-0x104,_0x131878-_0x330ec3._0x5ef2d5);}function _0x54a29c(_0x381e33,_0x310a42,_0x19bd00,_0x503ead){return _0x3dae91(_0x19bd00,_0x310a42-0x197,_0x19bd00-0xa3,_0x503ead-0x184);}if(_0x513ba1['NaEDC'](_0x5b9010[_0x54a29c(0x2b,0xd,_0xc9e857._0x5ae6ca,0x38)],0x7e*-0x16+-0x1a9a+0x256e)){_0x450998['push'](_0x513ba1[_0x192da4(_0xc9e857._0x5958c1,_0xc9e857._0x3bc0a2,_0xc9e857._0x4a02d0,0x52)]);for(let _0x208e76=0x6e3+-0x64f*-0x1+0x233*-0x6;_0x513ba1[_0x54a29c(-0x43,0x5,-_0xc9e857._0x4a5763,-0x39)](_0x208e76,_0x5b9010['length']);_0x208e76++){_0x450998[_0x192da4(_0xc9e857._0x78d361,0x7a,_0xc9e857._0x5362e6,0x78)](_0x208e76+(-0x1788+0xa3*-0x2+0x18cf)+'.\x20'+_0x513ba1[_0x54a29c(-0x2e,_0xc9e857._0x3a1cd7,-_0xc9e857._0x587d27,-_0xc9e857._0x30e6d6)](formatObjectiveLabel,_0x5b9010[_0x208e76]));}_0x450998['push']('');}if(_0x1ddf55){const _0x52974b=_0x5b9010[-0x3*-0x6b9+0x4ad+-0x18d8]?.[_0x54a29c(-0x63,-0x46,-_0xc9e857._0x5c41dd,-0x3c)]||_0x513ba1[_0x54a29c(-_0xc9e857._0x3bc0e7,-_0xc9e857._0x32fb26,-_0xc9e857._0x1e98c2,-0x17)];_0x450998[_0x192da4(0xa2,0x7a,_0xc9e857._0x3ed703,_0xc9e857._0x442783)](_0x54a29c(-0x3e,-0x27,-0x4b,-0x12)+_0x192da4(_0xc9e857._0x323a40,0x77,_0xc9e857._0x2d286a,0x63)+_0x54a29c(0x5e,_0xc9e857._0x119d9a,0x65,0x2a)+_0x192da4(_0xc9e857._0x2ec73c,_0xc9e857._0x295601,0x40,_0xc9e857._0x482ec0)+_0x54a29c(_0xc9e857._0x4f1490,0x13,_0xc9e857._0x548050,_0xc9e857._0x3e512c)+_0x52974b+_0x192da4(_0xc9e857._0x3a1a6f,_0xc9e857._0x4a5763,0x34,0x81));for(const _0x227b66 of _0xaeb0d8['siblings']){_0x450998['push']('-\x20'+_0x513ba1['ZQPOR'](formatObjectiveLabel,_0x227b66));}_0x450998['push']('');}if(_0x4b9b1f){_0x450998[_0x192da4(0x4b,_0xc9e857._0x18798c,0x8d,_0xc9e857._0x5e0e50)](_0x513ba1['dvUli']);for(const _0x20ddeb of _0xaeb0d8[_0x192da4(_0xc9e857._0xb13e9f,_0xc9e857._0x78d361,_0xc9e857._0x2cfe79,0x11)]){_0x450998['push']('-\x20'+formatObjectiveLabel(_0x20ddeb));}_0x450998['push']('');}return _0x450998[_0x54a29c(0x57,-0xf,-_0xc9e857._0x344049,0x1a)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x450998[_0x54a29c(0x3f,0x44,_0xc9e857._0x2801fc,0x1a)](_0x54a29c(0x3a,_0xc9e857._0x2c7b49,_0xc9e857._0x4b2813,0x13)),_0x450998['push'](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x450998[_0x54a29c(0x55,-0x29,_0xc9e857._0x4bb281,0x1a)](_0x54a29c(-0x1f,_0xc9e857._0x1b544d,-0x4d,-0x13)),_0x450998[_0x192da4(0x89,0x48,_0xc9e857._0x5dddbf,0x8a)]('\x0a')+'\x0a';}function _0x3dae91(_0x301c43,_0x365993,_0x54e23d,_0x1ad39d){return _0x2bd2(_0x1ad39d- -0x28c,_0x301c43);}export function stripReferenceObjectivesMarkdown(_0x3fabb4){const _0x36b7ae={_0x599062:0x326,_0x179139:0x355,_0x45d9dc:0x1e5,_0x454d55:0x200,_0x1acf12:0x1f9,_0x79628f:0x34b,_0x873d26:0x31d,_0x4a0664:0x366,_0x55dfa2:0x217,_0x201d57:0x245,_0x164d3f:0x209,_0x2bcae9:0x26a,_0x40c5e4:0x245,_0x2b00ad:0x24c,_0x308914:0x343,_0x5bec40:0x311,_0x118da4:0x33d,_0x44cca4:0x20b,_0xefa2c0:0x1f8,_0x2b2264:0x1fe,_0x2237bf:0x354,_0x393e7d:0x1f0,_0x287fe6:0x216},_0x5406a6={_0x2bc842:0xfa},_0x5bd11d={'MuBEX':function(_0x585012,_0x1a0986){return _0x585012(_0x1a0986);},'FElJP':function(_0x240143,_0x4a2145){return _0x240143!==_0x4a2145;},'eZaZG':function(_0x184ada,_0x50f325){return _0x184ada===_0x50f325;},'rObKa':_0x43dc96(0x312,0x354,0x368,_0x36b7ae._0x599062)};if(_0x5bd11d[_0x43dc96(0x349,_0x36b7ae._0x179139,0x368,0x325)](typeof _0x3fabb4,_0x9f9827(-_0x36b7ae._0x45d9dc,-_0x36b7ae._0x454d55,-_0x36b7ae._0x1acf12,-0x20f))||_0x3fabb4[_0x43dc96(0x363,_0x36b7ae._0x79628f,0x31f,0x35c)]===-0x1305+0x6d*0x3b+-0x61a)return _0x5bd11d[_0x43dc96(_0x36b7ae._0x873d26,0x30d,_0x36b7ae._0x4a0664,0x342)](_0x5bd11d['rObKa'],_0x5bd11d[_0x9f9827(-_0x36b7ae._0x55dfa2,-_0x36b7ae._0x201d57,-0x21b,-_0x36b7ae._0x164d3f)])?_0x3fabb4:_0x9f9827(-0x25e,-_0x36b7ae._0x2bcae9,-_0x36b7ae._0x40c5e4,-0x23c)+_0xd60b57+'\x0a\x0a'+_0x25ee9a+'\x20'+_0x5bd11d['MuBEX'](_0x1c2c62,_0x557d62[_0x9f9827(-0x21c,-_0x36b7ae._0x2b00ad,-0x1f3,-0x21f)+_0x43dc96(_0x36b7ae._0x308914,_0x36b7ae._0x5bec40,0x377,_0x36b7ae._0x118da4)])+'.\x0a';function _0x43dc96(_0x2fab98,_0x484de3,_0x58d34e,_0x43aa1f){return _0x234ec4(_0x2fab98-0xc8,_0x2fab98,_0x58d34e-0x62,_0x43aa1f-0xbf);}let _0x1b6242=_0x3fabb4[_0x9f9827(-0x208,-0x1d7,-_0x36b7ae._0x44cca4,-0x216)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');_0x1b6242=_0x1b6242[_0x9f9827(-_0x36b7ae._0xefa2c0,-_0x36b7ae._0x2b2264,-0x235,-0x216)](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x1b6242=_0x1b6242[_0x43dc96(0x35d,_0x36b7ae._0x2237bf,0x357,0x33f)](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x1b6242=_0x1b6242[_0x9f9827(-0x1e1,-_0x36b7ae._0x393e7d,-0x219,-_0x36b7ae._0x287fe6)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,'');function _0x9f9827(_0x17a73a,_0x4a47b6,_0x3566e6,_0x46e9ea){return _0x3dae91(_0x3566e6,_0x4a47b6-0x17c,_0x3566e6-_0x5406a6._0x2bc842,_0x46e9ea- -0xad);}return _0x1b6242;}
|
|
1
|
+
(function(_0x15a434,_0x539cfe){const _0x33640c={_0x9b8b37:0xe0,_0x4cdbe5:0x161,_0x27f94b:0x3c3,_0x119e55:0x3f3,_0x3a2e20:0x418,_0x459786:0x459,_0x3edf67:0x14a,_0x3f448b:0x3da,_0x35a517:0x40f,_0x3aee06:0x412,_0x4a809a:0x101,_0x5152c9:0x173,_0x5a6b47:0x17f,_0x213850:0x1c4,_0x1c61c1:0x42d,_0xa86720:0x409,_0xa92db2:0x44e,_0x2ca22d:0x420,_0x2b2d53:0x464,_0x8dca4a:0x445},_0x3133fc=_0x15a434();function _0x5433bd(_0x59370b,_0x1c9ec3,_0xb0f962,_0x315b4a){return _0x837b(_0xb0f962-0x215,_0x59370b);}function _0x4f5509(_0x16f4ca,_0x454c48,_0x5db35d,_0x216994){return _0x837b(_0x216994- -0x87,_0x16f4ca);}while(!![]){try{const _0x4361e5=parseInt(_0x4f5509(_0x33640c._0x9b8b37,0x10f,_0x33640c._0x4cdbe5,0x125))/(0x1*0x127f+0x1496+-0x2714)*(parseInt(_0x5433bd(0x38a,0x405,_0x33640c._0x27f94b,0x399))/(0x1*0x68+0x1a02*-0x1+-0xcce*-0x2))+-parseInt(_0x5433bd(0x3bf,0x3cf,_0x33640c._0x119e55,0x3c8))/(0xba3*-0x3+-0x101b+0x3307)*(parseInt(_0x5433bd(_0x33640c._0x3a2e20,_0x33640c._0x459786,0x432,0x3fc))/(-0x31*0x17+-0x1739+0x1ba4))+parseInt(_0x4f5509(0x159,0x168,0x127,_0x33640c._0x3edf67))/(-0x619+0x1f0a+-0xb*0x244)+parseInt(_0x5433bd(0x450,_0x33640c._0x3f448b,_0x33640c._0x35a517,_0x33640c._0x3aee06))/(0x78a+0x1745+-0x1*0x1ec9)+-parseInt(_0x4f5509(_0x33640c._0x4a809a,_0x33640c._0x5152c9,0x139,0x138))/(0x1d*0x75+0x5f1*-0x3+0x499)+-parseInt(_0x4f5509(_0x33640c._0x5a6b47,0x18e,_0x33640c._0x213850,0x1a7))/(0x28b*-0x8+0x1376+0xea)*(-parseInt(_0x5433bd(_0x33640c._0x1c61c1,0x3c6,_0x33640c._0xa86720,_0x33640c._0xa92db2))/(-0x22d9+-0x218e+0x4470))+parseInt(_0x5433bd(_0x33640c._0x2ca22d,_0x33640c._0x2b2d53,_0x33640c._0x8dca4a,0x432))/(-0xc*-0x251+-0x188e+-0x29*0x14);if(_0x4361e5===_0x539cfe)break;else _0x3133fc['push'](_0x3133fc['shift']());}catch(_0x2f2b5f){_0x3133fc['push'](_0x3133fc['shift']());}}}(_0xc4b4,-0xf9120+0xdea9*-0xe+0x244657));function _0x2eb407(_0x1328d5,_0x5a51c4,_0x2cc22c,_0x7b9822){const _0x5455b4={_0x566ccb:0x32d};return _0x837b(_0x7b9822-_0x5455b4._0x566ccb,_0x1328d5);}function isObjective(_0x46a1cc){const _0x334f23={_0x3992d7:0x2ae,_0x32e77d:0x298,_0x271a8c:0x423,_0x3f4a24:0x3f1,_0x7f377a:0x3ee,_0x13bc12:0x465,_0x59d3f1:0x46e,_0x113d5c:0x468},_0x2a6e5c={_0x1c7919:0x23c},_0x12481f={};_0x12481f[_0x16457b(_0x334f23._0x3992d7,_0x334f23._0x32e77d,0x2b7,0x2d7)]=function(_0x4d22a5,_0x3544db){return _0x4d22a5===_0x3544db;},_0x12481f[_0x2cdf2b(_0x334f23._0x271a8c,_0x334f23._0x3f4a24,0x409,_0x334f23._0x7f377a)]=_0x2cdf2b(0x447,_0x334f23._0x13bc12,0x44b,_0x334f23._0x59d3f1);const _0x10a932=_0x12481f;function _0x2cdf2b(_0x571a10,_0x28145c,_0x204d90,_0x4d3bf3){return _0x837b(_0x204d90-_0x2a6e5c._0x1c7919,_0x28145c);}function _0x16457b(_0x5dab04,_0x1ae4fa,_0x33bfec,_0x4a2937){return _0x837b(_0x33bfec-0x9e,_0x4a2937);}return _0x10a932[_0x2cdf2b(_0x334f23._0x113d5c,0x47d,0x455,0x434)](_0x46a1cc?.['status'],_0x10a932[_0x16457b(0x261,0x236,0x26b,0x29e)]);}function _0x837b(_0x443a12,_0x41a314){_0x443a12=_0x443a12-(-0x1517+-0xb1+0x105*0x17);const _0x1237f2=_0xc4b4();let _0x59f470=_0x1237f2[_0x443a12];if(_0x837b['bjrqgS']===undefined){var _0x50471b=function(_0x54ed6e){const _0x376b33='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x342256='',_0x57d551='';for(let _0x4e42c4=-0x61f*-0x1+0x6bb*-0x5+0x1b88,_0x68dfc4,_0x570f8f,_0x313235=-0x1*-0x1749+0x1152*-0x1+-0x5f7*0x1;_0x570f8f=_0x54ed6e['charAt'](_0x313235++);~_0x570f8f&&(_0x68dfc4=_0x4e42c4%(0x205a+-0x4c*-0x54+-0x3946)?_0x68dfc4*(-0x13d+0x1*-0x6a+0x1e7)+_0x570f8f:_0x570f8f,_0x4e42c4++%(0x14ea+0x19*0x36+-0x29e*0xa))?_0x342256+=String['fromCharCode'](-0x12eb+0x2106+-0xd1c&_0x68dfc4>>(-(-0x5*0x46+-0x14*0x15d+-0xd*-0x234)*_0x4e42c4&-0xa76*-0x2+-0x230e+0xe28)):0x2*0x12a+-0x10*-0xb+-0x304){_0x570f8f=_0x376b33['indexOf'](_0x570f8f);}for(let _0x3ab401=0xe0a*-0x2+-0x70a*-0x1+0x150a*0x1,_0x8e85cc=_0x342256['length'];_0x3ab401<_0x8e85cc;_0x3ab401++){_0x57d551+='%'+('00'+_0x342256['charCodeAt'](_0x3ab401)['toString'](0x1*-0xd37+-0x248f+-0x1*-0x31d6))['slice'](-(0x1918+-0x1cb2+0x9a*0x6));}return decodeURIComponent(_0x57d551);};_0x837b['uHQopv']=_0x50471b,_0x837b['XRYPni']={},_0x837b['bjrqgS']=!![];}const _0x2e403c=_0x1237f2[0x2454+-0x51b+-0x1*0x1f39],_0xf04ad5=_0x443a12+_0x2e403c,_0xb7ffc9=_0x837b['XRYPni'][_0xf04ad5];return!_0xb7ffc9?(_0x59f470=_0x837b['uHQopv'](_0x59f470),_0x837b['XRYPni'][_0xf04ad5]=_0x59f470):_0x59f470=_0xb7ffc9,_0x59f470;}function toReferenceObjective(_0x108508,_0x537b24){const _0x1911ec={_0x46243e:0x396,_0x27cc33:0x344,_0x3b0a3d:0x34d,_0xd2c4be:0x34d,_0x130fa0:0x378,_0x5aa4a9:0x31c},_0x295958={_0x32485f:0x1c8};function _0xf6ec6c(_0xd08c13,_0x1ac11f,_0x3714f7,_0x538dfb){return _0x837b(_0x1ac11f-_0x295958._0x32485f,_0x538dfb);}const _0x3bb4dd={};_0x3bb4dd['id']=_0x537b24?.[_0x13e714(0x37c,_0x1911ec._0x46243e,0x3bd,_0x1911ec._0x27cc33)]||_0x108508;function _0x13e714(_0x1f9079,_0x4469cd,_0x163699,_0x26040d){return _0x837b(_0x1f9079-0x18d,_0x163699);}return _0x3bb4dd[_0x13e714(_0x1911ec._0x3b0a3d,0x338,0x344,0x349)]=_0x537b24?.[_0x13e714(_0x1911ec._0xd2c4be,_0x1911ec._0x130fa0,0x347,_0x1911ec._0x5aa4a9)]||_0x108508,_0x3bb4dd;}function sortBySortOrder(_0x231cd0,_0x5209bc){const _0x423c63={_0x52921e:0x4d5,_0x35a874:0x1e8,_0x2e78a8:0x500,_0x51d358:0x1c1,_0x20853b:0x1bc,_0x296ccf:0x1d8,_0x48653b:0x1c2,_0x3a1bc8:0x1fc,_0x19d863:0x1ac,_0x3f281b:0x1c5,_0x1c6948:0x48e,_0x40f14d:0x49c},_0x3fbf90={_0x2a545b:0x382},_0x2a1a64={};_0x2a1a64[_0x45e2d7(0x4c9,0x49a,0x4c6,_0x423c63._0x52921e)]=function(_0x31c83f,_0x1d9866){return _0x31c83f!==_0x1d9866;};function _0x597a00(_0x49b2e0,_0xda5cf1,_0x24dc3b,_0x1b2041){return _0x837b(_0x24dc3b- -_0x3fbf90._0x2a545b,_0xda5cf1);}_0x2a1a64[_0x597a00(-0x182,-_0x423c63._0x35a874,-0x1a2,-0x175)]=function(_0x75a87f,_0x22bf46){return _0x75a87f-_0x22bf46;};const _0x5c42bd=_0x2a1a64;function _0x45e2d7(_0x59c18a,_0x15f06a,_0x499e7c,_0x1271be){return _0x837b(_0x15f06a-0x2d6,_0x59c18a);}const _0xebc4cd=_0x231cd0['sortOrder']||-0xa16*-0x1+0x1*0x6da+0x21e*-0x8,_0x10047d=_0x5209bc[_0x45e2d7(0x4fa,_0x423c63._0x2e78a8,0x4d3,0x514)]||-0xe09*0x2+0x827*0x4+0xa6*-0x7;if(_0x5c42bd['oSyHo'](_0xebc4cd,_0x10047d))return _0x5c42bd[_0x597a00(-0x19f,-_0x423c63._0x51d358,-0x1a2,-_0x423c63._0x20853b)](_0xebc4cd,_0x10047d);const _0x28fcba=_0x231cd0['name']||'',_0x3dc2ad=_0x5209bc[_0x597a00(-_0x423c63._0x296ccf,-0x1bd,-_0x423c63._0x48653b,-_0x423c63._0x3a1bc8)]||'';return _0x28fcba[_0x597a00(-_0x423c63._0x19d863,-0x1f1,-0x1d2,-_0x423c63._0x3f281b)+_0x45e2d7(_0x423c63._0x1c6948,_0x423c63._0x40f14d,0x479,0x4c9)](_0x3dc2ad);}function _0x155d6b(_0x124929,_0x37cbb6,_0x53d046,_0x194f3b){return _0x837b(_0x194f3b- -0x3cf,_0x124929);}function formatObjectiveLabel(_0x301754){const _0x4fcfec={_0x447f26:0x1aa,_0x513c61:0x206,_0x320155:0x1ea,_0xb556c:0x1cf,_0xb6030c:0x17a,_0x3575e3:0x1af,_0x5a3d74:0x1e5,_0x2f51e9:0x1f7,_0x4b8d12:0x18d,_0x57dc5e:0x19d,_0x1a8346:0x16d},_0x5ae927={_0x22d147:0x2d4};function _0x5a78c3(_0x223870,_0x304a6f,_0x569dc3,_0x3fa6ea){return _0x837b(_0x569dc3- -_0x5ae927._0x22d147,_0x223870);}const _0x34e179={};_0x34e179[_0x7bf392(0x189,0x16a,_0x4fcfec._0x447f26,0x18f)]=_0x7bf392(_0x4fcfec._0x513c61,0x1b2,_0x4fcfec._0x320155,_0x4fcfec._0xb556c);const _0x4ab7aa=_0x34e179,_0x477408=_0x301754?.['name']||_0x301754?.['id']||_0x7bf392(0x176,0x19f,_0x4fcfec._0xb6030c,_0x4fcfec._0x3575e3)+_0x7bf392(_0x4fcfec._0x5a3d74,0x1f1,0x1f2,_0x4fcfec._0x2f51e9),_0x3bf0d6=_0x301754?.['id']||_0x4ab7aa[_0x7bf392(_0x4fcfec._0x4b8d12,_0x4fcfec._0x57dc5e,0x1aa,_0x4fcfec._0x1a8346)];function _0x7bf392(_0x52a822,_0x30c287,_0x5eede3,_0x43bc85){return _0x837b(_0x5eede3- -0x31,_0x30c287);}return _0x477408+'\x20(`'+_0x3bf0d6+'`)';}const OBJECTIVE_CONTEXT_HEADING=_0x2eb407(0x4ac,0x528,0x4be,0x4e8)+_0x155d6b(-0x1ec,-0x17f,-0x1b0,-0x1c2),OBJECTIVE_CONTEXT_INTRO=_0x2eb407(0x54a,0x535,0x529,0x53b)+_0x2eb407(0x506,0x528,0x517,0x503)+_0x155d6b(-0x19a,-0x199,-0x191,-0x1ce)+'\x20objective'+_0x155d6b(-0x214,-0x224,-0x1d2,-0x20a)+'where\x20it\x20s'+_0x2eb407(0x4bf,0x4cc,0x4cb,0x4fb)+_0x155d6b(-0x1cb,-0x1e2,-0x18d,-0x1c4)+'\x20hierarchy'+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x155d6b(-0x19a,-0x18b,-0x1b5,-0x1c1)+_0x155d6b(-0x1dd,-0x1d0,-0x1b2,-0x1f9)+_0x2eb407(0x507,0x530,0x4c2,0x4ff)+_0x2eb407(0x53d,0x525,0x578,0x563),OBJECTIVE_CONTEXT_DETAILS_HINT=_0x155d6b(-0x1db,-0x1df,-0x177,-0x1bd)+_0x2eb407(0x51e,0x4f6,0x545,0x504)+_0x2eb407(0x4ac,0x4a6,0x4c1,0x4e3)+_0x2eb407(0x4e1,0x511,0x514,0x50a)+_0x2eb407(0x50e,0x538,0x50d,0x520)+_0x2eb407(0x5a1,0x57c,0x546,0x561)+_0x2eb407(0x4d3,0x4bf,0x4ed,0x4e6)+_0x2eb407(0x523,0x52b,0x51a,0x510),OBJECTIVE_CONTEXT_DETAILS_CURL=_0x155d6b(-0x1ee,-0x19a,-0x219,-0x1d3)+_0x155d6b(-0x1eb,-0x238,-0x23f,-0x21c)+'_SERVER_UR'+_0x2eb407(0x4b8,0x4d0,0x52f,0x4f9)+'ective-man'+_0x2eb407(0x4f0,0x501,0x54e,0x50f)+_0x2eb407(0x512,0x501,0x51b,0x524)+_0x2eb407(0x4f9,0x4e0,0x52f,0x51e)+'Task-Id:\x20$'+_0x2eb407(0x50e,0x4f6,0x55d,0x523);function escapeRegExp(_0x239d7e){const _0x51fdad={_0x3d9968:0x31c,_0x5b4c38:0x332,_0x48c981:0x307,_0x3af99c:0x2dd,_0x5bd36b:0x4b3,_0x33fd27:0x49e,_0x458ee3:0x460},_0x43204b={_0x289f24:0xc4},_0x429132={};function _0x91dcda(_0x36c9c3,_0x251f9a,_0x4173a9,_0x2910f3){return _0x2eb407(_0x251f9a,_0x251f9a-0xc8,_0x4173a9-0x1e9,_0x4173a9- -_0x43204b._0x289f24);}_0x429132[_0xc19725(_0x51fdad._0x3d9968,0x2da,0x347,_0x51fdad._0x5b4c38)]=_0xc19725(_0x51fdad._0x48c981,_0x51fdad._0x3af99c,0x33d,0x328);const _0x270f5b=_0x429132;function _0xc19725(_0x3a8e63,_0x1fd803,_0xcef10a,_0x283db2){return _0x2eb407(_0x1fd803,_0x1fd803-0x101,_0xcef10a-0x16e,_0x3a8e63- -0x246);}return _0x239d7e['replace'](/[.*+?^${}()|[\]\\]/g,_0x270f5b[_0x91dcda(_0x51fdad._0x5bd36b,0x484,_0x51fdad._0x33fd27,_0x51fdad._0x458ee3)]);}function _0xc4b4(){const _0x3b0a81=['rd4Iic1iicjylq','vuH6s3e','B2yGyw55ig9IAG','nJq1nJmZuhjQAvbi','uLz6yKi','E1rbu0TFsur9iG','AMvJDgL2zs88sq','zw1LBNqVB2jQzq','CgfYzw50ic0+ia','mte2mJeWng1jwffztW','kIPtDwiTB2jQzq','y3vYBcaTCYaIja','kd86xhi/xg4PkG','CMvWBgfJzq','AMvJDgL2ztPCCW','ywrK','zwqGzNjVBsbHBG','y2HPBgrYzw4','shj1u2e','CJ9CBLTCC1Xtxq','u0HfrKK','AM9PBG','CJ9CBIK/','cGOTls0kcG','DgL2zs1Tyw5HzW','ihvUzgvYici','ig9IAMvJDgL2zq','yMPLy3rPDMuGqW','DMuGq29UDgv4Da','vgHPCYb0yxnRia','B2jQzwn0AxzL','B250zxH0xhmQxa','C291CMnLt2jQzq','vg8GCMvHzcb0Aa','DK5zAwq','y3rPDMvZkIOGka','BgvUz3rO','y2PiBfu','iIK6','ugPrD2q','vKLus1a','kd86wY0Qx11CCW','Dw5RBM93BI1Pza','BMrSyvi','mtK5nJGXmK9Kwgrjuq','C29YDa','AxnbCNjHEq','xcqM','qKTfD1m','ygbGxg4/','AMvJDgL2zq','BwfW','kI4RxhmQkd86xa','AgfZ','uKTmA0e','thb5EvG','kIL7mYX9xhmQxa','C29YDe9YzgvY','ELjKuMq','z2v0','C2LIBgLUz3m','oevzCfvswq','ygbGyMfZAfXU','mtu5mtCYmhz1AMPdrW','s1LdCfq','rNbmBuC','kIOGkg90AgvYia','zwn0AxzLigXPCW','EuHzzue','AMvJDgL2ztO','kIPbBMnLC3rVCG','vw5RBM93BIbVyG','mtm3odK4yxDxuevq','xg5CBLTCC1Xtxq','ogzqDePuuG','y2HPBgrYzw4GBW','Bg9JywXLq29TCa','u10Qp2bGyfXZkG','B2jQzwn0AxzLCW','E0nprevsrKXpvW','Ce5cvKS','wun3yLe','ywLSCYaOAw5ZDa','ls0T','yw5Jzxn0B3jZ','DgvKigfIB3zLla','vxn1ENm','iYmGt2jQzwn0Aq','BwHWuvy','rLnjyMe','twzsD1a','mZGWmdu3m3DjvKXNvW','BMfTzq','t0zUre0','ywLSC1TCC1Xtxq','vvPXCuC','B1n5sg8','lIbizxjLigLZia','yxjL','C2XPy2u','CfnhC1O','CgfYzw50t2jQzq','xg5CBG','ChvZAa','th0VyxbPl29IAG','EMvtDgG','AxrZigLUihrOzq','y3rPDMvjza','ygbG','mZeYnti3mgXrBMDMuq','zwqGzNjVBsbVyG','De5csve','y3rPDMu','CJ9CBLTCCLXUxq','D2fZigXHDw5JAa','zsbMDwXSigrLDa','kIPdDxjYzw50ia','C3rYAw5N','EhPvA0W','EhrqCwG','i3SXldn9xhmQtW','CNvJDgLVBNmPia','m29iC3Ldra','vKzyA0G','y0DytNG','w1XZxfnDkJ8','ywDLBwvUDc9VyG','ihj1BJO','wuzkwgy','s2Txv2q','rM9cuee','zNfVz3K','B2jQzwn0AxzLoG','ls0Txg5CBG','tMnQq0S','zxfwweK','kIPtAwjSAw5Nia','zw50CMLLCW','zIb0AgLZig9IAG','DgfZA0LK','l2fWAs9VyMPLyW'];_0xc4b4=function(){return _0x3b0a81;};return _0xc4b4();}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0x155d6b(-0x19f,-0x1b4,-0x1d9,-0x1e6)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x155d6b(-0x1f4,-0x225,-0x23a,-0x205)+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+(_0x2eb407(0x4a3,0x507,0x4c4,0x4da)+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x2eb407(0x54f,0x573,0x575,0x55c)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+_0x155d6b(-0x1b3,-0x183,-0x19a,-0x1ad),'g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x2eb407(0x505,0x53c,0x50c,0x52a)+_0x155d6b(-0x1cf,-0x1c4,-0x19a,-0x1b5)+'*){3,}\x5cs*\x5c'+_0x155d6b(-0x21e,-0x213,-0x210,-0x1fa)+'*'+(_0x155d6b(-0x1da,-0x1d0,-0x22c,-0x1f3)+_0x2eb407(0x4fc,0x546,0x553,0x539)+_0x2eb407(0x554,0x52d,0x50e,0x53d)+_0x155d6b(-0x1a8,-0x20f,-0x1c5,-0x1cb)+'*?')+(_0x2eb407(0x54f,0x510,0x520,0x53b)+_0x155d6b(-0x211,-0x20c,-0x1c8,-0x1f9)+_0x2eb407(0x503,0x4f4,0x535,0x52e)+_0x2eb407(0x55e,0x561,0x4f8,0x538)+_0x155d6b(-0x1e1,-0x1b0,-0x225,-0x1ee))+('To\x20read\x20th'+_0x2eb407(0x4e2,0x50b,0x4f7,0x504)+_0x2eb407(0x51b,0x532,0x4b7,0x4ef)+'*?')+(_0x2eb407(0x534,0x515,0x518,0x51d)+_0x2eb407(0x52f,0x515,0x547,0x536)+_0x2eb407(0x525,0x4fb,0x53b,0x525)+'ctive/[\x5cs\x5c'+_0x155d6b(-0x1f3,-0x228,-0x260,-0x21e)+'(?:\x5cr?\x5cn)?'),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp(_0x155d6b(-0x22a,-0x1ff,-0x1fa,-0x1e6)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+'\x5cn\x5cn'+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+'\x20.+\x5cn?'),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x2eb407(0x56b,0x544,0x542,0x52a)+_0x2eb407(0x55f,0x514,0x586,0x547)+_0x155d6b(-0x17e,-0x1d3,-0x175,-0x1a6)+'r?\x5cn[\x5cr\x5cn]'+'*'+(_0x155d6b(-0x213,-0x208,-0x1cd,-0x1f3)+_0x2eb407(0x550,0x578,0x552,0x539)+'ontext\x5cs*\x5c'+_0x2eb407(0x542,0x51d,0x4e3,0x502)+'*')+('This\x20task\x20'+'was\x20launch'+_0x155d6b(-0x22f,-0x223,-0x1cb,-0x1fd)+_0x2eb407(0x552,0x55d,0x55a,0x52c)+_0x2eb407(0x567,0x593,0x546,0x552)+_0x155d6b(-0x18f,-0x1c3,-0x1d4,-0x1c8)),'g');export function buildReferenceObjectivesContext(_0xf51115,_0x162657){const _0x293ae2={_0x18a94d:0x5a8,_0x4e1345:0x5ce,_0x35913b:0x5ba,_0x3dca2c:0x145,_0x4af9f5:0x17c,_0x48831c:0x162,_0x3990ac:0x10d,_0x40b4f7:0x62d,_0x745bd6:0x5e9,_0x13b8e1:0x5c9,_0x445924:0x60e,_0x499179:0x15e,_0x3daf02:0x1a4,_0x56cd68:0x150,_0x8f46ce:0x185,_0x1444ed:0x17a,_0x5f4ce4:0x136,_0x1c91b3:0x588,_0x18bf96:0x592,_0x3c4a93:0x57b,_0x491683:0x5cb,_0x40ce3e:0x174,_0x1af242:0x14c,_0x1bfe0a:0x189,_0x2c8483:0x176,_0x4ad201:0x1b5,_0x4cbd56:0x1ba,_0x1ceb75:0x195,_0x3cbbf3:0x5c3,_0x3cea63:0x5aa,_0x3f08f9:0x5df,_0x2eacf6:0x5ba,_0x104dcd:0x585,_0x16c78f:0x1c6,_0x1e15a2:0x182,_0x25b962:0x61a,_0x21bb67:0x1a9,_0x2438f2:0x188,_0x497abf:0x13e,_0x4af6d5:0x16b,_0x702c33:0x185,_0xe77076:0x562,_0x3c20cd:0x5c8,_0x4f6a8d:0x5e7,_0x4daf68:0x164,_0x2c4c96:0x1b2,_0x48b286:0x5f4,_0x4d1e3f:0x127,_0x900e1:0x12d,_0x2c509b:0xf4,_0xe93c87:0x15c,_0x46e061:0x626,_0x2887ef:0x5e1,_0x3a2ed7:0x5d4},_0x69a69c={_0x4b883d:0x90},_0x4b6922={'fqogy':function(_0x42e7e7,_0x8a1f33){return _0x42e7e7(_0x8a1f33);},'dkunk':function(_0x463dfa,_0x29cd1b){return _0x463dfa||_0x29cd1b;},'xzUkL':function(_0x4479a6,_0x4da484){return _0x4479a6!==_0x4da484;},'FoBPA':_0x2b4b14(0x559,0x57e,0x592,_0x293ae2._0x18a94d),'NxZbD':'lxiYI','PjQwd':function(_0x4c6b23,_0x3dfc60,_0x30a5e3){return _0x4c6b23(_0x3dfc60,_0x30a5e3);},'FSIba':function(_0xbd6bcc,_0x5096c){return _0xbd6bcc===_0x5096c;},'JmhBB':function(_0x410055,_0x4056a9){return _0x410055(_0x4056a9);}};if(_0x4b6922['dkunk'](!_0xf51115,!_0x162657))return null;const _0x506141=_0xf51115[_0x2b4b14(0x5ce,0x5e9,0x62f,0x5fa)](_0x162657);if(!_0x4b6922[_0x2b4b14(0x598,0x5a4,_0x293ae2._0x4e1345,_0x293ae2._0x35913b)](isObjective,_0x506141))return null;const _0xb2818a=[];function _0x4352db(_0x305b39,_0x3e163d,_0x30f623,_0x2f9447){return _0x155d6b(_0x3e163d,_0x3e163d-0x6e,_0x30f623-0x80,_0x305b39-0x8a);}const _0x321cd1=new Set();let _0x213622=_0x162657;while(_0x213622&&!_0x321cd1[_0x4352db(-0x11f,-0x145,-0x11d,-0x15e)](_0x213622)){_0x321cd1[_0x4352db(-_0x293ae2._0x3dca2c,-_0x293ae2._0x4af9f5,-_0x293ae2._0x48831c,-_0x293ae2._0x3990ac)](_0x213622);const _0x2f2a4a=_0xf51115[_0x2b4b14(_0x293ae2._0x40b4f7,_0x293ae2._0x745bd6,_0x293ae2._0x13b8e1,_0x293ae2._0x445924)](_0x213622);if(!_0x4b6922[_0x4352db(-_0x293ae2._0x499179,-0x171,-_0x293ae2._0x3daf02,-_0x293ae2._0x56cd68)](isObjective,_0x2f2a4a)){if(_0x4b6922[_0x2b4b14(0x5c3,0x597,0x5d4,0x5dc)](_0x4b6922[_0x4352db(-0x15f,-0x11f,-0x186,-_0x293ae2._0x8f46ce)],_0x4b6922['NxZbD']))break;else _0x68dfc4[_0x4352db(-_0x293ae2._0x1444ed,-0x1b3,-_0x293ae2._0x5f4ce4,-0x172)]('-\x20'+_0x4b6922[_0x4352db(-0x15e,-0x157,-0x146,-0x183)](_0x570f8f,_0x313235));}_0xb2818a[_0x2b4b14(0x5b4,_0x293ae2._0x1c91b3,0x555,_0x293ae2._0x18bf96)](_0x4b6922['PjQwd'](toReferenceObjective,_0x213622,_0x2f2a4a)),_0x213622=_0x2f2a4a['parentObje'+_0x2b4b14(_0x293ae2._0x3c4a93,0x58c,_0x293ae2._0x491683,0x57b)];}function _0x2b4b14(_0x2a679d,_0x2c31d1,_0x1288c7,_0x389eee){return _0x2eb407(_0x2a679d,_0x2c31d1-0x104,_0x1288c7-0x7f,_0x2c31d1-_0x69a69c._0x4b883d);}const _0x571042=[],_0x4b0728=_0x506141[_0x4352db(-_0x293ae2._0x4af9f5,-_0x293ae2._0x40ce3e,-_0x293ae2._0x1af242,-_0x293ae2._0x1bfe0a)+_0x4352db(-_0x293ae2._0x2c8483,-_0x293ae2._0x4ad201,-_0x293ae2._0x4cbd56,-_0x293ae2._0x1ceb75)];if(_0x4b0728)for(const [_0x46c09c,_0x13f3f3]of _0xf51115[_0x2b4b14(_0x293ae2._0x3cbbf3,_0x293ae2._0x3cea63,_0x293ae2._0x3f08f9,0x5e7)]()){if(!_0x4b6922[_0x4352db(-0x15e,-0x17c,-0x170,-0x169)](isObjective,_0x13f3f3))continue;if(_0x4b6922[_0x2b4b14(0x552,0x57a,0x548,_0x293ae2._0x2eacf6)](_0x46c09c,_0x162657))continue;if(_0x13f3f3['parentObje'+'ctiveId']!==_0x4b0728)continue;const _0x36cc54={};_0x36cc54['id']=_0x13f3f3[_0x2b4b14(_0x293ae2._0x104dcd,0x5ac,0x58c,0x5da)]||_0x46c09c,_0x36cc54['name']=_0x13f3f3[_0x4352db(-0x185,-_0x293ae2._0x16c78f,-_0x293ae2._0x1e15a2,-0x177)]||_0x46c09c,_0x36cc54[_0x2b4b14(_0x293ae2._0x25b962,0x5e7,0x5e4,0x5fd)]=_0x13f3f3['sortOrder'],_0x571042[_0x4352db(-0x17a,-_0x293ae2._0x21bb67,-0x19b,-_0x293ae2._0x2438f2)](_0x36cc54);}const _0xdc9c62=[];for(const [_0x5454aa,_0x37fbde]of _0xf51115[_0x4352db(-0x158,-0x17b,-0x162,-_0x293ae2._0x497abf)]()){if(!_0x4b6922['JmhBB'](isObjective,_0x37fbde))continue;if(_0x4b6922[_0x4352db(-_0x293ae2._0x4af6d5,-0x199,-0x12b,-0x13b)](_0x37fbde['parentObje'+'ctiveId'],_0x162657))continue;const _0x73033c={};_0x73033c['id']=_0x37fbde['taskId']||_0x5454aa,_0x73033c[_0x4352db(-_0x293ae2._0x702c33,-0x1ae,-0x1a5,-0x149)]=_0x37fbde[_0x2b4b14(0x5bf,0x57d,_0x293ae2._0xe77076,0x571)]||_0x5454aa,_0x73033c[_0x2b4b14(_0x293ae2._0x3c20cd,_0x293ae2._0x4f6a8d,0x5b6,0x5f3)]=_0x37fbde['sortOrder'],_0xdc9c62[_0x4352db(-0x17a,-0x197,-_0x293ae2._0x4daf68,-_0x293ae2._0x2c4c96)](_0x73033c);}return _0x571042[_0x2b4b14(0x5b8,0x5db,0x5d7,_0x293ae2._0x48b286)](sortBySortOrder),_0xdc9c62[_0x4352db(-_0x293ae2._0x4d1e3f,-0x11a,-0x16c,-0x11f)](sortBySortOrder),{'sourceObjective':_0x4b6922[_0x4352db(-_0x293ae2._0x900e1,-0xf1,-_0x293ae2._0x2c509b,-_0x293ae2._0xe93c87)](toReferenceObjective,_0x162657,_0x506141),'ancestors':_0xb2818a,'siblings':_0x571042[_0x2b4b14(_0x293ae2._0x46e061,_0x293ae2._0x2887ef,0x5fb,0x5e7)](({id:_0x275be7,name:_0x498fec})=>({'id':_0x275be7,'name':_0x498fec})),'children':_0xdc9c62[_0x2b4b14(_0x293ae2._0x3a2ed7,0x5e1,0x5ba,0x622)](({id:_0x298614,name:_0x135d6a})=>({'id':_0x298614,'name':_0x135d6a}))};}export function formatReferenceObjectivesMarkdown(_0x505b6f){const _0xecc2e7={_0x5d4438:0x15e,_0x167079:0x151,_0x4b18cf:0x11f,_0x28280:0x135,_0x19d1d6:0x173,_0x154f52:0x10e,_0x3ecff8:0x11f,_0x16adda:0xf6,_0xc3a8e1:0x166,_0x54f003:0x13d,_0x2fcaa5:0x170,_0x4fcbb2:0xf5,_0x1500d8:0x12f,_0x526915:0x106,_0x2e2540:0x4fc,_0x50822f:0x54b,_0x340249:0x4df,_0x4e12e6:0x16f,_0x5e80e7:0x143,_0x54bbe3:0x13c,_0x4828c1:0x127,_0x82a388:0x4db,_0x568915:0x4fe,_0x532ce0:0x4b2,_0x2d33b0:0x4cc,_0x5241f8:0x4ec,_0x5ed23d:0x4c6,_0x27f856:0x492,_0x4501c2:0x1ab,_0x235ec4:0x17e,_0x51b656:0x172,_0x5db040:0x155,_0x18f179:0x4c3,_0x1ce9cf:0x4b9,_0x54f5a1:0xe4,_0x56c98b:0xca,_0x58e00d:0x529,_0x3f7be7:0x4f1,_0x3343d9:0x56e,_0xabb72f:0x4ff,_0x2086de:0x52a,_0x478b78:0x52e,_0x1b2161:0x51b,_0xc46515:0x511,_0x2ff945:0x502,_0x2e6a9f:0x4d8,_0x299642:0x55a,_0x4c3747:0x51e,_0x409929:0xf7,_0x5f3dd5:0x4e7,_0x482c3f:0x503,_0x258eb0:0x50d,_0x37cad0:0x511,_0x21af98:0x51d,_0x24df7b:0x54d,_0x44d0d6:0x53f,_0x339f8f:0x504,_0x3df28d:0x152,_0x43f360:0x157,_0x33bf9e:0x19a,_0x2293cd:0x17a,_0x488a95:0x156,_0x1b8b28:0x4fd,_0x555722:0x4fd,_0x51ed65:0x4c1,_0x45511a:0x4b1,_0x13ef10:0x522,_0x566b98:0x182,_0x485ae7:0x527,_0x17de9d:0x52f,_0x566fd9:0x530,_0x1d7af3:0x13a,_0x232b0e:0x115,_0x37e2c3:0x4ed,_0x194e34:0x166,_0x4553ef:0xf3,_0x49afa5:0x125,_0x3abc6a:0x119,_0x3edfb7:0x4c6,_0x220f4b:0x4c7,_0x481731:0x548,_0x49d85f:0x513,_0x39fab1:0x179,_0x2eb586:0x4d5,_0x4a926d:0x56b,_0x346435:0x55c,_0x34ab0e:0x169,_0x247a13:0x14f,_0xb80458:0x11b,_0x4644ee:0x109,_0x59857f:0x4b8,_0x50c6f9:0x4d4,_0x55c55a:0x47b,_0x296fb6:0x181,_0x43ad54:0x14f,_0x1d82a2:0x16b,_0x2e384d:0x167,_0x255756:0x183,_0x5a1eac:0x19a,_0x1e1b94:0xed,_0x3c86b6:0x12c,_0x181a57:0xf4,_0x308743:0x4fa,_0x7c2a2e:0x4b8,_0x46f4bd:0x4c0,_0x2cf1a3:0x4c7,_0x54984d:0x4c8,_0x42d756:0x4c7,_0x3c1c79:0x471,_0x1d9b6b:0x13e,_0x29def5:0x4ae,_0x44e705:0x4b4,_0x15aa6d:0x489,_0x3b4ea9:0x4e0,_0x4cb66c:0x11f,_0x180416:0x4ae,_0x240ffd:0x101,_0x4311da:0x120,_0x4177f2:0x15a,_0x4cc26f:0x514,_0x3427ec:0x501,_0x13f816:0x515,_0x3bf45b:0x123,_0x2f490d:0x15f,_0x13c75c:0x18c,_0x38a1f8:0x526,_0xc94ce6:0x10d,_0x284f17:0x4ee,_0x56781d:0x554,_0x54f80b:0xeb,_0x8f2866:0x4b5,_0x3ae2f4:0x4ba,_0x378a60:0x497,_0x376637:0x49e,_0x1a63b4:0x4bc,_0x5c7f56:0x12d,_0x116ecb:0x123,_0x55dad7:0x506,_0x5bbdab:0x54c,_0x1a8f4f:0x126,_0x4f2319:0x113,_0x8b9cf0:0x13f,_0x4a410d:0x145,_0x9a14e2:0x4e1,_0x2d6b1c:0x4d1,_0x9d48f4:0x190,_0x1fc9e4:0x198,_0x5ad39a:0x48d,_0x2ae1e8:0x4e3,_0x229f99:0x481,_0x47430d:0x507,_0x7ef189:0x4e2,_0x3b34c2:0x163,_0x23f74a:0x1a2,_0xb73052:0x4c7,_0x247728:0x4a1,_0x10296d:0xfa,_0xe2beb3:0xed},_0x1580b2={_0x5a2f3b:0x182},_0x57d702={'IzGKU':function(_0x14fe2d,_0x555992){return _0x14fe2d(_0x555992);},'UZqqG':function(_0x3f0bcb,_0x32579d){return _0x3f0bcb!==_0x32579d;},'YCwbQ':_0xb4d51(-0x189,-_0xecc2e7._0x5d4438,-_0xecc2e7._0x167079,-0x11e),'BKEwS':function(_0x1e6f03,_0x4ab4e1){return _0x1e6f03===_0x4ab4e1;},'RKLkA':function(_0x1f1e6e,_0x3b8d64){return _0x1f1e6e-_0x3b8d64;},'pNBVK':'the\x20parent'+_0xb4d51(-0x100,-0x148,-_0xecc2e7._0x4b18cf,-0xe9),'KkWWd':function(_0x23d2b4,_0x5ae25a){return _0x23d2b4(_0x5ae25a);},'NcjCK':function(_0x39dc91,_0xc225c1){return _0x39dc91>_0xc225c1;},'eqVXI':function(_0x399efa,_0x1a49ee){return _0x399efa>_0x1a49ee;},'tNBIQ':function(_0x57125a,_0x59ca64){return _0x57125a(_0x59ca64);},'cjHlU':_0xb4d51(-_0xecc2e7._0x28280,-0x189,-_0xecc2e7._0x19d1d6,-0x17a),'zRdRd':function(_0x20e8e5,_0x5d49fe){return _0x20e8e5>_0x5d49fe;},'SHEFI':_0xb4d51(-0xe4,-0x141,-_0xecc2e7._0x154f52,-_0xecc2e7._0x3ecff8),'IJyad':_0xb4d51(-_0xecc2e7._0x16adda,-0xf1,-0xf8,-0xd4),'UHzKq':function(_0x2a1e1e,_0x2b6087){return _0x2a1e1e!==_0x2b6087;},'kXKyY':_0xb4d51(-_0xecc2e7._0xc3a8e1,-_0xecc2e7._0x54f003,-_0xecc2e7._0x2fcaa5,-0x18a),'HruSa':'rgWIC','LpyyX':_0xb4d51(-0x11c,-_0xecc2e7._0x4fcbb2,-_0xecc2e7._0x1500d8,-_0xecc2e7._0x526915)+_0x3a2d33(0x510,_0xecc2e7._0x2e2540,0x4fe,_0xecc2e7._0x50822f)+_0x3a2d33(0x4ab,_0xecc2e7._0x340249,0x4c0,0x47c)+_0xb4d51(-_0xecc2e7._0x4e12e6,-_0xecc2e7._0x5e80e7,-_0xecc2e7._0x54bbe3,-_0xecc2e7._0x4828c1)+'ective):','MfRwP':_0x3a2d33(_0xecc2e7._0x82a388,0x4fa,0x50f,0x4fc),'YFJXf':_0x3a2d33(0x4f1,0x4d5,_0xecc2e7._0x568915,_0xecc2e7._0x532ce0),'KYCpT':_0x3a2d33(_0xecc2e7._0x2d33b0,_0xecc2e7._0x5241f8,_0xecc2e7._0x5ed23d,_0xecc2e7._0x27f856)};if(!_0x505b6f)return null;const _0x430a46=Array['isArray'](_0x505b6f[_0xb4d51(-0x14b,-_0xecc2e7._0x4501c2,-0x172,-0x196)])?_0x505b6f[_0xb4d51(-0x179,-_0xecc2e7._0x235ec4,-_0xecc2e7._0x51b656,-_0xecc2e7._0x5db040)][_0x3a2d33(_0xecc2e7._0x18f179,0x508,_0xecc2e7._0x1ce9cf,0x49f)](0xce5*0x1+-0x1*0x6e3+-0x601):[],_0x4807fb=Array[_0xb4d51(-0x11a,-_0xecc2e7._0x54f5a1,-0x10b,-_0xecc2e7._0x56c98b)](_0x505b6f[_0x3a2d33(_0xecc2e7._0x58e00d,0x563,_0xecc2e7._0x3f7be7,_0xecc2e7._0x3343d9)])&&_0x57d702[_0x3a2d33(0x4e6,_0xecc2e7._0xabb72f,0x506,_0xecc2e7._0x2086de)](_0x505b6f[_0x3a2d33(0x529,_0xecc2e7._0x478b78,0x541,_0xecc2e7._0x1b2161)][_0x3a2d33(_0xecc2e7._0xc46515,_0xecc2e7._0x2ff945,0x51c,0x557)],0x1*0x22b7+0x2ca+-0x2581);function _0xb4d51(_0x3ea45,_0x42df67,_0x1acccf,_0x4f0539){return _0x2eb407(_0x42df67,_0x42df67-0xd9,_0x1acccf-0xe7,_0x1acccf- -0x657);}const _0x28a292=Array[_0x3a2d33(0x51b,_0xecc2e7._0x2e6a9f,_0xecc2e7._0x299642,_0xecc2e7._0x4c3747)](_0x505b6f[_0xb4d51(-0x14e,-0xee,-0x128,-_0xecc2e7._0x409929)])&&_0x57d702[_0x3a2d33(_0xecc2e7._0x5f3dd5,_0xecc2e7._0x482c3f,0x4bf,_0xecc2e7._0x258eb0)](_0x505b6f['children'][_0x3a2d33(_0xecc2e7._0x37cad0,0x4fe,0x4d6,0x51a)],0x113*0x8+-0x1fe4+0x174c),_0x592437=_0x57d702[_0x3a2d33(_0xecc2e7._0x21af98,_0xecc2e7._0x24df7b,0x561,0x4d7)](_0x430a46[_0x3a2d33(_0xecc2e7._0xc46515,0x50d,0x548,_0xecc2e7._0x44d0d6)],-0x14f3+0x109+0x2*0x9f5)&&!_0x4807fb&&!_0x28a292;if(_0x592437)return _0x3a2d33(_0xecc2e7._0x339f8f,0x522,_0xecc2e7._0x482c3f,0x50f)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0x57d702[_0xb4d51(-0x16d,-_0xecc2e7._0x3df28d,-_0xecc2e7._0x43f360,-_0xecc2e7._0x33bf9e)](formatObjectiveLabel,_0x505b6f[_0x3a2d33(0x50d,0x4f8,0x4df,_0xecc2e7._0x2d33b0)+_0xb4d51(-_0xecc2e7._0x2293cd,-0x174,-_0xecc2e7._0x488a95,-0x15d)])+'.\x0a';const _0x4bcb90=['','',_0x57d702[_0x3a2d33(0x512,0x50c,0x524,0x545)],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x3a2d33(0x4d4,0x506,_0xecc2e7._0x1b8b28,_0xecc2e7._0x555722)+_0x3a2d33(0x4e4,_0xecc2e7._0x51ed65,_0xecc2e7._0x45511a,_0xecc2e7._0x13ef10)+'**\x20'+_0x57d702['tNBIQ'](formatObjectiveLabel,_0x505b6f['sourceObje'+_0xb4d51(-0x119,-0x179,-0x156,-_0xecc2e7._0x566b98)]),''];if(_0x57d702[_0x3a2d33(_0xecc2e7._0x485ae7,_0xecc2e7._0x17de9d,0x522,_0xecc2e7._0x566fd9)](_0x430a46[_0xb4d51(-_0xecc2e7._0x1d7af3,-0x148,-_0xecc2e7._0x232b0e,-0xef)],-0x3*0x443+0x2*-0x86b+-0x1*-0x1d9f)){if(_0x57d702[_0x3a2d33(_0xecc2e7._0x21af98,0x51f,0x556,_0xecc2e7._0x37e2c3)](_0x57d702[_0xb4d51(-_0xecc2e7._0x194e34,-_0xecc2e7._0x4553ef,-_0xecc2e7._0x49afa5,-_0xecc2e7._0x3abc6a)],_0x57d702['IJyad']))return _0x3a2d33(_0xecc2e7._0x339f8f,_0xecc2e7._0x3edfb7,_0xecc2e7._0x220f4b,0x4e2)+_0x19272a+'\x0a\x0a'+_0x403fac+'\x20'+_0x57d702['IzGKU'](_0x223019,_0x49399e[_0x3a2d33(_0xecc2e7._0x258eb0,_0xecc2e7._0x481731,_0xecc2e7._0x49d85f,_0xecc2e7._0x44d0d6)+_0xb4d51(-0x140,-0x137,-_0xecc2e7._0x488a95,-_0xecc2e7._0x39fab1)])+'.\x0a';else{_0x4bcb90[_0x3a2d33(0x4c7,0x4f9,0x50a,_0xecc2e7._0x2eb586)](_0x3a2d33(0x533,_0xecc2e7._0x4a926d,0x510,_0xecc2e7._0x346435)+'\x20chain**\x20('+_0xb4d51(-_0xecc2e7._0x34ab0e,-_0xecc2e7._0x247a13,-0x131,-_0xecc2e7._0xb80458)+'root):');for(let _0x257a0c=-0xf0b*-0x1+-0x31*0x13+-0xb68;_0x257a0c<_0x430a46[_0xb4d51(-0x126,-0x135,-_0xecc2e7._0x232b0e,-_0xecc2e7._0x4644ee)];_0x257a0c++){if(_0x57d702['UHzKq'](_0x3a2d33(_0xecc2e7._0x59857f,_0xecc2e7._0x50c6f9,_0xecc2e7._0x340249,_0xecc2e7._0x55c55a),_0x57d702['kXKyY']))_0x4bcb90[_0xb4d51(-0x18f,-_0xecc2e7._0x296fb6,-0x15f,-0x144)](_0x257a0c+(0x8dc*-0x1+-0x1bd7+0x24b4)+'.\x20'+formatObjectiveLabel(_0x430a46[_0x257a0c]));else{if(_0x57d702[_0xb4d51(-_0xecc2e7._0x43ad54,-_0xecc2e7._0x1d82a2,-_0xecc2e7._0x2e384d,-_0xecc2e7._0x255756)](typeof _0x5eb05c,_0x57d702[_0xb4d51(-_0xecc2e7._0x488a95,-_0xecc2e7._0x566b98,-0x175,-_0xecc2e7._0x5a1eac)])||_0x57d702[_0xb4d51(-0xfd,-_0xecc2e7._0x1e1b94,-_0xecc2e7._0x4644ee,-0x146)](_0x2dbc56['length'],0xb4a+0x30*-0x67+0x806))return _0x2a8ff6;let _0xc67583=_0x872218[_0xb4d51(-0xf7,-0xf0,-_0xecc2e7._0x3c86b6,-_0xecc2e7._0x181a57)](_0x4126b9,'');return _0xc67583=_0xc67583[_0x3a2d33(_0xecc2e7._0x308743,0x4e6,_0xecc2e7._0x7c2a2e,0x537)](_0x370d3c,''),_0xc67583=_0xc67583[_0x3a2d33(0x4fa,0x521,_0xecc2e7._0x46f4bd,0x528)](_0x256c1d,''),_0xc67583=_0xc67583['replace'](_0x3f93e9,''),_0xc67583;}}_0x4bcb90[_0x3a2d33(_0xecc2e7._0x2cf1a3,_0xecc2e7._0x54984d,0x4e3,0x4af)]('');}}if(_0x4807fb){const _0x3104f0=_0x430a46[0x11e6+-0x1ce5+0xaff]?.[_0x3a2d33(0x4bc,0x4de,0x4a1,_0xecc2e7._0x42d756)]||_0x57d702[_0x3a2d33(0x4b0,_0xecc2e7._0x37e2c3,0x4da,_0xecc2e7._0x3c1c79)];_0x4bcb90['push'](_0xb4d51(-0x143,-0x16b,-_0xecc2e7._0x1d9b6b,-0x109)+_0x3a2d33(_0xecc2e7._0x29def5,_0xecc2e7._0x44e705,_0xecc2e7._0x15aa6d,_0xecc2e7._0x3b4ea9)+_0xb4d51(-_0xecc2e7._0x4cb66c,-0x12f,-0xf7,-0x12b)+_0x3a2d33(_0xecc2e7._0x180416,0x472,0x4a9,0x4ba)+_0xb4d51(-0x15e,-_0xecc2e7._0x240ffd,-_0xecc2e7._0x4311da,-_0xecc2e7._0x4177f2)+_0x3104f0+'\x22):');for(const _0xcda813 of _0x505b6f[_0x3a2d33(0x529,_0xecc2e7._0x4cc26f,_0xecc2e7._0x3427ec,_0xecc2e7._0x13f816)]){_0x4bcb90[_0xb4d51(-0x130,-_0xecc2e7._0x3bf45b,-_0xecc2e7._0x2f490d,-_0xecc2e7._0x13c75c)]('-\x20'+formatObjectiveLabel(_0xcda813));}_0x4bcb90['push']('');}if(_0x28a292){if(_0x57d702[_0x3a2d33(0x4ee,_0xecc2e7._0x38a1f8,0x524,0x515)](_0x57d702[_0x3a2d33(0x4ff,0x4c3,_0xecc2e7._0x46f4bd,0x4f3)],_0x57d702[_0xb4d51(-0xf4,-0x14f,-0x127,-_0xecc2e7._0xc94ce6)]))return _0x57d702[_0x3a2d33(0x523,_0xecc2e7._0x284f17,0x566,_0xecc2e7._0x56781d)](_0x361f97,_0x1c6b1d);else{_0x4bcb90['push'](_0x57d702[_0xb4d51(-_0xecc2e7._0x54f80b,-0x107,-0x102,-0x11b)]);for(const _0x4cbb1a of _0x505b6f[_0xb4d51(-0x14a,-0x135,-0x128,-0x161)]){if(_0x57d702[_0x3a2d33(0x4ba,0x4e6,_0xecc2e7._0x8f2866,_0xecc2e7._0x3ae2f4)]===_0x57d702[_0x3a2d33(_0xecc2e7._0x3b4ea9,_0xecc2e7._0x2ff945,0x4b3,0x4de)]){const _0x18f6e1=_0xd0aca5[-0xd0e+0x10e*-0x19+0x276c]?.['name']||_0x57d702['pNBVK'];_0x5cb3b2[_0x3a2d33(0x4c7,_0xecc2e7._0x1ce9cf,_0xecc2e7._0x378a60,_0xecc2e7._0x376637)]('**Sibling\x20'+_0x3a2d33(_0xecc2e7._0x29def5,_0xecc2e7._0x1a63b4,0x497,0x490)+_0xb4d51(-_0xecc2e7._0x5c7f56,-0xf6,-0xf7,-_0xecc2e7._0x116ecb)+'objectives'+_0x3a2d33(_0xecc2e7._0x55dad7,0x53f,0x54c,_0xecc2e7._0x5bbdab)+_0x18f6e1+_0xb4d51(-0xff,-_0xecc2e7._0x1a8f4f,-_0xecc2e7._0x4f2319,-0x10e));for(const _0xe9d46c of _0x59f470['siblings']){_0xf04ad5[_0xb4d51(-_0xecc2e7._0x8b9cf0,-0x190,-0x15f,-0x13e)]('-\x20'+_0x57d702[_0xb4d51(-0x182,-0x121,-_0xecc2e7._0x4a410d,-0x146)](_0xb7ffc9,_0xe9d46c));}_0x1237f2['push']('');}else _0x4bcb90[_0x3a2d33(0x4c7,_0xecc2e7._0x9a14e2,0x496,_0xecc2e7._0x2d6b1c)]('-\x20'+_0x57d702[_0xb4d51(-_0xecc2e7._0x9d48f4,-_0xecc2e7._0x1fc9e4,-_0xecc2e7._0x43f360,-0x184)](formatObjectiveLabel,_0x4cbb1a));}_0x4bcb90[_0x3a2d33(_0xecc2e7._0x220f4b,_0xecc2e7._0x5ad39a,_0xecc2e7._0x2ae1e8,_0xecc2e7._0x229f99)]('');}}_0x4bcb90[_0x3a2d33(_0xecc2e7._0x42d756,_0xecc2e7._0x47430d,_0xecc2e7._0x7ef189,0x490)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x4bcb90['push']('```bash'),_0x4bcb90[_0xb4d51(-_0xecc2e7._0x3b34c2,-_0xecc2e7._0x23f74a,-0x15f,-0x11d)](OBJECTIVE_CONTEXT_DETAILS_CURL);function _0x3a2d33(_0x26533c,_0x33c05f,_0x14c197,_0x227639){return _0x2eb407(_0x14c197,_0x33c05f-0xc3,_0x14c197-_0x1580b2._0x5a2f3b,_0x26533c- -0x31);}return _0x4bcb90[_0x3a2d33(_0xecc2e7._0xb73052,_0xecc2e7._0x3427ec,_0xecc2e7._0x247728,0x4c9)](_0x57d702[_0xb4d51(-0xfe,-_0xecc2e7._0x10296d,-0xf9,-_0xecc2e7._0x54f5a1)]),_0x4bcb90[_0xb4d51(-0xf2,-_0xecc2e7._0xe2beb3,-0x124,-0x104)]('\x0a')+'\x0a';}export function stripReferenceObjectivesMarkdown(_0x4bcb4e){const _0x162748={_0x157547:0x4f6,_0x3b94a4:0x4f1,_0x34d43f:0x4c0,_0x45de89:0x498,_0x345b29:0x49d,_0x536725:0x182,_0x41917d:0x1a5,_0x1d06ff:0x1c3,_0x1905e9:0x1fe,_0x1f5405:0x1d0,_0x876da5:0x1e6,_0x36c34c:0x1d1,_0x460f4d:0x18d,_0x3527aa:0x1c1,_0x1b061a:0x20f,_0x128cb8:0x1cb,_0x4c01ab:0x4d3,_0x217e72:0x4d3},_0x412ef9={_0x152b51:0x703},_0x378c16={_0x84adea:0x119,_0x8c0b87:0x58},_0x12dc0a={};_0x12dc0a[_0xa997e7(_0x162748._0x157547,_0x162748._0x3b94a4,_0x162748._0x34d43f,0x4e8)]=function(_0x11f180,_0x22556f){return _0x11f180!==_0x22556f;},_0x12dc0a[_0xa997e7(0x4c4,_0x162748._0x45de89,0x48f,_0x162748._0x345b29)]='string';const _0x4a2c4a=_0x12dc0a;function _0xa997e7(_0x2d8618,_0x2b2d3a,_0x51964d,_0x274f25){return _0x2eb407(_0x2b2d3a,_0x2b2d3a-0xe4,_0x51964d-_0x378c16._0x84adea,_0x274f25- -_0x378c16._0x8c0b87);}if(_0x4a2c4a[_0x2ae26c(-_0x162748._0x536725,-_0x162748._0x41917d,-0x1b6,-_0x162748._0x1d06ff)](typeof _0x4bcb4e,_0x4a2c4a[_0x2ae26c(-_0x162748._0x1905e9,-_0x162748._0x1f5405,-_0x162748._0x876da5,-0x20e)])||_0x4bcb4e[_0x2ae26c(-_0x162748._0x36c34c,-_0x162748._0x460f4d,-0x1ea,-_0x162748._0x3527aa)]===-0x1*-0x6b6+0x1*-0x130a+0xc54)return _0x4bcb4e;function _0x2ae26c(_0x56491e,_0xa6a472,_0x1f3e03,_0x50f251){return _0x2eb407(_0x1f3e03,_0xa6a472-0xab,_0x1f3e03-0x31,_0x50f251- -_0x412ef9._0x152b51);}let _0xd6abec=_0x4bcb4e[_0x2ae26c(-0x215,-_0x162748._0x1b061a,-0x1b4,-0x1d8)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');return _0xd6abec=_0xd6abec[_0x2ae26c(-0x1c9,-_0x162748._0x128cb8,-0x1ed,-0x1d8)](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0xd6abec=_0xd6abec[_0xa997e7(0x48f,0x501,0x4ae,_0x162748._0x4c01ab)](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0xd6abec=_0xd6abec[_0xa997e7(0x4af,0x48d,0x4b3,_0x162748._0x217e72)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,''),_0xd6abec;}
|
package/dist/lib/oidc-auth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0xf90386,_0x421c09){const _0x5413de={_0x2f7340:0x28,_0x18fdb2:0x19,_0x532680:0xa2,_0x1cb578:0x14,_0x29d4cf:0x35,_0xcb8d42:0x21e,_0x1cdc6e:0x2ad,_0x2d0e96:0x262,_0x54cdb0:0x247,_0x575b59:0x239,_0x1625b8:0x285,_0x384ab6:0x25a,_0x6f8abe:0x42,_0x455503:0x29c,_0x1386df:0x269,_0x35bf82:0x25f,_0x50feaf:0x218,_0x19506d:0x1d3,_0x3c4a6a:0x224,_0x146408:0x2c6},_0x1fcd01=_0xf90386();function _0x5a990d(_0x452fb8,_0xcde856,_0x188639,_0x5a399c){return _0x1197(_0x452fb8- -0x286,_0xcde856);}function _0x808259(_0xa8427b,_0x3175b2,_0x479e72,_0xe2ad34){return _0x1197(_0x479e72-0x2e,_0x3175b2);}while(!![]){try{const _0xc96752=-parseInt(_0x5a990d(-0x21,-0x4e,-0x51,_0x5413de._0x2f7340))/(-0x219a+0x102a+0x1171*0x1)*(-parseInt(_0x808259(0x224,0x22c,0x259,0x2a6))/(0x4*-0x11e+-0x2255+0x26cf*0x1))+-parseInt(_0x5a990d(-0x5c,-_0x5413de._0x18fdb2,-_0x5413de._0x532680,-0x1b))/(-0x20*-0x4+-0x117*0x1+0x9a)*(parseInt(_0x5a990d(_0x5413de._0x1cb578,_0x5413de._0x29d4cf,-0x23,0x50))/(-0x148a+-0xc9e*0x1+0x16*0x182))+parseInt(_0x808259(_0x5413de._0xcb8d42,_0x5413de._0x1cdc6e,_0x5413de._0x2d0e96,_0x5413de._0x54cdb0))/(0x10c3+0x1bc9*-0x1+0xb0b)+-parseInt(_0x808259(0x2df,_0x5413de._0x575b59,_0x5413de._0x1625b8,_0x5413de._0x384ab6))/(0x7*0x143+-0x2648+0x1d79)+parseInt(_0x5a990d(-0x2c,-_0x5413de._0x6f8abe,-0x31,-0x24))/(0x14d6+0x4e7*-0x3+0x8e*-0xb)+-parseInt(_0x808259(_0x5413de._0x455503,0x2c1,_0x5413de._0x1386df,_0x5413de._0x35bf82))/(-0x7ea*-0x1+0xf2*-0x1+-0x1bc*0x4)+parseInt(_0x808259(_0x5413de._0x50feaf,_0x5413de._0x19506d,0x22c,0x22a))/(-0xf69+0xd05+-0xcf*-0x3)*(parseInt(_0x808259(_0x5413de._0x3c4a6a,0x2a0,0x26d,_0x5413de._0x146408))/(0xeeb*0x2+0x96c*-0x3+-0x2*0xc4));if(_0xc96752===_0x421c09)break;else _0x1fcd01['push'](_0x1fcd01['shift']());}catch(_0x1269e9){_0x1fcd01['push'](_0x1fcd01['shift']());}}}(_0x8c83,-0xf8c61+-0x2*0x3b759+0x2104a0));import*as _0x2eaaac from'openid-client';import{promises as _0x36da96}from'fs';import _0x284c26 from'path';function _0x1197(_0x4e337f,_0x503ba8){_0x4e337f=_0x4e337f-(-0x171d+0xd61+-0xe*-0xd4);const _0x2fb4a0=_0x8c83();let _0x57eac4=_0x2fb4a0[_0x4e337f];if(_0x1197['jCPbzM']===undefined){var _0x1dbd02=function(_0xff52c3){const _0x2ced4d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1498d1='',_0x3f94b0='';for(let _0xe9f871=0x5*-0xdb+0x1*-0x625+-0x74*-0x17,_0x15d196,_0x127077,_0x5ca247=0x951+-0x1ff5+0x3c6*0x6;_0x127077=_0xff52c3['charAt'](_0x5ca247++);~_0x127077&&(_0x15d196=_0xe9f871%(0x3*-0x83f+0x1b52+-0x49*0x9)?_0x15d196*(0x1*-0x6e7+-0x2563+0x2c8a)+_0x127077:_0x127077,_0xe9f871++%(0x98f*-0x2+0xfb8+-0x1*-0x36a))?_0x1498d1+=String['fromCharCode'](0x460+0xa9+-0x40a*0x1&_0x15d196>>(-(0x6fd*0x5+-0x43*0x6b+0x377*-0x2)*_0xe9f871&-0x1*-0x23e+0x4*0x63+-0x3c4)):-0x8df*0x1+-0xfe5+0x18c4){_0x127077=_0x2ced4d['indexOf'](_0x127077);}for(let _0x5e1c3f=0xb8a+0x81b+-0x13a5,_0x1a3541=_0x1498d1['length'];_0x5e1c3f<_0x1a3541;_0x5e1c3f++){_0x3f94b0+='%'+('00'+_0x1498d1['charCodeAt'](_0x5e1c3f)['toString'](-0x228b+0x8b+0x1108*0x2))['slice'](-(-0x6*0x60d+0x3*-0xb0f+0x1*0x457d));}return decodeURIComponent(_0x3f94b0);};_0x1197['xLwxSB']=_0x1dbd02,_0x1197['HQipBB']={},_0x1197['jCPbzM']=!![];}const _0x5800b3=_0x2fb4a0[0x1*0x1d99+-0x1eb4+0x11b],_0x1a0781=_0x4e337f+_0x5800b3,_0x5739df=_0x1197['HQipBB'][_0x1a0781];return!_0x5739df?(_0x57eac4=_0x1197['xLwxSB'](_0x57eac4),_0x1197['HQipBB'][_0x1a0781]=_0x57eac4):_0x57eac4=_0x5739df,_0x57eac4;}import _0xa6ec1 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(-0x3*0xc89+0x107f*0x2+0x4a7)*(-0x59*0x62+0x1*-0x2+-0x48*-0x7a)*(-0x47*-0x3b+-0x154f+-0xb*-0xce);setInterval(()=>{const _0xd7e939={_0x403a4:0x1c,_0x8f47e0:0x14b,_0x3fc204:0x106,_0x379877:0xef,_0x46e6dd:0x134,_0x14af09:0x171,_0x4d8403:0x111,_0xd350d2:0x104,_0x3516ee:0x52,_0x5009ec:0x4c,_0x75e75f:0xb,_0x1b7b5b:0xd0,_0x1f709b:0x12e,_0x452c97:0x60,_0x4bd8d0:0x3c,_0x8668d3:0xf0,_0xdcedcc:0x134,_0x486cea:0x153,_0x2bcaca:0xf4,_0x39b1d9:0x5c,_0x1ab668:0x39,_0x38ab0f:0x29,_0x49fd9d:0x1,_0x5bff6f:0x14,_0x282ddc:0x191,_0x1c313a:0x123};function _0x3bca68(_0x235457,_0x4f9af5,_0x1fd4ec,_0x48cd3b){return _0x1197(_0x4f9af5- -0x349,_0x235457);}const _0x142008={};_0x142008[_0x3442d5(-0x18,0x27,-0x2b,_0xd7e939._0x403a4)]=function(_0x12278d,_0x2656d6){return _0x12278d>_0x2656d6;},_0x142008[_0x3bca68(-_0xd7e939._0x8f47e0,-0x11b,-_0xd7e939._0x3fc204,-_0xd7e939._0x379877)]=function(_0x14beba,_0x1d1571){return _0x14beba-_0x1d1571;},_0x142008[_0x3bca68(-0xd6,-_0xd7e939._0x46e6dd,-_0xd7e939._0x14af09,-0xeb)]=function(_0x55b7e0,_0x3ba601){return _0x55b7e0===_0x3ba601;};function _0x3442d5(_0x49608b,_0x2d22fe,_0x49fcc1,_0x862c15){return _0x1197(_0x862c15- -0x241,_0x49608b);}_0x142008['wsQSG']='cPCTm',_0x142008[_0x3bca68(-0x122,-_0xd7e939._0x4d8403,-_0xd7e939._0xd350d2,-0x149)]=_0x3442d5(-_0xd7e939._0x3516ee,0x48,-_0xd7e939._0x5009ec,_0xd7e939._0x75e75f);const _0x2c3fd=_0x142008,_0x245522=Date['now']();for(const [_0x46ae42,_0x4b73b4]of stateStore['entries']()){if(_0x2c3fd[_0x3bca68(-_0xd7e939._0x1b7b5b,-0xec,-_0xd7e939._0x1f709b,-0x115)](_0x2c3fd[_0x3bca68(-0xbc,-0x11b,-0x132,-0x176)](_0x245522,_0x4b73b4[_0x3442d5(0xb,-_0xd7e939._0x452c97,-_0xd7e939._0x4bd8d0,-0xb)]),STATE_TTL)){if(_0x2c3fd[_0x3bca68(-_0xd7e939._0x8668d3,-_0xd7e939._0xdcedcc,-_0xd7e939._0x486cea,-_0xd7e939._0x2bcaca)](_0x2c3fd[_0x3442d5(0x31,_0xd7e939._0x39b1d9,0x13,_0xd7e939._0x1ab668)],_0x2c3fd['LsIsz'])){if(!_0x4cf1b7[_0x499fca])throw new _0x4ec462('Missing\x20re'+_0x3442d5(_0xd7e939._0x38ab0f,0x78,_0xd7e939._0x49fd9d,0x43)+'C\x20configur'+_0x3442d5(0x96,_0xd7e939._0x5bff6f,0x40,0x45)+_0x3bca68(-0x16a,-0x14c,-_0xd7e939._0x282ddc,-0xf5)+_0x326c9d);}else stateStore[_0x3bca68(-_0xd7e939._0x1c313a,-0x164,-0x167,-0x188)](_0x46ae42);}}},(0x1d8e+-0x1*-0x16af+-0x3438)*(0xf1d+-0x18a8+0x9c7)*(0x1*0x2446+-0x1*0x1e26+-0x8*0x47))[_0x4deb17(-0x120,-0xec,-0x9a,-0x129)]();function _0x8c83(){const _0x39db40=['yNvPBgrbDxrOBW','twLZC2LUzYbYzq','BKX6req','y2XPzw50ihnLyW','rxbKt1G','AM9PBG','twfkq3a','igvUzhbVAw50','wvfsC0y','ywnJzxnZx3rVAW','rgLZy292zxjPBG','C2LVBG','ANP0C1i','CLHcsfu','B2LKyY5QC29U','yxv0B1bYB3zPCW','ywXSB3DFBg9Jyq','qwnJzxb0','BM93','C0nRrwy','lNnLy3jLDhm','zxjLzcbZDwnJzq','p2nVzgu9','qxrZrNm','t0LeqYbJB25MAq','Dg50wuW','B2LUDa','yxv0Ag9YAxPHDa','vLfAEum','m29AuLDdvG','odq1odzXAvDbEKO','AvveuK4','qKXjBeK','BgvdBw0','AxmGzgLZywjSzq','Bf9HDxrO','Be5Uv00','wLvyrwu','s0LTq3q','ntmYmtC5nvzqwLvLAq','B1nPCuq','y3jLyxrLzef0','tM8Gt0LeqYbJBW','thnjC3O','tLvtvvO','AhjLzG','otiYndi1nKnuDLbAra','ANnVBG','C3rHDhvZvgv4Da','BMfTzq','mta0nty3mfzmBKDUua','uNvwCuG','sxHlzg0','uZi1nG','y3f1u0S','EhnisKu','y29KzvzLCMLMAq','zxjYB3i','DxnArLO','B25MAwD1CMf0Aq','zw5KCg9PBNqGCG','t0LeqYbWCM92Aq','v2fTuLO','CvvptK0','ywHQCey','C3nMDwXSEq','AxnZAw5NihjLCq','y2XPzw50swq','rurQA2S','CML6yxrPB25vCG','vM9hu0K','ugftrLK','wMztCve','AhLlD2e','mtK1mda5mgLeEezJAq','CMv0igzYB20G','seHMuM8','oteXmdC1mK1OAffUsG','u2LNBIbPBIb3Aq','jNn0yxrLpq','wgrRzxK','y29UzMLNDxjHDa','s2z0yNq','y2XLyxi','CMv0x2zPBgu','Aw9U','s0fVqNq','C2nVCgvZx3n1Ca','mtrLywzWq1m','EKjcD24','CMvHzcbpsurdia','swfHCe8','ChjVzMLSzq','vfvUtfq','Cg1Zv3u','r2vUzxjHDgvKia','zgvAruS','DgGGu1np','CMv0','s3f4Dvy','BNrPy2f0Aw9Uia','surdihbYB3zPza','vLrps2m','zgLZCgXHEv9Uyq','t0LeqYbJywnOzq','Dg9tDhjPBMC','yMXZzuy','uvreBNa','wKj0q2C','D3nru0C','yxv0B19WCM92Aq','CMvZCg9UC2uGBq','qxv0Aa','CgfYC2u','tMf5vLy','y29UBMvJDcb0BW','zMfPBgvK','rMfPBgvKihrVia','Agv4','CxvPCMvKie9jra','CMvK','yxrPB24GzMLLBa','Dg9Rzw5Fzw5KCa','Dw5Yzwy','y2XPzw50x2LK','lNDLBgWTA25VDW','zxr1CM5Lzca','C3vJy2vZCW','D2Ltz2W','zhm6ia','zxrLCG','v1HVy0C','Aw9Ux2vUzhbVAq','wgrqDhK','z3vYyxrPB24','BI9QC29U','zwD5q2u','CMfUzg9TueTdrq','Aw5MBW','z2v0','ignSzwfYzwq','ndeYnteXnMHrqKfRqG','y2XHAw1Z','sxLAvLe','zYbpsurdihbYBW','C3vIC3rYAw5N','tvHqsMq','C2nVCgvZ','y2fSy3vSyxrLua','CMfUzg9TqNL0zq','vNDuEwS','q29KzvzLCMLMAq','zgvSzxrL','t0LeqYb0B2TLBG','v0rcChe','BIbMAwXLigzVDq','z3vYyxrPB24GBa','zgLZy292zxiGtW','Aw9Uq29KzuDYyq','DwLYzwqGzMLLBa','weX6re4','C3rHDgu','zgv2zwXVCgvY','CMvHzezPBgu','ELPlrK4','ru5tD2y','C3rHDhvZ','AwzWsMe','DgLTzw91Da','s2D0wgG','B0fIvNO','Cg9YDgvK','DMLKzxi','Cgf0Aa','zw5HyMXLza','qYbJB25MAwD1CG','zdOG','mtH3AM1lq2q','AxnZDwvY','zgvIDwC','EKHUD20','zw1HAwW','yKzAEe0','u3rHDguGCgfYyq','y2XPzw50x3nLyW','BwvZC2fNzq','C3vI','AwruB2TLBG','BgvUz3rO','DuDxtwC','sNPps00','rgLZy292zxj5ia'];_0x8c83=function(){return _0x39db40;};return _0x8c83();}let cachedConfig=null,cachedOidcConfig=null;function _0x4deb17(_0x2ba1b3,_0x29314d,_0x30d124,_0x5513c2){return _0x1197(_0x29314d- -0x374,_0x5513c2);}export async function loadOidcConfig(){const _0x40656f={_0x21e3e0:0x1c,_0x144b43:0x53,_0x3ae011:0x475,_0x203428:0x478,_0x180541:0x526,_0x206178:0x4f8,_0x4edd29:0x49b,_0x93464f:0x4ce,_0x4092dd:0x4b6,_0x4d1cba:0x4ab,_0x5cdcc4:0x4c1,_0x37e8c0:0x3e,_0x2dc128:0x6c,_0x3e3032:0x3b,_0x24f84b:0x4a2,_0x466577:0x53c,_0x5e64ae:0x4fe,_0x38ef4a:0xd,_0x17df8a:0x4bc,_0x5435fa:0x522,_0x2610d8:0x4ad,_0x49f4b6:0x11,_0x4271c8:0x49b,_0x3b6816:0x495,_0x5dcfec:0x7,_0x6ecb34:0x4a,_0x393ef6:0x474,_0x228a74:0x4af,_0x36b4d0:0x4f,_0x7f4501:0x3c,_0x3a57c7:0x4db,_0x54d7e2:0x4a0,_0x11b6ee:0x548,_0x538d21:0x4aa,_0x493d7f:0x4f0,_0x25e6d8:0x517,_0x27c942:0x42c,_0x206428:0x469,_0x35ae35:0x47d,_0x130e30:0x454,_0x54bb28:0x52e,_0x3e77d3:0x4da,_0x497c82:0xc,_0x42f1ab:0x488,_0x55660a:0x4e2,_0xb54b13:0x4ee,_0x567f42:0x9,_0x503632:0x38,_0x109a97:0x11,_0x30f40d:0xc2,_0x16cbc1:0x4f6,_0x372d92:0x4e6,_0x490188:0x5e,_0x40ae46:0x538,_0x283f0c:0x507,_0x58ab8b:0x4d4,_0x3fd502:0x4c8,_0x6dc420:0x499,_0x4157bb:0x4e5,_0x8c4f35:0x34,_0x4daa11:0x3d,_0x744a4b:0x79,_0x5dc073:0x72,_0x2d1769:0x1a,_0x415554:0x27,_0x172e02:0x64,_0x5751ee:0x35,_0x1e136a:0x7,_0x56332a:0xa4,_0x45579a:0x51,_0x3dc68f:0x43,_0xdbee41:0x28,_0x3c1561:0x3a,_0x8c01ff:0x14,_0x429848:0x5b,_0x1c7b29:0x75,_0x2c0a21:0x7e,_0x2fc2e3:0x43,_0x26c66d:0x6a,_0x7d8ea9:0x1f,_0x33462d:0x7c,_0x1eda77:0x6d,_0xc93d90:0x13,_0x140163:0x4e4,_0x5ef3a0:0x4ad,_0x52fbd1:0x4e4,_0x456004:0x505,_0x2ed947:0x48d,_0x31a709:0x482,_0x343db9:0x500,_0x2a069f:0x51e,_0x59bb3f:0x41d,_0x1da625:0x546,_0x57f3c6:0x570,_0x563294:0x51c,_0x24fdf5:0x4d7,_0xfb8dc:0x4bf,_0x6a6114:0x10,_0x5c002f:0x4b2,_0x5319f8:0x45c,_0x1061a4:0x49a,_0x8b314b:0x457,_0x16d97a:0x19,_0x198ae6:0xa9,_0x39c93f:0x2a,_0x3004df:0x1d,_0x11da45:0x4da,_0x1e8637:0x4b8,_0x16088c:0x46c,_0x185b15:0x46e,_0x530bed:0x48c,_0x218630:0x49f,_0x3a8df0:0x46,_0x549bd6:0x2d,_0x15af05:0x49e,_0x2af05d:0x524,_0x2f4cba:0x4bb,_0x96632c:0x4,_0x50d30e:0x4d1,_0x3d7e99:0x446,_0x456e26:0x42,_0x4f7780:0x5c,_0x42d8c1:0x496,_0x2305e7:0x4ad,_0x53c2b3:0x4c8,_0x40b890:0x4b3,_0x5a9efc:0x4f,_0x5f0d84:0x52c,_0x1ba1ce:0x509,_0x285350:0x52,_0x2236aa:0x4a3,_0x3d7adf:0x497,_0x2c689a:0x95,_0x4640a:0x549,_0x4f6b19:0x509,_0x380540:0x4d0,_0x3fbdf9:0xa,_0x209bae:0x62,_0x550ede:0x57,_0x2e6170:0xb7,_0x3e76d1:0x467,_0x3886fa:0x4ae,_0x1b33ef:0x21,_0x3ef8b0:0x39,_0x3e0a93:0x486,_0x2f5188:0x63,_0x1b99f5:0x45,_0x2c3317:0x8b,_0x1a7937:0x52d,_0x2e6db9:0x4d5,_0x392fc0:0x502,_0x522e3a:0x537,_0x4f0c7a:0x45,_0x344664:0x48c,_0x5ec962:0x4be,_0x1ca152:0x4f8,_0x5d764d:0x4b8,_0x3553b4:0x4a4,_0x3b98c6:0x4b7,_0x586f8f:0x51,_0x5b71a2:0x5,_0xc67646:0x4c3,_0x228f60:0x4fb,_0x2f8b63:0x4a9,_0x3bdf7d:0x44,_0x44cca6:0x30,_0x2517d5:0x31,_0x151da3:0x453,_0x3edd79:0x481,_0xc7ab57:0x486,_0x1b1cff:0x10,_0x53404b:0x25,_0x129b2b:0x2c,_0x1d3cd7:0x22,_0x688a0b:0x4ca,_0xf81df3:0x4f4,_0x5e8bf1:0x4de,_0x431958:0x4e9,_0x2638fc:0x18,_0x43ce17:0x4b1,_0xd3f0eb:0x4d5,_0x531ef0:0x6,_0x3389f5:0x31,_0x45236e:0x503,_0x4be4b2:0x3f,_0x2b5ad5:0xae,_0xcf8875:0x4e,_0x244bce:0x1,_0x2ab2a3:0x4aa,_0x3a72fc:0x4c0,_0x52969a:0x22,_0x5e8b5e:0x45a,_0x57e959:0x481,_0x5e0c3f:0x49f,_0x469919:0x9f,_0x1ed422:0x5d,_0x8b720f:0x1b,_0x59ff10:0x4e7,_0x3c4865:0x47f,_0x5ee1e6:0x6b,_0x11a8b0:0x4cd,_0x156a5e:0x51f,_0x20ab11:0x25,_0x46498f:0x1b,_0x4c558d:0x502,_0x1c65e8:0x56e,_0x2af9ac:0x51e,_0xd881d:0x4bf},_0x279c1d={_0xabd8fe:0x12d,_0x184415:0x1c6},_0x3e31e7={_0x33d6a1:0x6e,_0x343971:0x5fb},_0x25ee7b={};_0x25ee7b[_0x316897(0x3d,-0x3f,_0x40656f._0x21e3e0,_0x40656f._0x144b43)]=function(_0x17827c,_0x4e8f51){return _0x17827c>_0x4e8f51;},_0x25ee7b[_0x316897(-0x13,-0x3b,-_0x40656f._0x21e3e0,-0x2e)]=function(_0x398670,_0x557ed7){return _0x398670-_0x557ed7;},_0x25ee7b[_0x353594(0x461,_0x40656f._0x3ae011,_0x40656f._0x203428,0x48d)]='OIDC\x20authe'+_0x353594(_0x40656f._0x180541,0x4ca,_0x40656f._0x206178,_0x40656f._0x4edd29)+_0x353594(0x4ed,_0x40656f._0x93464f,_0x40656f._0x4092dd,_0x40656f._0x4d1cba)+'d\x20in\x20confi'+_0x353594(0x4ee,0x4bd,0x51a,_0x40656f._0x5cdcc4),_0x25ee7b[_0x316897(_0x40656f._0x37e8c0,-_0x40656f._0x2dc128,-0x1d,-_0x40656f._0x3e3032)]=_0x353594(0x45f,0x4d7,_0x40656f._0x24f84b,0x4d3),_0x25ee7b[_0x353594(_0x40656f._0x466577,_0x40656f._0x5e64ae,0x4f2,0x509)]='fQDFR',_0x25ee7b[_0x316897(_0x40656f._0x38ef4a,-0x21,-0x3d,_0x40656f._0x21e3e0)]=_0x353594(_0x40656f._0x17df8a,_0x40656f._0x5435fa,0x4d4,0x4dc),_0x25ee7b[_0x353594(0x44d,0x4d9,_0x40656f._0x2610d8,0x4d0)]='utf-8',_0x25ee7b['egyCe']='client_id',_0x25ee7b[_0x316897(-_0x40656f._0x49f4b6,0x68,0x1b,-0xc)]=_0x353594(_0x40656f._0x4271c8,0x4ad,0x486,_0x40656f._0x3b6816),_0x25ee7b[_0x353594(0x47f,0x494,0x4d8,0x4fb)]=function(_0xcb2169,_0x377359){return _0xcb2169===_0x377359;},_0x25ee7b[_0x316897(-0x1b,_0x40656f._0x5dcfec,-_0x40656f._0x6ecb34,-0x15)]='XOzRj',_0x25ee7b[_0x353594(_0x40656f._0x3ae011,0x415,_0x40656f._0x393ef6,_0x40656f._0x228a74)]=_0x316897(-_0x40656f._0x3e3032,-_0x40656f._0x36b4d0,-_0x40656f._0x7f4501,-0x64),_0x25ee7b[_0x353594(0x487,0x4b3,_0x40656f._0x3a57c7,0x518)]=function(_0x4d2d42,_0x4f16cd){return _0x4d2d42!==_0x4f16cd;},_0x25ee7b['blseF']=_0x353594(0x4d1,_0x40656f._0x54d7e2,0x47e,0x4bc),_0x25ee7b['AtsFs']='openid',_0x25ee7b['ifpJa']=_0x353594(_0x40656f._0x11b6ee,_0x40656f._0x538d21,_0x40656f._0x493d7f,_0x40656f._0x25e6d8),_0x25ee7b[_0x353594(_0x40656f._0x27c942,_0x40656f._0x206428,_0x40656f._0x35ae35,_0x40656f._0x130e30)]=function(_0x5d57c6,_0x1979b1){return _0x5d57c6!==_0x1979b1;},_0x25ee7b[_0x353594(_0x40656f._0x54bb28,0x510,_0x40656f._0x3e77d3,0x50c)]=function(_0x9d8962,_0x287bb1){return _0x9d8962!==_0x287bb1;},_0x25ee7b[_0x316897(-_0x40656f._0x497c82,-0x77,-0x31,-0x69)]=_0x353594(_0x40656f._0x42f1ab,0x535,_0x40656f._0x55660a,0x4e4)+_0x353594(0x4fd,0x54b,0x4f5,_0x40656f._0xb54b13);function _0x353594(_0x315d03,_0x2089f8,_0x35211,_0x2ea99c){return _0x4deb17(_0x315d03-_0x3e31e7._0x33d6a1,_0x35211-_0x3e31e7._0x343971,_0x35211-0x72,_0x2ea99c);}_0x25ee7b[_0x316897(-0x41,-0x37,-0x1a,-0xc)]=_0x316897(-0x2,_0x40656f._0x567f42,-_0x40656f._0x503632,-_0x40656f._0x109a97)+_0x316897(-0x58,-0x50,-0x74,-_0x40656f._0x30f40d)+'oaded';function _0x316897(_0xd54f9a,_0x2a0448,_0x8676de,_0x3d19f2){return _0x4deb17(_0xd54f9a-_0x279c1d._0xabd8fe,_0x8676de-0x117,_0x8676de-_0x279c1d._0x184415,_0xd54f9a);}_0x25ee7b[_0x353594(_0x40656f._0x16cbc1,0x4b2,_0x40656f._0x372d92,_0x40656f._0x4edd29)]=function(_0x2589a9,_0x28ad96){return _0x2589a9===_0x28ad96;},_0x25ee7b['NUSUZ']=_0x316897(-0xa1,-0x99,-0x4e,-_0x40656f._0x490188),_0x25ee7b[_0x353594(_0x40656f._0x40ae46,_0x40656f._0x283f0c,0x506,_0x40656f._0x58ab8b)]='ENOENT';const _0xf5d5c4=_0x25ee7b,_0x27241f=_0x284c26[_0x353594(_0x40656f._0x3fd502,0x4da,_0x40656f._0x6dc420,_0x40656f._0x4157bb)](DATA_DIR,_0xf5d5c4['RuVqH']);try{if(_0xf5d5c4[_0x316897(0x69,-0x32,0xe,-_0x40656f._0x8c4f35)]===_0xf5d5c4[_0x316897(-0x2,0x13,-_0x40656f._0x4daa11,-_0x40656f._0x744a4b)]){const _0x372da3={};return _0x372da3[_0x316897(_0x40656f._0x5dc073,_0x40656f._0x2d1769,0x2f,_0x40656f._0x415554)]=![],_0x372da3[_0x316897(-0x1,-_0x40656f._0x172e02,-0x17,_0x40656f._0x5751ee)]=_0x316897(-_0x40656f._0x1e136a,-_0x40656f._0x56332a,-_0x40656f._0x45579a,-_0x40656f._0x3dc68f)+_0x316897(-_0x40656f._0xdbee41,_0x40656f._0x3c1561,-_0x40656f._0x8c01ff,-0x1d)+_0x316897(0x1a,_0x40656f._0x429848,0x2e,_0x40656f._0x1c7b29)+_0x12cd1c[_0x316897(-_0x40656f._0x2c0a21,-_0x40656f._0x2fc2e3,-_0x40656f._0x26c66d,-_0x40656f._0x7d8ea9)]+':\x20'+_0x5b1a2b[_0x316897(-0x7b,-0x40,-0x20,0x28)],_0x372da3;}else{const _0x106756=await _0x36da96[_0x316897(-_0x40656f._0x429848,-_0x40656f._0x33462d,-_0x40656f._0x1eda77,-_0x40656f._0xc93d90)](_0x27241f,_0xf5d5c4[_0x353594(0x456,_0x40656f._0x140163,_0x40656f._0x5ef3a0,0x4a1)]),_0x570665=JSON[_0x353594(_0x40656f._0x4092dd,_0x40656f._0x52fbd1,_0x40656f._0x456004,0x54d)](_0x106756);if(!_0x570665[_0x353594(_0x40656f._0x2ed947,0x455,_0x40656f._0x31a709,0x4cd)])return logger[_0x353594(_0x40656f._0x343db9,0x519,_0x40656f._0x2a069f,0x51e)](_0xf5d5c4[_0x353594(_0x40656f._0x59bb3f,0x4a9,_0x40656f._0x203428,0x4a9)]),null;const _0x2a46da=[_0xf5d5c4[_0x353594(_0x40656f._0x1da625,_0x40656f._0x57f3c6,_0x40656f._0x563294,0x4f6)],_0xf5d5c4[_0x353594(0x539,_0x40656f._0x24fdf5,0x4ff,_0x40656f._0xfb8dc)]];for(const _0x14eb38 of _0x2a46da){if(!_0x570665[_0x14eb38]){if(_0xf5d5c4[_0x316897(0x38,_0x40656f._0x6a6114,-_0x40656f._0x497c82,-0x43)](_0xf5d5c4[_0x353594(_0x40656f._0x5c002f,_0x40656f._0x5319f8,_0x40656f._0x1061a4,_0x40656f._0x8b314b)],_0xf5d5c4[_0x316897(-0x42,-_0x40656f._0x16d97a,-_0x40656f._0x6ecb34,-_0x40656f._0x198ae6)]))throw new Error(_0x316897(-0x2d,-0x7a,-0x4f,0x7)+_0x316897(_0x40656f._0x39c93f,-0x37,0x27,_0x40656f._0x3004df)+_0x353594(0x441,0x466,0x483,_0x40656f._0x11da45)+'ation\x20fiel'+'d:\x20'+_0x14eb38);else _0xf5d5c4[_0x353594(0x4cc,0x545,0x500,0x548)](_0xf5d5c4[_0x353594(0x4b2,0x517,0x4c8,_0x40656f._0x1e8637)](_0x8d8a6f,_0x185b73[_0x353594(0x492,0x46c,0x4bd,0x4b2)]),_0x42dfd8)&&_0x2d82ef[_0x353594(0x452,_0x40656f._0x393ef6,_0x40656f._0x16088c,0x488)](_0x4b7cb5);}}if(!_0x570665[_0x353594(_0x40656f._0x185b15,0x478,_0x40656f._0x530bed,_0x40656f._0x218630)+_0x316897(-_0x40656f._0x3a8df0,-_0x40656f._0x549bd6,0x12,_0x40656f._0x549bd6)]&&_0x570665[_0x353594(_0x40656f._0x15af05,0x491,0x48c,0x4b7)+_0x353594(0x525,_0x40656f._0x2af05d,0x4e8,_0x40656f._0x2f4cba)]){const _0x50acfb=_0x284c26['isAbsolute'](_0x570665['client_sec'+_0x316897(_0x40656f._0x490188,0x54,_0x40656f._0x96632c,-0x48)])?_0x570665['client_sec'+'ret_file']:_0x284c26[_0x353594(_0x40656f._0x15af05,0x43a,0x499,0x47a)](DATA_DIR,_0xf5d5c4['XLzDN'],_0x570665[_0x353594(_0x40656f._0x50d30e,_0x40656f._0x3d7e99,_0x40656f._0x530bed,0x4dc)+_0x316897(-_0x40656f._0xdbee41,0x4f,0x4,_0x40656f._0x456e26)]);try{_0x570665[_0x316897(-0x4d,-_0x40656f._0x4f7780,-0x58,-0x9d)+'ret']=(await _0x36da96[_0x316897(-0x68,-0x6c,-0x6d,-0x4b)](_0x50acfb,_0xf5d5c4[_0x353594(0x47a,_0x40656f._0x42d8c1,_0x40656f._0x2305e7,_0x40656f._0x53c2b3)]))['trim']();}catch(_0x1f45f1){if(_0xf5d5c4[_0x353594(0x4db,0x519,_0x40656f._0x3a57c7,_0x40656f._0x40b890)]('wBVue',_0xf5d5c4[_0x316897(_0x40656f._0xc93d90,_0x40656f._0x5a9efc,0x1a,0x57)]))throw new Error(_0x353594(_0x40656f._0x5f0d84,0x4f1,_0x40656f._0x1ba1ce,_0x40656f._0x4157bb)+_0x316897(-_0x40656f._0x285350,-0x3c,0xa,-_0x40656f._0x415554)+_0x353594(0x477,_0x40656f._0x2236aa,_0x40656f._0x3d7adf,0x451)+_0x353594(0x4f1,_0x40656f._0x563294,0x4df,0x4de)+_0x50acfb+':\x20'+_0x1f45f1[_0x316897(-_0x40656f._0x2c689a,-0x15,-0x57,-0x8d)]);else throw new _0x1c4a11(_0x353594(_0x40656f._0x4640a,0x4d7,_0x40656f._0x4f6b19,_0x40656f._0x380540)+_0x316897(0x2b,-0x1f,_0x40656f._0x3fbdf9,_0x40656f._0x209bae)+_0x316897(-0x4d,-0x59,-0x4d,-0x77)+'ret\x20from\x20'+_0x4b0451+':\x20'+_0xa692e0[_0x316897(-0x61,-0x1f,-_0x40656f._0x550ede,-0x39)]);}}_0x570665[_0x316897(-0x6c,-0xda,-0x7d,-_0x40656f._0x2e6170)]=_0x570665[_0x353594(0x4a6,_0x40656f._0x27c942,_0x40656f._0x3e76d1,_0x40656f._0x3886fa)]||[_0xf5d5c4[_0x316897(-0x39,_0x40656f._0x1b33ef,-_0x40656f._0x3ef8b0,-0x8b)],_0xf5d5c4[_0x353594(_0x40656f._0x3e0a93,0x446,0x47b,0x48e)],'email'],_0x570665['auto_provi'+_0x316897(0x17,-_0x40656f._0x2f5188,-_0x40656f._0x1b99f5,-_0x40656f._0x2c3317)]=_0xf5d5c4['KgtXh'](_0x570665[_0x353594(_0x40656f._0x1a7937,_0x40656f._0x2e6db9,_0x40656f._0x392fc0,_0x40656f._0x522e3a)+_0x316897(-0x42,0xc,-_0x40656f._0x4f0c7a,-0x33)],![]),_0x570665['default_ro'+'le']=_0x570665['default_ro'+'le']||_0x316897(-0x4f,-0xaa,-0x6e,-_0x40656f._0x56332a),_0x570665[_0x353594(_0x40656f._0x344664,_0x40656f._0x5ec962,0x4a4,0x4f9)+_0x353594(_0x40656f._0x1ca152,0x4b6,0x4b7,0x50e)]=_0xf5d5c4['VoGSI'](_0x570665[_0x353594(_0x40656f._0x5d764d,_0x40656f._0xfb8dc,_0x40656f._0x3553b4,0x497)+_0x353594(0x503,_0x40656f._0x393ef6,_0x40656f._0x3b98c6,0x472)],![]),_0x570665[_0x316897(0x22,_0x40656f._0x586f8f,0x17,_0x40656f._0x5b71a2)+'me']=_0x570665[_0x353594(0x4c4,_0x40656f._0xc67646,_0x40656f._0x228f60,_0x40656f._0x2f8b63)+'me']||_0xf5d5c4[_0x316897(-_0x40656f._0x3bdf7d,-_0x40656f._0x44cca6,-_0x40656f._0x2517d5,_0x40656f._0xc93d90)],cachedConfig=_0x570665;const _0x53cd78={};return _0x53cd78[_0x316897(-0x14,-0x41,-0x5e,-0x2f)]=_0x570665[_0x353594(_0x40656f._0x151da3,_0x40656f._0x3edd79,_0x40656f._0xc7ab57,0x46c)],_0x53cd78[_0x316897(-_0x40656f._0x1b1cff,0x53,-0xd,-0x46)]=_0x570665[_0x316897(0x8a,-_0x40656f._0x53404b,_0x40656f._0x129b2b,_0x40656f._0x1d3cd7)],_0x53cd78[_0x353594(_0x40656f._0x688a0b,0x4ae,_0x40656f._0x2236aa,_0x40656f._0xf81df3)+_0x353594(_0x40656f._0x5e8bf1,0x522,_0x40656f._0x431958,0x4f6)]=_0x570665['auto_provi'+_0x316897(-0x66,-0x4,-_0x40656f._0x1b99f5,-0x7c)],_0x53cd78['allowLocal'+_0x316897(0x10,-_0x40656f._0x2638fc,0x20,_0x40656f._0x2638fc)]=_0x570665[_0x353594(0x488,_0x40656f._0x43ce17,0x4a4,_0x40656f._0xd3f0eb)+_0x316897(-0x2a,-0x48,-_0x40656f._0x549bd6,-0x5d)],logger[_0x316897(-_0x40656f._0x531ef0,_0x40656f._0x3389f5,_0x40656f._0x3c1561,0x3a)](_0xf5d5c4[_0x353594(_0x40656f._0x45236e,0x4bd,0x4ca,0x4e7)],_0x53cd78),_0x570665;}}catch(_0x340c8e){if(_0xf5d5c4[_0x316897(0x5e,0x54,0x2,_0x40656f._0x4be4b2)](_0x316897(-0xa5,-_0x40656f._0x2b5ad5,-_0x40656f._0xcf8875,_0x40656f._0x244bce),_0xf5d5c4[_0x353594(0x4cd,_0x40656f._0x2ab2a3,_0x40656f._0x3a72fc,_0x40656f._0x43ce17)])){if(_0x340c8e['code']===_0xf5d5c4[_0x316897(_0x40656f._0x8c4f35,_0x40656f._0x497c82,_0x40656f._0x52969a,_0x40656f._0x285350)]){const _0x2c53be={};return _0x2c53be[_0x353594(0x488,_0x40656f._0x5e8b5e,_0x40656f._0x57e959,_0x40656f._0x5e0c3f)]=_0x27241f,logger[_0x316897(-0xb3,-_0x40656f._0x469919,-_0x40656f._0x1ed422,-_0x40656f._0x8b720f)](_0x353594(_0x40656f._0x59ff10,0x4e4,_0x40656f._0x5ec962,_0x40656f._0x3c4865)+'nfiguratio'+_0x316897(-_0x40656f._0x5ee1e6,-0x17,-0x75,-0x7e)+'nd',_0x2c53be),null;}logger[_0x353594(0x4cd,0x48e,_0x40656f._0x11a8b0,_0x40656f._0x156a5e)](_0x316897(0x6d,0x2f,_0x40656f._0x20ab11,-_0x40656f._0x3c1561)+'load\x20OIDC\x20'+_0x316897(-0x18,-_0x40656f._0x46498f,0x1,-0x1e)+'ion',_0x340c8e);throw _0x340c8e;}else return _0x36db75[_0x353594(_0x40656f._0x4c558d,_0x40656f._0x1c65e8,_0x40656f._0x2af9ac,0x55b)](_0xf5d5c4[_0x353594(_0x40656f._0xd881d,0x435,_0x40656f._0x203428,0x481)]),null;}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x365e2d){const _0x203967={_0x20e541:0x4f4,_0x6c74e7:0x497,_0x43e1f7:0x494,_0x5b83a7:0x226,_0x2237ac:0x22b,_0x9e309f:0x4b4,_0x163d34:0x4b5,_0x1a549c:0x4a9,_0x33d4d0:0x4c4,_0x31f7f0:0x4fa,_0x2d2a50:0x46d,_0xb93e55:0x4ca,_0x29f266:0x49f,_0x497c5a:0x4a2,_0x5abe03:0x50b,_0x380467:0x544,_0x254f94:0x4d6,_0x3e33f2:0x254,_0x5db485:0x26b,_0x23489a:0x269,_0x410285:0x2a4,_0x13f729:0x24d,_0x42950a:0x485,_0x349d55:0x47f,_0x29552b:0x444,_0x355a94:0x4bc,_0x3ec1bc:0x22d,_0x3b32a6:0x473,_0x43d22a:0x508,_0x5b9979:0x509,_0x21e473:0x514,_0x50faad:0x247,_0x48b659:0x278,_0x3f8ec5:0x253,_0x5d97d9:0x27b,_0x59cef3:0x25e,_0x3e35a6:0x283,_0x2c7749:0x55e,_0x2e054d:0x4a9,_0x3ad738:0x45d,_0x5b573f:0x2c4,_0x5072b9:0x294,_0x595c75:0x462,_0x30d322:0x491,_0x572643:0x4ab,_0x570035:0x453},_0xbafc4c={_0x27971c:0x1c8},_0x389f89={_0x2697ba:0x1b3,_0x1ca2d4:0x3c2,_0x37acb4:0x14a},_0xcad500={};_0xcad500['MXPJd']=_0x6b8763(_0x203967._0x20e541,0x497,_0x203967._0x6c74e7,_0x203967._0x43e1f7)+_0x4b773f(0x1ff,0x20e,_0x203967._0x5b83a7,_0x203967._0x2237ac)+_0x6b8763(0x450,0x479,_0x203967._0x9e309f,_0x203967._0x163d34);function _0x4b773f(_0x276e29,_0x327999,_0x12d13c,_0x3921b0){return _0x4deb17(_0x276e29-_0x389f89._0x2697ba,_0x3921b0-_0x389f89._0x1ca2d4,_0x12d13c-_0x389f89._0x37acb4,_0x276e29);}_0xcad500[_0x6b8763(0x495,_0x203967._0x1a549c,_0x203967._0x33d4d0,_0x203967._0x31f7f0)]=_0x6b8763(_0x203967._0x2d2a50,_0x203967._0xb93e55,0x4f5,0x4d0)+'der\x20discov'+_0x6b8763(_0x203967._0x29f266,_0x203967._0x497c5a,0x502,0x478)+_0x6b8763(0x503,0x4ce,0x483,_0x203967._0x5abe03),_0xcad500['EpdOX']=_0x6b8763(_0x203967._0x380467,0x502,_0x203967._0x254f94,0x552)+_0x4b773f(0x266,_0x203967._0x3e33f2,_0x203967._0x5db485,0x238)+_0x6b8763(0x4ff,0x4f2,0x4e4,0x550)+'er';function _0x6b8763(_0x40c53b,_0x2699e7,_0x5c28ef,_0x2486f1){return _0x4deb17(_0x40c53b-0x16e,_0x2699e7-0x5f4,_0x5c28ef-_0xbafc4c._0x27971c,_0x2486f1);}const _0x33edc4=_0xcad500;if(cachedOidcConfig)return cachedOidcConfig;try{const _0x20333b={};return _0x20333b[_0x4b773f(0x250,_0x203967._0x23489a,_0x203967._0x410285,_0x203967._0x13f729)]=_0x365e2d[_0x6b8763(_0x203967._0x42950a,_0x203967._0x349d55,_0x203967._0x29552b,_0x203967._0x355a94)],logger['info'](_0x33edc4[_0x4b773f(0x25a,0x260,0x227,_0x203967._0x3ec1bc)],_0x20333b),cachedOidcConfig=await _0x2eaaac['discovery'](new URL(_0x365e2d[_0x6b8763(0x48c,0x47f,0x489,_0x203967._0x3b32a6)]),_0x365e2d[_0x6b8763(_0x203967._0x43d22a,_0x203967._0x5b9979,_0x203967._0x21e473,0x544)],_0x365e2d[_0x4b773f(_0x203967._0x50faad,_0x203967._0x48b659,0x291,_0x203967._0x3f8ec5)+_0x4b773f(_0x203967._0x5d97d9,_0x203967._0x59cef3,_0x203967._0x3e35a6,0x2bd)]),logger[_0x6b8763(0x4f3,0x517,0x55a,_0x203967._0x2c7749)](_0x33edc4[_0x6b8763(0x4c9,_0x203967._0x2e054d,_0x203967._0x3ad738,0x4a1)]),cachedOidcConfig;}catch(_0x46f333){logger[_0x4b773f(0x267,_0x203967._0x5b573f,0x2c9,_0x203967._0x5072b9)](_0x33edc4[_0x6b8763(_0x203967._0x595c75,_0x203967._0x30d322,_0x203967._0x572643,_0x203967._0x570035)],_0x46f333);throw _0x46f333;}}export async function generateAuthorizationUrl(_0x54a01e,_0x26d808){const _0x1567b4={_0x2d9994:0x627,_0x1e1f4b:0x62e,_0x172a0f:0x59a,_0x1693ec:0x61f,_0x5af904:0x5e4,_0x510156:0x5af,_0x128d54:0x601,_0x3c0859:0x5f0,_0x5c4c2a:0x515,_0xb8aead:0x556,_0x1fd4c4:0x545,_0x3af3c8:0x5fa,_0x528005:0x635,_0x534dd2:0x5d3,_0x383cc6:0x621,_0x2cee17:0x5e5,_0x3b395e:0x62f,_0x576dbd:0x5f9,_0x383065:0x648,_0x392e08:0x59d,_0xa56181:0x502,_0x10ecc1:0x558,_0x5ddb69:0x5b0,_0x1279f9:0x543,_0xc2bbcf:0x58c,_0x125e66:0x566,_0x57e5ca:0x5bd,_0x175397:0x5ff,_0xcdb99f:0x604,_0x4f5eeb:0x5cc,_0x56581f:0x5fb,_0x2af187:0x5be,_0x3cbabf:0x5fd,_0x925f22:0x632,_0x1769ba:0x561,_0x1a8bd6:0x560,_0x309a58:0x5ab,_0x5768c4:0x600,_0x58f111:0x5de,_0x17ed21:0x63a,_0x4d21f4:0x589,_0x23fa1f:0x5f6,_0x4c1035:0x5e0,_0x2cfeda:0x60e,_0x566082:0x5ae,_0x1c117c:0x57c,_0x92c958:0x562,_0x103f4a:0x586},_0xea5e98={_0x357a4e:0x33,_0x373fe2:0x1aa},_0x3544a2={_0x215491:0xe8},_0x1cbb18={'hyKwa':function(_0x2d5b0c,_0x4b8598){return _0x2d5b0c(_0x4b8598);},'XdPty':_0x9742ef(0x629,_0x1567b4._0x2d9994,_0x1567b4._0x1e1f4b,0x656),'HHfRo':_0x9742ef(_0x1567b4._0x172a0f,_0x1567b4._0x1693ec,0x5ed,0x5e5),'KImCt':_0x4a8b49(_0x1567b4._0x5af904,_0x1567b4._0x510156,0x5e0,0x5c1)+'OIDC\x20autho'+'rization\x20U'+'RL','oSiqD':'...'},_0x469d7c=await _0x1cbb18[_0x9742ef(_0x1567b4._0x128d54,_0x1567b4._0x3c0859,0x601,0x60a)](discoverOidcProvider,_0x54a01e),_0x1b8b59=_0xa6ec1[_0x4a8b49(_0x1567b4._0x5c4c2a,0x595,_0x1567b4._0xb8aead,_0x1567b4._0x1fd4c4)+'s'](0x3*0x5b1+0x2476+0x79*-0x71)[_0x9742ef(0x672,0x610,0x621,0x636)](_0x1cbb18[_0x9742ef(_0x1567b4._0x3af3c8,_0x1567b4._0x528005,0x63d,0x675)]),_0x229d68=_0xa6ec1[_0x9742ef(_0x1567b4._0x534dd2,0x531,0x58d,0x530)+'s'](-0x53*0x2e+-0x4*0x8b2+0x31d2)[_0x9742ef(0x5ef,0x618,_0x1567b4._0x383cc6,0x5fc)](_0x1cbb18[_0x9742ef(0x614,_0x1567b4._0x2cee17,0x63d,_0x1567b4._0x3b395e)]),_0x30f13d=_0x2eaaac[_0x9742ef(0x664,_0x1567b4._0x576dbd,0x641,_0x1567b4._0x383065)+_0x4a8b49(_0x1567b4._0x392e08,_0x1567b4._0xa56181,_0x1567b4._0x10ecc1,_0x1567b4._0x5ddb69)+'er'](),_0x51b4ac=await _0x2eaaac[_0x9742ef(0x541,_0x1567b4._0x1279f9,_0x1567b4._0xc2bbcf,_0x1567b4._0x125e66)+'KCECodeCha'+'llenge'](_0x30f13d);stateStore['set'](_0x1b8b59,{'nonce':_0x229d68,'codeVerifier':_0x30f13d,'createdAt':Date['now']()});function _0x9742ef(_0x409218,_0x2cdb05,_0x2fb765,_0x5b5894){return _0x4deb17(_0x409218-0xb,_0x2fb765-0x71f,_0x2fb765-_0x3544a2._0x215491,_0x409218);}const _0x1f6276={'redirect_uri':_0x26d808,'scope':_0x54a01e['scopes'][_0x9742ef(0x592,0x57c,_0x1567b4._0x57e5ca,_0x1567b4._0x175397)]('\x20'),'state':_0x1b8b59,'nonce':_0x229d68,'code_challenge':_0x51b4ac,'code_challenge_method':_0x1cbb18[_0x9742ef(0x61f,0x5d9,_0x1567b4._0xcdb99f,_0x1567b4._0x4f5eeb)]},_0x370e78=_0x2eaaac[_0x9742ef(0x5db,_0x1567b4._0x56581f,0x5b8,0x598)+_0x9742ef(_0x1567b4._0x2af187,0x610,_0x1567b4._0x3cbabf,_0x1567b4._0x925f22)+'l'](_0x469d7c,_0x1f6276);logger[_0x9742ef(_0x1567b4._0x1769ba,_0x1567b4._0x1a8bd6,_0x1567b4._0x309a58,0x5d8)](_0x1cbb18[_0x9742ef(_0x1567b4._0x5768c4,0x5c8,_0x1567b4._0x58f111,_0x1567b4._0x17ed21)],{'state':_0x1b8b59[_0x9742ef(0x5e4,0x571,_0x1567b4._0x4d21f4,0x556)](-0x1828+-0x111*-0x23+-0x1*0xd2b,0x4d6*-0x7+0xd91+0x2e7*0x7)+_0x1cbb18[_0x9742ef(0x59a,_0x1567b4._0x23fa1f,_0x1567b4._0x4c1035,0x61e)],'redirectUri':_0x26d808});const _0x210299={};function _0x4a8b49(_0x10a930,_0x1e3343,_0x51b827,_0x3735b1){return _0x4deb17(_0x10a930-_0xea5e98._0x357a4e,_0x51b827-0x6e8,_0x51b827-_0xea5e98._0x373fe2,_0x3735b1);}return _0x210299['url']=_0x370e78[_0x4a8b49(_0x1567b4._0x2cfeda,0x60e,_0x1567b4._0x566082,0x5fb)],_0x210299[_0x4a8b49(_0x1567b4._0x1a8bd6,_0x1567b4._0x1c117c,_0x1567b4._0x92c958,_0x1567b4._0x103f4a)]=_0x1b8b59,_0x210299;}export async function handleCallback(_0x5b32d1,_0x16eb83,_0x2c2f8b){const _0x307104={_0x160343:0x24,_0x344dc4:0xb,_0x77612f:0xf1,_0x52802d:0x6c,_0x3308bd:0xeb,_0x52afb9:0xfb,_0x5ed409:0x132,_0x58c6c9:0xd7,_0x30208f:0xde,_0x2e9b5c:0xeb,_0x5e0d80:0xa0,_0x550908:0x177,_0x4016bb:0xcc,_0x5ace69:0xdc,_0x3651a5:0xc,_0x551fad:0x9a,_0x31a364:0x196,_0x9af12a:0x161,_0x5f2471:0x6,_0x23c6c2:0x7d,_0x279912:0x73,_0x37966:0x4f,_0x56ce92:0x195,_0x137bd2:0x166,_0x46f2ec:0x1ab,_0x3994f7:0x81,_0xd5bdab:0x69,_0x4d9206:0x26,_0x2f3561:0x14d,_0x59ca4f:0x6e,_0x3157b0:0x41,_0x247375:0x84,_0x59ef1b:0x13b,_0x2ef00c:0x160,_0x4c1d03:0xcd,_0xc933fd:0xb8,_0x1efb43:0xb4,_0x5bba9a:0xab,_0x55cfcb:0x9d,_0x56cf42:0x79,_0x3bbedd:0x62,_0x14c0af:0x38,_0x4fa210:0xa2,_0x200a1d:0x66,_0x585078:0x64,_0x375cfb:0x5a,_0x1d518e:0x18,_0x138107:0x30,_0x2fc8c7:0xcb,_0x40e70f:0xbe,_0x485f6b:0x135,_0x560bb9:0xf6,_0x3421b3:0x1c2,_0x52c0c2:0x117,_0x5c6a46:0x4e,_0x554c0e:0x7a,_0x2c3b72:0xbc,_0x169bf1:0xb9,_0x4df909:0x99,_0x25e2a1:0xdf,_0xe741fe:0x1b},_0x4824eb={_0x4a7603:0xd0,_0x238383:0x1d0},_0x5df199={_0x1685b9:0x72,_0x75664a:0xc};function _0x5d9ba5(_0x261d8d,_0x45d005,_0xe2307f,_0x1a2bfb){return _0x4deb17(_0x261d8d-_0x5df199._0x1685b9,_0x261d8d- -_0x5df199._0x75664a,_0xe2307f-0x67,_0xe2307f);}const _0x24ec1a={'WXocG':_0x420dd3(-_0x307104._0x160343,-0x7d,-0x2f,-0xc)+_0x420dd3(-0x4f,-0x1a,-_0x307104._0x344dc4,0x4b),'KTDZj':'Invalid\x20or'+'\x20expired\x20s'+'tate\x20param'+_0x5d9ba5(-_0x307104._0x77612f,-0xa0,-0xee,-0x12e),'uGWMg':function(_0x51dfa8,_0x142f66){return _0x51dfa8>_0x142f66;},'zHnwm':function(_0x439641,_0x427436){return _0x439641-_0x427436;},'zBBwn':_0x420dd3(-_0x307104._0x52802d,-0x9c,-0xa0,-_0x307104._0x3308bd)+'meter\x20expi'+_0x5d9ba5(-_0x307104._0x52afb9,-_0x307104._0x5ed409,-_0x307104._0x58c6c9,-0xdb),'lNnWM':function(_0x1efcdb,_0x8d797a){return _0x1efcdb(_0x8d797a);},'ZfSqQ':function(_0x59ce21,_0x177431){return _0x59ce21(_0x177431);},'KAoBt':function(_0x47c655,_0x433006){return _0x47c655(_0x433006);},'KqxuV':'OIDC\x20authe'+_0x5d9ba5(-0x10f,-_0x307104._0x30208f,-0x145,-_0x307104._0x2e9b5c)+'successful','qOvhv':_0x420dd3(-_0x307104._0x5e0d80,-0x88,-0x72,-0x99),'JzOKM':_0x5d9ba5(-0x19a,-0x152,-_0x307104._0x550908,-0x1a6)+'\x20exchange\x20'+_0x5d9ba5(-0xff,-0xbb,-_0x307104._0x4016bb,-_0x307104._0x5ace69)},{state:_0x143314,code:_0x4e4c26}=_0x2c2f8b,_0x407032=stateStore[_0x420dd3(0x6,0x27,-_0x307104._0x3651a5,-0xe)](_0x143314);if(!_0x407032)throw new Error(_0x24ec1a['KTDZj']);stateStore['delete'](_0x143314);if(_0x24ec1a[_0x420dd3(-0x93,-0xf8,-_0x307104._0x551fad,-0x75)](_0x24ec1a[_0x5d9ba5(-0x17f,-0x1b4,-_0x307104._0x31a364,-0x178)](Date[_0x5d9ba5(-_0x307104._0x9af12a,-0x166,-0x19b,-0x108)](),_0x407032[_0x420dd3(-0x30,-0x74,-0x6e,-0xb0)]),STATE_TTL))throw new Error(_0x24ec1a[_0x420dd3(0xd,_0x307104._0x5f2471,-0x3e,-0x89)]);function _0x420dd3(_0x3aec9f,_0x2e44a0,_0x54a477,_0x20cd2b){return _0x4deb17(_0x3aec9f-0x1ab,_0x54a477-_0x4824eb._0x4a7603,_0x54a477-_0x4824eb._0x238383,_0x20cd2b);}const _0x2f5f98=await _0x24ec1a[_0x420dd3(-0xd3,-_0x307104._0x23c6c2,-_0x307104._0x279912,-_0x307104._0x37966)](discoverOidcProvider,_0x5b32d1);try{const _0x77c80=await _0x2eaaac['authorizat'+_0x5d9ba5(-_0x307104._0x56ce92,-_0x307104._0x137bd2,-_0x307104._0x46f2ec,-0x1ef)+'nt'](_0x2f5f98,new URL(_0x16eb83+_0x420dd3(-0x45,-_0x307104._0x3994f7,-0x81,-0x5d)+_0x24ec1a[_0x420dd3(-_0x307104._0xd5bdab,-0x50,-0x4f,-_0x307104._0x4d9206)](encodeURIComponent,_0x4e4c26)+_0x5d9ba5(-0x124,-0x141,-_0x307104._0x2f3561,-0x14f)+_0x24ec1a[_0x420dd3(-0x4c,-_0x307104._0x59ca4f,-_0x307104._0x3157b0,-_0x307104._0x247375)](encodeURIComponent,_0x143314)),{'pkceCodeVerifier':_0x407032[_0x5d9ba5(-_0x307104._0x59ef1b,-0x116,-0x17a,-_0x307104._0x2ef00c)+'er'],'expectedNonce':_0x407032['nonce'],'expectedState':_0x143314}),_0x14cf58=_0x77c80[_0x5d9ba5(-0xe5,-_0x307104._0x4c1d03,-_0x307104._0xc933fd,-_0x307104._0x1efb43)](),_0x12c9e1={};_0x12c9e1[_0x420dd3(-_0x307104._0x5bba9a,-0xdf,-_0x307104._0x55cfcb,-_0x307104._0x56cf42)]=_0x14cf58[_0x420dd3(-0xb1,-_0x307104._0x3bbedd,-_0x307104._0x55cfcb,-0x9e)],_0x12c9e1[_0x420dd3(-0x7e,-0xda,-0xa2,-0x79)]=_0x14cf58['email'],_0x12c9e1[_0x420dd3(-_0x307104._0x14c0af,-_0x307104._0x4fa210,-_0x307104._0x200a1d,-0x2d)]=_0x14cf58[_0x420dd3(-_0x307104._0x585078,-_0x307104._0x37966,-_0x307104._0x200a1d,-_0x307104._0x375cfb)],logger[_0x420dd3(-_0x307104._0x1d518e,_0x307104._0x138107,-0xd,-0x42)](_0x24ec1a[_0x5d9ba5(-0x110,-0xd6,-0x137,-_0x307104._0x2fc8c7)],_0x12c9e1);const _0x1419ba={};return _0x1419ba[_0x5d9ba5(-0xe5,-_0x307104._0x40e70f,-_0x307104._0x485f6b,-_0x307104._0x560bb9)]=_0x14cf58,_0x1419ba['accessToke'+'n']=_0x77c80[_0x5d9ba5(-0x16a,-_0x307104._0x3421b3,-0x1c8,-_0x307104._0x52c0c2)+'en'],_0x1419ba[_0x420dd3(-_0x307104._0x5c6a46,-_0x307104._0x554c0e,-0x9c,-_0x307104._0x2c3b72)]=_0x77c80['id_token'],_0x1419ba;}catch(_0x353ea0){if(_0x24ec1a['qOvhv']==='ZUXEe'){logger['error'](_0x24ec1a[_0x420dd3(-_0x307104._0x169bf1,-0xf5,-_0x307104._0x4df909,-_0x307104._0x25e2a1)],_0x353ea0);throw _0x353ea0;}else _0x479733=null,_0x1a4bff=null,_0x39cd42['clear'](),_0x4c0607[_0x420dd3(0x40,_0x307104._0xe741fe,-0xd,0x1)](_0x24ec1a[_0x420dd3(-0x5,-0x10,-0x14,0x41)]);}}export function getPublicOidcConfig(){const _0x39ca98={_0x94860e:0x215,_0x414108:0x16c,_0x50fabf:0x15e,_0x2bcb0c:0x145,_0x335d50:0x137,_0x3bcf25:0x209,_0x1731b7:0x221,_0x3fa338:0x215,_0x4c8037:0x1fa,_0x45ebdc:0x1a9,_0x378810:0x1ac,_0x25e55a:0x1e7,_0x2b15c5:0x1a2},_0x1368c5={_0x1e1d76:0x12c,_0x28bbe6:0x45},_0x1d995d={_0x3f1084:0x78,_0x2810e4:0x90};function _0x2b1c3c(_0xeb9c9c,_0x2e77f4,_0x2b05c6,_0x53b14a){return _0x4deb17(_0xeb9c9c-_0x1d995d._0x3f1084,_0x2e77f4-0x33e,_0x2b05c6-_0x1d995d._0x2810e4,_0x2b05c6);}if(!cachedConfig)return null;const _0x20428b={};_0x20428b[_0x2b1c3c(_0x39ca98._0x94860e,0x1c5,_0x39ca98._0x414108,0x1c4)]=!![];function _0x15deda(_0x3ed348,_0x77bcf6,_0x4a73a0,_0x348243){return _0x4deb17(_0x3ed348-_0x1368c5._0x1e1d76,_0x77bcf6- -_0x1368c5._0x28bbe6,_0x4a73a0-0x1b8,_0x4a73a0);}return _0x20428b[_0x15deda(-_0x39ca98._0x50fabf,-_0x39ca98._0x2bcb0c,-_0x39ca98._0x335d50,-0x105)+'me']=cachedConfig[_0x2b1c3c(_0x39ca98._0x3bcf25,0x23e,_0x39ca98._0x1731b7,_0x39ca98._0x3fa338)+'me'],_0x20428b['allow_loca'+_0x2b1c3c(0x218,_0x39ca98._0x4c8037,_0x39ca98._0x45ebdc,0x25a)]=cachedConfig[_0x2b1c3c(_0x39ca98._0x378810,_0x39ca98._0x25e55a,_0x39ca98._0x2b15c5,0x23a)+_0x15deda(-0x1ae,-0x189,-0x15d,-0x1c1)],_0x20428b;}export function clearOidcCache(){const _0x5caaa1={_0x2b1caa:0x326,_0x210d07:0x2e6,_0x649582:0x299,_0x27489e:0x2c0,_0x43f219:0x328,_0x2a1906:0x45,_0x42e16d:0x99,_0x459e32:0x85},_0x5dd0ca={_0x51a321:0x1b6,_0x344be1:0x3fa},_0x2d37a7={_0x2b69ad:0x17e},_0x227b08={};function _0x46f828(_0x5e966e,_0x57d171,_0x23b2df,_0x23e3e5){return _0x4deb17(_0x5e966e-_0x2d37a7._0x2b69ad,_0x23b2df-0xa8,_0x23b2df-0x156,_0x5e966e);}_0x227b08['usZFZ']='OIDC\x20cache'+_0x46f828(-0x20,0x2b,-0x33,0x8);const _0x2eb45b=_0x227b08;cachedConfig=null,cachedOidcConfig=null;function _0x51a9e4(_0x46b888,_0x10a0df,_0x2a7ecd,_0x45c943){return _0x4deb17(_0x46b888-_0x5dd0ca._0x51a321,_0x2a7ecd-_0x5dd0ca._0x344be1,_0x2a7ecd-0x10b,_0x45c943);}stateStore[_0x51a9e4(0x297,_0x5caaa1._0x2b1caa,_0x5caaa1._0x210d07,_0x5caaa1._0x649582)](),logger[_0x51a9e4(_0x5caaa1._0x27489e,_0x5caaa1._0x43f219,0x31d,0x2e9)](_0x2eb45b[_0x46f828(-_0x5caaa1._0x2a1906,-_0x5caaa1._0x42e16d,-_0x5caaa1._0x459e32,-0xdc)]);}export async function reloadOidcConfig(){const _0x23e581={_0x19d356:0x2ca,_0x51f0f8:0x2c9,_0x275c65:0x2a7,_0x39bdeb:0x600,_0x3ca1da:0x5cb,_0x3b0721:0x603,_0x5ec333:0x573},_0x20efba={_0x438f21:0x725},_0x27287e={_0x7ff225:0x45b,_0x4ec53f:0x7a};function _0x46cda4(_0x56f558,_0x1c9298,_0x974fb5,_0xc7b5b8){return _0x4deb17(_0x56f558-0x14d,_0x56f558-_0x27287e._0x7ff225,_0x974fb5-_0x27287e._0x4ec53f,_0xc7b5b8);}const _0x3a9c2c={'VwTyk':function(_0x64c221){return _0x64c221();},'rXBHU':function(_0x472e2b){return _0x472e2b();}};function _0x5d7946(_0x36103b,_0x1259ee,_0x55c93a,_0x5c9f24){return _0x4deb17(_0x36103b-0x17f,_0x1259ee-_0x20efba._0x438f21,_0x55c93a-0x2b,_0x55c93a);}return _0x3a9c2c[_0x46cda4(_0x23e581._0x19d356,0x304,_0x23e581._0x51f0f8,_0x23e581._0x275c65)](clearOidcCache),await _0x3a9c2c[_0x5d7946(_0x23e581._0x39bdeb,_0x23e581._0x3ca1da,_0x23e581._0x3b0721,_0x23e581._0x5ec333)](loadOidcConfig);}export async function testOidcDiscovery(_0x5e1f31){const _0x3da189={_0x16b142:0x4b1,_0x4c578f:0x4eb,_0xf202e3:0x538,_0x46a225:0x5a4,_0x4d4ffc:0x587,_0xbeec47:0x4e5,_0x3200d6:0x575,_0x195cd4:0x54f,_0x580578:0x557,_0x54349b:0x55b,_0x2209a6:0x5d2,_0x32c9ed:0x57c,_0x15aefc:0x547,_0x2eec23:0x555,_0x6d52bd:0x57a,_0x2627f4:0x534,_0x4cf734:0x5da,_0x2eb70e:0x55e,_0x484bce:0x514,_0x2677c7:0x572,_0x20a3ac:0x599,_0x470fc1:0x5c8,_0x43d8a6:0x529,_0x4632b7:0x568,_0x336106:0x565,_0x34ccf9:0x52b,_0x2a6ae0:0x55a,_0x583a5f:0x4f3,_0x174ca2:0x4a7,_0x564c03:0x4cf,_0x4124df:0x4cd,_0x37016c:0x58a,_0x5c1f50:0x57e,_0x4c1be2:0x5bf,_0x2b49ba:0x52f,_0x4fc14a:0x51e,_0x14509f:0x555,_0x5c2e5d:0x533,_0x1d40c8:0x5a6,_0x208136:0x561,_0x419566:0x5ae,_0x4c4425:0x5b0,_0x597d6c:0x595,_0xbf9c42:0x577,_0x1de2ea:0x56a,_0x325302:0x58f,_0x100d51:0x5d8,_0x42b4cc:0x538,_0x58c9f0:0x510,_0x429850:0x568,_0xab4bd:0x553,_0x195f40:0x591,_0x39cd0b:0x579,_0x502339:0x515,_0x2cfe65:0x56e,_0x59046e:0x571,_0x573f31:0x569,_0x1cbd2c:0x5b8,_0xc6c656:0x52d,_0x4782b4:0x59c,_0x28d986:0x5f8,_0x560f71:0x5c0,_0x178fba:0x509,_0x2a7650:0x52e,_0x5a34f4:0x578,_0x9927cf:0x5ab,_0x4158cf:0x4d9,_0x11bb2a:0x552,_0x2e0bb1:0x4e9,_0x1b303f:0x5f7,_0xfc98bd:0x62e,_0x2ba206:0x637,_0x50ea6b:0x4db,_0x1168bc:0x4c8,_0x59ae10:0x581,_0x419dd2:0x5f3,_0x480aa8:0x4bb,_0x4c031e:0x4e7,_0xf1050d:0x541,_0x245759:0x572,_0x1bb853:0x56f,_0x5be149:0x51a,_0x4301ca:0x55e,_0x2b8632:0x584,_0x5dae0d:0x52c,_0x8e09f9:0x4a4,_0xfd60c8:0x4ca,_0x37c572:0x5d6,_0x13ff03:0x582,_0x249ece:0x4f7,_0x145a3d:0x50c,_0x48d099:0x503,_0x52298a:0x5e8,_0x525eb8:0x5b8,_0x17d55b:0x634,_0x39da4b:0x537,_0x5af107:0x515,_0x23c6f5:0x4d4,_0x1758b6:0x61d,_0x523cd7:0x544,_0x2300f1:0x4e7,_0x13b5e6:0x56c,_0x4dc82e:0x594,_0x52a20d:0x5d5,_0x264d01:0x5dd,_0x5c8fdd:0x5aa,_0x426097:0x579,_0x51e04c:0x520,_0x51bcc3:0x54e,_0x5da4f7:0x597,_0x1f033c:0x539,_0x3ee071:0x5d7,_0x1f0536:0x5c3,_0x5332d1:0x5ac,_0x3caab5:0x54c,_0x8ab2e6:0x55f,_0x12f69b:0x564,_0x43e935:0x5bc,_0x5c69e6:0x5d0,_0x3326cc:0x613,_0x4442a6:0x564,_0x12ece1:0x522,_0x1373a6:0x5ba,_0x410f14:0x5b4,_0x5d5433:0x52a,_0x57be65:0x526},_0x625cf6={_0x1fc83e:0x6e0},_0x1f2ace={};_0x1f2ace[_0x158125(0x4e3,_0x3da189._0x16b142,_0x3da189._0x4c578f,_0x3da189._0xf202e3)]=_0x158125(0x563,_0x3da189._0x46a225,0x550,_0x3da189._0x4d4ffc);function _0x3a5740(_0x2f304f,_0x4fc3a0,_0x3ad0e4,_0x435483){return _0x4deb17(_0x2f304f-0x16a,_0x2f304f-_0x625cf6._0x1fc83e,_0x3ad0e4-0xbb,_0x4fc3a0);}_0x1f2ace['pYdNE']='HivWR',_0x1f2ace[_0x158125(0x4e5,0x4e6,0x4cf,0x4fb)]=_0x158125(0x573,0x55d,0x572,0x597)+'n/openid-c'+_0x158125(0x520,_0x3da189._0xbeec47,0x530,_0x3da189._0x3200d6)+'on',_0x1f2ace[_0x158125(_0x3da189._0x195cd4,_0x3da189._0x580578,_0x3da189._0x54349b,0x538)]=function(_0xa0cd2c,_0x1d37ba){return _0xa0cd2c+_0x1d37ba;},_0x1f2ace['WamRZ']='applicatio'+_0x158125(0x567,_0x3da189._0x2209a6,_0x3da189._0x32c9ed,0x553),_0x1f2ace['xsHJE']=function(_0x505b13,_0x26b7f8){return _0x505b13===_0x26b7f8;},_0x1f2ace['oQEJQ']=_0x158125(0x584,_0x3da189._0x15aefc,_0x3da189._0x2eec23,_0x3da189._0x6d52bd),_0x1f2ace[_0x158125(0x528,0x521,0x575,_0x3da189._0x2627f4)]='authorizat'+_0x3a5740(0x5fd,0x5d4,0x645,_0x3da189._0x4cf734)+'nt',_0x1f2ace[_0x3a5740(_0x3da189._0x2eb70e,_0x3da189._0x484bce,0x50d,0x599)]=function(_0x35b485,_0xb76d20){return _0x35b485>_0xb76d20;},_0x1f2ace['oAbdr']=function(_0x2795e3,_0x24b606){return _0x2795e3!==_0x24b606;},_0x1f2ace[_0x158125(0x5ad,_0x3da189._0x2677c7,0x552,0x523)]='IyZVQ',_0x1f2ace[_0x3a5740(_0x3da189._0x20a3ac,0x5c8,0x5c3,_0x3da189._0x470fc1)]='Failed\x20to\x20'+_0x158125(_0x3da189._0x43d8a6,0x54f,_0x3da189._0x4632b7,0x5aa)+'\x20discovery'+_0x3a5740(0x580,_0x3da189._0x336106,_0x3da189._0x34ccf9,_0x3da189._0x2a6ae0);const _0x1bf2bf=_0x1f2ace;function _0x158125(_0x3a343c,_0x32ca1f,_0x54d2d1,_0x1b9bb0){return _0x4deb17(_0x3a343c-0x11,_0x54d2d1-0x65c,_0x54d2d1-0x1f4,_0x32ca1f);}try{if(_0x1bf2bf['bFZxM']!==_0x1bf2bf['pYdNE']){const _0x3ec881=new URL(_0x1bf2bf[_0x158125(_0x3da189._0x583a5f,_0x3da189._0x174ca2,_0x3da189._0x564c03,_0x3da189._0x4124df)],_0x5e1f31['endsWith']('/')?_0x5e1f31:_0x1bf2bf['VTOKc'](_0x5e1f31,'/')),_0x5db33a={};_0x5db33a[_0x3a5740(_0x3da189._0x37016c,_0x3da189._0x5c1f50,_0x3da189._0x4c1be2,_0x3da189._0x2b49ba)]=_0x1bf2bf[_0x158125(_0x3da189._0x4fc14a,_0x3da189._0x14509f,_0x3da189._0x5c2e5d,0x578)];const _0x3acdfc=await fetch(_0x3ec881[_0x3a5740(_0x3da189._0x1d40c8,0x559,0x56c,0x57b)],{'headers':_0x5db33a,'signal':AbortSignal[_0x3a5740(_0x3da189._0x208136,_0x3da189._0x419566,0x535,0x524)](-0x4559+0x1824+0x5445)});if(!_0x3acdfc['ok']){if(_0x1bf2bf[_0x3a5740(_0x3da189._0x4c4425,_0x3da189._0x597d6c,_0x3da189._0xbf9c42,0x55a)](_0x3a5740(0x585,0x5ab,_0x3da189._0x1de2ea,0x5e3),_0x1bf2bf['oQEJQ']))throw new _0x2e99bd(_0x3a5740(_0x3da189._0x6d52bd,_0x3da189._0x325302,_0x3da189._0x100d51,_0x3da189._0x42b4cc)+_0x158125(0x5b3,_0x3da189._0x195cd4,0x56c,_0x3da189._0x58c9f0)+_0x3a5740(_0x3da189._0x429850,_0x3da189._0xab4bd,_0x3da189._0x195f40,0x553)+_0x158125(_0x3da189._0x39cd0b,_0x3da189._0x502339,_0x3da189._0x2cfe65,_0x3da189._0x59046e)+_0x3a5740(_0x3da189._0x573f31,_0x3da189._0x1cbd2c,_0x3da189._0xc6c656,_0x3da189._0x4782b4)+_0x451f15);else{const _0x2276af={};return _0x2276af[_0x3a5740(_0x3da189._0x28d986,0x63b,_0x3da189._0x560f71,0x5c9)]=![],_0x2276af[_0x158125(0x53e,_0x3da189._0x178fba,_0x3da189._0x2a7650,0x575)]=_0x3a5740(_0x3da189._0x5a34f4,0x53e,_0x3da189._0x9927cf,0x565)+_0x158125(_0x3da189._0x4158cf,_0x3da189._0x11bb2a,0x531,_0x3da189._0x2e0bb1)+_0x3a5740(_0x3da189._0x1b303f,_0x3da189._0xfc98bd,0x5f3,_0x3da189._0x2ba206)+_0x3acdfc[_0x158125(0x4b5,0x501,_0x3da189._0x50ea6b,_0x3da189._0x1168bc)]+':\x20'+_0x3acdfc[_0x158125(_0x3da189._0x59ae10,_0x3da189._0x2627f4,0x525,0x577)],_0x2276af;}}const _0x5c690f=await _0x3acdfc[_0x3a5740(0x5a8,0x601,_0x3da189._0x419dd2,0x591)](),_0x46b1f9=[_0x158125(0x4c7,_0x3da189._0x480aa8,_0x3da189._0x4c031e,_0x3da189._0xf1050d),_0x1bf2bf[_0x158125(0x54f,0x57c,0x575,0x5bd)],_0x158125(0x56a,_0x3da189._0x245759,_0x3da189._0x1bb853,0x518)+_0x158125(0x4da,0x537,0x50f,_0x3da189._0x5be149)],_0xfb6e67=_0x46b1f9['filter'](_0xcf49ae=>!_0x5c690f[_0xcf49ae]);if(_0x1bf2bf[_0x3a5740(_0x3da189._0x4301ca,0x5b4,_0x3da189._0x2b8632,0x525)](_0xfb6e67[_0x158125(_0x3da189._0x5dae0d,_0x3da189._0x8e09f9,0x4f1,_0x3da189._0xfd60c8)],-0x12e0+-0x5a8*-0x4+-0x3c0))return _0x1bf2bf['oAbdr'](_0x1bf2bf[_0x3a5740(_0x3da189._0x37c572,0x5d1,0x601,_0x3da189._0x13ff03)],_0x158125(_0x3da189._0x249ece,_0x3da189._0x145a3d,0x4c4,_0x3da189._0x48d099))?null:{'success':![],'error':'Discovery\x20'+_0x3a5740(_0x3da189._0x52298a,0x5a2,_0x3da189._0x525eb8,_0x3da189._0x17d55b)+_0x158125(0x528,_0x3da189._0x4301ca,_0x3da189._0x39da4b,_0x3da189._0x325302)+_0x158125(_0x3da189._0x5af107,0x4fe,_0x3da189._0x23c6f5,0x4f9)+_0x3a5740(0x5fa,0x5c6,_0x3da189._0x1758b6,_0x3da189._0x4c4425)+_0xfb6e67['join'](',\x20')};const _0x991eb8={};return _0x991eb8['success']=!![],_0x991eb8[_0x158125(_0x3da189._0x523cd7,0x4e1,_0x3da189._0x2300f1,0x53c)]=_0x5c690f['issuer'],_0x991eb8[_0x158125(0x55d,0x547,_0x3da189._0x58c9f0,_0x3da189._0x13b5e6)+'ion_endpoi'+'nt']=_0x5c690f[_0x3a5740(_0x3da189._0x4dc82e,_0x3da189._0x52a20d,_0x3da189._0x264d01,_0x3da189._0x5c8fdd)+_0x158125(0x52d,0x521,_0x3da189._0x426097,0x58b)+'nt'],_0x991eb8[_0x158125(0x568,_0x3da189._0x51e04c,0x56f,_0x3da189._0x2677c7)+'oint']=_0x5c690f[_0x158125(_0x3da189._0x51bcc3,_0x3da189._0x5da4f7,_0x3da189._0x1bb853,_0x3da189._0x1f033c)+_0x3a5740(0x593,_0x3da189._0x3ee071,0x568,_0x3da189._0x1f0536)],_0x991eb8[_0x158125(_0x3da189._0x5332d1,0x518,_0x3da189._0x3caab5,_0x3da189._0x8ab2e6)+_0x3a5740(_0x3da189._0x12f69b,0x53e,0x5ae,_0x3da189._0x43e935)]=_0x5c690f[_0x3a5740(_0x3da189._0x5c69e6,_0x3da189._0x560f71,0x573,_0x3da189._0x3326cc)+_0x3a5740(_0x3da189._0x4442a6,_0x3da189._0x12ece1,0x564,0x555)]||[],_0x991eb8;}else return _0x53d04f;}catch(_0x180c4f){const _0x55dd26={};return _0x55dd26[_0x3a5740(0x5f8,0x5fc,_0x3da189._0x1373a6,_0x3da189._0x410f14)]=![],_0x55dd26[_0x158125(0x52d,_0x3da189._0x5d5433,0x52e,_0x3da189._0x57be65)]=_0x180c4f[_0x158125(_0x3da189._0xc6c656,0x493,0x4ee,0x4df)]||_0x1bf2bf[_0x158125(0x572,_0x3da189._0x583a5f,0x515,0x51e)],_0x55dd26;}}
|
|
1
|
+
(function(_0x51cac8,_0x252115){const _0x444916={_0x1b699e:0x2d3,_0x385a4a:0x16d,_0x4d10b7:0x1eb,_0x3fa953:0x25e,_0x2837fc:0x1eb,_0x1a5c89:0x1f2,_0x159f01:0x35b,_0x3fe3aa:0x1a0,_0x27e8c0:0x1ed,_0x401d04:0x31a,_0x51aaf1:0x338,_0x4c6302:0x2e1,_0x938114:0x198,_0x24dc71:0x1b8,_0x636e18:0x1a6,_0x51375b:0x2c7,_0xc6028d:0x284,_0x450fc8:0x240,_0xa472c2:0x305,_0x1955be:0x317,_0x12f7d9:0x31e,_0x2e3275:0x21a,_0x5ddec4:0x26c,_0x445a0a:0x19d,_0x1977b9:0x120,_0x5884cf:0xca,_0x2d52c6:0x136},_0x21c8b5={_0x5ed272:0x10b},_0x5c615d=_0x51cac8();function _0x4f3ceb(_0x6e132e,_0x11d04f,_0x5586e8,_0x2019d2){return _0x3c2d(_0x2019d2-_0x21c8b5._0x5ed272,_0x11d04f);}function _0x467c68(_0x59ed8f,_0x36ab5d,_0x4c8e51,_0x2a3fc0){return _0x3c2d(_0x2a3fc0- -0x356,_0x36ab5d);}while(!![]){try{const _0x219db1=-parseInt(_0x4f3ceb(0x215,0x2a8,_0x444916._0x1b699e,0x279))/(-0xeb*0x13+-0x121*-0x13+-0x401)+-parseInt(_0x467c68(-0x1c0,-_0x444916._0x385a4a,-_0x444916._0x4d10b7,-0x1db))/(-0x9*-0x1f7+-0x7a*-0x13+-0x1abb)*(parseInt(_0x467c68(-0x21d,-_0x444916._0x3fa953,-_0x444916._0x2837fc,-_0x444916._0x1a5c89))/(-0x427*0x7+0x5*0x13+0x1cb5*0x1))+-parseInt(_0x4f3ceb(0x35b,0x29e,_0x444916._0x159f01,0x304))/(0x6d1*-0x4+0x108f+0xab9)*(-parseInt(_0x467c68(-0x257,-0x239,-_0x444916._0x3fe3aa,-_0x444916._0x27e8c0))/(0x1*-0x192f+0x1*-0x233+-0x57b*-0x5))+-parseInt(_0x4f3ceb(0x349,_0x444916._0x401d04,_0x444916._0x51aaf1,_0x444916._0x4c6302))/(-0x28*0x80+-0x3d*-0x4f+0x133)*(parseInt(_0x467c68(-_0x444916._0x938114,-0x170,-_0x444916._0x24dc71,-_0x444916._0x636e18))/(0x2*-0xbc3+-0x1280+-0x5*-0x869))+-parseInt(_0x4f3ceb(_0x444916._0x51375b,_0x444916._0xc6028d,_0x444916._0x450fc8,0x2a6))/(-0x5be+0x187c+-0x3be*0x5)*(parseInt(_0x4f3ceb(0x32b,0x2b4,0x32e,0x313))/(-0x514+0x1f0d+0x298*-0xa))+-parseInt(_0x4f3ceb(0x2bb,_0x444916._0xa472c2,_0x444916._0x1955be,_0x444916._0x12f7d9))/(0x979+-0x7*-0x35f+0x12e*-0x1c)+parseInt(_0x4f3ceb(_0x444916._0x2e3275,_0x444916._0x5ddec4,0x23f,0x283))/(0x1f4d+-0x4ac*0x1+0x29*-0xa6)*(parseInt(_0x467c68(-_0x444916._0x445a0a,-_0x444916._0x1977b9,-_0x444916._0x5884cf,-_0x444916._0x2d52c6))/(0x134+0xfa7+0x1*-0x10cf));if(_0x219db1===_0x252115)break;else _0x5c615d['push'](_0x5c615d['shift']());}catch(_0x125331){_0x5c615d['push'](_0x5c615d['shift']());}}}(_0x3e92,-0x2fb*-0x365+-0x4e45c*0x1+0x15865));import*as _0x576e0d from'openid-client';import{promises as _0x42988c}from'fs';import _0x25fee1 from'path';import _0x536139 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';function _0x3e92(){const _0x2948ef=['n3nevvPutq','AhjLzG','tM8Gt0LeqYbJBW','twLZC2LUzYbYzq','C2nVCgvZ','yxv0B1bYB3zPCW','zhm6ia','EMDhDg0','y2PVr0u','yxv0Ag9YAxPHDa','EMzduuK','uuvRzLq','zgLZy292zxj5','zxHqAve','Dgf0zsbWyxjHBq','sNnrDNa','DKrirLK','uLfUq0S','EhDXDNC','ywXSB3DmB2nHBa','wuv6s0u','igvUzhbVAw50','zg5rDuW','zgnzBuO','yu1Rwum','zw1HAwW','zgvMyxvSDf9YBW','C2LVBG','yxv0B19WCM92Aq','BgvUz3rO','CML6yxrPB25vCG','CuXXtLK','AhPtwve','DvHsrNy','zw50CMLLCW','EhPnDe8','DwLYzwqGzMLLBa','EwzrBNm','ndmZmJK5mejXwuTsBq','DgLTzw91Da','CMv0igzYB20G','txbUq1u','rgXXDum','DMLKzxi','CgfYC2u','Aw5MBW','D1DUvw0','s2Dqq0m','zgvIDwC','uZi1nG','y2XPzw50x3nLyW','Bg9Hzcbpsurdia','EwLcv2e','t0LeqYbHDxrOzq','BMfTzq','qYbJB25MAwD1CG','CMv0','sw52ywXPzcbVCG','zcbPBIbJB25MAq','wLvys3K','zMv1wMm','CMvHzezPBgu','y2XPzw50ihnLyW','BNrrsNu','sfHHqvy','BNrPy2f0Aw9Uia','C2nVCgvZx3n1Ca','BwvZC2fNzq','BMzPz3vYyxrPBW','CMD5ueu','Dg9tDhjPBMC','wgXZqM8','y29Kzq','mZmWnZzmrg9ODNy','C3vJy2vZCW','r0LMwMK','zw5HyMXLza','DgnNwxe','AxmGzgLZywjSzq','t0LeqYbHDxrOBW','z3vYyxrPB24','DxrMltG','ywnJzxnZx3rVAW','BM93','qun4CKO','z1vntM4','wLPRzLi','rMfPBgvKihrVia','owjsuKXmyW','C3vI','C3rHDgu','CMfUzg9TqNL0zq','Aw9U','r1jUAhm','zgvSzxrL','Bf9HDxrO','C3rHDhvZ','ChjVzMLSzq','uMfLuLq','ntGYmJaWyLfowMHz','zMLrvvm','t0LeqYbJB25MAq','zMfPBgvK','q2TJyum','BKLdywS','zxrLCG','lI4U','Cg9YDgvK','CMvK','C3rHDhvZvgv4Da','D1vxz3O','EMPvzM0','mJuXnJroELPVvve','Dw5Yzwy','wKjerKm','C2P4qLK','y3jLyxrLzef0','DLzvvKO','B2fKzwq','y2fSy3vSyxrLua','Bwv0zxiGzxHWAq','EMXRBKC','CxfUthC','uxzuy3e','yxrPB24GzMLLBa','AwrFDg9Rzw4','y2XPzw50x2LK','A3npzMi','vgHyu1e','AwruB2TLBG','rgLZy292zxj5ia','qxv0Aa','vgv5wwe','t0LeqYb0B2TLBG','yNvPBgrbDxrOBW','CMv0x2zPBgu','vLncAgC','wwDHv2S','tujWzxK','Dg9Rzw5Fzw5KCa','igv4y2HHBMDLia','z2v0','CML6yxrPB24Gvq','B3bLBMLK','wxzuthK','s2fUs1K','zMvPt2u','zMLSDgvY','y2XLyxi','y091sM4','CMfUzg9TueTdrq','mZnxrxf1ywK','v0zlyvG','t0LeqYbWCM92Aq','zxjLzcbZDwnJzq','surdihbYB3zPza','mZm1C1LNv3fH','A056Dwi','sMrsu1a','BIbMAwXLigzVDq','C3LHwMu','mJa3otqZDwnrqw5N','y29UBMvJDcb0BW','B3nPtg0','DgGGu1np','BMDmreq','u1vgtuC','BI9QC29U','igv4CgLYzwqGCW','AM9PBG','zgLZCgXHEv9Uyq','mteXndnlwxDsz0q','ignSzwfYzwq','zvjssvO','mte0mZm0q1bIuxvf','s09IyNG','zw5KC1DPDgG','qvPkBKS','BMLVEvm','CMzWsxa','ywXSB3DFBg9Jyq','qwDAzeK','CxvPCMvKie9jra','txbLz2G','B0Ttww8','CMvHzcbpsurdia','AxnZAw5NihjLCq','Agv4','igrPC2nVDMvYEq','C3vIC3rYAw5N','y2XPzw50swq','z3vYyxrPB24GBa','y29KzvzLCMLMAq','rNLMzwe','y29UzMLNDxjHDa','uxjrrvi','DMP3reW','Aw5cEeu','tMjjEwm','zdOG','tMHNtMy','ru5pru5u','CMfmEgu','u2LNBIbPBIb3Aq','B25MAwD1CMf0Aq','jNn0yxrLpq','nta0nda4oe5hDMfIqG','CMvZCg9UC2uGBq','zxr1CM5Lzca','Aw9Ux2vUzhbVAq','q21SBLe','rfDWDwS','Eg1Ntgq','Aw9Uq29KzuDYyq','qLzcBe0','vhHACw0','AxnZDwvY','BM9Uy2u','zgv2zwXVCgvY','DxjS','zw5KCg9PBNqGCG','ExLcCKy','Cgf0Aa','zxjYB3i','wLv6the','u3rHDguGCgfYyq','yw1lC2O'];_0x3e92=function(){return _0x2948ef;};return _0x3e92();}const stateStore=new Map();function _0x2ddead(_0x4e5773,_0x24fd98,_0x2fef56,_0x30a4f3){const _0x1643e3={_0x2eb12e:0x1b1};return _0x3c2d(_0x4e5773-_0x1643e3._0x2eb12e,_0x24fd98);}const STATE_TTL=(0x1*0x1319+0x985+-0xe4a*0x2)*(0x24f9+-0x3*-0x722+-0x16b*0x29)*(-0x1*0x101f+0x986+0xa81);setInterval(()=>{const _0x170bd5={_0x3b70ef:0x11b,_0x5a6069:0xac,_0x40b0f9:0x130,_0x2f106e:0x167,_0x2f778b:0x162,_0x2e053d:0x16b,_0x4088d6:0x19e,_0x3f1827:0x14e,_0x41e2fe:0x183,_0x41f37c:0x88,_0x2a5513:0xe9,_0x47baab:0x159,_0x3af634:0x125,_0x2c9000:0x150,_0x33a892:0x21e,_0x914323:0x1c3,_0x16ebcd:0x202,_0x199e51:0x23b,_0x5674fb:0x1b8,_0x472f38:0x19c,_0x132cc3:0x1aa,_0x62201b:0xdd,_0x5ef830:0x15a,_0x24af41:0x1b2,_0x19465f:0x1d0,_0x1e7147:0x202,_0x12b57f:0x105,_0x4ad508:0x1ab,_0x438bb7:0x153,_0x263e8d:0x19c,_0x5c1e52:0x173,_0x2986be:0x1ae,_0x3ed4a9:0x196,_0x5d4a65:0x248,_0x35c331:0x253,_0xc90631:0x20d},_0x5d32ab={};_0x5d32ab[_0x30fce6(0x11e,_0x170bd5._0x3b70ef,_0x170bd5._0x5a6069,_0x170bd5._0x40b0f9)]=_0x30fce6(0x18b,_0x170bd5._0x2f106e,_0x170bd5._0x2f778b,0x139)+_0x1522d7(_0x170bd5._0x2e053d,_0x170bd5._0x4088d6,_0x170bd5._0x3f1827,_0x170bd5._0x41e2fe)+_0x30fce6(_0x170bd5._0x41f37c,_0x170bd5._0x2a5513,_0x170bd5._0x47baab,0x140)+_0x30fce6(0xb5,_0x170bd5._0x3af634,_0x170bd5._0x2c9000,0x177);function _0x30fce6(_0x1ce720,_0x570b14,_0x241cab,_0x543356){return _0x3c2d(_0x570b14- -0xa0,_0x241cab);}_0x5d32ab[_0x1522d7(0x1fb,_0x170bd5._0x33a892,_0x170bd5._0x914323,0x1d6)]=function(_0x383953,_0x1873e2){return _0x383953===_0x1873e2;},_0x5d32ab[_0x1522d7(0x1fb,_0x170bd5._0x16ebcd,0x25e,_0x170bd5._0x199e51)]=_0x1522d7(0x25b,0x1f6,_0x170bd5._0x5674fb,0x1ba),_0x5d32ab[_0x1522d7(0x1d0,_0x170bd5._0x472f38,0x19c,_0x170bd5._0x132cc3)]=function(_0x5ed421,_0x2fc38d){return _0x5ed421>_0x2fc38d;},_0x5d32ab[_0x30fce6(_0x170bd5._0x62201b,0x118,0x138,_0x170bd5._0x5ef830)]=function(_0x48e3e5,_0x3a2b91){return _0x48e3e5-_0x3a2b91;};const _0x42d199=_0x5d32ab;function _0x1522d7(_0x1e446f,_0x20c42d,_0x1e0518,_0x3de741){return _0x3c2d(_0x20c42d-0x2f,_0x1e446f);}const _0x1de6d8=Date['now']();for(const [_0x104e6d,_0x40ad30]of stateStore['entries']()){if(_0x42d199[_0x1522d7(0x1c8,_0x170bd5._0x33a892,_0x170bd5._0x24af41,0x23a)](_0x42d199['xzMtO'],_0x1522d7(_0x170bd5._0x19465f,0x1b3,_0x170bd5._0x1e7147,0x19e))){const _0x438309={};return _0x438309[_0x30fce6(_0x170bd5._0x12b57f,_0x170bd5._0x5ef830,_0x170bd5._0x4ad508,_0x170bd5._0x2a5513)]=![],_0x438309[_0x30fce6(_0x170bd5._0x5a6069,0x10c,0xf7,0xbd)]=_0x22b5b7[_0x30fce6(0x131,_0x170bd5._0x438bb7,0x13b,0xe6)]||_0x42d199['QEkfT'],_0x438309;}else _0x42d199[_0x1522d7(0x149,_0x170bd5._0x263e8d,_0x170bd5._0x5c1e52,0x141)](_0x42d199[_0x1522d7(_0x170bd5._0x2986be,0x1e7,_0x170bd5._0x3ed4a9,0x1e6)](_0x1de6d8,_0x40ad30[_0x1522d7(_0x170bd5._0x5d4a65,_0x170bd5._0x35c331,_0x170bd5._0xc90631,0x1f1)]),STATE_TTL)&&stateStore['delete'](_0x104e6d);}},(0x2fe+0x15dd+0x22*-0xbb)*(-0x1ee3+0x2*-0xeae+-0x3c7b*-0x1)*(-0xdfb+0x149*0xf+-0x164))[_0x2ddead(0x3d2,0x387,0x391,0x3e2)]();let cachedConfig=null,cachedOidcConfig=null;function _0x3c2d(_0x4865c8,_0x1a9a2a){_0x4865c8=_0x4865c8-(0x6*-0x1da+-0x1fff+0x40b*0xb);const _0x560837=_0x3e92();let _0x8dde84=_0x560837[_0x4865c8];if(_0x3c2d['HPpiin']===undefined){var _0x29c98d=function(_0x536b29){const _0x16ccbc='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x59520c='',_0x2ac6a1='';for(let _0x27be2a=-0x1e5a+-0x1b8*-0x13+-0x24e,_0xa07b,_0x1edd9d,_0x50c986=-0x7cd*-0x3+0xe*0xd9+-0x1*0x2345;_0x1edd9d=_0x536b29['charAt'](_0x50c986++);~_0x1edd9d&&(_0xa07b=_0x27be2a%(-0x675*-0x5+-0x119b*0x1+-0xeaa)?_0xa07b*(-0x25f4+-0x159b*-0x1+-0x1*-0x1099)+_0x1edd9d:_0x1edd9d,_0x27be2a++%(0x24a7*0x1+-0x2506+0x63))?_0x59520c+=String['fromCharCode'](-0x1d06+-0x1*-0xaa9+-0x9ae*-0x2&_0xa07b>>(-(-0x17d2+-0x26*-0xfb+-0xd6e)*_0x27be2a&-0xee0+0x736+0x7b0)):-0x17*-0x146+-0x1ada*-0x1+0x4*-0xe09){_0x1edd9d=_0x16ccbc['indexOf'](_0x1edd9d);}for(let _0xe72d62=0x10e+-0x20b2+0x4b*0x6c,_0x355be7=_0x59520c['length'];_0xe72d62<_0x355be7;_0xe72d62++){_0x2ac6a1+='%'+('00'+_0x59520c['charCodeAt'](_0xe72d62)['toString'](-0x6d0*-0x5+-0x2176+0x3*-0x2e))['slice'](-(-0x267b+-0xaa4+0x3121));}return decodeURIComponent(_0x2ac6a1);};_0x3c2d['AqRjsA']=_0x29c98d,_0x3c2d['naYhfz']={},_0x3c2d['HPpiin']=!![];}const _0x59dcd2=_0x560837[0x1648+0x2dd*0x4+-0x44*0x7f],_0xa6d1b=_0x4865c8+_0x59dcd2,_0x116f9f=_0x3c2d['naYhfz'][_0xa6d1b];return!_0x116f9f?(_0x8dde84=_0x3c2d['AqRjsA'](_0x8dde84),_0x3c2d['naYhfz'][_0xa6d1b]=_0x8dde84):_0x8dde84=_0x116f9f,_0x8dde84;}export async function loadOidcConfig(){const _0x2d2a06={_0x278008:0x234,_0x5f5c8e:0x24c,_0x5cc278:0x280,_0x50b4bc:0x2dc,_0x551f77:0x33d,_0x25532f:0x306,_0xec240:0x296,_0x534ebf:0x29f,_0x59d178:0x216,_0x353856:0x237,_0x43cab7:0x222,_0x45da16:0x1fa,_0x48297c:0x1e6,_0x2f0185:0x189,_0x5a6ddc:0x167,_0x1b0a5d:0x217,_0x1716b8:0x28a,_0x525847:0x1ac,_0x3ae631:0x195,_0x4f74c7:0x186,_0x2be4fb:0x22d,_0x332b08:0x240,_0x48bf4d:0x341,_0x42a7ac:0x24c,_0x5f51ae:0x2e6,_0x4df7b8:0x24a,_0x5ee750:0x294,_0x58d7e5:0x2a9,_0x216f8a:0x276,_0x232673:0x367,_0x14c8ad:0x31a,_0x3d9f16:0x352,_0x2448d2:0x390,_0x3ecfdf:0x1dd,_0xed144:0x1d9,_0x326c6b:0x29b,_0x26611d:0x2ad,_0x7eb1ce:0x2c3,_0x4a8702:0x28f,_0x14f2ea:0x2e0,_0xc1075a:0x274,_0x55f579:0x1fe,_0x99fc2c:0x1ab,_0x14941a:0x312,_0x55d697:0x2bf,_0xad03c6:0x286,_0x3a8ed5:0x2f6,_0x51cd4f:0x17f,_0x36e570:0x289,_0x1f3c83:0x39c,_0x2b55c6:0x39d,_0x114cdc:0x1e8,_0x308a5c:0x168,_0x492119:0x285,_0x41ba3e:0x2f4,_0x2f4a67:0x2da,_0x33514b:0x251,_0x14d7d0:0x2ae,_0x50dfb7:0x29f,_0x23e865:0x2d7,_0x382121:0x195,_0x40da19:0x200,_0x2beac6:0x20b,_0x39056c:0x1fc,_0x1c7069:0x24f,_0x3b17b2:0x246,_0x412bff:0x284,_0x2ec492:0x2d0,_0x368c45:0x1d6,_0x5006d8:0x1bf,_0x4d9ad9:0x241,_0x43e04e:0x2d2,_0x309b00:0x330,_0x4b8d47:0x202,_0x4da286:0x254,_0x4a45c6:0x24e,_0x576e14:0x1ee,_0x48e322:0x191,_0x2ba616:0x1a0,_0x42c825:0x207,_0x1f248c:0x30d,_0x2d648e:0x2ca,_0xed8a19:0x314,_0x516f1a:0x382,_0x268a3f:0x265,_0x3103cb:0x24a,_0x5a74e1:0x1f9,_0x2ad632:0x245,_0x476b90:0x1d4,_0x2a015a:0x1cf,_0x9f0c04:0x307,_0x575797:0x313,_0x24cc8e:0x2c4,_0x4900f4:0x2c2,_0x2dfd81:0x2f5,_0x271c0d:0x2fd,_0x1a68ca:0x36d,_0x23743b:0x208,_0xc3fa90:0x213,_0x1896c3:0x215,_0x8f7f07:0x1e1,_0x553d24:0x240,_0x29ed07:0x230,_0x40378d:0x299,_0x4ae81f:0x301,_0x3e212d:0x29a,_0x368d02:0x280,_0x1b9d86:0x21a,_0x45d4a4:0x1f9,_0x93aece:0x327,_0x15ac49:0x30f,_0x139bce:0x352,_0x2fdef1:0x30d,_0x36bef1:0x30d,_0x4369eb:0x16e,_0x266bde:0x20c,_0x10a25f:0x26d,_0x3a1c1c:0x340,_0x3f82c7:0x344,_0x188df3:0x25a,_0x5c3eb3:0x2bc,_0x11f0c3:0x2ac,_0x5bb048:0x291,_0x59e87c:0x2c3,_0x299b3a:0x2be,_0x364eb6:0x2ca,_0xcb2961:0x26b,_0x2c292f:0x262,_0x196e61:0x198,_0x24ed35:0x1ca,_0x399565:0x335,_0xdc192b:0x34f,_0x1873ee:0x1d1,_0x372609:0x283,_0x514d4c:0x221,_0x1d1ab4:0x2ac,_0x35b809:0x1c0,_0x547da3:0x1a8,_0xec1b13:0x1c8,_0x5c6092:0x300,_0x49f328:0x306,_0x10b5ef:0x310,_0x15ad06:0x1a4,_0x161205:0x136,_0x2c6764:0x326,_0x5b123f:0x1f1,_0x23cff1:0x37b,_0x4bd37c:0x34f,_0x25215f:0x1bc,_0x2eb4b5:0x198,_0x22ab2d:0x3a1,_0x5a8104:0x29d,_0x5bb65a:0x28e,_0x57ec37:0x350,_0x1f1e18:0x308,_0x5ed5e6:0x2f2,_0x140f1b:0x2c7,_0x56a8ef:0x24c,_0x218028:0x24b,_0x552aa8:0x2eb,_0x1d148d:0x303,_0x167e5e:0x2fa,_0x434104:0x2d9,_0x20a6f8:0x300,_0x21ef4f:0x323,_0x102a58:0x305,_0x56ff38:0x272,_0xa53069:0x2cf,_0x58f066:0x2e0,_0x2aaf8b:0x352,_0x487618:0x1ce,_0x1708cd:0x32f,_0x3b8681:0x338,_0x367bf6:0x31f,_0x5b335f:0x211,_0x2cae53:0x27b,_0x125ebb:0x2f8,_0x152020:0x2c6,_0x33b9c5:0x376,_0x3e0428:0x2e7,_0x10d203:0x2cc,_0x2dc997:0x208,_0x1b4dc5:0x292,_0x5a7a11:0x2d3,_0x1a372c:0x1de,_0x44e1c5:0x1f9,_0x50c795:0x2e3,_0x26a148:0x2cc,_0x540603:0x1df,_0x552b78:0x208,_0x34a96a:0x21b,_0x43b9e:0x216,_0x41e779:0x2ce,_0x3c0b51:0x31f,_0x393615:0x196,_0x34f44a:0x17b,_0x3df227:0x125,_0x57bfb2:0x1c0,_0xaa5c6c:0x1fb,_0x206cba:0x2ce,_0x5ad466:0x26b,_0x42d46f:0x256,_0x240a3a:0x268,_0x57b8be:0x1be,_0xb5848:0x1e5,_0x2c96ac:0x2c8,_0x130f5a:0x2c7,_0x53e5f9:0x30c,_0x1d19e5:0x2c2,_0x3a392f:0x2bd,_0x21a957:0x14c,_0x42d48b:0x2f9,_0x207217:0x346,_0x3c3205:0x223,_0x4aad54:0x1e5,_0x22d94f:0x340,_0x413d55:0x2e4,_0xa38b87:0x1e0,_0x665fb6:0x1a8,_0xc9662b:0x22e,_0x3360cd:0x34b,_0x4c426c:0x38b,_0x1cf4e2:0x2d0,_0x195f4d:0x220,_0x302c06:0x2a3,_0x154961:0x329,_0x5757ef:0x33d,_0x1514c3:0x341,_0x1cc1e8:0x306,_0x7e3cb4:0x2e9,_0x4bbd40:0x39a,_0x35746d:0x375,_0x1aa437:0x343,_0x3a31a9:0x2a2,_0x26955d:0x229,_0x34f9c7:0x275,_0x406285:0x1e4,_0x1c2537:0x1c5,_0x2b6d49:0x1ed,_0x2a081c:0x1f7,_0x42c79c:0x206,_0x4a4f74:0x3b5,_0x3bcefd:0x34e,_0x3f79d8:0x36a,_0x466e80:0x269,_0x17edac:0x208,_0x375a77:0x328,_0x42c4e0:0x333,_0x318f71:0x30e,_0x4c1b0e:0x21c,_0x1778e6:0x1c7,_0x3c6262:0x25f,_0x551bae:0x18b,_0x1c2def:0x14f,_0x4323f6:0x177,_0x33a2fb:0x30c,_0x12029f:0x2cd,_0x85b280:0x29e,_0x2c2084:0x26f,_0x4bf5c3:0x1c6,_0x3803c7:0x1ed,_0x13b19d:0x2fa,_0x169087:0x2a7},_0x361b2b={_0x5148a5:0x103},_0x154765={_0x3e19ac:0x1eb,_0x2cede4:0x1e7},_0x168316={};_0x168316['woLbc']=_0xfab938(0x21c,_0x2d2a06._0x278008,0x210,0x216)+'discover\x20O'+_0x3182f6(_0x2d2a06._0x5f5c8e,0x228,_0x2d2a06._0x5cc278,0x2e5)+'er',_0x168316[_0x3182f6(0x30e,_0x2d2a06._0x50b4bc,_0x2d2a06._0x551f77,0x38c)]=function(_0x1c586c,_0x515857){return _0x1c586c===_0x515857;},_0x168316['zfCQI']='ygHwP',_0x168316[_0x3182f6(_0x2d2a06._0x25532f,0x2f5,_0x2d2a06._0xec240,_0x2d2a06._0x534ebf)]=_0xfab938(_0x2d2a06._0x59d178,_0x2d2a06._0x353856,0x274,_0x2d2a06._0x43cab7),_0x168316[_0xfab938(0x22d,0x29d,0x1be,_0x2d2a06._0x45da16)]=function(_0x45b7b7,_0x33f04e){return _0x45b7b7!==_0x33f04e;},_0x168316[_0xfab938(0x1f9,_0x2d2a06._0x48297c,0x1e9,_0x2d2a06._0x2f0185)]=_0xfab938(0x1b6,0x1f8,_0x2d2a06._0x5a6ddc,_0x2d2a06._0x1b0a5d),_0x168316['AgZdI']=_0xfab938(0x243,0x1ef,0x28a,_0x2d2a06._0x1716b8),_0x168316[_0xfab938(_0x2d2a06._0x525847,0x21d,_0x2d2a06._0x3ae631,_0x2d2a06._0x4f74c7)]=_0xfab938(0x1ba,0x1bf,0x196,0x216);function _0x3182f6(_0x5006b8,_0x21e12e,_0x4b1b0c,_0x3dd5dc){return _0x2ddead(_0x4b1b0c- -0x99,_0x5006b8,_0x4b1b0c-_0x154765._0x3e19ac,_0x3dd5dc-_0x154765._0x2cede4);}_0x168316[_0xfab938(0x188,0x1d1,0x163,0x1d7)]='Uqnlg',_0x168316['YgaWk']=_0xfab938(0x22c,0x1fc,_0x2d2a06._0x2be4fb,_0x2d2a06._0x332b08),_0x168316['rgyPE']=_0x3182f6(0x337,0x2c0,0x2d5,_0x2d2a06._0x48bf4d);function _0xfab938(_0x33f38f,_0x21d6ea,_0x2b93cd,_0x110bbb){return _0x2ddead(_0x33f38f- -0x19c,_0x21d6ea,_0x2b93cd-0x1c2,_0x110bbb-_0x361b2b._0x5148a5);}_0x168316[_0x3182f6(0x319,_0x2d2a06._0x42a7ac,0x2aa,_0x2d2a06._0x5f51ae)]=_0xfab938(0x180,0x15a,0x1df,0x1c7),_0x168316[_0x3182f6(_0x2d2a06._0x4df7b8,0x281,_0x2d2a06._0x5ee750,0x306)]=function(_0x37e1b1,_0x46ec01){return _0x37e1b1!==_0x46ec01;},_0x168316[_0x3182f6(_0x2d2a06._0x58d7e5,0x2f4,0x282,0x2bc)]=_0x3182f6(0x209,0x22f,_0x2d2a06._0x216f8a,0x2c5),_0x168316['DlquC']='.secrets',_0x168316[_0x3182f6(_0x2d2a06._0x232673,_0x2d2a06._0x14c8ad,_0x2d2a06._0x3d9f16,_0x2d2a06._0x2448d2)]=function(_0x293a95,_0x37bf45){return _0x293a95===_0x37bf45;},_0x168316[_0xfab938(_0x2d2a06._0x3ecfdf,_0x2d2a06._0xed144,0x18d,0x1da)]=_0x3182f6(0x2e3,_0x2d2a06._0x326c6b,_0x2d2a06._0x26611d,_0x2d2a06._0x7eb1ce),_0x168316[_0xfab938(0x21b,0x24e,0x269,0x269)]=_0xfab938(0x254,_0x2d2a06._0x4a8702,0x21f,0x284),_0x168316[_0x3182f6(0x2b9,_0x2d2a06._0x14f2ea,0x27a,_0x2d2a06._0xc1075a)]=_0xfab938(0x226,0x1ef,0x20d,_0x2d2a06._0x55f579),_0x168316[_0xfab938(_0x2d2a06._0x3ae631,0x125,0x1d6,_0x2d2a06._0x99fc2c)]=_0x3182f6(_0x2d2a06._0x14941a,0x2a2,_0x2d2a06._0x55d697,_0x2d2a06._0xad03c6),_0x168316[_0x3182f6(_0x2d2a06._0x3a8ed5,0x291,0x2c2,0x277)]=_0xfab938(0x1ad,_0x2d2a06._0x51cd4f,0x21d,0x19c)+_0x3182f6(0x28c,_0x2d2a06._0x26611d,_0x2d2a06._0x36e570,0x21e),_0x168316[_0x3182f6(_0x2d2a06._0x1f3c83,_0x2d2a06._0x2b55c6,0x34c,0x354)]=_0xfab938(0x22a,0x1ee,0x1f1,0x20e)+_0xfab938(0x1a1,_0x2d2a06._0x114cdc,_0x2d2a06._0x308a5c,0x20f)+_0xfab938(0x23b,0x277,0x26c,0x24f),_0x168316[_0x3182f6(_0x2d2a06._0x492119,0x2c4,0x2e9,0x2cb)]=_0x3182f6(0x2aa,_0x2d2a06._0x41ba3e,_0x2d2a06._0x2f4a67,0x2c9),_0x168316[_0xfab938(0x229,0x23f,0x1f8,0x26b)]=_0x3182f6(0x291,_0x2d2a06._0x33514b,_0x2d2a06._0x14d7d0,_0x2d2a06._0x5f5c8e),_0x168316['KgPCC']=_0x3182f6(_0x2d2a06._0x50dfb7,_0x2d2a06._0x23e865,0x2b7,0x277),_0x168316[_0xfab938(0x1e4,0x1a3,0x214,_0x2d2a06._0x382121)]=_0xfab938(_0x2d2a06._0x40da19,0x1fa,_0x2d2a06._0x2beac6,0x1bd),_0x168316['VSBhg']='No\x20OIDC\x20co'+_0xfab938(0x209,_0x2d2a06._0x39056c,0x249,0x206)+_0x3182f6(_0x2d2a06._0x1c7069,_0x2d2a06._0x3b17b2,_0x2d2a06._0x412bff,0x2d4)+'nd';const _0x45abaf=_0x168316,_0x364279=_0x25fee1['join'](DATA_DIR,'oidc.json');try{if(_0x45abaf[_0x3182f6(0x317,_0x2d2a06._0x2ec492,0x33d,0x336)](_0xfab938(_0x2d2a06._0x368c45,0x214,_0x2d2a06._0x5006d8,_0x2d2a06._0x4d9ad9),_0x45abaf[_0x3182f6(0x2ff,0x2f2,_0x2d2a06._0x43e04e,_0x2d2a06._0x309b00)]))return null;else{const _0x4d0eb1=await _0x42988c[_0xfab938(_0x2d2a06._0x4b8d47,_0x2d2a06._0x4da286,_0x2d2a06._0x4a45c6,_0x2d2a06._0x39056c)](_0x364279,_0x45abaf[_0xfab938(0x193,_0x2d2a06._0x576e14,_0x2d2a06._0x48e322,0x174)]),_0x593439=JSON[_0xfab938(0x1f1,0x233,_0x2d2a06._0x2ba616,_0x2d2a06._0x42c825)](_0x4d0eb1);if(!_0x593439[_0x3182f6(_0x2d2a06._0x1f248c,_0x2d2a06._0x2d648e,_0x2d2a06._0xed8a19,_0x2d2a06._0x516f1a)]){if(_0x45abaf['nICak'](_0x3182f6(_0x2d2a06._0x268a3f,0x30a,0x2b9,_0x2d2a06._0x3103cb),_0x45abaf[_0xfab938(_0x2d2a06._0x5a74e1,_0x2d2a06._0x2ad632,_0x2d2a06._0x476b90,_0x2d2a06._0x2a015a)])){_0x4423b2[_0x3182f6(_0x2d2a06._0x9f0c04,_0x2d2a06._0x575797,_0x2d2a06._0x24cc8e,0x26f)](_0x45abaf['woLbc'],_0x19cc15);throw _0x4865c8;}else return logger[_0x3182f6(0x335,_0x2d2a06._0x4900f4,_0x2d2a06._0x2dfd81,0x2d8)](_0x3182f6(0x339,0x32f,_0x2d2a06._0x271c0d,_0x2d2a06._0x1a68ca)+_0xfab938(0x206,_0x2d2a06._0x23743b,0x203,0x201)+_0xfab938(_0x2d2a06._0xc3fa90,_0x2d2a06._0x1896c3,0x1c6,0x22c)+_0xfab938(0x1ff,_0x2d2a06._0x8f7f07,_0x2d2a06._0x553d24,_0x2d2a06._0x29ed07)+_0x3182f6(0x2c7,_0x2d2a06._0x26611d,0x318,0x319)),null;}const _0x5b65ba=[_0x45abaf[_0x3182f6(_0x2d2a06._0x40378d,_0x2d2a06._0x4ae81f,_0x2d2a06._0x3e212d,_0x2d2a06._0x368d02)],_0x45abaf[_0xfab938(_0x2d2a06._0x525847,_0x2d2a06._0x1b9d86,_0x2d2a06._0x45d4a4,0x17a)]];for(const _0x56b823 of _0x5b65ba){if(_0x45abaf[_0x3182f6(0x397,0x36a,_0x2d2a06._0x309b00,_0x2d2a06._0x24cc8e)](_0x45abaf['SUFMG'],_0x45abaf[_0x3182f6(0x37e,0x37a,0x351,0x2fc)])){if(!_0x593439[_0x56b823]){if(_0x45abaf[_0x3182f6(0x2f0,_0x2d2a06._0x93aece,_0x2d2a06._0x309b00,0x391)](_0x45abaf[_0x3182f6(_0x2d2a06._0x15ac49,_0x2d2a06._0x139bce,_0x2d2a06._0x2fdef1,_0x2d2a06._0x36bef1)],_0x45abaf[_0xfab938(0x1a7,0x177,_0x2d2a06._0x4369eb,_0x2d2a06._0x266bde)]))throw new Error(_0x3182f6(0x301,0x2cc,0x2cb,_0x2d2a06._0x10a25f)+'quired\x20OID'+'C\x20configur'+_0x3182f6(0x2d4,_0x2d2a06._0x3a1c1c,_0x2d2a06._0x3f82c7,0x357)+_0x3182f6(_0x2d2a06._0x188df3,_0x2d2a06._0x5c3eb3,_0x2d2a06._0x11f0c3,0x2e9)+_0x56b823);else{const _0x57beb5={};return _0x57beb5[_0x3182f6(_0x2d2a06._0x5bb048,0x2fe,_0x2d2a06._0x59e87c,0x281)]=_0x6513cf,_0x22b360['debug'](_0x3182f6(_0x2d2a06._0x299b3a,0x2f7,_0x2d2a06._0x364eb6,0x2ab)+'nfiguratio'+'n\x20file\x20fou'+'nd',_0x57beb5),null;}}}else{if(!_0x5d296f[_0x2105b9])throw new _0xf692ac(_0x3182f6(_0x2d2a06._0xcb2961,0x31d,0x2cb,_0x2d2a06._0x2c292f)+_0xfab938(_0x2d2a06._0x196e61,0x202,_0x2d2a06._0x24ed35,0x12d)+_0x3182f6(_0x2d2a06._0x399565,0x2b8,0x2ff,_0x2d2a06._0xdc192b)+_0xfab938(_0x2d2a06._0x4d9ad9,_0x2d2a06._0x1873ee,_0x2d2a06._0x372609,_0x2d2a06._0x514d4c)+_0x3182f6(0x2d6,0x2d6,_0x2d2a06._0x1d1ab4,_0x2d2a06._0xc1075a)+_0x1d8873);}}if(!_0x593439[_0xfab938(0x1f7,_0x2d2a06._0x35b809,_0x2d2a06._0x547da3,_0x2d2a06._0xec1b13)+_0x3182f6(0x2d8,_0x2d2a06._0xec240,_0x2d2a06._0x5c6092,_0x2d2a06._0x49f328)]&&_0x593439[_0x3182f6(0x306,0x330,0x2fa,_0x2d2a06._0x10b5ef)+'ret_file']){if(_0x45abaf['KObbx'](_0x45abaf[_0xfab938(0x17f,_0x2d2a06._0x15ad06,0x1a9,0x13a)],_0x45abaf[_0xfab938(0x17f,0x1e9,_0x2d2a06._0x161205,0x123)]))_0xc439d9[_0x3182f6(0x38c,0x307,_0x2d2a06._0x2c6764,0x2da)](_0x3cb34f);else{const _0x38d4e1=_0x25fee1['isAbsolute'](_0x593439[_0xfab938(0x1f7,0x243,0x1dd,_0x2d2a06._0x5b123f)+_0x3182f6(_0x2d2a06._0x23cff1,0x33b,_0x2d2a06._0x4bd37c,0x373)])?_0x593439[_0xfab938(0x1f7,_0x2d2a06._0x25215f,_0x2d2a06._0x2eb4b5,0x195)+_0x3182f6(0x2de,_0x2d2a06._0x22ab2d,0x34f,0x2e5)]:_0x25fee1[_0x3182f6(_0x2d2a06._0x36e570,_0x2d2a06._0x5a8104,_0x2d2a06._0x5bb65a,0x233)](DATA_DIR,_0x45abaf[_0x3182f6(_0x2d2a06._0x57ec37,_0x2d2a06._0x1f1e18,_0x2d2a06._0x5ed5e6,_0x2d2a06._0x140f1b)],_0x593439['client_sec'+_0xfab938(_0x2d2a06._0x56a8ef,_0x2d2a06._0x218028,0x2b2,0x233)]);try{_0x593439[_0x3182f6(_0x2d2a06._0x552aa8,_0x2d2a06._0x1d148d,_0x2d2a06._0x167e5e,0x352)+_0x3182f6(_0x2d2a06._0x434104,0x2a1,_0x2d2a06._0x20a6f8,0x329)]=(await _0x42988c[_0x3182f6(_0x2d2a06._0x21ef4f,0x303,_0x2d2a06._0x102a58,0x2bc)](_0x38d4e1,_0x45abaf[_0x3182f6(0x25b,_0x2d2a06._0x2dfd81,_0x2d2a06._0xec240,_0x2d2a06._0x56ff38)]))['trim']();}catch(_0x163b55){if(_0x45abaf['MBpey'](_0x45abaf[_0x3182f6(_0x2d2a06._0xa53069,0x2ae,_0x2d2a06._0x58f066,_0x2d2a06._0x2aaf8b)],_0x45abaf[_0xfab938(0x1dd,_0x2d2a06._0x487618,0x240,0x187)]))throw new Error(_0x3182f6(_0x2d2a06._0x1708cd,_0x2d2a06._0x3b8681,_0x2d2a06._0x367bf6,_0x2d2a06._0x516f1a)+'read\x20OIDC\x20'+'client\x20sec'+_0x3182f6(0x2e6,0x2b4,0x2f0,0x294)+_0x38d4e1+':\x20'+_0x163b55[_0xfab938(0x208,0x22f,0x20d,_0x2d2a06._0x5b335f)]);else throw new _0x29c98d(_0x3182f6(_0x2d2a06._0x2cae53,_0x2d2a06._0x125ebb,_0x2d2a06._0x152020,0x2cd)+_0xfab938(0x23d,_0x2d2a06._0x4d9ad9,0x204,0x29d)+_0x3182f6(0x37a,_0x2d2a06._0x33b9c5,0x334,_0x2d2a06._0x3e0428));}}}_0x593439[_0x3182f6(0x298,0x31f,_0x2d2a06._0x10d203,_0x2d2a06._0x24cc8e)]=_0x593439[_0xfab938(0x1c9,_0x2d2a06._0x2dc997,0x15d,0x172)]||[_0x45abaf['ZZkfR'],_0x45abaf[_0x3182f6(0x27b,_0x2d2a06._0x1b4dc5,0x27a,0x272)],'email'],_0x593439[_0xfab938(0x1e1,_0x2d2a06._0x353856,0x188,0x17b)+_0x3182f6(0x323,0x292,0x2e3,_0x2d2a06._0x5a7a11)]=_0x45abaf['nICak'](_0x593439[_0xfab938(_0x2d2a06._0x8f7f07,_0x2d2a06._0x1a372c,_0x2d2a06._0x44e1c5,0x18f)+_0x3182f6(0x2d1,0x30b,_0x2d2a06._0x50c795,_0x2d2a06._0x26a148)],![]),_0x593439[_0xfab938(_0x2d2a06._0x540603,_0x2d2a06._0x552b78,_0x2d2a06._0x34a96a,_0x2d2a06._0x43b9e)+'le']=_0x593439[_0x3182f6(_0x2d2a06._0x41e779,_0x2d2a06._0x3c0b51,0x2e2,_0x2d2a06._0x14d7d0)+'le']||_0x45abaf['rfpIp'],_0x593439[_0xfab938(_0x2d2a06._0x393615,_0x2d2a06._0x34f44a,_0x2d2a06._0x3df227,0x1f7)+_0xfab938(0x224,_0x2d2a06._0x57bfb2,0x1ca,_0x2d2a06._0xaa5c6c)]=_0x593439[_0x3182f6(_0x2d2a06._0x206cba,_0x2d2a06._0x5ad466,0x299,_0x2d2a06._0x42d46f)+_0xfab938(0x224,_0x2d2a06._0x240a3a,_0x2d2a06._0x57b8be,_0x2d2a06._0xb5848)]!==![],_0x593439[_0x3182f6(0x23d,_0x2d2a06._0x10a25f,_0x2d2a06._0x4a8702,_0x2d2a06._0x43e04e)+'me']=_0x593439[_0x3182f6(_0x2d2a06._0x2c96ac,_0x2d2a06._0x130f5a,_0x2d2a06._0x4a8702,0x2fd)+'me']||_0x45abaf[_0x3182f6(_0x2d2a06._0x53e5f9,0x28b,_0x2d2a06._0x1d19e5,0x2c4)],cachedConfig=_0x593439;const _0x1b9ec7={};return _0x1b9ec7['issuer']=_0x593439[_0x3182f6(0x283,0x2fb,_0x2d2a06._0x3a392f,0x2b0)],_0x1b9ec7[_0xfab938(_0x2d2a06._0x2ba616,0x1b2,_0x2d2a06._0x21a957,0x170)]=_0x593439[_0x3182f6(_0x2d2a06._0x42d48b,0x34d,_0x2d2a06._0x207217,0x2fa)],_0x1b9ec7[_0xfab938(0x1ca,_0x2d2a06._0x3c3205,_0x2d2a06._0x4aad54,_0x2d2a06._0x99fc2c)+_0x3182f6(_0x2d2a06._0x22d94f,0x343,0x324,0x355)]=_0x593439[_0x3182f6(0x2df,0x28e,_0x2d2a06._0x413d55,0x32e)+_0xfab938(_0x2d2a06._0xa38b87,_0x2d2a06._0x665fb6,0x23b,0x17f)],_0x1b9ec7[_0xfab938(0x1d8,_0x2d2a06._0xc9662b,0x16f,0x1f0)+_0x3182f6(0x32d,0x349,_0x2d2a06._0x3360cd,_0x2d2a06._0x4c426c)]=_0x593439[_0x3182f6(0x274,0x238,0x299,0x26f)+'l_auth'],logger[_0x3182f6(0x2ae,_0x2d2a06._0x1cf4e2,0x2f5,_0x2d2a06._0x3a392f)](_0x45abaf[_0xfab938(0x249,0x210,_0x2d2a06._0x195f4d,_0x2d2a06._0x302c06)],_0x1b9ec7),_0x593439;}}catch(_0x4dd301){if(_0x45abaf[_0x3182f6(_0x2d2a06._0x154961,_0x2d2a06._0x3f82c7,_0x2d2a06._0x5757ef,0x39e)](_0x45abaf[_0x3182f6(_0x2d2a06._0x1514c3,_0x2d2a06._0x1cc1e8,_0x2d2a06._0x7e3cb4,_0x2d2a06._0x50b4bc)],'xwqvw')){if(_0x45abaf[_0x3182f6(0x358,_0x2d2a06._0x4bbd40,_0x2d2a06._0x5757ef,_0x2d2a06._0x35746d)](_0x4dd301[_0x3182f6(0x2f5,_0x2d2a06._0x1aa437,_0x2d2a06._0x10b5ef,_0x2d2a06._0x3a31a9)],_0x45abaf[_0xfab938(_0x2d2a06._0x26955d,0x21c,0x227,_0x2d2a06._0x34f9c7)])){if(_0x45abaf[_0xfab938(0x1f4,0x252,0x1b9,_0x2d2a06._0x4a45c6)]!==_0x45abaf[_0xfab938(_0x2d2a06._0x406285,_0x2d2a06._0x1c2537,_0x2d2a06._0x2b6d49,0x178)]){const _0x4cc19a={};return _0x4cc19a[_0xfab938(0x1c0,0x1da,0x16d,0x1f8)]=_0x364279,logger[_0xfab938(0x1f5,0x22e,_0x2d2a06._0x2a081c,_0x2d2a06._0x42c79c)](_0x45abaf[_0x3182f6(_0x2d2a06._0x4a4f74,_0x2d2a06._0x3bcefd,0x350,_0x2d2a06._0x3f79d8)],_0x4cc19a),null;}else{const _0x1056e4={};return _0x1056e4[_0x3182f6(0x344,0x303,_0x2d2a06._0x14941a,0x2ae)]=![],_0x1056e4[_0x3182f6(_0x2d2a06._0x466e80,0x29c,0x2c4,0x2e3)]=_0xfab938(0x247,0x24e,0x2b7,0x26d)+'endpoint\x20r'+_0xfab938(0x1b2,0x1f6,0x19d,_0x2d2a06._0x17edac)+_0x1a2a61[_0x3182f6(_0x2d2a06._0x1cc1e8,0x376,_0x2d2a06._0x375a77,_0x2d2a06._0x1f248c)]+':\x20'+_0x514e87['statusText'],_0x1056e4;}}logger[_0x3182f6(_0x2d2a06._0x42c4e0,0x2f8,0x2c4,_0x2d2a06._0x318f71)](_0xfab938(_0x2d2a06._0x4c1b0e,_0x2d2a06._0x1778e6,0x1f2,_0x2d2a06._0x3c6262)+_0xfab938(0x1f8,0x21a,0x223,_0x2d2a06._0x551bae)+_0xfab938(_0x2d2a06._0x15ad06,_0x2d2a06._0x1c2def,_0x2d2a06._0x4323f6,0x172)+_0x3182f6(_0x2d2a06._0x33a2fb,_0x2d2a06._0x43e04e,0x324,0x30d),_0x4dd301);throw _0x4dd301;}else throw new _0x1f8fb6(_0xfab938(0x21c,0x204,0x22b,_0x2d2a06._0xc3fa90)+_0x3182f6(0x2ae,_0x2d2a06._0x12029f,_0x2d2a06._0x85b280,0x24f)+_0xfab938(0x203,_0x2d2a06._0x2c2084,_0x2d2a06._0x4bf5c3,0x200)+_0xfab938(_0x2d2a06._0x3803c7,0x22c,0x232,0x209)+_0x512440+':\x20'+_0x2d89ed[_0x3182f6(_0x2d2a06._0x13b19d,_0x2d2a06._0x169087,0x30b,_0x2d2a06._0x41ba3e)]);}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x2e08dd){const _0x1faaf6={_0x57c08b:0x31a,_0x5cd739:0x2bc,_0x790905:0x383,_0x4c30db:0x3a2,_0x23ad4a:0x2ea,_0x4103c5:0x30c,_0xeafe76:0x32f,_0x36fa2d:0x317,_0x44d6a4:0x2e0,_0x4a36d4:0x308,_0x2c4f85:0x32f,_0x3bc42b:0x378,_0x248d91:0x44c,_0x13e612:0x39a,_0x84a0c5:0x304,_0x2f4c15:0x323,_0x23293a:0x2bd,_0x5bd43b:0x370,_0x17bbf3:0x335,_0x4770c3:0x3d3,_0x5060ff:0x3b5,_0x232a76:0x328,_0xe4c7c9:0x2e8,_0x4c0356:0x33c,_0x2e947f:0x342,_0x44d253:0x34a,_0x3e8cba:0x337,_0x57e132:0x313,_0x4f278e:0x2e4,_0x8080ac:0x369,_0x4613b4:0x372,_0x1440a6:0x362,_0x2f25c0:0x2f4,_0x411730:0x2d7,_0x2c43d9:0x2c1,_0x1cf284:0x300,_0x3bb843:0x311,_0x5da7a6:0x3ad,_0xcb339c:0x436,_0x34dda5:0x3dd,_0x25d391:0x373,_0x2bf702:0x31d,_0x3da14c:0x37e,_0x180800:0x3ee,_0x2f9fe2:0x3d8},_0x307b9b={_0x41c46b:0x2,_0x3bee0d:0x1ea,_0x2ed707:0xcb},_0x3fd527={};_0x3fd527[_0x49e6ed(0x366,0x2f6,_0x1faaf6._0x57c08b,_0x1faaf6._0x5cd739)]=function(_0x491eaf,_0x4d6414){return _0x491eaf>_0x4d6414;},_0x3fd527[_0x5f4fbc(0x302,0x338,_0x1faaf6._0x790905,0x318)]='Discoverin'+'g\x20OIDC\x20pro'+_0x49e6ed(0x389,_0x1faaf6._0x4c30db,0x335,0x371),_0x3fd527[_0x49e6ed(0x2dc,0x2ae,_0x1faaf6._0x23ad4a,_0x1faaf6._0x4103c5)]=_0x5f4fbc(_0x1faaf6._0xeafe76,0x2ea,_0x1faaf6._0x36fa2d,0x319)+'der\x20discov'+_0x5f4fbc(_0x1faaf6._0x44d6a4,0x309,_0x1faaf6._0x4a36d4,0x31a)+'ssfully';function _0x49e6ed(_0x3422e6,_0x346d7e,_0x13a5f6,_0x5d413e){return _0x2ddead(_0x13a5f6- -0x57,_0x346d7e,_0x13a5f6-0x144,_0x5d413e-0x38);}_0x3fd527[_0x49e6ed(0x304,0x367,_0x1faaf6._0x2c4f85,_0x1faaf6._0x4a36d4)]=function(_0x2d71ce,_0x469281){return _0x2d71ce===_0x469281;},_0x3fd527['JaIQv']=_0x5f4fbc(0x2fa,0x355,_0x1faaf6._0x3bc42b,0x36a),_0x3fd527[_0x5f4fbc(_0x1faaf6._0x248d91,0x408,_0x1faaf6._0x13e612,0x3dd)]=_0x49e6ed(_0x1faaf6._0x84a0c5,0x366,0x361,_0x1faaf6._0x2f4c15)+'discover\x20O'+_0x49e6ed(0x2c9,_0x1faaf6._0x23293a,0x2c2,0x26f)+'er';function _0x5f4fbc(_0x858b76,_0x20f62a,_0x4dd8f7,_0x1acd28){return _0x2ddead(_0x1acd28-_0x307b9b._0x41c46b,_0x20f62a,_0x4dd8f7-_0x307b9b._0x3bee0d,_0x1acd28-_0x307b9b._0x2ed707);}const _0x483830=_0x3fd527;if(cachedOidcConfig)return cachedOidcConfig;try{const _0x41b5ad={};return _0x41b5ad['issuer']=_0x2e08dd[_0x49e6ed(0x292,0x35c,0x2ff,0x2c5)],logger['info'](_0x483830[_0x5f4fbc(_0x1faaf6._0x5bd43b,0x306,0x369,0x318)],_0x41b5ad),cachedOidcConfig=await _0x576e0d[_0x49e6ed(0x32f,0x37b,0x316,0x2b6)](new URL(_0x2e08dd[_0x49e6ed(0x2fc,_0x1faaf6._0x17bbf3,0x2ff,0x291)]),_0x2e08dd[_0x49e6ed(_0x1faaf6._0x4770c3,0x39f,0x388,_0x1faaf6._0x5060ff)],_0x2e08dd[_0x49e6ed(_0x1faaf6._0x232a76,_0x1faaf6._0xe4c7c9,_0x1faaf6._0x4c0356,_0x1faaf6._0x2e947f)+'ret']),logger[_0x49e6ed(_0x1faaf6._0x44d253,0x38f,_0x1faaf6._0x3e8cba,_0x1faaf6._0x57e132)](_0x483830[_0x5f4fbc(_0x1faaf6._0x4f278e,_0x1faaf6._0x8080ac,_0x1faaf6._0x4613b4,0x343)]),cachedOidcConfig;}catch(_0xd2b5ca){if(_0x483830[_0x49e6ed(_0x1faaf6._0x1440a6,0x2c6,_0x1faaf6._0xeafe76,_0x1faaf6._0x2f25c0)](_0x483830['JaIQv'],_0x49e6ed(_0x1faaf6._0x411730,_0x1faaf6._0x17bbf3,0x311,_0x1faaf6._0x2c43d9))){logger[_0x5f4fbc(_0x1faaf6._0x1cf284,0x33e,_0x1faaf6._0x3bb843,0x35f)](_0x483830[_0x5f4fbc(0x3c4,_0x1faaf6._0x5da7a6,_0x1faaf6._0xcb339c,_0x1faaf6._0x34dda5)],_0xd2b5ca);throw _0xd2b5ca;}else _0x483830[_0x5f4fbc(0x3e4,0x329,0x33a,_0x1faaf6._0x25d391)](_0x19d3d7-_0x492484[_0x49e6ed(_0x1faaf6._0x2bf702,0x3e8,_0x1faaf6._0x3da14c,0x355)],_0x252027)&&_0x42320d[_0x5f4fbc(_0x1faaf6._0x180800,_0x1faaf6._0x2f9fe2,0x3c3,0x3c1)](_0x592149);}}export async function generateAuthorizationUrl(_0x802f4,_0x57bd3b){const _0x4a4709={_0x2eda2d:0x456,_0x1a4099:0x450,_0x4c3736:0x1bc,_0x502ecb:0x19e,_0x21120c:0x231,_0x409bf7:0x178,_0x3e6664:0x1d1,_0x1cc23a:0x1f5,_0x2b58af:0x56e,_0x5a4af1:0x56b,_0x5c7ce6:0x1e5,_0xaebc33:0x275,_0x5de6d5:0x238,_0x3a298c:0x241,_0x484ac3:0x4b3,_0x2620fd:0x4c1,_0x5ed570:0x222,_0x330319:0x260,_0x5ba3d9:0x213,_0x127800:0x29b,_0x5ee86c:0x46b,_0xb4392a:0x4ba,_0x48486c:0x4d9,_0x577f6a:0x536,_0x31156c:0x195,_0x18352a:0x208,_0x34b860:0x257,_0x289d47:0x25d,_0x42368f:0x22c,_0x453fd2:0x1a2,_0x3ad7e1:0x198,_0x5594f1:0x17c,_0x59bcc9:0x182,_0x29219c:0x14d,_0x3d6f52:0x449,_0x3a4f8c:0x4bd,_0x299727:0x1e6,_0x14d253:0x1c3,_0x2b7d24:0x212,_0x478eac:0x252,_0x4b4948:0x4a4,_0x5554ba:0x4ea,_0xb70b27:0x4a9,_0x13e9f2:0x502,_0x40ae4b:0x520},_0x12d383={_0x653b89:0x4a},_0x2f3add={'bLSYn':function(_0x497bcb,_0x940dc4){return _0x497bcb(_0x940dc4);},'gUMNn':_0x55259b(0x4b2,_0x4a4709._0x2eda2d,0x480,_0x4a4709._0x1a4099),'WhDik':function(_0x3e8371,_0x540763){return _0x3e8371+_0x540763;},'HXaAV':_0x4691f5(-_0x4a4709._0x4c3736,-_0x4a4709._0x502ecb,-0x1c0,-0x15a)},_0x4f8965=await _0x2f3add['bLSYn'](discoverOidcProvider,_0x802f4);function _0x4691f5(_0x2ed904,_0x4274d1,_0x196e98,_0x26541f){return _0x2ddead(_0x2ed904- -0x587,_0x26541f,_0x196e98-0x97,_0x26541f-0x2);}const _0x1e6b84=_0x536139['randomByte'+'s'](-0x7ae*0x1+-0x25f2+0x3d0*0xc)[_0x4691f5(-0x1e0,-_0x4a4709._0x21120c,-_0x4a4709._0x409bf7,-0x230)](_0x2f3add[_0x4691f5(-_0x4a4709._0x3e6664,-_0x4a4709._0x1cc23a,-0x1f1,-0x1ff)]),_0xafe3b9=_0x536139[_0x55259b(_0x4a4709._0x2b58af,_0x4a4709._0x5a4af1,0x503,0x4e6)+'s'](0x51*0x6d+0xf44*-0x2+-0x9*0x6d)['toString'](_0x2f3add[_0x4691f5(-0x1d1,-0x1a3,-_0x4a4709._0x5c7ce6,-0x178)]),_0x511608=_0x576e0d[_0x4691f5(-0x273,-_0x4a4709._0xaebc33,-_0x4a4709._0x5de6d5,-_0x4a4709._0x3a298c)+'CodeVerifi'+'er'](),_0x325758=await _0x576e0d[_0x55259b(_0x4a4709._0x484ac3,_0x4a4709._0x2620fd,0x51f,0x4bc)+'KCECodeCha'+'llenge'](_0x511608);stateStore['set'](_0x1e6b84,{'nonce':_0xafe3b9,'codeVerifier':_0x511608,'createdAt':Date['now']()});const _0x114a23={'redirect_uri':_0x57bd3b,'scope':_0x802f4[_0x4691f5(-_0x4a4709._0x5ed570,-0x1e5,-0x202,-0x22c)][_0x4691f5(-_0x4a4709._0x330319,-_0x4a4709._0x5ba3d9,-_0x4a4709._0x127800,-_0x4a4709._0xaebc33)]('\x20'),'state':_0x1e6b84,'nonce':_0xafe3b9,'code_challenge':_0x325758,'code_challenge_method':_0x55259b(_0x4a4709._0x5ee86c,_0x4a4709._0xb4392a,_0x4a4709._0x48486c,_0x4a4709._0x577f6a)},_0x2dc95c=_0x576e0d[_0x4691f5(-0x1a0,-0x18e,-_0x4a4709._0x31156c,-0x1cd)+_0x4691f5(-_0x4a4709._0x18352a,-_0x4a4709._0x34b860,-0x217,-_0x4a4709._0x289d47)+'l'](_0x4f8965,_0x114a23);logger['debug']('Generated\x20'+_0x4691f5(-0x1d7,-_0x4a4709._0x42368f,-_0x4a4709._0x453fd2,-0x1fa)+_0x4691f5(-_0x4a4709._0x3ad7e1,-_0x4a4709._0x5594f1,-_0x4a4709._0x59bcc9,-_0x4a4709._0x29219c)+'RL',{'state':_0x2f3add['WhDik'](_0x1e6b84[_0x55259b(0x456,_0x4a4709._0x3d6f52,0x482,_0x4a4709._0x3a4f8c)](0x1405*0x1+0x7b*-0xa+0x29*-0x5f,0x1511+0x70c+-0x1c15),_0x2f3add[_0x4691f5(-_0x4a4709._0x299727,-_0x4a4709._0x14d253,-_0x4a4709._0x2b7d24,-0x20c)]),'redirectUri':_0x57bd3b});const _0x1ae245={};_0x1ae245[_0x4691f5(-0x22e,-0x1ce,-_0x4a4709._0x478eac,-0x276)]=_0x2dc95c[_0x55259b(_0x4a4709._0x4b4948,_0x4a4709._0x5554ba,_0x4a4709._0xb70b27,0x478)];function _0x55259b(_0x45ab62,_0x5f0719,_0x4b1101,_0x967e09){return _0x2ddead(_0x4b1101-0x147,_0x967e09,_0x4b1101-0x31,_0x967e09-_0x12d383._0x653b89);}return _0x1ae245[_0x55259b(0x49e,0x4ff,_0x4a4709._0x13e9f2,_0x4a4709._0x40ae4b)]=_0x1e6b84,_0x1ae245;}export async function handleCallback(_0x53894a,_0x29f7bd,_0x579c8e){const _0x4555c2={_0x56869f:0xf1,_0x30f28f:0xd7,_0x384948:0x57f,_0x42a10b:0x5c4,_0x15ad2e:0x92,_0x1d71a8:0x125,_0x172838:0xef,_0x1eb1c1:0x626,_0x2e0bfb:0x586,_0x4587f2:0x5ce,_0x15d352:0x5bf,_0x543b8c:0x550,_0x455aa8:0x5f3,_0x428f77:0x13f,_0x48b5d2:0x118,_0x17db1d:0x144,_0x1efdd4:0x19b,_0x50063e:0x17a,_0x141d01:0x5c3,_0x1fb6ed:0x5ea,_0x331b47:0x5e6,_0x5e2559:0x592,_0x40d40e:0x1ba,_0x5b6987:0x14f,_0x3ddd58:0x14a,_0x369459:0x558,_0x2edd01:0x63c,_0x5d84be:0x5e2,_0x2feae2:0x1b3,_0x37dcf4:0x174,_0x459f3b:0x1c5,_0x54553a:0x60d,_0x48b689:0x5a3,_0x5dbf7d:0x135,_0x4b671a:0x13c,_0x4f14e0:0x16f,_0x43484b:0x595,_0x5415a8:0xe5,_0x38a4ec:0x577,_0x45d413:0x58b,_0x10c158:0x4fb,_0x2372e1:0x89,_0x3d6381:0xd4,_0x148f7d:0x68,_0x2b44e0:0x525,_0x2c1fb3:0x578,_0x187577:0x581,_0x5ddc74:0x193,_0x528f2a:0x161,_0x27acd7:0x101,_0x2c4332:0x60e,_0x524490:0x5ca,_0x376d6a:0xbd,_0x5c374a:0x5bf,_0x3ce649:0x5f7,_0x4c89b8:0x59a,_0x5a2856:0x1e2,_0x4f4473:0x119,_0x411308:0x59c,_0x35c0f6:0x5db,_0x4fca75:0x5e1,_0x425ccd:0x5bc,_0x3951fc:0x1de,_0x2ed3b9:0x15b,_0x938f0b:0xfe,_0x2eec50:0x1ae,_0x4d0dbf:0x117,_0x362b01:0x4ed,_0x33328d:0x5a1,_0x223e4b:0x4d7,_0x25ee81:0x534,_0x58c21c:0x56a,_0x546fe6:0x580,_0x176fb8:0x540,_0x218826:0x583,_0x14aaf7:0x56c,_0x1eb077:0xa4,_0x317bec:0xac,_0x37feda:0x55b,_0x4569cd:0x510,_0x5de016:0xfa,_0x345d17:0x191,_0x3b1f3b:0x190,_0x5a1c4a:0x57a,_0x39c304:0x58c,_0x498359:0x125,_0x2f99c3:0x146,_0x57a9a3:0x10d,_0x47e362:0x155,_0x15611b:0x10b,_0x8c819d:0x62a,_0x325257:0x642,_0x1949b0:0x5db,_0x6a1cf9:0x5d7,_0x5e8109:0x15c,_0x172d96:0x18b,_0x2d867e:0x11c,_0x52d972:0x14d,_0x23d586:0x119,_0x4da69a:0x5c5,_0x2e3fdf:0x180,_0x1ad756:0x63b,_0x3c3c66:0x619,_0x3cdd5e:0x17d,_0x8d883:0xba,_0x16b8a9:0x533,_0x42ba11:0x518,_0x148a6d:0x121,_0x2496b3:0x16d},_0x28e2d4={_0x29ec06:0x253,_0x356948:0x5},_0x501f08={_0x5842e5:0xbd,_0x5d78e5:0x138},_0x4cb145={'ZBDFC':function(_0x11b841,_0xb3456d){return _0x11b841>_0xb3456d;},'AGAEI':function(_0x5ec400,_0xa8de2){return _0x5ec400-_0xa8de2;},'ngLDD':'OIDC\x20cache'+_0x3085c8(_0x4555c2._0x56869f,0xb0,_0x4555c2._0x30f28f,0x6f),'wWnUm':_0x5abef2(0x5fe,_0x4555c2._0x384948,0x62a,_0x4555c2._0x42a10b),'nioyS':'Invalid\x20or'+_0x3085c8(_0x4555c2._0x15ad2e,0xff,0xd3,_0x4555c2._0x1d71a8)+_0x3085c8(0x182,_0x4555c2._0x172838,0x11c,0x146)+_0x5abef2(_0x4555c2._0x1eb1c1,_0x4555c2._0x2e0bfb,_0x4555c2._0x4587f2,_0x4555c2._0x15d352),'Xgyvv':function(_0x322ff9,_0x787c10){return _0x322ff9>_0x787c10;},'eRRIZ':function(_0xd2298e,_0x24be68){return _0xd2298e-_0x24be68;},'feiOe':function(_0x38d510,_0x38e5ff){return _0x38d510===_0x38e5ff;},'GIfZi':_0x5abef2(_0x4555c2._0x543b8c,_0x4555c2._0x455aa8,0x535,0x5a3),'zlknG':_0x3085c8(_0x4555c2._0x428f77,_0x4555c2._0x48b5d2,0x10c,_0x4555c2._0x17db1d)+'meter\x20expi'+_0x3085c8(0x193,_0x4555c2._0x1efdd4,_0x4555c2._0x50063e,0x1df),'BVBlM':function(_0x25f91d,_0x5260a2){return _0x25f91d(_0x5260a2);},'FWhCr':function(_0x3f9c84,_0x3820bf){return _0x3f9c84!==_0x3820bf;},'ksOfb':_0x5abef2(0x593,_0x4555c2._0x141d01,_0x4555c2._0x1fb6ed,_0x4555c2._0x331b47),'GRnhs':'izyve','Fyfea':function(_0x576013,_0x11ced6){return _0x576013(_0x11ced6);},'dnQuL':function(_0x5d09bd,_0x495433){return _0x5d09bd(_0x495433);},'amKsj':_0x5abef2(0x550,_0x4555c2._0x5e2559,0x553,0x58b)+_0x3085c8(_0x4555c2._0x40d40e,0x15c,_0x4555c2._0x5b6987,_0x4555c2._0x3ddd58)+'successful','zjUfm':_0x5abef2(0x579,_0x4555c2._0x369459,0x5d7,0x5c9),'ThXSQ':'OIDC\x20token'+_0x5abef2(0x64c,0x63e,_0x4555c2._0x2edd01,_0x4555c2._0x5d84be)+_0x3085c8(_0x4555c2._0x2feae2,0x1c0,_0x4555c2._0x37dcf4,_0x4555c2._0x459f3b)},{state:_0x4d6889,code:_0x3a6ad6}=_0x579c8e,_0x369b91=stateStore[_0x5abef2(_0x4555c2._0x54553a,0x608,_0x4555c2._0x48b689,0x5e3)](_0x4d6889);function _0x5abef2(_0x43f914,_0x416a11,_0x6f6540,_0x41dc54){return _0x2ddead(_0x41dc54-0x1f5,_0x43f914,_0x6f6540-_0x501f08._0x5842e5,_0x41dc54-_0x501f08._0x5d78e5);}function _0x3085c8(_0x3e1258,_0x38bfd6,_0x3855bd,_0x138741){return _0x2ddead(_0x3855bd- -_0x28e2d4._0x29ec06,_0x38bfd6,_0x3855bd-_0x28e2d4._0x356948,_0x138741-0xab);}if(!_0x369b91){if('wUWgz'!==_0x4cb145[_0x3085c8(0x17f,_0x4555c2._0x5dbf7d,_0x4555c2._0x4b671a,_0x4555c2._0x4f14e0)])return{'success':![],'error':'Discovery\x20'+_0x5abef2(_0x4555c2._0x43484b,0x576,0x56f,0x542)+_0x3085c8(0x10e,_0x4555c2._0x1d71a8,_0x4555c2._0x5415a8,0x8f)+_0x5abef2(0x575,_0x4555c2._0x38a4ec,0x597,0x57a)+_0x5abef2(_0x4555c2._0x45d413,_0x4555c2._0x10c158,0x597,0x55c)+_0x44784d[_0x3085c8(0xda,_0x4555c2._0x2372e1,_0x4555c2._0x3d6381,_0x4555c2._0x148f7d)](',\x20')};else throw new Error(_0x4cb145[_0x5abef2(0x57e,0x4e2,0x574,_0x4555c2._0x2b44e0)]);}stateStore['delete'](_0x4d6889);if(_0x4cb145['Xgyvv'](_0x4cb145[_0x5abef2(_0x4555c2._0x2c1fb3,0x4f8,_0x4555c2._0x187577,0x520)](Date[_0x3085c8(0x130,_0x4555c2._0x5ddc74,_0x4555c2._0x528f2a,_0x4555c2._0x27acd7)](),_0x369b91[_0x5abef2(_0x4555c2._0x2c4332,0x63c,0x565,_0x4555c2._0x524490)]),STATE_TTL)){if(_0x4cb145[_0x3085c8(0x129,0xdd,_0x4555c2._0x376d6a,0x122)](_0x4cb145[_0x5abef2(_0x4555c2._0x5c374a,0x5ee,_0x4555c2._0x455aa8,0x5a1)],_0x4cb145[_0x5abef2(_0x4555c2._0x3ce649,0x5d6,_0x4555c2._0x4c89b8,0x5a1)]))throw new Error(_0x4cb145[_0x3085c8(_0x4555c2._0x5a2856,0x193,0x187,_0x4555c2._0x4f4473)]);else{_0x536b29['error'](_0x5abef2(0x607,_0x4555c2._0x411308,0x5f8,_0x4555c2._0x35c0f6)+'\x20exchange\x20'+_0x5abef2(_0x4555c2._0x4fca75,0x563,_0x4555c2._0x524490,_0x4555c2._0x425ccd),_0x16ccbc);throw _0x59520c;}}const _0x5c3faf=await _0x4cb145[_0x5abef2(0x506,0x504,0x537,0x549)](discoverOidcProvider,_0x53894a);try{if(_0x4cb145['FWhCr'](_0x4cb145[_0x3085c8(0x15f,_0x4555c2._0x459f3b,0x18d,_0x4555c2._0x3951fc)],_0x4cb145[_0x3085c8(_0x4555c2._0x2ed3b9,_0x4555c2._0x938f0b,0x16b,_0x4555c2._0x2eec50)])){const _0x1cd994=await _0x576e0d[_0x3085c8(0x102,_0x4555c2._0x4d0dbf,0x117,0x112)+_0x5abef2(0x52a,0x599,0x5a8,0x548)+'nt'](_0x5c3faf,new URL(_0x29f7bd+'?code='+_0x4cb145[_0x5abef2(_0x4555c2._0x362b01,_0x4555c2._0x33328d,_0x4555c2._0x223e4b,_0x4555c2._0x25ee81)](encodeURIComponent,_0x3a6ad6)+_0x5abef2(0x552,_0x4555c2._0x58c21c,_0x4555c2._0x546fe6,_0x4555c2._0x176fb8)+_0x4cb145[_0x5abef2(0x594,0x5c1,_0x4555c2._0x218826,_0x4555c2._0x14aaf7)](encodeURIComponent,_0x4d6889)),{'pkceCodeVerifier':_0x369b91[_0x3085c8(_0x4555c2._0x1eb077,_0x4555c2._0x317bec,0xeb,0x79)+'er'],'expectedNonce':_0x369b91[_0x5abef2(_0x4555c2._0x37feda,_0x4555c2._0x14aaf7,_0x4555c2._0x4569cd,0x54c)],'expectedState':_0x4d6889}),_0x3a5616=_0x1cd994['claims'](),_0x342790={};_0x342790['sub']=_0x3a5616[_0x3085c8(0x137,_0x4555c2._0x3ddd58,0x167,0x15e)],_0x342790[_0x3085c8(_0x4555c2._0x5de016,_0x4555c2._0x345d17,0x127,0x119)]=_0x3a5616[_0x3085c8(0xd2,0x11f,0x127,_0x4555c2._0x3b1f3b)],_0x342790[_0x5abef2(_0x4555c2._0x5a1c4a,_0x4555c2._0x5e2559,0x559,_0x4555c2._0x39c304)]=_0x3a5616[_0x3085c8(_0x4555c2._0x498359,_0x4555c2._0x2f99c3,0x144,0x199)],logger['info'](_0x4cb145[_0x3085c8(0xe2,0x106,_0x4555c2._0x57a9a3,0x14e)],_0x342790);const _0x2c7109={};return _0x2c7109['claims']=_0x3a5616,_0x2c7109['accessToke'+'n']=_0x1cd994[_0x3085c8(_0x4555c2._0x47e362,_0x4555c2._0x15611b,0x160,0x194)+'en'],_0x2c7109[_0x5abef2(_0x4555c2._0x8c819d,_0x4555c2._0x325257,_0x4555c2._0x1949b0,_0x4555c2._0x6a1cf9)]=_0x1cd994[_0x3085c8(_0x4555c2._0x5ddc74,_0x4555c2._0x5e8109,_0x4555c2._0x172d96,_0x4555c2._0x2d867e)],_0x2c7109;}else{const _0x111b4f=_0x3e2c46[_0x3085c8(0xfc,_0x4555c2._0x52d972,0x161,_0x4555c2._0x23d586)]();for(const [_0x238a3e,_0xb64625]of _0x3ba1dc[_0x5abef2(_0x4555c2._0x4da69a,0x58e,_0x4555c2._0x1949b0,0x578)]()){_0x4cb145[_0x3085c8(0x12e,0x1a4,_0x4555c2._0x2e3fdf,_0x4555c2._0x37dcf4)](_0x4cb145['AGAEI'](_0x111b4f,_0xb64625[_0x5abef2(_0x4555c2._0x1ad756,0x5c0,_0x4555c2._0x3c3c66,0x5ca)]),_0x57180a)&&_0x5cdaef['delete'](_0x238a3e);}}}catch(_0x352919){if(_0x4cb145[_0x3085c8(0x12d,0x157,_0x4555c2._0x3cdd5e,0x1e3)]===_0x3085c8(0x155,0x1ec,0x189,0x189))_0x253f36=null,_0x419a49=null,_0x36ed77[_0x3085c8(_0x4555c2._0x8d883,0x127,0xbf,0xe3)](),_0x8619fb['info'](_0x4cb145[_0x5abef2(_0x4555c2._0x16b8a9,0x566,0x4b1,_0x4555c2._0x42ba11)]);else{logger[_0x3085c8(_0x4555c2._0x148a6d,0x126,0x10a,_0x4555c2._0x4d0dbf)](_0x4cb145[_0x3085c8(0x1c8,0x1a5,0x18e,_0x4555c2._0x2496b3)],_0x352919);throw _0x352919;}}}export function getPublicOidcConfig(){const _0xd94cf1={_0x2bc56b:0x412,_0x406a87:0x480,_0x593f9f:0x417,_0x2212f6:0x411,_0x449901:0x3fb,_0x26297c:0x39f,_0x55c47a:0x43a,_0xbf93b3:0x3f4,_0x4c6f3f:0x3bb},_0x178824={_0x1a24b9:0x5e,_0x484314:0x1c1},_0x5d3199={_0x5f2c88:0xd3};if(!cachedConfig)return null;const _0x4b681a={};_0x4b681a[_0x1df6f0(_0xd94cf1._0x2bc56b,_0xd94cf1._0x406a87,_0xd94cf1._0x593f9f,_0xd94cf1._0x2212f6)]=!![],_0x4b681a['display_na'+'me']=cachedConfig[_0x1df6f0(0x3c9,_0xd94cf1._0x449901,_0xd94cf1._0x26297c,_0xd94cf1._0x55c47a)+'me'],_0x4b681a[_0x1df6f0(0x3b9,0x405,_0xd94cf1._0xbf93b3,_0xd94cf1._0x4c6f3f)+'l_auth']=cachedConfig['allow_loca'+'l_auth'];function _0x1df6f0(_0x3d3d02,_0x3980a8,_0x6ecb1f,_0x3e2570){return _0x2ddead(_0x3980a8-_0x5d3199._0x5f2c88,_0x6ecb1f,_0x6ecb1f-0x4c,_0x3e2570-0x12);}function _0x591e90(_0x2a84e6,_0x4e198f,_0x2638fa,_0x16b749){return _0x2ddead(_0x16b749- -_0x178824._0x1a24b9,_0x2a84e6,_0x2638fa-0x100,_0x16b749-_0x178824._0x484314);}return _0x4b681a;}export function clearOidcCache(){const _0x307afd={_0xcd52c:0x2e9,_0x25c6e5:0x344,_0x5d8a4a:0x6a,_0x479965:0xa4,_0x2849a6:0xea,_0x47a34a:0xc6},_0x347087={_0x13db2d:0x13d},_0x583e0f={_0x38bdc8:0x1b,_0x206521:0xa,_0x2f2cbf:0x128};cachedConfig=null,cachedOidcConfig=null,stateStore[_0x427ff0(0x2c2,_0x307afd._0xcd52c,0x32d,_0x307afd._0x25c6e5)]();function _0x427ff0(_0x4017c5,_0x545316,_0x5b853a,_0x86f0f1){return _0x2ddead(_0x5b853a-_0x583e0f._0x38bdc8,_0x4017c5,_0x5b853a-_0x583e0f._0x206521,_0x86f0f1-_0x583e0f._0x2f2cbf);}function _0x2d4f21(_0x5cf4d6,_0x23ab47,_0x37ef41,_0x567421){return _0x2ddead(_0x23ab47- -0x432,_0x5cf4d6,_0x37ef41-0x1b2,_0x567421-_0x347087._0x13db2d);}logger[_0x2d4f21(-_0x307afd._0x5d8a4a,-_0x307afd._0x479965,-0xf7,-0x10b)]('OIDC\x20cache'+_0x2d4f21(-_0x307afd._0x2849a6,-0x108,-0x128,-_0x307afd._0x47a34a));}export async function reloadOidcConfig(){const _0x22bd2c={_0x5eb942:0x66,_0x13fd6d:0xb7,_0x209256:0xbd,_0x129452:0xa6,_0xc0fba6:0x8f},_0x15d684={_0x3e0889:0x42c,_0x5882cf:0x30},_0x7be87e={_0x871ef7:0x18,_0x104c9f:0x1a9},_0x4c7e4b={'feuZc':function(_0x167bf3){return _0x167bf3();}};function _0x168364(_0x3e87fe,_0x187288,_0x5d56fd,_0x30113c){return _0x2ddead(_0x3e87fe- -0x1c9,_0x5d56fd,_0x5d56fd-_0x7be87e._0x871ef7,_0x30113c-_0x7be87e._0x104c9f);}_0x4c7e4b[_0x509b71(-0xa0,-_0x22bd2c._0x5eb942,-0xef,-0x8f)](clearOidcCache);function _0x509b71(_0x3403cd,_0x25202f,_0xddfab4,_0x5858a0){return _0x2ddead(_0x5858a0- -_0x15d684._0x3e0889,_0x3403cd,_0xddfab4-_0x15d684._0x5882cf,_0x5858a0-0x5a);}return await _0x4c7e4b[_0x509b71(-_0x22bd2c._0x13fd6d,-_0x22bd2c._0x209256,-_0x22bd2c._0x129452,-_0x22bd2c._0xc0fba6)](loadOidcConfig);}export async function testOidcDiscovery(_0x242896){const _0x8bded9={_0x266b47:0x313,_0x33da6b:0x2af,_0x2c04b9:0x29b,_0x333a68:0x2de,_0x2cd0f3:0x31d,_0x5eb6df:0x30a,_0x54ee4d:0x29a,_0x9b1f28:0x279,_0x28dc16:0x160,_0x308c7e:0x1a0,_0x208784:0x1cf,_0x4ebc0e:0x200,_0x2bf031:0x262,_0x2ee4d1:0x1b3,_0x3be611:0x1f4,_0x208886:0x230,_0x54cac6:0x258,_0x58fe06:0x24a,_0x2946d3:0x2ab,_0x2c8c04:0x24b,_0x4be76d:0x218,_0x1af43a:0x267,_0x18ac7e:0x220,_0x1563b7:0x1db,_0x20f771:0x23a,_0x2d6e3d:0x15b,_0x585bba:0x160,_0x20bfad:0x224,_0x510d12:0x1af,_0x3548e1:0x2aa,_0x14fc06:0x210,_0x413bd9:0x1b7,_0x318396:0x17b,_0x24df1d:0x1ef,_0x52a2ff:0x1c2,_0x5398e2:0x201,_0x386873:0x1fd,_0x3d2270:0x19a,_0x2079d0:0x1ec,_0x3f16a5:0x1cb,_0x5e66f3:0x29d,_0x4316c8:0x20b,_0x34f160:0x2ba,_0x278183:0x1f5,_0x25a220:0x284,_0x25af9e:0x188,_0x1155e4:0x1fb,_0x502de6:0x1de,_0x2d25b3:0x272,_0x5441eb:0x208,_0x33cc04:0x161,_0x1762b9:0x1c8,_0x9a8985:0x163,_0x54d61a:0x298,_0x3d2f28:0x1ff,_0x3b2e50:0x18f,_0x8a9402:0x1c1,_0x57e158:0x1c6,_0x2d4161:0x140,_0x1947f9:0xe8,_0xba6550:0x270,_0x549995:0x271,_0x3924c2:0x166,_0x94e0bd:0x187,_0x4382ce:0x27f,_0x460e3a:0x2e3,_0x379db4:0x258,_0x1755dc:0x1a1,_0x3c96f7:0x15a,_0x5209e9:0x248,_0x2a2807:0x27d,_0xe415e5:0x190,_0x3a444e:0x15b,_0x51fed8:0x270,_0x160295:0x244,_0x4275f7:0x26a,_0x75e0b3:0x271,_0x3985fc:0x2a4,_0x3e706a:0x189,_0x599a42:0x17d,_0x1738ac:0x17e,_0xbf77d2:0x14c,_0x35dbf5:0x179,_0x24cc5a:0x2ec,_0x33d060:0x341,_0x114826:0x257,_0x508a53:0x243,_0x4619f9:0x252,_0x8a25d3:0x206,_0x372166:0x26c,_0xf6ccd2:0x16e,_0x245a0d:0x197,_0x5e3bfd:0x1de,_0x2ae189:0x1bc},_0x51aa02={_0x546331:0x1d6},_0x25ba8f={_0x29b553:0x16f};function _0x35ea4a(_0x464942,_0x10bc01,_0xeedb7f,_0x5e2fb5){return _0x2ddead(_0x10bc01- -0x1c6,_0x5e2fb5,_0xeedb7f-_0x25ba8f._0x29b553,_0x5e2fb5-0xa9);}function _0x2d5c13(_0x59a0bb,_0x2f7c01,_0x3ca365,_0x4c1c84){return _0x2ddead(_0x2f7c01- -0x100,_0x59a0bb,_0x3ca365-_0x51aa02._0x546331,_0x4c1c84-0x11e);}const _0x188687={'nZFAe':'OIDC\x20authe'+_0x2d5c13(0x300,0x2a2,_0x8bded9._0x266b47,0x282)+_0x2d5c13(0x2ef,_0x8bded9._0x33da6b,0x277,0x2e4)+_0x2d5c13(0x2da,_0x8bded9._0x2c04b9,0x2f0,0x23b)+_0x2d5c13(_0x8bded9._0x333a68,0x2b1,0x2c0,_0x8bded9._0x2cd0f3),'NbIyc':_0x2d5c13(_0x8bded9._0x5eb6df,_0x8bded9._0x54ee4d,_0x8bded9._0x9b1f28,0x24a)+_0x35ea4a(0x153,_0x8bded9._0x28dc16,_0x8bded9._0x308c7e,_0x8bded9._0x208784)+_0x2d5c13(_0x8bded9._0x4ebc0e,0x26f,0x2b1,_0x8bded9._0x2bf031)+_0x35ea4a(0x22c,0x204,_0x8bded9._0x2ee4d1,_0x8bded9._0x3be611),'YEzKE':_0x35ea4a(_0x8bded9._0x208886,0x1c4,0x157,0x222),'hzSYQ':'.well-know'+'n/openid-c'+_0x2d5c13(_0x8bded9._0x54cac6,_0x8bded9._0x58fe06,0x219,_0x8bded9._0x2946d3)+'on','JvinZ':function(_0x1178fd,_0x55680e){return _0x1178fd+_0x55680e;},'osiLm':function(_0xb54383,_0x4498a7,_0x178d85){return _0xb54383(_0x4498a7,_0x178d85);},'ACxrJ':'applicatio'+_0x2d5c13(0x1ba,0x225,0x1ca,_0x8bded9._0x2c8c04),'RaeRT':'SeRBE','oKSYo':_0x2d5c13(_0x8bded9._0x4be76d,0x251,_0x8bded9._0x1af43a,0x20a),'ZUzLq':'authorizat'+'ion_endpoi'+'nt','TxZqm':'token_endp'+'oint','JsQvp':function(_0x4021a4,_0x467d95){return _0x4021a4>_0x467d95;},'vjwDL':'Failed\x20to\x20'+_0x2d5c13(0x202,_0x8bded9._0x18ac7e,0x1fd,0x1e2)+_0x2d5c13(_0x8bded9._0x1563b7,_0x8bded9._0x20f771,0x236,0x1cd)+_0x35ea4a(0x13f,0x1b0,_0x8bded9._0x2d6e3d,_0x8bded9._0x585bba)};try{if(_0x35ea4a(_0x8bded9._0x20bfad,0x1e2,0x1c8,0x1b6)!==_0x188687[_0x35ea4a(0x20c,_0x8bded9._0x510d12,0x1bf,0x148)]){const _0x31d0ac=new URL(_0x188687[_0x2d5c13(_0x8bded9._0x3548e1,0x281,0x287,0x2ba)],_0x242896[_0x2d5c13(_0x8bded9._0x14fc06,0x22e,0x1ce,0x25a)]('/')?_0x242896:_0x188687['JvinZ'](_0x242896,'/')),_0x3967ec=await _0x188687[_0x35ea4a(_0x8bded9._0x413bd9,0x15b,0x122,_0x8bded9._0x318396)](fetch,_0x31d0ac['href'],{'headers':{'Accept':_0x188687[_0x35ea4a(0x1d0,_0x8bded9._0x24df1d,0x1ab,_0x8bded9._0x208784)]},'signal':AbortSignal[_0x35ea4a(_0x8bded9._0x14fc06,_0x8bded9._0x52a2ff,0x161,_0x8bded9._0x5398e2)](0x3267+0x6*-0x6bf+0x1d23)});if(!_0x3967ec['ok']){if(_0x188687[_0x35ea4a(0x238,_0x8bded9._0x386873,_0x8bded9._0x3d2270,_0x8bded9._0x2079d0)]!==_0x188687[_0x35ea4a(0x1a0,0x170,_0x8bded9._0x3f16a5,0x19b)]){const _0x45fc6a={};return _0x45fc6a['success']=![],_0x45fc6a[_0x2d5c13(_0x8bded9._0x5e66f3,0x25d,_0x8bded9._0x4316c8,_0x8bded9._0x34f160)]='Discovery\x20'+_0x2d5c13(_0x8bded9._0x278183,0x25a,_0x8bded9._0x25a220,0x21f)+_0x35ea4a(0x15a,_0x8bded9._0x25af9e,0x117,0x1af)+_0x3967ec[_0x35ea4a(0x263,_0x8bded9._0x1155e4,0x1aa,_0x8bded9._0x502de6)]+':\x20'+_0x3967ec[_0x35ea4a(_0x8bded9._0x2d25b3,_0x8bded9._0x5441eb,0x1c8,0x1f8)],_0x45fc6a;}else return _0x3565af[_0x35ea4a(_0x8bded9._0x33cc04,_0x8bded9._0x1762b9,_0x8bded9._0x386873,_0x8bded9._0x2d6e3d)](_0x188687['nZFAe']),null;}const _0x590c71=await _0x3967ec['json'](),_0x5488c2=[_0x35ea4a(_0x8bded9._0x9a8985,0x190,0x164,0x200),_0x188687[_0x2d5c13(0x215,0x25e,_0x8bded9._0x54d61a,_0x8bded9._0x20bfad)],_0x188687[_0x35ea4a(_0x8bded9._0x3d2f28,_0x8bded9._0x3b2e50,_0x8bded9._0x8a9402,_0x8bded9._0x57e158)]],_0x4dcae3=_0x5488c2[_0x35ea4a(_0x8bded9._0x2d4161,0x14b,0x143,_0x8bded9._0x1947f9)](_0x27271b=>!_0x590c71[_0x27271b]);if(_0x188687[_0x2d5c13(0x2be,_0x8bded9._0xba6550,0x203,0x2b5)](_0x4dcae3[_0x2d5c13(0x273,0x27e,_0x8bded9._0x14fc06,0x2e6)],0x5*-0x4d5+-0xa4d+-0x191*-0x16))return{'success':![],'error':_0x2d5c13(0x2cf,0x2e3,_0x8bded9._0x549995,0x2e6)+_0x35ea4a(_0x8bded9._0x3924c2,_0x8bded9._0x94e0bd,0x1e2,0x137)+_0x35ea4a(0x1d6,0x172,0x1a8,0x1bb)+_0x2d5c13(_0x8bded9._0x4382ce,0x285,_0x8bded9._0x460e3a,_0x8bded9._0x379db4)+_0x35ea4a(0x191,_0x8bded9._0x1755dc,0x170,_0x8bded9._0x3c96f7)+_0x4dcae3['join'](',\x20')};const _0x593095={};return _0x593095[_0x2d5c13(_0x8bded9._0x5209e9,_0x8bded9._0x2946d3,_0x8bded9._0x5209e9,_0x8bded9._0x2a2807)]=!![],_0x593095[_0x35ea4a(_0x8bded9._0x502de6,_0x8bded9._0xe415e5,_0x8bded9._0x3a444e,_0x8bded9._0x3d2270)]=_0x590c71[_0x2d5c13(_0x8bded9._0x51fed8,0x256,0x21b,0x2c1)],_0x593095[_0x2d5c13(_0x8bded9._0x160295,_0x8bded9._0x4275f7,_0x8bded9._0x75e0b3,_0x8bded9._0x3985fc)+_0x35ea4a(0x12c,_0x8bded9._0x3e706a,_0x8bded9._0x599a42,_0x8bded9._0x1738ac)+'nt']=_0x590c71['authorizat'+_0x35ea4a(0x175,0x189,_0x8bded9._0xbf77d2,_0x8bded9._0x35dbf5)+'nt'],_0x593095['token_endp'+'oint']=_0x590c71[_0x2d5c13(0x2e2,_0x8bded9._0x24cc5a,0x34c,_0x8bded9._0x33d060)+'oint'],_0x593095[_0x35ea4a(0x1a1,0x1dd,0x1c3,0x1b0)+'ported']=_0x590c71[_0x2d5c13(_0x8bded9._0x114826,0x2a3,0x2f6,_0x8bded9._0x508a53)+_0x35ea4a(_0x8bded9._0x4619f9,_0x8bded9._0x8a25d3,_0x8bded9._0x372166,0x222)]||[],_0x593095;}else throw new _0x560837(_0x188687[_0x2d5c13(0x29a,0x244,0x2ae,0x2aa)]);}catch(_0x4b433e){const _0x20eb1d={};return _0x20eb1d['success']=![],_0x20eb1d[_0x35ea4a(_0x8bded9._0xf6ccd2,_0x8bded9._0x245a0d,0x131,0x14c)]=_0x4b433e[_0x35ea4a(0x193,_0x8bded9._0x5e3bfd,0x1e8,_0x8bded9._0x2ae189)]||_0x188687[_0x2d5c13(0x1db,0x242,0x2ae,0x1fe)],_0x20eb1d;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x200d36,_0x99cd5b){const _0x273cc6={_0x50f900:0x26,_0x52e822:0x3f,_0x1e56cd:0x58,_0x109c17:0x41,_0x1a224c:0x29,_0x569d73:0x54,_0x143b4b:0x43,_0x63970d:0x36,_0x2613ae:0x3a,_0x63c325:0x64,_0x3abcad:0x32,_0xb23649:0x25,_0x104cb7:0x50,_0x43c914:0x30,_0x13e9eb:0x37,_0x40524b:0x78,_0x718910:0x51,_0x64854b:0x56,_0xbe810d:0x5e,_0x4f5b6c:0x6a,_0xf69e81:0x6f},_0x403fcf={_0x4b4339:0x1da},_0x4b7520={_0x2ef08f:0x126};function _0x30ecd4(_0x1157e2,_0x5bac71,_0x215c72,_0x260e7c){return _0x35dc(_0x215c72- -_0x4b7520._0x2ef08f,_0x260e7c);}function _0x5561b6(_0x50006f,_0x37080f,_0x312e19,_0x56ddba){return _0x35dc(_0x312e19- -_0x403fcf._0x4b4339,_0x56ddba);}const _0x2abe5e=_0x200d36();while(!![]){try{const _0x12b158=-parseInt(_0x5561b6(-0x38,-_0x273cc6._0x50f900,-0x3e,-_0x273cc6._0x52e822))/(-0x18c+-0x1*0x26d6+0x2863)+parseInt(_0x5561b6(-_0x273cc6._0x1e56cd,-0x69,-0x5f,-_0x273cc6._0x109c17))/(-0x2f*-0x26+0x1f2*-0x11+0x1a1a)*(-parseInt(_0x5561b6(-_0x273cc6._0x1a224c,-_0x273cc6._0x569d73,-0x38,-_0x273cc6._0x143b4b))/(-0x46*0x6f+-0x19d8+0x3835))+-parseInt(_0x5561b6(-_0x273cc6._0x63970d,-0x64,-0x51,-0x3e))/(0x3c5*-0x3+0x20db+-0x1588)+parseInt(_0x5561b6(-_0x273cc6._0x2613ae,-_0x273cc6._0x63c325,-0x48,-_0x273cc6._0x3abcad))/(-0x1*-0x2043+-0x1f90+-0xae)+-parseInt(_0x5561b6(-_0x273cc6._0xb23649,-_0x273cc6._0x104cb7,-_0x273cc6._0x43c914,-_0x273cc6._0x13e9eb))/(-0x1aed+0x6b5+0x143e)+-parseInt(_0x30ecd4(0x3f,_0x273cc6._0x40524b,0x61,_0x273cc6._0x718910))/(-0x1276+0x5*0x551+-0x818)+-parseInt(_0x30ecd4(_0x273cc6._0x64854b,0x5b,0x6d,_0x273cc6._0xbe810d))/(-0x15a0+0x95e+0x8f*0x16)*(-parseInt(_0x5561b6(-0x63,-0x8a,-_0x273cc6._0x4f5b6c,-_0x273cc6._0xf69e81))/(0x1404+0x3*0x9d2+-0x3171));if(_0x12b158===_0x99cd5b)break;else _0x2abe5e['push'](_0x2abe5e['shift']());}catch(_0x22ae7b){_0x2abe5e['push'](_0x2abe5e['shift']());}}}(_0x1754,0x2*-0xa9a2d+0xd690e+0x3*0x67a2e));import _0x115948 from'crypto';import{logger}from'./logger.js';const DEVICE_TTL_MS=(-0x140c+-0xc2*-0x33+-0x1290)*(0x1506+0x3*-0x2d7+-0x417*0x3)*(-0x59*0x41+-0x3f4+0x1e75),POLL_INTERVAL_MS=(-0x41f*0x3+-0x53*-0x4b+0x3*-0x3fb)*(-0x1676+-0x1991+0xa63*0x5),CODE_CHARS='ABCDEFGHJK'+_0x232a32(0x1cf,0x1f3,0x1b9,0x1d6)+_0x232a32(0x1fd,0x204,0x209,0x1e6)+'89',USER_CODE_LENGTH=0x2*0x277+-0x6*0x387+0x15b*0xc,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function randomUserCode(){const _0x28dc0c={_0x723363:0x365,_0x38fb73:0x361,_0xa44a04:0xcb,_0x20a5cc:0x33f,_0xb4030:0x90,_0xe64462:0x33d,_0x45b91a:0x340,_0x5c4a1f:0xca,_0x2d8ec0:0xbd,_0x30263a:0xbe,_0x5dc5d6:0x347,_0x1290f8:0x34a,_0xf324d5:0x346,_0x4ff84f:0xb1,_0x8f2b9a:0x85,_0x5d22fb:0xae,_0x4f282f:0x33c,_0x49b407:0x35e},_0x5d9d66={_0x307322:0x2b},_0x51f74a={_0x17421a:0x2a9},_0x4cca77={};_0x4cca77[_0x315b62(-0x9e,-0x82,-0xac,-0xbc)]=_0x1ffdc0(0x371,_0x28dc0c._0x723363,0x368,_0x28dc0c._0x38fb73),_0x4cca77[_0x315b62(-0xd3,-0xbe,-0xde,-_0x28dc0c._0xa44a04)]=function(_0xea64c2,_0x10b988){return _0xea64c2<_0x10b988;};function _0x315b62(_0x375d72,_0x6900c1,_0x4b89ed,_0x4f59ea){return _0x2c8b40(_0x375d72- -_0x51f74a._0x17421a,_0x4f59ea,_0x4b89ed-0x193,_0x4f59ea-0x5b);}_0x4cca77['desvR']=function(_0x1fa251,_0x5b0ddb){return _0x1fa251!==_0x5b0ddb;},_0x4cca77[_0x1ffdc0(_0x28dc0c._0x20a5cc,0x34a,0x367,0x35b)]='PiLUA';function _0x1ffdc0(_0x254242,_0x3f3ae2,_0x1f38ef,_0x3a8ff6){return _0x232a32(_0x1f38ef,_0x3f3ae2-_0x5d9d66._0x307322,_0x1f38ef-0x14e,_0x3a8ff6-0x17a);}const _0x50eebe=_0x4cca77;let _0x1ed954='';for(let _0xc30a1e=-0x21dc+-0xd8*0x11+0x2*0x181a;_0x50eebe['HNwPL'](_0xc30a1e,USER_CODE_LENGTH);_0xc30a1e+=0x2*0x1375+0x24c3*-0x1+0x113*-0x2){if(_0x50eebe[_0x315b62(-0x93,-0x84,-0x75,-_0x28dc0c._0xb4030)](_0x50eebe[_0x1ffdc0(_0x28dc0c._0xe64462,0x37c,_0x28dc0c._0x45b91a,0x35b)],_0x315b62(-_0x28dc0c._0x5c4a1f,-0xd9,-_0x28dc0c._0x2d8ec0,-_0x28dc0c._0x30263a))){const _0x2be785={};return _0x2be785[_0x1ffdc0(0x333,_0x28dc0c._0x5dc5d6,_0x28dc0c._0x1290f8,_0x28dc0c._0xf324d5)]=_0x50eebe['SpVsW'],_0x2be785;}else{const _0x55b269=_0x115948['randomInt'](-0x1402+0x884+-0xb7e*-0x1,CODE_CHARS[_0x315b62(-0xa7,-_0x28dc0c._0x4ff84f,-_0x28dc0c._0x8f2b9a,-_0x28dc0c._0x5d22fb)]);_0x1ed954+=CODE_CHARS[_0x55b269];}}return _0x1ed954[_0x1ffdc0(_0x28dc0c._0x4f282f,0x32f,0x328,0x340)](-0x1855*-0x1+-0x501*0x1+-0x4*0x4d5,0xc5*-0x22+0x23a+0x17f4)+'-'+_0x1ed954[_0x1ffdc0(0x35a,0x341,_0x28dc0c._0x49b407,0x340)](0x973+-0x30a*-0x7+-0x1eb5);}function _0x1754(){const _0x1312bc=['mte5ntq2sNr1Avb0','zw50CMLLCW','yMjYug8','DxrdvLO','zsbMBg93ihn0BW','zxPxs0m','yLnsv0O','zxHWAxjLC0f0','CgvUzgLUzW','C2XPy2u','CMfUzg9TqNL0zq','vw51rLy','ndm3nJe0ofvuB3nMtW','t0LeqYbKzxzPyW','mZq5otiYogTfu2T3uW','C3rHDhvZ','zgvIDwC','CKvjrgS','uNjvv3m','BejiExe','tuDjzvO','zgvSzxrL','q0Xgvhm','nJKYmZCXnxLmDg5Prq','ndeYmJrLBw5gAw0','te1ouffsu1rvvG','y2XLyxi','yuTLqMm','y3jLyxrLzef0','BgvUz3rO','A0Tur2y','yxbWCM92zwq','zMXVB3i','nJu4mdD0A0zfqwC','Dw5Yzwy','yvH3Cey','AMz3sfe','BM93','u3bwC1C','mJrivhzqy1K','DxnLCG','v1HzwJiZndu2nW','zxHWAxjLza','C2v0','AKDVAwu','Dg9tDhjPBMC','EfHzCxy','nJq5ndCXohr6AK91zq','z2v0','zgvZDLi','sxrbyu4','zu9fDNy','tvrvDKu','DvH0uuK','se53ueW','AxLtzxO','uwrfrMq','B3PStNK','ndm3ngTWBxLLrW','rwT3DKW','DxnLCKnVzgu','sunoCxe','uwPquKC','ugLmvue','B3z1uhq','D2ncCvq','EwvfBe0','yxbPs2v5','AgfZ'];_0x1754=function(){return _0x1312bc;};return _0x1754();}function isExpired(_0x1d175f){const _0x5eb9ed={_0x4b2ec8:0x5b,_0x2a0e84:0x58,_0x9caa94:0x103,_0x33cde5:0x121,_0x1a9f53:0x107,_0x2feec9:0x120},_0x369c69={_0x2757ee:0x41,_0x25849f:0xc1},_0x115016={_0x25729c:0x1b0};function _0xb5473f(_0x596697,_0x47eb11,_0x3c377b,_0x31cbbc){return _0x2c8b40(_0x596697- -0x1a3,_0x31cbbc,_0x3c377b-_0x115016._0x25729c,_0x31cbbc-0x8b);}function _0x17fdbb(_0x743edd,_0x2f5dbe,_0x2cb6c5,_0x9cd570){return _0x232a32(_0x9cd570,_0x2f5dbe-_0x369c69._0x2757ee,_0x2cb6c5-0xa2,_0x743edd- -_0x369c69._0x25849f);}return Date[_0xb5473f(0x67,_0x5eb9ed._0x4b2ec8,0x54,_0x5eb9ed._0x2a0e84)]()>_0x1d175f[_0x17fdbb(_0x5eb9ed._0x9caa94,_0x5eb9ed._0x33cde5,_0x5eb9ed._0x1a9f53,_0x5eb9ed._0x2feec9)];}function cleanupExpired(){const _0x466934={_0x3c80f2:0x3e0,_0x1cc451:0x3e4,_0x18a602:0x28a,_0x67e42:0x2a7,_0x2427d7:0x2d2,_0x422a5d:0x2b0,_0x126bc0:0x2a9,_0x54b70d:0x3ed,_0x1401d8:0x3d1,_0x2b791d:0x3bd,_0x5592aa:0x2a4,_0x4112fe:0x2b3,_0x1b23a7:0x3e1,_0x26b78d:0x3e2,_0x58fdaf:0x3c1,_0xdd2944:0x281,_0x87ed15:0x277,_0x216b33:0x296,_0x2d3a64:0x2a0,_0x25d8ae:0x2bd,_0x383750:0x3e4,_0x3b0437:0x3ca,_0x4ca001:0x3eb,_0x32495f:0x3f5,_0xed990c:0x2e4,_0x36a90b:0x2cb,_0x4cf59f:0x2db,_0x2f64b8:0x3e3,_0x422798:0x404,_0x7873be:0x3cb,_0x5b96cf:0x2ca,_0x543eb2:0x2d6,_0x5c98fd:0x2d3,_0x4c0301:0x297,_0x3d0c37:0x3e8,_0x10b59a:0x3f3,_0xf63f3d:0x3ff,_0x2e9d0b:0x3bc,_0x606020:0x3e5,_0x2a0fd3:0x3d3,_0x3f94dc:0x2b2,_0x435bd9:0x27e,_0x2a97a6:0x29d,_0x4a5f35:0x3d4,_0x33ce26:0x2b0,_0x530f97:0x2c7,_0x4b4a86:0x3c5,_0x401da7:0x3d0,_0x486b8c:0x3ac,_0x3a9fca:0x29e,_0x47d425:0x2b6,_0x481fd7:0x2ac,_0x5d65c1:0x2d8,_0x4b073c:0x2bf,_0x5ca10e:0x2a0,_0x1ebfe3:0x3e7,_0x2a7f0e:0x3db,_0x2cf8fb:0x3af,_0x1584df:0x3d7},_0x4a1ad2={_0x4564c4:0x1e8},_0x303994={_0x30415f:0xe2};function _0x17a77d(_0xace661,_0x2c9b69,_0x50c1b4,_0x35413d){return _0x232a32(_0x35413d,_0x2c9b69-0x1c3,_0x50c1b4-0x1f3,_0x50c1b4-_0x303994._0x30415f);}const _0x380c97={'jGoie':function(_0x417fb3,_0x1a5280){return _0x417fb3(_0x1a5280);},'RBdGj':_0x2dca96(_0x466934._0x3c80f2,0x3f7,_0x466934._0x1cc451,0x40f),'CLFTs':function(_0x3bcdbf,_0x63b784){return _0x3bcdbf===_0x63b784;},'aKeBc':'approved','OuTvj':_0x17a77d(_0x466934._0x18a602,0x2a4,_0x466934._0x67e42,0x2be),'QjPRG':function(_0x23124b,_0x150cf6){return _0x23124b/_0x150cf6;},'ezWKC':function(_0x5c8b08,_0x11bfe1){return _0x5c8b08>_0x11bfe1;},'eOEvv':function(_0x2fc5a2,_0x475c39){return _0x2fc5a2!==_0x475c39;},'kKTGf':_0x17a77d(0x2c3,_0x466934._0x2427d7,_0x466934._0x422a5d,_0x466934._0x126bc0),'ICNqq':function(_0x179528,_0x16eef4){return _0x179528>_0x16eef4;}},_0xf51351=Date[_0x2dca96(_0x466934._0x54b70d,0x3f2,0x400,0x403)]();function _0x2dca96(_0x2f0f47,_0x332d90,_0x2de82b,_0x16ad0c){return _0x2c8b40(_0x332d90-_0x4a1ad2._0x4564c4,_0x16ad0c,_0x2de82b-0x49,_0x16ad0c-0x16c);}for(const [_0x5619b1,_0x145aac]of deviceStore[_0x2dca96(0x3d7,0x3ce,_0x466934._0x1401d8,_0x466934._0x2b791d)]()){_0x380c97[_0x17a77d(0x2bc,0x291,_0x466934._0x5592aa,_0x466934._0x4112fe)](_0xf51351,_0x145aac['expiresAt'])&&(deviceStore[_0x2dca96(_0x466934._0x1b23a7,_0x466934._0x26b78d,0x3d6,_0x466934._0x58fdaf)](_0x5619b1),userCodeToDevice['delete'](_0x145aac[_0x17a77d(_0x466934._0xdd2944,_0x466934._0x87ed15,_0x466934._0x216b33,0x289)]));}for(const [_0x19dfbe,_0x228edf]of stateToDevice[_0x17a77d(0x2a3,0x2a3,_0x466934._0x2d3a64,0x29d)]()){if(_0x380c97[_0x17a77d(_0x466934._0x25d8ae,0x2e1,0x2d2,0x2e1)](_0x380c97[_0x2dca96(0x3ed,0x3eb,0x3e5,_0x466934._0x383750)],_0x380c97[_0x2dca96(_0x466934._0x3b0437,_0x466934._0x4ca001,0x3d4,_0x466934._0x32495f)])){const _0x4790ec=_0x380c97[_0x17a77d(0x2ae,_0x466934._0xed990c,_0x466934._0x36a90b,_0x466934._0x4cf59f)](_0x3833d9,_0x5ba340);if(!_0x4790ec){const _0x547f57={};return _0x547f57['status']=_0x380c97['RBdGj'],_0x547f57;}if(_0x380c97[_0x2dca96(0x3e1,_0x466934._0x2f64b8,_0x466934._0x422798,_0x466934._0x7873be)](_0x4790ec['status'],_0x380c97[_0x17a77d(_0x466934._0x5b96cf,_0x466934._0x543eb2,0x2ba,_0x466934._0x5c98fd)])&&_0x4790ec[_0x17a77d(_0x466934._0x4c0301,0x2b3,0x29d,_0x466934._0x4c0301)]){const _0x319152={};return _0x319152['status']=_0x380c97[_0x2dca96(0x3de,_0x466934._0x3d0c37,_0x466934._0x10b59a,_0x466934._0xf63f3d)],_0x319152[_0x2dca96(_0x466934._0x2e9d0b,0x3cb,_0x466934._0x606020,_0x466934._0x2a0fd3)]=_0x4790ec[_0x17a77d(_0x466934._0x3f94dc,_0x466934._0x435bd9,_0x466934._0x2a97a6,0x2c0)],_0x319152[_0x2dca96(0x3d4,_0x466934._0x32495f,0x402,_0x466934._0x4a5f35)]=_0x4790ec[_0x17a77d(0x2cb,_0x466934._0x33ce26,_0x466934._0x530f97,_0x466934._0x5b96cf)],_0x319152;}const _0x12144e={};return _0x12144e['status']=_0x380c97['OuTvj'],_0x12144e;}else{const _0x59a8a4=deviceStore[_0x2dca96(0x418,0x3fd,0x3ed,0x40d)](_0x228edf);if(!_0x59a8a4||_0x380c97[_0x2dca96(_0x466934._0x3b0437,_0x466934._0x4b4a86,_0x466934._0x401da7,_0x466934._0x486b8c)](_0xf51351,_0x59a8a4[_0x17a77d(0x2c1,_0x466934._0x3a9fca,0x2a6,_0x466934._0x47d425)])){if(_0x380c97['eOEvv']('gRFya','gRFya'))return{'expiresIn':_0x15d7b9[_0x17a77d(_0x466934._0x481fd7,_0x466934._0x5d65c1,_0x466934._0x4b073c,_0x466934._0x5ca10e)](_0x139aac/(-0x1e93+0x12f*0x12+-0x1*-0xd2d)),'interval':_0x225f74[_0x2dca96(_0x466934._0x1ebfe3,_0x466934._0x54b70d,0x403,_0x466934._0x2a7f0e)](_0x380c97[_0x2dca96(_0x466934._0x2cf8fb,0x3c6,_0x466934._0x1584df,0x3a8)](_0x18d8e6,0x1fcb+0x3e3+-0xfe3*0x2))};else stateToDevice['delete'](_0x19dfbe);}}}}const cleanupInterval=setInterval(cleanupExpired,(0x737*0x2+0x1da5+-0x2bd7)*(-0x1*0x2037+0x1268+0x11b7));cleanupInterval[_0x2c8b40(0x207,0x213,0x227,0x1f2)]();function _0x2c8b40(_0x218962,_0x3ba8dd,_0x1bcf1b,_0x2a8fb4){return _0x35dc(_0x218962-0x6a,_0x3ba8dd);}function _0x232a32(_0x1d40b2,_0x24aeae,_0x44415e,_0x2cd8d0){const _0x141b45={_0x8289e2:0x42};return _0x35dc(_0x2cd8d0-_0x141b45._0x8289e2,_0x1d40b2);}export function createDeviceFlow(){const _0x5245c9={_0x209494:0x1e7,_0x5a9c5a:0x1d0,_0x1808ba:0x1d9,_0x30f465:0x1c3,_0x559286:0x1ba,_0x212b30:0x469,_0x310334:0x458,_0x508c5b:0x468,_0x25903a:0x1ee,_0x481958:0x424,_0xe05591:0x43b,_0x1e921f:0x45d,_0x20626f:0x1c1,_0x358d8d:0x1da,_0x186423:0x480,_0x3fe0cf:0x461,_0xc7a824:0x441,_0x52c1ff:0x19f,_0x3556f1:0x42b,_0xa1b4de:0x447,_0x169953:0x443,_0x4585ea:0x46d,_0x156cac:0x44f,_0x4bb809:0x1e0,_0x1bf6c5:0x1f4,_0x56abd4:0x470,_0x39da97:0x465,_0x81befb:0x1c0,_0x43852d:0x1d1,_0x5bf6c6:0x1d0,_0x54cea6:0x1d5,_0x3ceffb:0x1e2},_0x5ee33d={_0xbed305:0x30},_0xaa2bd9={_0x8d7df2:0xd7,_0x360426:0x1af,_0x37ca9d:0x288},_0x1fcb24={'lBHyq':function(_0x3d0e2a){return _0x3d0e2a();},'EkwvL':'hex','wcBqT':'pending','UnuFV':function(_0x26bafb,_0x165a8e){return _0x26bafb/_0x165a8e;}};let _0x47346f=_0x1fcb24[_0xd62a60(_0x5245c9._0x209494,0x1c8,_0x5245c9._0x5a9c5a,_0x5245c9._0x1808ba)](randomUserCode);while(userCodeToDevice[_0xd62a60(_0x5245c9._0x30f465,0x1b4,_0x5245c9._0x559286,0x192)](_0x47346f)){_0x47346f=_0x1fcb24[_0x527e40(_0x5245c9._0x212b30,0x458,0x465,0x440)](randomUserCode);}const _0x17816d=_0x115948[_0x527e40(0x430,0x44f,_0x5245c9._0x310334,_0x5245c9._0x508c5b)+'s'](-0x129+0x2c3*0xd+-0x229e)[_0xd62a60(0x200,0x1e2,0x1e5,_0x5245c9._0x25903a)](_0x1fcb24[_0x527e40(_0x5245c9._0x481958,_0x5245c9._0xe05591,_0x5245c9._0x1e921f,0x41c)]),_0x4cdaf6=Date[_0xd62a60(_0x5245c9._0x20626f,_0x5245c9._0x358d8d,0x1ea,_0x5245c9._0x358d8d)](),_0x147bb0={};_0x147bb0['deviceCode']=_0x17816d,_0x147bb0['userCode']=_0x47346f,_0x147bb0[_0x527e40(_0x5245c9._0x186423,_0x5245c9._0x3fe0cf,0x46d,_0x5245c9._0xc7a824)]=_0x4cdaf6,_0x147bb0[_0xd62a60(_0x5245c9._0x358d8d,0x1bc,_0x5245c9._0x358d8d,_0x5245c9._0x52c1ff)]=_0x4cdaf6+DEVICE_TTL_MS,_0x147bb0['status']=_0x1fcb24[_0x527e40(0x443,0x441,0x44b,_0x5245c9._0x3556f1)];function _0x527e40(_0x23d180,_0x5638d2,_0xf22ee5,_0x4a21b1){return _0x232a32(_0x4a21b1,_0x5638d2-_0xaa2bd9._0x8d7df2,_0xf22ee5-_0xaa2bd9._0x360426,_0x5638d2-_0xaa2bd9._0x37ca9d);}function _0xd62a60(_0x5a4762,_0x4d24ba,_0x2bef43,_0x30b7b6){return _0x2c8b40(_0x4d24ba- -_0x5ee33d._0xbed305,_0x5a4762,_0x2bef43-0x90,_0x30b7b6-0x120);}_0x147bb0[_0x527e40(_0x5245c9._0xa1b4de,_0x5245c9._0x169953,0x436,0x455)]=null,_0x147bb0[_0x527e40(_0x5245c9._0x212b30,_0x5245c9._0x4585ea,0x470,_0x5245c9._0x156cac)]=null;const _0x32a5c=_0x147bb0;return deviceStore[_0xd62a60(0x1fd,_0x5245c9._0x4bb809,_0x5245c9._0x1bf6c5,0x1e3)](_0x17816d,_0x32a5c),userCodeToDevice[_0x527e40(0x48c,_0x5245c9._0x56abd4,0x466,0x44e)](_0x47346f,_0x17816d),{'deviceCode':_0x17816d,'userCode':_0x47346f,'expiresIn':Math[_0x527e40(0x457,_0x5245c9._0x39da97,0x486,0x484)](_0x1fcb24[_0xd62a60(_0x5245c9._0x81befb,0x1c0,0x1cc,_0x5245c9._0x43852d)](DEVICE_TTL_MS,0x2035+0xdab*0x1+-0x29f8)),'interval':Math[_0xd62a60(_0x5245c9._0x5bf6c6,_0x5245c9._0x54cea6,0x1f2,_0x5245c9._0x3ceffb)](_0x1fcb24['UnuFV'](POLL_INTERVAL_MS,0x14c2+0x1b5b+-0x1*0x2c35))};}export function getDeviceFlow(_0x59bd4f){const _0x43c16d={_0x1357f5:0x38,_0x357620:0x4c,_0x3160b9:0x1f,_0x1eb2f2:0x4b9,_0x30c945:0x4db,_0x51f365:0x4d9,_0x33c918:0x66,_0x169998:0x71},_0x5fb0a={_0x5d3a6c:0xc3,_0x20a871:0x224},_0x3838a1={'xXYqv':function(_0x585b74,_0x432036){return _0x585b74(_0x432036);},'bjwsI':function(_0x209703,_0x62e7d7){return _0x209703!==_0x62e7d7;},'RrUWs':'HSYyr'},_0x348711=deviceStore[_0x343867(-_0x43c16d._0x1357f5,-_0x43c16d._0x357620,-0x37,-_0x43c16d._0x3160b9)](_0x59bd4f);function _0x2ea828(_0x4c3f3f,_0x141f3b,_0xd7c94,_0x1f7a4a){return _0x232a32(_0xd7c94,_0x141f3b-0x11d,_0xd7c94-0x27,_0x1f7a4a-0x2ee);}function _0x343867(_0x137731,_0x50adbf,_0x2eb01f,_0x163179){return _0x232a32(_0x163179,_0x50adbf-_0x5fb0a._0x5d3a6c,_0x2eb01f-0xd2,_0x2eb01f- -_0x5fb0a._0x20a871);}if(!_0x348711||_0x3838a1[_0x2ea828(_0x43c16d._0x1eb2f2,_0x43c16d._0x30c945,0x4c7,_0x43c16d._0x51f365)](isExpired,_0x348711))return _0x3838a1['bjwsI'](_0x3838a1[_0x343867(-_0x43c16d._0x33c918,-_0x43c16d._0x169998,-0x55,-0x55)],_0x3838a1['RrUWs'])?![]:null;return _0x348711;}export function getDeviceFlowByUserCode(_0x3fa7bc){const _0x28277e={_0x5f104c:0x3f1,_0x230b4b:0x3c4,_0x44bc52:0x3e8,_0x4d7f3d:0x3d4,_0x518fee:0x24c,_0x4a0a80:0x268,_0x530ac4:0x273,_0x5d0e46:0x429,_0x33e953:0x416,_0x4d1004:0x40b,_0x57d6f5:0x241},_0x42750d={_0x27b899:0x1ea,_0x1b3f18:0x223};function _0x75f695(_0x1ecdfe,_0x48a3fb,_0x466061,_0x3d1d8a){return _0x2c8b40(_0x466061- -0x440,_0x1ecdfe,_0x466061-0x14c,_0x3d1d8a-0xa8);}const _0x4fd912={'QdEFd':function(_0x360de8,_0x11be9b){return _0x360de8(_0x11be9b);},'ozlNy':function(_0x4169c6,_0x43727f){return _0x4169c6!==_0x43727f;},'Tjfhg':_0x3c8671(0x3cd,_0x28277e._0x5f104c,0x3dd,_0x28277e._0x230b4b),'ovuPt':function(_0x1cb0ef,_0x5036f4){return _0x1cb0ef(_0x5036f4);}},_0x35466f=userCodeToDevice['get'](_0x3fa7bc);if(!_0x35466f){if(_0x4fd912[_0x3c8671(0x3ef,_0x28277e._0x44bc52,_0x28277e._0x4d7f3d,0x3e6)]('NjDkD',_0x4fd912['Tjfhg']))return null;else{const _0x3fbd3f=_0x4fd912[_0x75f695(-_0x28277e._0x518fee,-0x264,-_0x28277e._0x4a0a80,-_0x28277e._0x530ac4)](_0x167549,_0x47ac37);if(!_0x3fbd3f)return![];return _0x186811[_0x3c8671(_0x28277e._0x5d0e46,_0x28277e._0x33e953,_0x28277e._0x4d1004,0x3f8)](_0x23036d,_0x95140b),!![];}}function _0x3c8671(_0x3c0830,_0x2da402,_0xd562f2,_0x257fd9){return _0x232a32(_0x2da402,_0x2da402-0x125,_0xd562f2-_0x42750d._0x27b899,_0xd562f2-_0x42750d._0x1b3f18);}return _0x4fd912[_0x75f695(-0x245,-_0x28277e._0x57d6f5,-0x260,-_0x28277e._0x4a0a80)](getDeviceFlow,_0x35466f);}export function linkOidcStateToDevice(_0x1d5855,_0x1ab840){const _0x83b557={_0x567602:0xe,_0x961595:0x4,_0x4085ff:0x8,_0x18a1a3:0x27},_0x167d0d={_0x5aacda:0xe3};function _0x37d933(_0x1cd5b5,_0xe062ba,_0x3103a8,_0x2fe849){return _0x232a32(_0x2fe849,_0xe062ba-_0x167d0d._0x5aacda,_0x3103a8-0x9f,_0xe062ba- -0x1e4);}const _0x276b3e={'aXwpF':function(_0x35a330,_0x1b99ed){return _0x35a330(_0x1b99ed);}},_0x51a4f3=_0x276b3e[_0x37d933(_0x83b557._0x567602,-_0x83b557._0x961595,_0x83b557._0x4085ff,-_0x83b557._0x18a1a3)](getDeviceFlow,_0x1ab840);if(!_0x51a4f3)return![];return stateToDevice['set'](_0x1d5855,_0x1ab840),!![];}export function consumeDeviceForState(_0x3ad29d){const _0x5a03ee={_0x10ba3c:0x201},_0x51b598={_0x4e5a95:0xcb,_0x342025:0xaf},_0x28644d={'NEebF':function(_0x5047db,_0x37e450){return _0x5047db(_0x37e450);}},_0x2d2501=stateToDevice[_0xf3fe91(0x1e6,_0x5a03ee._0x10ba3c,0x1fc,0x1e9)](_0x3ad29d);if(!_0x2d2501)return null;stateToDevice[_0x51d7e0(0x2a3,0x29d,0x27e,0x29d)](_0x3ad29d);function _0xf3fe91(_0x4fd98c,_0x4c1155,_0x11fb98,_0x38e06c){return _0x2c8b40(_0x4c1155- -0x14,_0x4fd98c,_0x11fb98-_0x51b598._0x4e5a95,_0x38e06c-_0x51b598._0x342025);}function _0x51d7e0(_0x319aa3,_0x4691e1,_0x232aec,_0xc15a5c){return _0x232a32(_0x232aec,_0x4691e1-0x164,_0x232aec-0x1d6,_0x4691e1-0xcb);}return _0x28644d['NEebF'](getDeviceFlow,_0x2d2501);}export function approveDeviceFlow(_0x45bb24,_0x302937,_0x5df439){const _0x395d1c={_0xb815f4:0xff,_0x256d4d:0x344,_0xf4292e:0x35a,_0x3c87f6:0x358,_0x561992:0x31e,_0x4dab87:0x33f,_0x4e9a51:0x140,_0x5f5d60:0x12a,_0x57869f:0x385,_0x29b90c:0x35c},_0x156711={_0x32055e:0x3c},_0x3b916e={_0x537542:0x2e5};function _0x3cd973(_0x5e049d,_0x262c46,_0x57a8a8,_0x22690a){return _0x232a32(_0x57a8a8,_0x262c46-0xde,_0x57a8a8-0x8a,_0x22690a- -_0x3b916e._0x537542);}const _0x13773d={'cKKWG':function(_0x140024,_0x54618e){return _0x140024(_0x54618e);},'iySez':_0x3cd973(-0xf0,-_0x395d1c._0xb815f4,-0x11f,-0x109)},_0x283cbe=_0x13773d['cKKWG'](getDeviceFlow,_0x45bb24);if(!_0x283cbe)return![];_0x283cbe[_0x11951d(_0x395d1c._0x256d4d,_0x395d1c._0xf4292e,_0x395d1c._0x3c87f6,0x35c)]=_0x13773d[_0x11951d(0x31d,_0x395d1c._0x561992,0x32c,_0x395d1c._0x4dab87)],_0x283cbe[_0x3cd973(-_0x395d1c._0x4e9a51,-0x11e,-0x11d,-_0x395d1c._0x5f5d60)]=_0x302937,_0x283cbe[_0x11951d(_0x395d1c._0x57869f,_0x395d1c._0x29b90c,0x356,0x375)]=_0x5df439;function _0x11951d(_0x13268e,_0x4bb539,_0x32d5c6,_0x5cdc59){return _0x232a32(_0x13268e,_0x4bb539-_0x156711._0x32055e,_0x32d5c6-0xf4,_0x5cdc59-0x190);}return!![];}export function pollDeviceFlow(_0x177ed2){const _0x2c5db5={_0x2b6ef6:0xa1,_0x375bf8:0xa8,_0x1f5dbf:0xaf,_0x5763ee:0x1f2,_0x3cbb95:0xe2,_0x36c563:0xcc,_0x38cc36:0xc8,_0x59aa66:0xe0,_0x99f4a9:0xcb,_0x4bb41b:0x1f9,_0x2933f2:0x20c,_0x3d5a37:0x232,_0x450084:0xf3,_0x127dd9:0xe8,_0x65784b:0x1e8,_0x5b640f:0x203,_0x4797ee:0x20b,_0x1fb1ad:0x211,_0x374f5e:0xb7,_0x1d7e08:0xb2,_0x2087c4:0xa6,_0x47941b:0xbd,_0x34a73f:0x1f9,_0x59c799:0x1f2,_0x5d673c:0xcc,_0x4f5ad6:0xe2},_0x3fea90={_0x433657:0x3e6,_0x522d64:0xb3,_0x248371:0xa1},_0x2ad2e8={_0x31a3c8:0x2b3,_0x9f4485:0x18,_0x3885c0:0x19f},_0x14793d={'bbrPo':function(_0x42d2c8,_0x16d987){return _0x42d2c8(_0x16d987);},'bSRWJ':'expired','utCVZ':function(_0x4999d8,_0x45bf92){return _0x4999d8===_0x45bf92;},'uXtQI':_0x115cc8(-_0x2c5db5._0x2b6ef6,-0xc3,-_0x2c5db5._0x375bf8,-_0x2c5db5._0x1f5dbf)},_0x2cc22c=_0x14793d[_0x52e949(-0x219,-_0x2c5db5._0x5763ee,-0x20d,-0x1ff)](getDeviceFlow,_0x177ed2);if(!_0x2cc22c){const _0x146694={};return _0x146694['status']=_0x14793d[_0x115cc8(-0xae,-_0x2c5db5._0x3cbb95,-_0x2c5db5._0x36c563,-_0x2c5db5._0x38cc36)],_0x146694;}if(_0x14793d[_0x115cc8(-0xbb,-_0x2c5db5._0x59aa66,-0xc6,-_0x2c5db5._0x99f4a9)](_0x2cc22c[_0x52e949(-_0x2c5db5._0x4bb41b,-_0x2c5db5._0x2933f2,-0x1e1,-_0x2c5db5._0x5763ee)],_0x14793d[_0x52e949(-0x20d,-_0x2c5db5._0x3d5a37,-0x1f7,-0x211)])&&_0x2cc22c[_0x115cc8(-_0x2c5db5._0x450084,-0xf1,-_0x2c5db5._0x127dd9,-0xd0)]){const _0x5dfc5a={};return _0x5dfc5a[_0x52e949(-_0x2c5db5._0x65784b,-_0x2c5db5._0x5b640f,-0x1ff,-_0x2c5db5._0x5763ee)]=_0x14793d[_0x52e949(-0x21a,-0x22f,-_0x2c5db5._0x4797ee,-_0x2c5db5._0x1fb1ad)],_0x5dfc5a[_0x115cc8(-_0x2c5db5._0x374f5e,-0xd3,-0xb1,-0xd0)]=_0x2cc22c[_0x52e949(-0x213,-_0x2c5db5._0x5763ee,-0x1ee,-0x203)],_0x5dfc5a[_0x115cc8(-0x8a,-0xc7,-_0x2c5db5._0x1d7e08,-_0x2c5db5._0x2087c4)]=_0x2cc22c[_0x115cc8(-0xc6,-0xb2,-_0x2c5db5._0x47941b,-_0x2c5db5._0x2087c4)],_0x5dfc5a;}const _0x211a3c={};_0x211a3c[_0x52e949(-_0x2c5db5._0x34a73f,-0x1fb,-0x1f0,-_0x2c5db5._0x59c799)]=_0x115cc8(-_0x2c5db5._0x5d673c,-_0x2c5db5._0x4f5ad6,-0xe3,-0xc6);function _0x115cc8(_0x4dfbfb,_0x434dc9,_0x5982d5,_0x34dc68){return _0x2c8b40(_0x34dc68- -_0x2ad2e8._0x31a3c8,_0x4dfbfb,_0x5982d5-_0x2ad2e8._0x9f4485,_0x34dc68-_0x2ad2e8._0x3885c0);}function _0x52e949(_0x1bfb10,_0x5b9658,_0xc4dfae,_0x5cdcf8){return _0x2c8b40(_0x5cdcf8- -_0x3fea90._0x433657,_0x1bfb10,_0xc4dfae-_0x3fea90._0x522d64,_0x5cdcf8-_0x3fea90._0x248371);}return _0x211a3c;}function _0x35dc(_0x3fc231,_0xfa36fd){_0x3fc231=_0x3fc231-(-0x184a+0x418*0x6+-0x2*-0x92);const _0x37a841=_0x1754();let _0x329bb6=_0x37a841[_0x3fc231];if(_0x35dc['YwKLWH']===undefined){var _0x23b393=function(_0x2d60d1){const _0x58c251='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3d47f3='',_0x16d714='';for(let _0x13be3c=0x5c4+-0x53b*0x7+-0x95*-0x35,_0x4d1e9b,_0x586cce,_0x4125dc=0x1*0x13e7+0xdc8+-0x21af;_0x586cce=_0x2d60d1['charAt'](_0x4125dc++);~_0x586cce&&(_0x4d1e9b=_0x13be3c%(0xc96*-0x1+0x36b*-0x5+0x1*0x1db1)?_0x4d1e9b*(-0x259f*-0x1+-0x2*-0xfad+-0x44b9)+_0x586cce:_0x586cce,_0x13be3c++%(0x2*-0xfac+0x3*0x404+-0x6*-0x338))?_0x3d47f3+=String['fromCharCode'](0x8+-0xec9+0xfc0&_0x4d1e9b>>(-(0x13*-0x40+0x10fb+-0xc39*0x1)*_0x13be3c&-0x1e66+0x1c35+-0x7*-0x51)):0xcdf*-0x1+0x16*-0xbf+-0x9c3*-0x3){_0x586cce=_0x58c251['indexOf'](_0x586cce);}for(let _0x358754=0xb16+-0x13b*0x13+0x3*0x419,_0x47f265=_0x3d47f3['length'];_0x358754<_0x47f265;_0x358754++){_0x16d714+='%'+('00'+_0x3d47f3['charCodeAt'](_0x358754)['toString'](0x4*-0x13f+-0x1b25+-0x29*-0xc9))['slice'](-(-0x115d+-0x1709+0x2868));}return decodeURIComponent(_0x16d714);};_0x35dc['eYlkBi']=_0x23b393,_0x35dc['mpcTwF']={},_0x35dc['YwKLWH']=!![];}const _0xfb7016=_0x37a841[0x4f2*-0x7+-0x9*-0x3a6+-0x98*-0x3],_0x4ea489=_0x3fc231+_0xfb7016,_0xfcd093=_0x35dc['mpcTwF'][_0x4ea489];return!_0xfcd093?(_0x329bb6=_0x35dc['eYlkBi'](_0x329bb6),_0x35dc['mpcTwF'][_0x4ea489]=_0x329bb6):_0x329bb6=_0xfcd093,_0x329bb6;}export function consumeDeviceFlow(_0xb5de56){const _0x1ba11d={_0x3c8cd3:0x45a,_0x396ede:0x474,_0x5ab027:0x433,_0x36fe07:0x42f,_0x141ddf:0x1b6,_0x51c6d9:0x1e7,_0x6d7ea4:0x1c9},_0x5cc71a={_0x5288a3:0x10d,_0x494c03:0x6c},_0x349f0a={_0xbdd951:0x13,_0x56f140:0x191,_0x5f1d24:0x7e};function _0xf8a881(_0x1c7da6,_0x505147,_0x14fc31,_0x511967){return _0x2c8b40(_0x511967- -_0x349f0a._0xbdd951,_0x14fc31,_0x14fc31-_0x349f0a._0x56f140,_0x511967-_0x349f0a._0x5f1d24);}const _0x48bfe6={'ItAaN':function(_0x1b3001,_0x5de7ee){return _0x1b3001(_0x5de7ee);}},_0x1bacc5=_0x48bfe6[_0x397dbc(_0x1ba11d._0x3c8cd3,_0x1ba11d._0x396ede,_0x1ba11d._0x5ab027,0x452)](getDeviceFlow,_0xb5de56);if(!_0x1bacc5)return null;deviceStore[_0x397dbc(0x454,0x430,0x452,0x435)](_0xb5de56),userCodeToDevice[_0x397dbc(0x44a,_0x1ba11d._0x36fe07,0x442,0x435)](_0x1bacc5[_0xf8a881(_0x1ba11d._0x141ddf,_0x1ba11d._0x51c6d9,0x1e9,_0x1ba11d._0x6d7ea4)]);function _0x397dbc(_0x28d629,_0x14b602,_0x3068da,_0x19371c){return _0x2c8b40(_0x19371c-0x23b,_0x3068da,_0x3068da-_0x5cc71a._0x5288a3,_0x19371c-_0x5cc71a._0x494c03);}return _0x1bacc5;}export function getDeviceFlowConstants(){const _0x4efa73={_0x5b032f:0x5,_0x3c4753:0x1d,_0x4072c7:0x16,_0x128e75:0x50,_0x5841be:0x64,_0x4a97f0:0x59},_0x27b4bd={_0x22a4d5:0x1e0},_0x271c45={_0x3ebd68:0x19b,_0x466587:0x241};function _0x19dbf0(_0xac87d0,_0x555533,_0x3aba4f,_0x112ad0){return _0x232a32(_0x3aba4f,_0x555533-_0x271c45._0x3ebd68,_0x3aba4f-0x55,_0x555533- -_0x271c45._0x466587);}const _0x284188={};_0x284188['MGIeZ']=function(_0xc3ab9f,_0xc7e66){return _0xc3ab9f/_0xc7e66;};const _0x4b9bde=_0x284188;function _0xd4b868(_0x5ed633,_0x1e5495,_0x21a599,_0x4b790f){return _0x2c8b40(_0x5ed633- -0x216,_0x1e5495,_0x21a599-0x151,_0x4b790f-_0x27b4bd._0x22a4d5);}return{'expiresIn':Math[_0xd4b868(-0x11,-0x6,0x9,-_0x4efa73._0x5b032f)](_0x4b9bde[_0xd4b868(-_0x4efa73._0x3c4753,-_0x4efa73._0x4072c7,-0x21,-0xb)](DEVICE_TTL_MS,0x1817+-0x1613*-0x1+-0x2a42)),'interval':Math[_0x19dbf0(-_0x4efa73._0x128e75,-_0x4efa73._0x5841be,-_0x4efa73._0x4a97f0,-0x48)](POLL_INTERVAL_MS/(-0x230+0x164*0x1a+0x1e1*-0x10))};}export function resetDeviceFlowStore(){const _0x5e2713={_0x664146:0x3f3,_0x4f5989:0x3d7,_0x1722d7:0x42c,_0x51f9b8:0x400,_0x987bef:0x3e8,_0x175847:0x41e,_0x490465:0x412,_0x23535f:0x42d,_0x184a4a:0x42f,_0x44c6fb:0x422,_0x2c6a59:0x43c,_0x1e9c28:0x430},_0x4be3ea={_0x31b232:0xe2},_0x3520a9={_0x2b6d62:0x11a,_0x40cd32:0x247},_0x510005={};function _0x5d2325(_0x525dee,_0x44d420,_0x55d3e5,_0x1c93b6){return _0x232a32(_0x1c93b6,_0x44d420-0x17a,_0x55d3e5-_0x3520a9._0x2b6d62,_0x525dee-_0x3520a9._0x40cd32);}_0x510005[_0x5d2325(_0x5e2713._0x664146,0x3f1,0x3d5,_0x5e2713._0x4f5989)]=_0x5d2325(0x411,0x3f5,_0x5e2713._0x1722d7,_0x5e2713._0x51f9b8)+_0x3e6721(0x3ea,_0x5e2713._0x987bef,0x3e0,0x3f6)+'re\x20reset';const _0x5cc0e7=_0x510005;deviceStore['clear']();function _0x3e6721(_0x167ade,_0x31f22c,_0xba51da,_0x362136){return _0x232a32(_0x31f22c,_0x31f22c-0x14a,_0xba51da-_0x4be3ea._0x31b232,_0xba51da-0x21f);}userCodeToDevice[_0x5d2325(_0x5e2713._0x175847,_0x5e2713._0x490465,_0x5e2713._0x23535f,0x415)](),stateToDevice[_0x5d2325(0x41e,_0x5e2713._0x184a4a,_0x5e2713._0x44c6fb,_0x5e2713._0x2c6a59)](),logger[_0x5d2325(0x414,_0x5e2713._0x1e9c28,0x412,0x3f9)](_0x5cc0e7['MTUvE']);}
|
|
1
|
+
(function(_0x3a70f7,_0x21fe3b){const _0x16e53e={_0x210c58:0x3d5,_0x593ab4:0x3f6,_0x2a900a:0x447,_0x7fa77c:0x431,_0x56d741:0x2a0,_0x26a38f:0x292,_0xa2b8ec:0x28a,_0x52091f:0x2a3,_0x25f844:0x289,_0x3329fa:0x290,_0x59e3b0:0x291,_0x6092b7:0x271,_0xd7cdd5:0x2bf,_0x19384a:0x417,_0x322921:0x410,_0x764f47:0x3fc,_0x2b939a:0x29d,_0x877085:0x292,_0x27ad04:0x29c},_0x3d796f={_0x7ddeea:0x368},_0x3c42fa={_0x4347d7:0x1ea};function _0x4269fb(_0x1b6723,_0x358053,_0x3aefcd,_0x4fac6b){return _0x1623(_0x1b6723-_0x3c42fa._0x4347d7,_0x4fac6b);}const _0x258d0f=_0x3a70f7();function _0x427141(_0x462692,_0x2fbcc8,_0x43a655,_0x2aa5cb){return _0x1623(_0x2fbcc8-_0x3d796f._0x7ddeea,_0x43a655);}while(!![]){try{const _0x377089=-parseInt(_0x427141(_0x16e53e._0x210c58,0x3f4,_0x16e53e._0x593ab4,0x406))/(-0x1782+0x20ab*0x1+-0x928)+parseInt(_0x427141(_0x16e53e._0x2a900a,_0x16e53e._0x7fa77c,0x41c,0x446))/(0x16*-0x193+0x74*0x12+0x1a7c)+-parseInt(_0x4269fb(_0x16e53e._0x56d741,0x2ac,0x2ac,_0x16e53e._0x26a38f))/(0x73b+-0x21e+-0x51a)*(parseInt(_0x4269fb(_0x16e53e._0xa2b8ec,0x273,_0x16e53e._0x52091f,_0x16e53e._0x25f844))/(-0x21bc+-0x97*-0x3b+0x10d*-0x1))+parseInt(_0x4269fb(_0x16e53e._0x3329fa,_0x16e53e._0x59e3b0,0x299,_0x16e53e._0x6092b7))/(0x1fe9+0x1c05+-0x3be9)+-parseInt(_0x4269fb(_0x16e53e._0x52091f,_0x16e53e._0xd7cdd5,0x299,0x28e))/(-0x1024*0x1+-0x27*0x97+0x10f*0x25)+parseInt(_0x427141(0x410,_0x16e53e._0x19384a,_0x16e53e._0x322921,_0x16e53e._0x764f47))/(0x2*-0x102e+0x2cb*0xb+0x1aa)+parseInt(_0x4269fb(_0x16e53e._0x2b939a,_0x16e53e._0x877085,_0x16e53e._0x27ad04,0x2b0))/(0x18*-0x9e+-0x106f+0x1d7*0x11);if(_0x377089===_0x21fe3b)break;else _0x258d0f['push'](_0x258d0f['shift']());}catch(_0x2ce204){_0x258d0f['push'](_0x258d0f['shift']());}}}(_0x14fd,-0x1*0x55c45+-0x1d*0x73db+0x1b*0xfef7));function _0x14fd(){const _0x27a853=['A2fTuKy','mtu4mtiYmeHAzKnzEG','C3rHDhvZ','zfbnuLK','zxHWAxjLza','C2v0','v1HzwJiZndu2nW','zgvSzxrL','zxHWAxjLC0f0','seTdDM4','mJq5ndGWmfDwwMTusq','C2XPy2u','te1ouffsu1rvvG','qujdrevgr0HksW','nZyWndC5mLriEMTjEG','u2HUCNy','vgPLy2i','mtu5BKXJrLDK','CMfUzg9TqNL0zq','BvPwzuG','mta2odi5nfvYr1ruEa','rhL0zui','DxvdzeS','z2v0','AwHKDey','zKXSAgO','zMXVB3i','CMfUzg9Tsw50','BgvUz3rO','C2zlD1y','rfjXthK','y2XLyxi','uhvLDfq','v1fUv2q','zgr1r2W','AgfZ','mtyXotm5mMLqALHpEG','ExrMrMy','CMuGCMvZzxq','zw50CMLLCW','yxbPs2v5','uLPIueW','oduXmJy4DgLuzxLw','C0vytwu','yxbWCM92zwq','t0LeqYbKzxzPyW','yxbHBuq','tvPVvNm','sg5XEuq','yMTzqvG','CgvUzgLUzW','wgnXuuG','quzwDLK','DxnLCKnVzgu','q2Dgsvm','BwLuBwm','Agv4','vLnmvem','BM93','CNvhsMC','qNjkBey','Dg9tDhjPBMC','nJqZntzJtu5fquS','DxnLCG','zfbUB1K','Cwj6EMO','wu1vt0m'];_0x14fd=function(){return _0x27a853;};return _0x14fd();}import _0x157c9f from'crypto';import{logger}from'./logger.js';const DEVICE_TTL_MS=(0xa66*0x1+-0x1297+0x83b)*(-0x1*-0x1e64+0x21d7+0x81*-0x7f)*(0xf9*-0x22+0x1a5a+-0x50*-0x22),POLL_INTERVAL_MS=(-0xc9d+0x20ab+-0x140b)*(0x8cd*0x1+-0x1*0x385+-0x160),CODE_CHARS=_0x498eb3(-0x1f7,-0x203,-0x1f9,-0x1f4)+_0x498eb3(-0x1f8,-0x213,-0x1ee,-0x1e2)+_0x498eb3(-0x1fe,-0x202,-0x1f3,-0x1fc)+'89',USER_CODE_LENGTH=0x23*0x16+-0x25fb+-0x1*-0x2301,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function randomUserCode(){const _0x4d6aa1={_0x282af1:0xca,_0x40ea2e:0xb3,_0x1b50bd:0x2be,_0x488858:0x2dc,_0x5686c9:0xdd,_0x2ec6b1:0xe1,_0x316ae7:0x2b5,_0x5e18e6:0x2d8},_0x124f8d={_0x168e3d:0x2d6,_0x15176d:0xb8,_0xd01617:0x1ef},_0x7b56c0={_0x50bcec:0xd6};function _0x4db74a(_0x73e223,_0x50e86e,_0x35541e,_0x429b21){return _0x498eb3(_0x73e223- -_0x7b56c0._0x50bcec,_0x50e86e-0x163,_0x35541e-0xfb,_0x35541e);}function _0x5e5d4d(_0x1da272,_0x3d7c04,_0x1aead8,_0x2d1ca9){return _0x498eb3(_0x3d7c04-_0x124f8d._0x168e3d,_0x3d7c04-_0x124f8d._0x15176d,_0x1aead8-_0x124f8d._0xd01617,_0x1aead8);}const _0x4b2340={};_0x4b2340['ruGJg']=function(_0x7be2d8,_0x11e1ff){return _0x7be2d8<_0x11e1ff;};const _0x5e369f=_0x4b2340;let _0x777941='';for(let _0x3bbe75=-0x4*-0x24b+0x17f0+-0x211c;_0x5e369f[_0x5e5d4d(0xe3,_0x4d6aa1._0x282af1,0xe9,_0x4d6aa1._0x40ea2e)](_0x3bbe75,USER_CODE_LENGTH);_0x3bbe75+=0x22e0+-0x2*-0x314+-0x2907){const _0x1445c2=_0x157c9f['randomInt'](-0x2398+-0x1056*-0x1+0x3a*0x55,CODE_CHARS[_0x4db74a(-_0x4d6aa1._0x1b50bd,-0x2b8,-_0x4d6aa1._0x488858,-0x2a3)]);_0x777941+=CODE_CHARS[_0x1445c2];}return _0x777941[_0x5e5d4d(0xe8,_0x4d6aa1._0x5686c9,_0x4d6aa1._0x2ec6b1,0xd4)](0x8*0x216+0x1f90+-0x3040*0x1,-0x118*-0x19+-0x29e+0x2*-0xc5b)+'-'+_0x777941[_0x4db74a(-0x2cf,-0x2b7,-_0x4d6aa1._0x316ae7,-_0x4d6aa1._0x5e18e6)](0x14dc+-0x1*0x2681+0x11a9);}function _0x498eb3(_0x4a4d5e,_0x1aa69f,_0x26b580,_0x57db21){return _0x1623(_0x4a4d5e- -0x2a9,_0x57db21);}function isExpired(_0x30cd17){const _0x73b29e={_0x1f192c:0x8d,_0x53e545:0x94,_0x190b63:0x265,_0x3940f6:0x230,_0x3be40a:0x236,_0x3e1c67:0xb5,_0x5a57a:0xbf,_0x2c4a05:0xc2,_0x8858b0:0xaa},_0x587994={_0x1fa520:0x152,_0xce9bfe:0x157},_0x9fac75={_0x3e1926:0x175,_0x483894:0x84},_0x23695f={};_0x23695f[_0x1c0cee(-_0x73b29e._0x1f192c,-_0x73b29e._0x53e545,-0xa1,-0x91)]=function(_0x5b9375,_0x5c269a){return _0x5b9375>_0x5c269a;};function _0x1c78a9(_0x52c6a1,_0x2fd1f7,_0x53e038,_0x39581e){return _0xd9361c(_0x52c6a1-_0x9fac75._0x3e1926,_0x52c6a1,_0x2fd1f7- -0x1b2,_0x39581e-_0x9fac75._0x483894);}const _0xf8850b=_0x23695f;function _0x1c0cee(_0x2c1324,_0x33dfe8,_0x33d90c,_0x128cb3){return _0x498eb3(_0x128cb3-_0x587994._0x1fa520,_0x33dfe8-0xf5,_0x33d90c-_0x587994._0xce9bfe,_0x33d90c);}return _0xf8850b[_0x1c78a9(_0x73b29e._0x190b63,0x26e,0x288,0x261)](Date[_0x1c78a9(0x252,0x244,_0x73b29e._0x3940f6,_0x73b29e._0x3be40a)](),_0x30cd17[_0x1c0cee(-_0x73b29e._0x3e1c67,-_0x73b29e._0x5a57a,-_0x73b29e._0x2c4a05,-_0x73b29e._0x8858b0)]);}function cleanupExpired(){const _0x2ca3b3={_0x24b4fc:0x35e,_0x51ca07:0x352,_0x5343db:0x354,_0x3acbfd:0x2cd,_0x5f0948:0x2f0,_0x4d3c72:0x2e0,_0x3687a5:0x30b,_0x23b2d6:0x2dd,_0x5874da:0x39d,_0x3e1c22:0x38e,_0x128ee9:0x374,_0x111495:0x2d8,_0x2dfb23:0x2e9,_0x457e2f:0x2ee,_0x31bc81:0x2fa,_0x4be0fe:0x2f2,_0x55912c:0x303,_0x5a38cc:0x37f,_0x4c4d1f:0x38a,_0x1981ae:0x372},_0x3641a1={_0x2c04aa:0x1a7},_0x1b5b06={_0x3dfdab:0x6f8,_0x448581:0x1c4},_0xd3c41f={};_0xd3c41f[_0x5306e6(_0x2ca3b3._0x24b4fc,0x359,_0x2ca3b3._0x51ca07,_0x2ca3b3._0x5343db)]=function(_0x3e7bea,_0x23d8fd){return _0x3e7bea>_0x23d8fd;},_0xd3c41f[_0x16bd44(-0x2e5,-_0x2ca3b3._0x3acbfd,-_0x2ca3b3._0x5f0948,-_0x2ca3b3._0x4d3c72)]=function(_0x404e9a,_0x40b539){return _0x404e9a!==_0x40b539;};function _0x16bd44(_0x31077a,_0x40d5fd,_0x35a859,_0x1dee5d){return _0xd9361c(_0x31077a-0xc7,_0x35a859,_0x1dee5d- -_0x1b5b06._0x3dfdab,_0x1dee5d-_0x1b5b06._0x448581);}function _0x5306e6(_0x169170,_0x5eef1c,_0x1af76f,_0x28c0d9){return _0x498eb3(_0x28c0d9-0x55f,_0x5eef1c-0x9,_0x1af76f-_0x3641a1._0x2c04aa,_0x1af76f);}_0xd3c41f[_0x16bd44(-0x30a,-0x2ce,-_0x2ca3b3._0x3687a5,-0x2e9)]='hgifs',_0xd3c41f[_0x16bd44(-0x2f1,-0x2de,-_0x2ca3b3._0x23b2d6,-0x2fa)]='tVzEe';const _0x356907=_0xd3c41f,_0x3b12bf=Date['now']();for(const [_0x4f6bdf,_0x23bce5]of deviceStore[_0x5306e6(_0x2ca3b3._0x5874da,0x368,_0x2ca3b3._0x3e1c22,0x382)]()){if(_0x356907['BrJlF'](_0x3b12bf,_0x23bce5['expiresAt'])){if(_0x356907[_0x5306e6(0x371,0x372,0x38b,_0x2ca3b3._0x128ee9)](_0x356907[_0x16bd44(-0x2c9,-0x2f0,-_0x2ca3b3._0x111495,-_0x2ca3b3._0x2dfb23)],_0x356907[_0x16bd44(-0x304,-0x2fe,-_0x2ca3b3._0x457e2f,-_0x2ca3b3._0x31bc81)]))deviceStore[_0x16bd44(-0x309,-0x2d6,-0x301,-_0x2ca3b3._0x4be0fe)](_0x4f6bdf),userCodeToDevice['delete'](_0x23bce5[_0x16bd44(-0x2f5,-_0x2ca3b3._0x55912c,-0x2ec,-0x307)]);else return![];}}for(const [_0x52217b,_0x4d6264]of stateToDevice['entries']()){const _0x369348=deviceStore[_0x5306e6(0x36d,_0x2ca3b3._0x5a38cc,_0x2ca3b3._0x4c4d1f,_0x2ca3b3._0x1981ae)](_0x4d6264);(!_0x369348||_0x3b12bf>_0x369348['expiresAt'])&&stateToDevice['delete'](_0x52217b);}}const cleanupInterval=setInterval(cleanupExpired,(0x1*0xb03+-0x7*-0x20f+-0x1930)*(-0x13dc+0x2451+-0x1cb*0x7));cleanupInterval['unref']();export function createDeviceFlow(){const _0x656835={_0x4b1721:0x170,_0x57eb2e:0x186,_0x3bfdbe:0x184,_0x4f68ce:0x162,_0x2c48a8:0x169,_0x4ff975:0x185,_0x1cf652:0x1ba,_0x20c388:0x1b4,_0x3d9c68:0x1aa,_0xf2d966:0x1ac,_0x41c918:0x166,_0x29d46c:0x163,_0x41b4ed:0x16e,_0x3b0927:0x161,_0x5f0f8a:0x17d,_0x562ec8:0x17e,_0xd70df5:0x18b,_0x514de7:0x19e,_0x2016d8:0x18a,_0x4bcc24:0x1a0,_0x5a297c:0x187,_0x2a9f77:0x192,_0x123157:0x1a7,_0x43cc6e:0x1b2,_0x1a3d26:0x1a5,_0x21b773:0x1a1,_0x55b189:0x15f},_0x25f050={_0x39b4ef:0x1ba,_0x327c8c:0xc},_0x48527a={_0x34a41f:0x371,_0xe83a10:0x8e},_0x3df1c2={'qbzzj':function(_0x4780d9){return _0x4780d9();},'shPBx':function(_0x20c6ca){return _0x20c6ca();},'VSLTC':_0x1eef28(0x198,_0x656835._0x4b1721,_0x656835._0x57eb2e,0x17c),'DRqLy':function(_0x39b044,_0x1bb236){return _0x39b044+_0x1bb236;},'sEXMe':_0x1eef28(_0x656835._0x3bfdbe,_0x656835._0x4f68ce,0x165,0x176),'bkYAX':function(_0x135c7e,_0x1db826){return _0x135c7e/_0x1db826;}};let _0x16f79d=_0x3df1c2[_0x1eef28(0x19f,_0x656835._0x2c48a8,0x186,_0x656835._0x4ff975)](randomUserCode);while(userCodeToDevice[_0x1eef28(0x1b3,_0x656835._0x1cf652,_0x656835._0x20c388,_0x656835._0x3d9c68)](_0x16f79d)){_0x16f79d=_0x3df1c2['shPBx'](randomUserCode);}const _0x101752=_0x157c9f[_0x1eef28(_0x656835._0xf2d966,0x1a8,0x1bb,0x199)+'s'](0x83*0x2f+-0x15*-0x6a+-0x209f)[_0x2a5832(_0x656835._0x41c918,0x167,0x168,0x177)](_0x3df1c2[_0x2a5832(0x15c,_0x656835._0x29d46c,_0x656835._0x41b4ed,_0x656835._0x4b1721)]),_0x4a1a1d=Date[_0x1eef28(_0x656835._0x3b0927,_0x656835._0x5f0f8a,_0x656835._0x3b0927,_0x656835._0x562ec8)](),_0x4aa1d2={'deviceCode':_0x101752,'userCode':_0x16f79d,'createdAt':_0x4a1a1d,'expiresAt':_0x3df1c2[_0x1eef28(0x1c6,0x193,0x187,0x1a5)](_0x4a1a1d,DEVICE_TTL_MS),'status':_0x3df1c2[_0x1eef28(0x189,0x176,0x151,0x16f)],'apiKey':null,'user':null};function _0x2a5832(_0x31e384,_0x29b9ca,_0x497402,_0x2f4455){return _0x498eb3(_0x29b9ca-_0x48527a._0x34a41f,_0x29b9ca-_0x48527a._0xe83a10,_0x497402-0x11c,_0x2f4455);}function _0x1eef28(_0xd0403,_0x392e72,_0x9f79be,_0x1cd368){return _0x498eb3(_0x1cd368-0x38b,_0x392e72-_0x25f050._0x39b4ef,_0x9f79be-_0x25f050._0x327c8c,_0x9f79be);}return deviceStore[_0x1eef28(_0x656835._0xd70df5,0x18f,_0x656835._0x514de7,0x18c)](_0x101752,_0x4aa1d2),userCodeToDevice[_0x1eef28(_0x656835._0x2016d8,_0x656835._0x4bcc24,0x17f,0x18c)](_0x16f79d,_0x101752),{'deviceCode':_0x101752,'userCode':_0x16f79d,'expiresIn':Math[_0x2a5832(0x18e,_0x656835._0x5a297c,0x18f,_0x656835._0x2a9f77)](DEVICE_TTL_MS/(-0x19*-0x55+0x600+-0xa65)),'interval':Math[_0x1eef28(_0x656835._0x123157,_0x656835._0x43cc6e,_0x656835._0x1a3d26,_0x656835._0x21b773)](_0x3df1c2[_0x1eef28(0x157,0x15f,_0x656835._0x55b189,0x175)](POLL_INTERVAL_MS,0x1e7c*0x1+0x1ce6+-0x9*0x62a))};}export function getDeviceFlow(_0x1fc613){const _0x29083b={_0x21e670:0x223,_0x390a14:0x245},_0x853228={_0x55b663:0x9a,_0x318483:0x64a,_0x5720ec:0x1d2};function _0x1625e7(_0xc4061f,_0x50ebb8,_0x576f58,_0x500632){return _0xd9361c(_0xc4061f-_0x853228._0x55b663,_0x500632,_0x576f58- -_0x853228._0x318483,_0x500632-_0x853228._0x5720ec);}const _0xb3eacd={'vRnwU':function(_0x1b752c,_0x48d6d0){return _0x1b752c(_0x48d6d0);}},_0x525bbd=deviceStore[_0x1625e7(-_0x29083b._0x21e670,-0x214,-0x234,-_0x29083b._0x390a14)](_0x1fc613);if(!_0x525bbd||_0xb3eacd['vRnwU'](isExpired,_0x525bbd))return null;return _0x525bbd;}export function getDeviceFlowByUserCode(_0x16cd4a){const _0x1241e2={_0x27ef73:0x36d,_0x4f8570:0x38b,_0x16da53:0x378,_0x440b9f:0x35f,_0x33d103:0x35e,_0x30d57b:0x36a},_0x3aa0d3={_0x48ca47:0x20,_0x56bd2a:0x1c9},_0x436ce6={_0x27b0f2:0x3b8,_0x5713df:0x95},_0x52e862={'HKCvn':function(_0x524e70,_0x481dd6){return _0x524e70(_0x481dd6);}},_0x52ee3c=userCodeToDevice[_0xc3b4fe(0x381,_0x1241e2._0x27ef73,_0x1241e2._0x4f8570,0x371)](_0x16cd4a);if(!_0x52ee3c)return null;function _0x339319(_0x30dda5,_0x2ef175,_0xd192eb,_0x44b9c5){return _0xd9361c(_0x30dda5-0xa9,_0x44b9c5,_0x2ef175- -_0x436ce6._0x27b0f2,_0x44b9c5-_0x436ce6._0x5713df);}function _0xc3b4fe(_0x2fe67d,_0x4d2101,_0x54bbe8,_0x370b09){return _0x498eb3(_0x4d2101-0x55a,_0x4d2101-_0x3aa0d3._0x48ca47,_0x54bbe8-_0x3aa0d3._0x56bd2a,_0x2fe67d);}return _0x52e862[_0xc3b4fe(_0x1241e2._0x16da53,_0x1241e2._0x440b9f,_0x1241e2._0x33d103,_0x1241e2._0x30d57b)](getDeviceFlow,_0x52ee3c);}function _0xd9361c(_0x4d36f0,_0x26b4d6,_0x210320,_0x24e032){const _0x62878b={_0x115220:0x35a};return _0x1623(_0x210320-_0x62878b._0x115220,_0x26b4d6);}export function linkOidcStateToDevice(_0x24e26d,_0x385ca8){const _0x173a67={_0x4fe2ef:0x284,_0x3875e8:0x279},_0x376d89={_0x3905e4:0xd1};function _0x29124c(_0x5dead7,_0x4eafac,_0x284e75,_0x324906){return _0x498eb3(_0x324906- -0x6c,_0x4eafac-0x6,_0x284e75-_0x376d89._0x3905e4,_0x284e75);}const _0x495bba=getDeviceFlow(_0x385ca8);if(!_0x495bba)return![];return stateToDevice[_0x29124c(-_0x173a67._0x4fe2ef,-_0x173a67._0x3875e8,-0x258,-0x26b)](_0x24e26d,_0x385ca8),!![];}export function consumeDeviceForState(_0x5d19b5){const _0x555e46={_0x988d73:0x1dd,_0x265f17:0x1d3,_0x37c77a:0xfa,_0x1db43c:0x100,_0x5e2dba:0xfe,_0x4221e4:0x112,_0x373461:0x103,_0x17aad1:0x127,_0x5322f1:0xfd,_0x153d84:0x11a,_0x1f3437:0x114,_0x493b83:0x110,_0x5d07f1:0x10f,_0x5fedbb:0x207,_0x13e803:0x12a,_0x1e3f6c:0x11f,_0x4ae210:0x107,_0x2fe2a3:0x205,_0x4b5e68:0x1ec,_0x389fd5:0x1fe,_0x424745:0x207,_0x5ebb9e:0x1eb,_0x197a0b:0x200,_0x231c6a:0x1f2,_0x17aea5:0x10b,_0x180789:0x10c,_0x52b656:0x115},_0x42277a={_0x33bfe3:0xf2,_0x38b070:0x102,_0x33d773:0x1a9},_0xb8513f={};_0xb8513f[_0x585da0(-0x1f4,-_0x555e46._0x988d73,-0x213,-_0x555e46._0x265f17)]=function(_0x2223a2,_0x539def){return _0x2223a2<_0x539def;},_0xb8513f[_0x5a71ae(-_0x555e46._0x37c77a,-0x103,-_0x555e46._0x1db43c,-0x107)]=function(_0x5e076d,_0x3d20fe){return _0x5e076d!==_0x3d20fe;},_0xb8513f[_0x5a71ae(-_0x555e46._0x5e2dba,-_0x555e46._0x4221e4,-_0x555e46._0x373461,-_0x555e46._0x17aad1)]=_0x5a71ae(-0x118,-_0x555e46._0x5322f1,-_0x555e46._0x153d84,-0x11a);function _0x5a71ae(_0x23ce76,_0x548bee,_0x23f8ce,_0x2bbfb2){return _0x498eb3(_0x548bee-_0x42277a._0x33bfe3,_0x548bee-_0x42277a._0x38b070,_0x23f8ce-_0x42277a._0x33d773,_0x23f8ce);}const _0x408f68=_0xb8513f;function _0x585da0(_0x3140d9,_0x4b882a,_0x50690a,_0x58191b){return _0x498eb3(_0x3140d9- -0x3,_0x4b882a-0x184,_0x50690a-0x10b,_0x4b882a);}const _0x10148b=stateToDevice[_0x5a71ae(-_0x555e46._0x1f3437,-0xfb,-_0x555e46._0x493b83,-0xed)](_0x5d19b5);if(!_0x10148b){if(_0x408f68[_0x5a71ae(-_0x555e46._0x5d07f1,-_0x555e46._0x373461,-0xfc,-0xed)](_0x408f68[_0x585da0(-_0x555e46._0x5fedbb,-0x1e8,-0x1f1,-0x1f7)],_0x408f68[_0x5a71ae(-_0x555e46._0x13e803,-0x112,-_0x555e46._0x1e3f6c,-_0x555e46._0x4ae210)])){let _0x124c86='';for(let _0x421809=0x2aa+0x105f+-0x1309*0x1;_0x408f68[_0x585da0(-0x1f4,-0x1da,-_0x555e46._0x2fe2a3,-0x206)](_0x421809,_0x1bdf77);_0x421809+=-0x232b*-0x1+-0x1*0x165c+-0xcce){const _0x46d00c=_0x519e4e[_0x585da0(-_0x555e46._0x4b5e68,-_0x555e46._0x389fd5,-_0x555e46._0x424745,-0x1ff)](0x1758+0x20fb+-0x3853,_0x247a8a[_0x585da0(-_0x555e46._0x5ebb9e,-_0x555e46._0x197a0b,-0x20a,-_0x555e46._0x231c6a)]);_0x124c86+=_0x56747e[_0x46d00c];}return _0x124c86[_0x585da0(-0x1fc,-0x205,-0x1e2,-0x1f6)](0x1*0x1d09+0x641+-0x234a,-0x2*-0x5f+-0xb50*-0x1+-0xc0a)+'-'+_0x124c86['slice'](-0x1*0x20b5+-0x269*-0xa+0x89f*0x1);}else return null;}return stateToDevice[_0x5a71ae(-0x113,-_0x555e46._0x17aea5,-_0x555e46._0x180789,-_0x555e46._0x52b656)](_0x5d19b5),getDeviceFlow(_0x10148b);}export function approveDeviceFlow(_0x5dc3ef,_0x2ba4eb,_0x1845a0){const _0x42386e={_0x423a4f:0x6e,_0x1f5d73:0x6f,_0x2204c9:0x6d,_0x54b1e8:0x71,_0x2c6a40:0x1b1,_0x2a19f3:0x1b8,_0x334f42:0x1a9,_0x1f44e5:0x1c7,_0x37376c:0x1ba,_0xb5d25b:0x171,_0x164f6c:0x183,_0x393b15:0x1c4,_0x1f0e7d:0x1ad},_0x3f8092={_0x10662c:0x51},_0xb4b77f={'CgFIS':function(_0x38b0c0,_0x47712a){return _0x38b0c0(_0x47712a);},'AFVvY':_0x1d3a14(_0x42386e._0x423a4f,_0x42386e._0x1f5d73,_0x42386e._0x2204c9,_0x42386e._0x54b1e8)},_0x21ba3f=_0xb4b77f[_0x270a90(-_0x42386e._0x2c6a40,-0x1a1,-0x1c5,-_0x42386e._0x2a19f3)](getDeviceFlow,_0x5dc3ef);if(!_0x21ba3f)return![];_0x21ba3f[_0x270a90(-0x1bd,-0x196,-0x1b6,-_0x42386e._0x334f42)]=_0xb4b77f[_0x270a90(-_0x42386e._0x334f42,-_0x42386e._0x1f44e5,-0x1a9,-_0x42386e._0x37376c)];function _0x1d3a14(_0x28df1d,_0x5e95fa,_0x1900f3,_0x1e7b25){return _0xd9361c(_0x28df1d-0x180,_0x28df1d,_0x5e95fa- -0x379,_0x1e7b25-0x189);}_0x21ba3f[_0x270a90(-_0x42386e._0xb5d25b,-0x19c,-0x1a2,-_0x42386e._0x164f6c)]=_0x2ba4eb,_0x21ba3f[_0x270a90(-_0x42386e._0x393b15,-_0x42386e._0x334f42,-_0x42386e._0x1f0e7d,-0x1af)]=_0x1845a0;function _0x270a90(_0x583e11,_0x2ef83a,_0x5c976e,_0x223e6f){return _0xd9361c(_0x583e11-_0x3f8092._0x10662c,_0x5c976e,_0x223e6f- -0x5aa,_0x223e6f-0x95);}return!![];}export function pollDeviceFlow(_0x451c75){const _0x54165c={_0x3aa69e:0x1d3,_0x51f423:0x1c7,_0x3b7acc:0x197,_0x1d3163:0x1be,_0x4836ef:0x1ab,_0xe32ff1:0x204,_0x2c7d0d:0x1d1,_0x342593:0x200,_0x291063:0x214,_0x1d4972:0x21d,_0x29ccda:0x212,_0x4a99c9:0x225,_0x1d82e5:0x201,_0x596441:0x195,_0xea51ad:0x1a1,_0x1060e1:0x1a3,_0x41f770:0x1ce,_0x4836aa:0x1f5,_0x484d7f:0x1a1,_0x2019f6:0x1c1,_0x4b97aa:0x1cf,_0x4ae3b3:0x1b0,_0x2d668b:0x1ad,_0x218386:0x1b5,_0xdc6a7:0x1f0,_0x216a1b:0x20d,_0x45dd2c:0x1eb,_0x4df551:0x1bc,_0x16f47f:0x218,_0xb2dfe:0x218,_0x45c010:0x205,_0x541d36:0x218,_0x2df70b:0x209,_0x3614ef:0x203,_0x188f2d:0x1fd,_0x4f46aa:0x1ef,_0x1f0f46:0x223,_0xa4b2d4:0x215,_0x57ab2a:0x201},_0x14a254={_0x4cc39c:0x415},_0x2dee9a={_0x1a3a52:0x1e1,_0x1a1ddb:0x21},_0x2be2c4={'HnqyD':function(_0x3b53e4,_0x4f4145){return _0x3b53e4(_0x4f4145);},'dPnoY':_0xe3abcc(-_0x54165c._0x3aa69e,-0x1e2,-0x1be,-_0x54165c._0x51f423),'PEhEl':function(_0x7cd67f,_0x5bd6f8){return _0x7cd67f===_0x5bd6f8;},'sfKwV':_0xe3abcc(-_0x54165c._0x3b7acc,-_0x54165c._0x1d3163,-0x1c1,-_0x54165c._0x4836ef),'uuCdK':_0xe3abcc(-0x1c6,-_0x54165c._0xe32ff1,-_0x54165c._0x2c7d0d,-0x1e2),'miTmc':_0x55d348(0x21c,_0x54165c._0x342593,0x1fb,0x1fd)},_0x7d09a7=_0x2be2c4[_0x55d348(_0x54165c._0x291063,0x1fe,0x1ea,0x1fd)](getDeviceFlow,_0x451c75);if(!_0x7d09a7){const _0x3e5722={};return _0x3e5722[_0x55d348(0x21f,0x213,0x21e,_0x54165c._0x1d4972)]=_0x2be2c4[_0x55d348(_0x54165c._0x29ccda,0x20e,0x21d,0x219)],_0x3e5722;}if(_0x2be2c4['PEhEl'](_0x7d09a7[_0x55d348(_0x54165c._0x4a99c9,0x213,0x20c,0x1f2)],_0x55d348(0x215,0x1fa,_0x54165c._0x1d82e5,0x206))&&_0x7d09a7[_0xe3abcc(-_0x54165c._0x596441,-0x1bf,-_0x54165c._0xea51ad,-_0x54165c._0x1060e1)]){if(_0xe3abcc(-_0x54165c._0x41f770,-0x1d2,-_0x54165c._0x4836aa,-0x1e0)!==_0x2be2c4[_0xe3abcc(-_0x54165c._0x484d7f,-0x1c3,-_0x54165c._0x2019f6,-0x1ae)]){const _0x34516f={};return _0x34516f[_0xe3abcc(-_0x54165c._0x4b97aa,-_0x54165c._0x4ae3b3,-0x1c5,-0x1c9)]=_0x2be2c4[_0xe3abcc(-0x196,-0x1a6,-_0x54165c._0x2d668b,-_0x54165c._0x218386)],_0x34516f['apiKey']=_0x7d09a7['apiKey'],_0x34516f[_0x55d348(_0x54165c._0xdc6a7,_0x54165c._0x216a1b,0x22e,0x215)]=_0x7d09a7[_0xe3abcc(-_0x54165c._0x45dd2c,-_0x54165c._0x41f770,-_0x54165c._0x4df551,-_0x54165c._0x4b97aa)],_0x34516f;}else{const _0x345dcd=_0x57f98a(_0x352e78);if(!_0x345dcd)return null;return _0x170371[_0x55d348(0x208,_0x54165c._0x16f47f,_0x54165c._0xb2dfe,_0x54165c._0x45c010)](_0x4be0f6),_0x402ca5[_0x55d348(0x218,_0x54165c._0x541d36,_0x54165c._0x2df70b,0x212)](_0x345dcd[_0x55d348(0x1f5,_0x54165c._0x3614ef,_0x54165c._0x188f2d,_0x54165c._0x4f46aa)]),_0x345dcd;}}function _0xe3abcc(_0x5a5af3,_0x3de359,_0x2dca11,_0x4321eb){return _0x498eb3(_0x4321eb-0x39,_0x3de359-_0x2dee9a._0x1a3a52,_0x2dca11-_0x2dee9a._0x1a1ddb,_0x2dca11);}const _0x48aaed={};function _0x55d348(_0x252e5c,_0xcd6df7,_0xa5d2b5,_0x58bac2){return _0x498eb3(_0xcd6df7-_0x14a254._0x4cc39c,_0xcd6df7-0x98,_0xa5d2b5-0xcf,_0x58bac2);}return _0x48aaed[_0x55d348(0x1f8,0x213,_0x54165c._0x1f0f46,0x205)]=_0x2be2c4[_0x55d348(_0x54165c._0xa4b2d4,0x205,_0x54165c._0x57ab2a,0x216)],_0x48aaed;}function _0x1623(_0x2a88f7,_0x38a127){_0x2a88f7=_0x2a88f7-(0x12f2+-0xf17+-0x350);const _0x4ef107=_0x14fd();let _0x18485e=_0x4ef107[_0x2a88f7];if(_0x1623['fdqEOZ']===undefined){var _0x949bcd=function(_0x1dc528){const _0x1201d0='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4c21d7='',_0x1b6fcc='';for(let _0x3c3d02=-0x13d+0x93a+-0x7fd,_0x6a22aa,_0x2bf942,_0x35fe27=-0x19d6+-0x1e2e+0x3804;_0x2bf942=_0x1dc528['charAt'](_0x35fe27++);~_0x2bf942&&(_0x6a22aa=_0x3c3d02%(0x2e9+-0x24e4+0x3c7*0x9)?_0x6a22aa*(0x54a+0x1*0x1bcd+-0x20d7*0x1)+_0x2bf942:_0x2bf942,_0x3c3d02++%(-0x1*-0xb9f+-0x11a7*-0x2+-0x2ee9))?_0x4c21d7+=String['fromCharCode'](0xc4a+-0x10e8*-0x2+-0x2d1b&_0x6a22aa>>(-(-0x568+0x7*0x2a0+-0xcf6)*_0x3c3d02&0x17d*-0xf+-0x5d+-0x2*-0xb5b)):0x20e9+-0x7*-0xfa+-0xb9*0x37){_0x2bf942=_0x1201d0['indexOf'](_0x2bf942);}for(let _0x169a3c=0x13a*0x1f+0xe*0x92+-0x2e02,_0x200963=_0x4c21d7['length'];_0x169a3c<_0x200963;_0x169a3c++){_0x1b6fcc+='%'+('00'+_0x4c21d7['charCodeAt'](_0x169a3c)['toString'](-0x5*0x67f+0x2f*-0xf+-0x24*-0xfb))['slice'](-(0x551+-0xaa3+0x1f*0x2c));}return decodeURIComponent(_0x1b6fcc);};_0x1623['GAIiBq']=_0x949bcd,_0x1623['CMXjyy']={},_0x1623['fdqEOZ']=!![];}const _0x4bd7fd=_0x4ef107[-0xa*-0xe5+0xe*0x15f+-0x1*0x1c24],_0x477182=_0x2a88f7+_0x4bd7fd,_0x12aaa4=_0x1623['CMXjyy'][_0x477182];return!_0x12aaa4?(_0x18485e=_0x1623['GAIiBq'](_0x18485e),_0x1623['CMXjyy'][_0x477182]=_0x18485e):_0x18485e=_0x12aaa4,_0x18485e;}export function consumeDeviceFlow(_0x5f3090){const _0x369e2e={_0x109281:0x16a,_0xf43c34:0x19f,_0xe04292:0x186,_0x280653:0x369,_0x128354:0x1b4,_0x189c35:0x197,_0xa48d69:0x19b,_0x503edb:0x329,_0x28d0b2:0x340,_0x47e536:0x168,_0x14b490:0x1a1,_0x10bbda:0x16b,_0x5c637d:0x17b,_0x56ecdf:0x19d},_0x2ca9ee={_0x5b7cd1:0x16f,_0x1ece82:0xa8},_0xe41a3d={'dPMRY':function(_0x5a6887,_0x1366b3){return _0x5a6887(_0x1366b3);},'ihdtF':function(_0x347e9e,_0x42baf9){return _0x347e9e===_0x42baf9;},'RZbPL':_0x599d42(0x14e,0x18a,0x16b,_0x369e2e._0x109281)},_0x5047b5=_0xe41a3d[_0x599d42(0x177,_0x369e2e._0xf43c34,0x182,_0x369e2e._0xe04292)](getDeviceFlow,_0x5f3090);function _0x599d42(_0x4aaa55,_0x34d90e,_0x4efef9,_0x53920a){return _0x498eb3(_0x4efef9-0x383,_0x34d90e-0x1dc,_0x4efef9-0xcd,_0x53920a);}if(!_0x5047b5){if(_0xe41a3d[_0x1c08e4(0x353,0x35b,0x36f,_0x369e2e._0x280653)](_0x599d42(_0x369e2e._0x128354,_0x369e2e._0x189c35,0x1a4,_0x369e2e._0xa48d69),_0xe41a3d[_0x1c08e4(0x340,_0x369e2e._0x503edb,0x33d,_0x369e2e._0x28d0b2)]))_0x5e1842[_0x599d42(0x165,0x182,_0x369e2e._0xe04292,_0x369e2e._0x47e536)](_0x396f4b),_0x3d55c9[_0x599d42(_0x369e2e._0x14b490,0x197,0x186,0x194)](_0x4d7d83[_0x1c08e4(0x32c,0x35c,0x349,0x362)]);else return null;}deviceStore['delete'](_0x5f3090);function _0x1c08e4(_0x463095,_0x3e7078,_0x224bf0,_0x13a220){return _0xd9361c(_0x463095-_0x2ca9ee._0x5b7cd1,_0x13a220,_0x224bf0- -_0x2ca9ee._0x1ece82,_0x13a220-0x1bf);}return userCodeToDevice[_0x599d42(_0x369e2e._0x10bbda,_0x369e2e._0x5c637d,_0x369e2e._0xe04292,_0x369e2e._0x56ecdf)](_0x5047b5['userCode']),_0x5047b5;}export function getDeviceFlowConstants(){const _0xe47e4={_0x56899b:0x6e,_0x30f440:0x3e,_0x4865cb:0x54,_0x5751e8:0x3,_0x5bc08b:0x25},_0x332f96={_0xf03df2:0xd7,_0xff503e:0x416,_0x33be05:0x194},_0x1e544a={_0x58d885:0x472},_0x32be79={};function _0x44ccec(_0x5c3403,_0x456764,_0x2810e4,_0x1ff54a){return _0xd9361c(_0x5c3403-0x5b,_0x2810e4,_0x1ff54a- -_0x1e544a._0x58d885,_0x1ff54a-0x57);}_0x32be79['dduGl']=function(_0x3579ff,_0x5d998d){return _0x3579ff/_0x5d998d;};function _0x569ab2(_0x1bbda6,_0x34a9ca,_0x2c0c6b,_0x5609ac){return _0xd9361c(_0x1bbda6-_0x332f96._0xf03df2,_0x2c0c6b,_0x1bbda6- -_0x332f96._0xff503e,_0x5609ac-_0x332f96._0x33be05);}const _0x43df23=_0x32be79;return{'expiresIn':Math['floor'](_0x43df23[_0x44ccec(-_0xe47e4._0x56899b,-_0xe47e4._0x30f440,-_0xe47e4._0x4865cb,-0x51)](DEVICE_TTL_MS,0x181f+-0x11*-0x1df+-0x3406)),'interval':Math[_0x569ab2(_0xe47e4._0x5751e8,0x17,_0xe47e4._0x5bc08b,-0xc)](POLL_INTERVAL_MS/(-0xbf9*-0x3+0x1aa*-0x1+0x1*-0x1e59))};}export function resetDeviceFlowStore(){const _0x4be0ca={_0x27954f:0x2f7,_0x586187:0x2f1,_0x454aa4:0x36f,_0x3b436c:0x3e2,_0x123611:0x3c2,_0x3931a5:0x39e,_0x376bda:0x3be,_0x3823b0:0x2fa},_0x514c4c={_0x6a7c7b:0xe8,_0x196d87:0x1a7},_0x4c05cc={_0x339314:0x19a,_0x260aba:0x60},_0x136f51={};_0x136f51[_0x26fcb7(-0x2fc,-_0x4be0ca._0x27954f,-_0x4be0ca._0x586187,-0x2f9)]=_0x2a4ffc(0x3a5,0x389,_0x4be0ca._0x454aa4,0x37a)+'e\x20flow\x20sto'+_0x2a4ffc(_0x4be0ca._0x3b436c,0x3c5,0x3b1,0x3cb);function _0x2a4ffc(_0x3113a6,_0x1150fb,_0x592c3c,_0x4e02e5){return _0xd9361c(_0x3113a6-_0x4c05cc._0x339314,_0x592c3c,_0x1150fb- -_0x4c05cc._0x260aba,_0x4e02e5-0x1a);}function _0x26fcb7(_0x5d4b8f,_0x4e9b91,_0x1443d3,_0xd2921c){return _0x498eb3(_0x5d4b8f- -_0x514c4c._0x6a7c7b,_0x4e9b91-_0x514c4c._0x196d87,_0x1443d3-0x7f,_0x4e9b91);}const _0x596922=_0x136f51;deviceStore[_0x2a4ffc(_0x4be0ca._0x123611,0x3be,0x3be,0x3b1)](),userCodeToDevice['clear'](),stateToDevice[_0x2a4ffc(_0x4be0ca._0x3931a5,_0x4be0ca._0x376bda,0x3d4,0x3b0)](),logger['debug'](_0x596922[_0x26fcb7(-0x2fc,-_0x4be0ca._0x3823b0,-0x2ff,-0x302)]);}
|