@profoundlogic/coderflow-server 0.7.6 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/agent-wrapper.sh +3 -1
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -0
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.js +1 -0
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/stats.js +1 -0
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.css +575 -0
- package/dist/web-ui/public/admin.html +636 -0
- package/dist/web-ui/public/admin.js +1 -0
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.html +2 -2
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.html +2 -2
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.html +2 -170
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.html +2 -2
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.html +66 -4
- 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.html +2 -2
- 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 +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.html +2 -2
- 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.html +2 -2
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
- package/dist/web-ui/public/server-health.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0xd8ea(_0x277c8a,_0x51b267){_0x277c8a=_0x277c8a-(-0x1e0f+-0x1703+0x3a1*0xf);const _0x2fbadc=_0x5bf0();let _0x565d78=_0x2fbadc[_0x277c8a];if(_0xd8ea['athawS']===undefined){var _0x1e9ab4=function(_0x56d6ca){const _0x585939='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x48a877='',_0x2ef763='';for(let _0x3b4654=-0xf42+0x724*-0x1+-0xb33*-0x2,_0x1c34f2,_0x4aa203,_0x2a9b91=-0x1b32+-0x10fe+0x8*0x586;_0x4aa203=_0x56d6ca['charAt'](_0x2a9b91++);~_0x4aa203&&(_0x1c34f2=_0x3b4654%(0x167f+-0x26f1+-0x2*-0x83b)?_0x1c34f2*(0x1*-0x7be+-0x223f+0x2a3d)+_0x4aa203:_0x4aa203,_0x3b4654++%(-0x1dd5+0x1*0x761+-0x59e*-0x4))?_0x48a877+=String['fromCharCode'](-0xc1c+-0x4ce+0x83*0x23&_0x1c34f2>>(-(0x51*0x78+0x97b+-0x2f71)*_0x3b4654&-0xca5+0x3c6+0x8e5*0x1)):0xd*-0x283+0x6c4+0x19e3){_0x4aa203=_0x585939['indexOf'](_0x4aa203);}for(let _0x34ae6e=-0x8*0x151+-0xa3e+0x14c6,_0x116ee9=_0x48a877['length'];_0x34ae6e<_0x116ee9;_0x34ae6e++){_0x2ef763+='%'+('00'+_0x48a877['charCodeAt'](_0x34ae6e)['toString'](-0xf57+0xab3*0x2+-0x5ff*0x1))['slice'](-(-0x2*0x343+0xb96+-0x287*0x2));}return decodeURIComponent(_0x2ef763);};_0xd8ea['oSvmfo']=_0x1e9ab4,_0xd8ea['RDDIgu']={},_0xd8ea['athawS']=!![];}const _0x1121b3=_0x2fbadc[0x1*-0x2566+0x3*-0x33a+0x17*0x20c],_0x5468a8=_0x277c8a+_0x1121b3,_0x49f2f5=_0xd8ea['RDDIgu'][_0x5468a8];return!_0x49f2f5?(_0x565d78=_0xd8ea['oSvmfo'](_0x565d78),_0xd8ea['RDDIgu'][_0x5468a8]=_0x565d78):_0x565d78=_0x49f2f5,_0x565d78;}function _0x262f8a(_0x3c51cd,_0x54689a,_0x76eeec,_0x57e4a6){const _0x2114cc={_0x168d48:0x280};return _0xd8ea(_0x76eeec-_0x2114cc._0x168d48,_0x57e4a6);}(function(_0x5b7b5e,_0x1defe5){const _0x1fcf5d={_0x1d7dbe:0x7e,_0x526cb4:0x74,_0x59e898:0x9d,_0x575898:0x313,_0x272d0b:0x320,_0x50b29e:0xd9,_0x2ad826:0xb2,_0x39ce9b:0x2ff,_0x3a0acb:0x2d6,_0x4f9d97:0x30c,_0xa3d1f7:0x32e,_0x1ccc29:0x314,_0x18cc85:0x97,_0x444a23:0xb2,_0x58492e:0x55,_0x239534:0x377},_0x524b5a={_0x20c49e:0x19a},_0x2c6761=_0x5b7b5e();function _0x11e944(_0x5a2834,_0x487966,_0x188935,_0x433813){return _0xd8ea(_0x433813-_0x524b5a._0x20c49e,_0x188935);}function _0x4b2dd1(_0x5753a9,_0x1749dd,_0x3293f8,_0x40a1f1){return _0xd8ea(_0x5753a9- -0x249,_0x40a1f1);}while(!![]){try{const _0x37369d=parseInt(_0x4b2dd1(-0xa9,-_0x1fcf5d._0x1d7dbe,-0xc8,-0xd6))/(0x1bc3+0x1bc5+-0x3787)+-parseInt(_0x4b2dd1(-_0x1fcf5d._0x526cb4,-0x57,-0x76,-0x84))/(0x38f*0x5+-0xbf1+-0x1*0x5d8)*(parseInt(_0x4b2dd1(-0xb8,-_0x1fcf5d._0x59e898,-0xe3,-0x7a))/(-0x10*0xec+-0x4d*-0xc+0xb27))+parseInt(_0x11e944(_0x1fcf5d._0x575898,0x2ff,_0x1fcf5d._0x272d0b,0x340))/(0x3a1*0x4+-0x1746+0x1*0x8c6)*(-parseInt(_0x4b2dd1(-_0x1fcf5d._0x50b29e,-0xf7,-0xf1,-_0x1fcf5d._0x2ad826))/(-0x679+0x1311*-0x2+0xcc*0x38))+-parseInt(_0x4b2dd1(-0x7f,-0x91,-0x3c,-0x8e))/(0x1c54+0x1a7*-0x1+-0x1aa7)+-parseInt(_0x11e944(0x305,0x2fa,0x2cd,_0x1fcf5d._0x39ce9b))/(0x130a+0x1*0x16+0x1*-0x1319)+-parseInt(_0x11e944(0x322,0x2f5,_0x1fcf5d._0x3a0acb,0x2fd))/(0x1704+-0x298+-0x1464)*(-parseInt(_0x11e944(_0x1fcf5d._0x4f9d97,_0x1fcf5d._0xa3d1f7,_0x1fcf5d._0x1ccc29,0x333))/(-0x5e*0x41+0x20d4+-0x8ed*0x1))+parseInt(_0x4b2dd1(-_0x1fcf5d._0x18cc85,-_0x1fcf5d._0x444a23,-0x97,-_0x1fcf5d._0x58492e))/(-0x1594+0x1dff+-0x2cb*0x3)*(parseInt(_0x11e944(0x399,0x33d,0x3b2,_0x1fcf5d._0x239534))/(-0x4bc*-0x4+-0x313*-0x7+-0x1435*0x2));if(_0x37369d===_0x1defe5)break;else _0x2c6761['push'](_0x2c6761['shift']());}catch(_0x5a3236){_0x2c6761['push'](_0x2c6761['shift']());}}}(_0x5bf0,-0x271*0x82d+0x82c3d+0x1788d4*0x1));function isObjective(_0x3a60f7){const _0x27d7c5={_0x1739f2:0x4bb,_0x66cd3:0x47d,_0x3d5bad:0x1e,_0x4b31ca:0x1b},_0xfcdd92={_0x781122:0x184},_0x225bf3={};function _0x44e294(_0x5bf33e,_0x41422f,_0xa2d210,_0x319ab8){return _0xd8ea(_0x41422f- -_0xfcdd92._0x781122,_0x319ab8);}_0x225bf3['UVwfy']=_0x1282fc(0x4b6,0x496,0x499,0x4d9);function _0x1282fc(_0x131870,_0x431e35,_0x13de60,_0x3d5210){return _0xd8ea(_0x3d5210-0x314,_0x131870);}const _0x868df0=_0x225bf3;return _0x3a60f7?.[_0x1282fc(_0x27d7c5._0x1739f2,_0x27d7c5._0x66cd3,0x477,0x4aa)]===_0x868df0[_0x44e294(0x55,_0x27d7c5._0x3d5bad,_0x27d7c5._0x4b31ca,-0x5)];}function toReferenceObjective(_0x4883b7,_0x49882e){const _0x3abc7a={_0x19606c:0xc8,_0x3e670f:0xa8,_0x19383f:0x159,_0x479a2b:0x15d,_0x16608c:0x173},_0x3434a5={_0x4fa62c:0x275};function _0x435d52(_0x2741dd,_0xe5ef93,_0x193271,_0x2ceaf6){return _0xd8ea(_0x193271- -0x2fa,_0xe5ef93);}const _0x3650ff={};function _0x462962(_0x24d4ea,_0x28b169,_0x1fdb78,_0x15a125){return _0xd8ea(_0x1fdb78- -_0x3434a5._0x4fa62c,_0x28b169);}return _0x3650ff['id']=_0x49882e?.[_0x462962(-0x105,-0xcd,-_0x3abc7a._0x19606c,-_0x3abc7a._0x3e670f)]||_0x4883b7,_0x3650ff[_0x435d52(-_0x3abc7a._0x19383f,-0x15e,-_0x3abc7a._0x479a2b,-_0x3abc7a._0x16608c)]=_0x49882e?.['name']||_0x4883b7,_0x3650ff;}function sortBySortOrder(_0x1e438a,_0x2ad3e4){const _0xf1d6cb={_0xd55f66:0x1b4,_0x166e1a:0x192,_0x2554c6:0x169,_0x1fa682:0x1d5,_0x5354fe:0x1ee,_0x2687b6:0x15d,_0x81b03c:0x1a2,_0x46b80f:0x4ce,_0x403d9f:0x48e,_0x286d1e:0x47c,_0x1f7705:0x4c4,_0x8279a1:0x4c1,_0x1a41c5:0x4f9,_0xe2a168:0x4fd,_0x4050b4:0x4db,_0x14f8ad:0x16c,_0x3545d6:0x15c,_0x291226:0x187,_0x3393a9:0x1a7,_0x90abf9:0x512,_0x2f4095:0x4ec,_0x273964:0x120,_0x100bb7:0x14a,_0x314ddb:0x154,_0x3b1367:0x13c,_0x22873e:0x189,_0x1aabd1:0x16d,_0x3d18f1:0x161,_0x333f06:0x171,_0x185aee:0x176,_0x4231cb:0x192,_0x1ea650:0x11c,_0x4bf15f:0x49c,_0x4d8296:0x4ad,_0x4d9df2:0x484,_0x45dfbd:0x4a8,_0x361105:0x4b6,_0x512a46:0x514,_0x3cbc2f:0x4db,_0x4dc673:0x4a5,_0x348495:0x4e6,_0x3f9cf4:0x140,_0x521839:0x4be,_0x1715cb:0x494,_0x4f4797:0x4aa,_0x48091e:0x188,_0x3ea4ea:0x186,_0x24ce27:0x19b},_0xf8ac0={_0x540f6f:0x2f7},_0x794c3e={_0x10b11b:0x324},_0x59cb4f={};_0x59cb4f[_0x4a7802(-0x1a0,-_0xf1d6cb._0xd55f66,-_0xf1d6cb._0x166e1a,-_0xf1d6cb._0x2554c6)]=_0x4a7802(-_0xf1d6cb._0x1fa682,-_0xf1d6cb._0x5354fe,-0x1a9,-0x17c)+_0x4a7802(-_0xf1d6cb._0x2687b6,-0x17c,-0x19f,-0x19c);function _0x4a7802(_0x313eae,_0x9551a3,_0x19c2d9,_0x443f07){return _0xd8ea(_0x19c2d9- -_0x794c3e._0x10b11b,_0x443f07);}_0x59cb4f[_0x4a7802(-0x1bf,-0x1e5,-_0xf1d6cb._0x81b03c,-0x196)]=_0x14201a(0x4d9,_0xf1d6cb._0x46b80f,_0xf1d6cb._0x403d9f,0x504),_0x59cb4f[_0x14201a(_0xf1d6cb._0x286d1e,0x496,0x47d,0x4d6)]=function(_0x12ba60,_0x1c2fee){return _0x12ba60-_0x1c2fee;};const _0x1fc19d=_0x59cb4f,_0x4b34c5=_0x1e438a[_0x14201a(_0xf1d6cb._0x1f7705,_0xf1d6cb._0x1f7705,0x486,_0xf1d6cb._0x8279a1)]||-0x1be7+-0x53*-0x7+0x19a2,_0x3ee6cd=_0x2ad3e4[_0x14201a(_0xf1d6cb._0x1a41c5,0x4c4,_0xf1d6cb._0xe2a168,_0xf1d6cb._0x4050b4)]||0xbf*-0xd+-0x5ca+0xf7d;function _0x14201a(_0x5e89fd,_0x4f8dd2,_0x5b798d,_0x3f8044){return _0xd8ea(_0x4f8dd2-_0xf8ac0._0x540f6f,_0x5b798d);}if(_0x4b34c5!==_0x3ee6cd){if(_0x1fc19d['pekYo']!==_0x4a7802(-_0xf1d6cb._0x14f8ad,-0x176,-0x14d,-0x178)){const _0x5706b3=_0x277c8a[0x775+0x7a*-0x1f+-0x1*-0x751]?.[_0x4a7802(-_0xf1d6cb._0x3545d6,-0x1ab,-_0xf1d6cb._0x291226,-_0xf1d6cb._0x3393a9)]||_0x1fc19d[_0x14201a(0x44b,0x489,0x4be,0x4ce)];_0x51b267[_0x14201a(_0xf1d6cb._0x90abf9,_0xf1d6cb._0x4050b4,0x4b6,_0xf1d6cb._0x2f4095)](_0x4a7802(-_0xf1d6cb._0x273964,-_0xf1d6cb._0x100bb7,-_0xf1d6cb._0x314ddb,-_0xf1d6cb._0x3b1367)+'objectives'+_0x4a7802(-_0xf1d6cb._0x22873e,-_0xf1d6cb._0x1aabd1,-0x1a3,-0x1e3)+_0x4a7802(-0x16d,-_0xf1d6cb._0x3d18f1,-_0xf1d6cb._0x333f06,-_0xf1d6cb._0x185aee)+_0x4a7802(-_0xf1d6cb._0x4231cb,-_0xf1d6cb._0x1ea650,-0x161,-0x150)+_0x5706b3+_0x14201a(0x48f,0x477,_0xf1d6cb._0x4bf15f,0x472));for(const _0x84ead7 of _0x5468a8[_0x14201a(_0xf1d6cb._0x4d8296,_0xf1d6cb._0x4d9df2,_0xf1d6cb._0x45dfbd,_0xf1d6cb._0x361105)]){_0x585939[_0x14201a(_0xf1d6cb._0x512a46,_0xf1d6cb._0x3cbc2f,_0xf1d6cb._0x4dc673,_0xf1d6cb._0x348495)]('-\x20'+_0x48a877(_0x84ead7));}_0x1121b3[_0x4a7802(-0x122,-0x14d,-_0xf1d6cb._0x3f9cf4,-0x185)]('');}else return _0x1fc19d['DHZEu'](_0x4b34c5,_0x3ee6cd);}const _0x4bcc2c=_0x1e438a[_0x14201a(_0xf1d6cb._0x521839,_0xf1d6cb._0x1715cb,_0xf1d6cb._0x4f4797,0x483)]||'',_0x3f0fa3=_0x2ad3e4[_0x4a7802(-0x1b6,-_0xf1d6cb._0x48091e,-0x187,-0x15b)]||'';return _0x4bcc2c[_0x4a7802(-0x14a,-0x153,-0x18f,-0x199)+_0x4a7802(-_0xf1d6cb._0x3ea4ea,-_0xf1d6cb._0x24ce27,-0x15c,-0x199)](_0x3f0fa3);}function formatObjectiveLabel(_0x32f176){const _0xa52d15={_0xd2b66d:0xaa,_0x437614:0x9b,_0x57637f:0x86,_0x572b45:0x2a6,_0x51f354:0x2ca,_0x5cf297:0xd8,_0x4d3ed0:0xf3,_0x3260f0:0x2bf,_0x248e7c:0x2e1,_0x321f14:0x2e0,_0x21aa70:0x104,_0x3a64e4:0xa4,_0x25deff:0xe5,_0x6cdc22:0x138,_0x159d0e:0x107},_0xfc6266={_0x458666:0x10f},_0x3024d8={_0x577423:0x27c},_0x53b39e={};function _0x1ff274(_0x120961,_0x2a8b20,_0x43c97f,_0x4a2830){return _0xd8ea(_0x43c97f- -_0x3024d8._0x577423,_0x2a8b20);}_0x53b39e[_0x1ff274(-0x7a,-0x80,-_0xa52d15._0xd2b66d,-_0xa52d15._0x437614)]=_0x1ff274(-0xd8,-0x8a,-0xc8,-_0xa52d15._0x57637f)+'jective',_0x53b39e[_0x5e1dc7(0x2bb,0x295,_0xa52d15._0x572b45,_0xa52d15._0x51f354)]=_0x1ff274(-_0xa52d15._0x5cf297,-0x113,-_0xa52d15._0x4d3ed0,-0x100);const _0x4fa928=_0x53b39e;function _0x5e1dc7(_0x1e617d,_0x589489,_0x2780f0,_0x25ed5a){return _0xd8ea(_0x2780f0-_0xfc6266._0x458666,_0x1e617d);}const _0x2d3012=_0x32f176?.['name']||_0x32f176?.['id']||_0x4fa928[_0x5e1dc7(_0xa52d15._0x3260f0,0x302,_0xa52d15._0x248e7c,_0xa52d15._0x321f14)],_0x7f7cd7=_0x32f176?.['id']||_0x4fa928[_0x1ff274(-_0xa52d15._0x21aa70,-_0xa52d15._0x3a64e4,-_0xa52d15._0x25deff,-0xb9)];return _0x2d3012+_0x1ff274(-0xe1,-_0xa52d15._0x6cdc22,-0x10e,-_0xa52d15._0x159d0e)+_0x7f7cd7+'`)';}const OBJECTIVE_CONTEXT_HEADING='##\x20Objecti'+'ve\x20Context',OBJECTIVE_CONTEXT_INTRO=_0x262f8a(0x3d6,0x3ea,0x404,0x40a)+_0x24e722(-0x130,-0x133,-0x11f,-0x131)+'ed\x20from\x20an'+_0x24e722(-0x15a,-0x125,-0x13e,-0x12a)+_0x24e722(-0x11f,-0xe4,-0x150,-0x131)+_0x262f8a(0x414,0x3f6,0x42c,0x418)+_0x262f8a(0x420,0x46d,0x44c,0x437)+'\x20objective'+_0x24e722(-0x17f,-0x166,-0x140,-0x13f)+':';function _0x24e722(_0xb3b370,_0x4a6949,_0x377350,_0x263a2d){return _0xd8ea(_0xb3b370- -0x2df,_0x4a6949);}const OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x262f8a(0x42f,0x447,0x404,0x40e)+_0x24e722(-0x130,-0x127,-0x129,-0x14a)+_0x262f8a(0x407,0x3ed,0x3de,0x3a6)+'jective:',OBJECTIVE_CONTEXT_DETAILS_HINT=_0x24e722(-0x118,-0x15a,-0x158,-0xf7)+'e\x20full\x20det'+_0x262f8a(0x438,0x445,0x43c,0x3f8)+'ructions)\x20'+_0x24e722(-0x182,-0x151,-0x1a9,-0x1c0)+_0x24e722(-0x101,-0x109,-0xf8,-0xe4)+_0x24e722(-0x170,-0x15e,-0x18b,-0x169)+_0x24e722(-0x166,-0x179,-0x13a,-0x142),OBJECTIVE_CONTEXT_DETAILS_CURL=_0x262f8a(0x3f2,0x404,0x41c,0x40f)+'{CODERFLOW'+_0x262f8a(0x432,0x3f8,0x3fc,0x3c7)+_0x24e722(-0x10c,-0x11b,-0x12b,-0x126)+_0x24e722(-0x162,-0x188,-0x124,-0x18c)+'agement/ob'+'jective/<I'+_0x262f8a(0x3df,0x40d,0x423,0x452)+'Task-Id:\x20$'+_0x262f8a(0x496,0x437,0x460,0x456);function escapeRegExp(_0x39cfb2){const _0x125957={_0xe5f3ee:0x6f,_0x46ad35:0x9f,_0xd441e3:0x2e,_0x12b5ea:0xe4,_0x4dcc8e:0x103},_0x115b2b={_0x1434b2:0x4c},_0x3e6653={_0x5d52ae:0x43,_0x2dff5d:0x88},_0x57a825={};function _0x186404(_0xe4aab1,_0x184c8f,_0x33cae8,_0x2dc663){return _0x262f8a(_0xe4aab1-_0x3e6653._0x5d52ae,_0x184c8f-_0x3e6653._0x2dff5d,_0x184c8f- -0x3df,_0x33cae8);}_0x57a825[_0x186404(0x53,_0x125957._0xe5f3ee,_0x125957._0x46ad35,0x3a)]=_0x186404(_0x125957._0xd441e3,0x18,0x3e,0x9);const _0x1912e2=_0x57a825;function _0x4f07ea(_0x493188,_0x3a87b5,_0xe91628,_0x5b9966){return _0x24e722(_0x493188-0x1f5,_0x3a87b5,_0xe91628-0x105,_0x5b9966-_0x115b2b._0x1434b2);}return _0x39cfb2['replace'](/[.*+?^${}()|[\]\\]/g,_0x1912e2[_0x4f07ea(_0x125957._0x12b5ea,0x117,0x128,_0x125957._0x4dcc8e)]);}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp('---\x5cn\x5cn'+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x262f8a(0x43b,0x438,0x43d,0x412)+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+(_0x262f8a(0x40f,0x45b,0x438,0x404)+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x24e722(-0x106,-0xd7,-0x115,-0xfc)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+_0x262f8a(0x44e,0x404,0x41b,0x451),'g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x262f8a(0x417,0x423,0x3e9,0x403)+_0x262f8a(0x3f4,0x431,0x436,0x405)+_0x262f8a(0x416,0x414,0x456,0x41e)+'r?\x5cn[\x5cr\x5cn]'+'*'+('#{1,3}\x5cs*O'+_0x262f8a(0x3f1,0x466,0x428,0x428)+'ontext\x5cs*\x5c'+_0x24e722(-0x116,-0x133,-0x11a,-0x13b)+'*?')+(_0x262f8a(0x43f,0x43e,0x404,0x447)+_0x24e722(-0x130,-0x120,-0x148,-0x131)+_0x262f8a(0x40a,0x474,0x442,0x41f)+_0x24e722(-0x15a,-0x19d,-0x140,-0x132)+'[\x5cs\x5cS]*?')+(_0x24e722(-0x118,-0x124,-0x10f,-0x129)+'e\x20full\x20det'+_0x24e722(-0x147,-0x12c,-0x14b,-0x10c)+'*?')+(_0x24e722(-0x14c,-0x185,-0x14f,-0x150)+_0x262f8a(0x3ea,0x40e,0x424,0x441)+_0x262f8a(0x429,0x432,0x425,0x415)+_0x262f8a(0x3b0,0x3cf,0x3e6,0x3a8)+_0x262f8a(0x433,0x48e,0x44b,0x433)+'(?:\x5cr?\x5cn)?'),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp(_0x24e722(-0xfa,-0xf8,-0xf0,-0xc4)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x24e722(-0x122,-0x114,-0xf7,-0x160)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0x262f8a(0x480,0x462,0x444,0x460)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x262f8a(0x42a,0x41b,0x3e9,0x3d7)+_0x262f8a(0x41d,0x3fd,0x436,0x478)+'*){3,}\x5cs*\x5c'+_0x262f8a(0x445,0x40c,0x41a,0x45f)+'*'+(_0x262f8a(0x423,0x3d0,0x3f5,0x3b5)+_0x262f8a(0x464,0x456,0x428,0x42a)+_0x262f8a(0x3c8,0x3ce,0x3f8,0x3de)+'r?\x5cn[\x5cr\x5cn]'+'*')+(_0x262f8a(0x41c,0x3cd,0x404,0x41f)+_0x262f8a(0x40e,0x3fe,0x42f,0x422)+_0x24e722(-0x181,-0x180,-0x181,-0x154)+'jective:\x5cs'+_0x262f8a(0x47f,0x44a,0x451,0x443)+'r?\x5cn)?'),'g');function _0x5bf0(){const _0x3c5f20=['yw5Jzxn0B3jZ','mtfuBw9UqvO','zwn0AxzLigXPCW','wKXKC0u','E1rbu0TFsur9iG','kIPbBMnLC3rVCG','zhzrqwm','DfjbAgi','ChvZAa','ls0Txg5CBG','B2yGyw55ig9IAG','zwqGzNjVBsbVyG','u01HqwK','igHPzxjHCMnOEq','ygbGyMfZAa','rgLUv0m','mJrLrg9btg8','kIPtDwiTB2jQzq','odm2mZy3mgD6B0jJCq','y3rPDMuVw1XZxa','t0TusKW','BwfW','kd86xhi/xg4PkG','yKLctMq','ywvIEee','wxbvs3G','y2HPBgrYzw4GBW','icHG','DgvKigfIB3zLla','mZmXntuXnu5QEw9REq','z2v0','cGOTls0kcG','ruzPzvu','AMvJDgL2zq','i3SXldn9xhmQtW','CwLMuMu','xcqM','B250zxH0xhmQxa','ihj1BJO','zIb0AgLZig9IAG','DgHLihbHCMvUDa','x1nfuLzfuL9vuG','zwn0AxzLlw1HBG','AKPlr28','rMnpzfO','iIK6','kIOGkg90AgvYia','CgvRww8','zK54u0G','vgHPCYb0yxnRia','ig9IAMvJDgL2zq','sfreALq','D0fbuwC','uLLQD0O','Dw5RBM93BI1Pza','C3vPBwC','BgvUz3rO','AgfZ','C2LIBgLUz3m','zwn0AxzLktO','y3rPDMvjza','C291CMnLt2jQzq','mteZndq1m21wvuzrAa','DhjWuwK','l2fWAs9VyMPLyW','BffsEg8','Bg9JywXLq29TCa','C3rHDhvZ','z0jMqu8','ywLSC1TCC1Xtxq','ntCXmJm5quTjvuLL','CJ9CBLTCCLXUxq','ygbGxg4/','y3vYBcaTCYaIja','BMfTzq','C3rYAw5N','reHArxu','mta1otu4m2jqEwnjBG','wNDVsuu','vvz3zNK','rd4Iic1iicjylq','DgL2zs1Tyw5HzW','zw1LBNqVB2jQzq','nfLetg1brW','uLfgufu','yMPLy3rPDMuGqW','Aw5rwwG','qwTXD00','C29YDa','D2HLCMuGAxqGCW','DgfZA0LK','CM9VDcK6','D2fZigXHDw5JAa','kIOG','AxnbCNjHEq','mZaZnJq0mZbswgXTuei','B2jQzwn0AxzLCW','vw5RBM93BIbVyG','ls0T','kd86wY0Qx11CCW','AfjUCum','xg5CBLTCC1Xtxq','uMDZDwO','yM1UDKe','wff1ENi','ywLSCYaOAw5ZDa','xg5CBG','y2HPBgrYzw4','CgfYzw50t2jQzq','lIbizxjLigLZia','kIPdDxjYzw50ia','zwqGzNjVBsbHBG','ihvUzgvYici','ic4Rxg4/','B2jQzwn0AxzL','sw5Qzuy','vg8GCMvHzcb0Aa','yxjL','CJ9CBLTCC1Xtxq','nZy4mZe4nLbKwvfMDq','u10Qp2bGyfXZkG','AxrZigLUihrOzq','C29YDe9YzgvY','tvzSA3a','y3rPDMu','kIPtAwjSAw5Nia','kI4RxhmQkd86xa','vMD1C1G','th0VyxbPl29IAG','v29TAeK','mKjJs2TtzG','kIL7mYX9xhmQxa','s3HMrgC','zw50CMLLCW','ygbGyMfZAfXU','CMvWBgfJzq','sMLTrxO'];_0x5bf0=function(){return _0x3c5f20;};return _0x5bf0();}export function buildReferenceObjectivesContext(_0x130e96,_0xdb6d09){const _0x39305b={_0x22819e:0xc0,_0x166ef5:0x68,_0x485df4:0x82,_0x272d61:0x116,_0x3f10bb:0xae,_0x1650d7:0x127,_0x46ff92:0xf0,_0xb62056:0x52,_0x187b5c:0x30,_0x42fe26:0xd,_0x2ec855:0x51,_0x1be1f0:0x34,_0x3c7531:0x9,_0x18258d:0x3,_0x4d4e91:0x8,_0x4fd0a9:0xbb,_0x43778b:0xca,_0x2fd680:0xd2,_0x2dea7c:0xd,_0x1f8578:0x22,_0x36d76c:0xde,_0x31ce33:0x120,_0x57a287:0xbc,_0x44ac38:0xa2,_0x4d3cd6:0x27,_0x1292ba:0x71,_0xc08800:0x1c,_0x2825ad:0x1f,_0x3015f1:0x1d,_0x5b0c36:0xd,_0x2c9e12:0x28,_0x18408b:0x44,_0x4bebeb:0x11,_0x5984c3:0xa8,_0x4ee512:0xa9,_0x5ee1ee:0x84,_0x34bd84:0x82,_0x2e9675:0x1a,_0x59fda0:0x27,_0x266016:0x24,_0x436071:0x1d,_0x2699a6:0x106,_0x6dc23c:0xd2,_0x16cea0:0xdf,_0x2afb00:0xb4,_0x3e820d:0xb9,_0x2329d6:0x94,_0x5cb45c:0x5a,_0x32b11c:0x28,_0x4b5a45:0x10,_0x13d3fe:0x66,_0x352412:0x63,_0x20e3dc:0x6c,_0x40a158:0x33,_0x1376f3:0x5,_0x3d630b:0x3f,_0x2fec81:0x49,_0x160ea7:0x54,_0x4eccd9:0x6f,_0x107467:0xf4},_0x21cd6f={_0x126fcf:0x123,_0x552c25:0x19e,_0x561051:0x69},_0xc6b475={_0x528f53:0x1dc},_0x2a6b55={'jJKGo':function(_0x53048e,_0x554fa2){return _0x53048e(_0x554fa2);},'InjeF':function(_0x158938,_0xf6bb84){return _0x158938||_0xf6bb84;},'fNxSH':function(_0x37ae50,_0x52df94){return _0x37ae50(_0x52df94);},'DinWC':function(_0x7545e7,_0x452ffd){return _0x7545e7===_0x452ffd;},'eBEJu':function(_0x1fb5ef,_0x5ccdf0){return _0x1fb5ef!==_0x5ccdf0;},'tRAhb':_0x501daa(-0x4c,-_0x39305b._0x22819e,-_0x39305b._0x166ef5,-_0x39305b._0x485df4),'WomhI':function(_0x8b3d54,_0x2965c8,_0x25ce50){return _0x8b3d54(_0x2965c8,_0x25ce50);}};if(_0x2a6b55[_0x29a9ac(-0x6,0xa,-0xf,0xd)](!_0x130e96,!_0xdb6d09))return null;function _0x501daa(_0x50623a,_0xa7a1f0,_0x2682e9,_0x581574){return _0x24e722(_0x581574-0x7e,_0xa7a1f0,_0x2682e9-_0xc6b475._0x528f53,_0x581574-0x14c);}const _0x2da44f=_0x130e96[_0x501daa(-_0x39305b._0x272d61,-_0x39305b._0x3f10bb,-_0x39305b._0x1650d7,-_0x39305b._0x46ff92)](_0xdb6d09);if(!isObjective(_0x2da44f))return null;const _0x2793c6=[],_0x42e391=new Set();let _0x57eaa8=_0xdb6d09;while(_0x57eaa8&&!_0x42e391[_0x29a9ac(-_0x39305b._0xb62056,-_0x39305b._0x187b5c,-0x16,-0xf)](_0x57eaa8)){_0x42e391['add'](_0x57eaa8);const _0x152cd2=_0x130e96['get'](_0x57eaa8);if(!_0x2a6b55[_0x29a9ac(-0x18,-0x3e,-_0x39305b._0x42fe26,-0x40)](isObjective,_0x152cd2))break;_0x2793c6[_0x29a9ac(_0x39305b._0x2ec855,0x28,_0x39305b._0x1be1f0,0x3a)](toReferenceObjective(_0x57eaa8,_0x152cd2)),_0x57eaa8=_0x152cd2[_0x29a9ac(-_0x39305b._0x3c7531,_0x39305b._0x18258d,0x41,-_0x39305b._0x4d4e91)+'ctiveId'];}const _0x3ede26=[],_0x415267=_0x2da44f[_0x501daa(-0xac,-0x61,-_0x39305b._0x4fd0a9,-0xa2)+_0x501daa(-0xbc,-0xa7,-_0x39305b._0x43778b,-_0x39305b._0x2fd680)];if(_0x415267)for(const [_0x144696,_0x22a522]of _0x130e96[_0x29a9ac(_0x39305b._0x2dea7c,0x1c,0x48,_0x39305b._0x1f8578)]()){if(!_0x2a6b55[_0x501daa(-0xa8,-_0x39305b._0x3f10bb,-0x101,-_0x39305b._0x36d76c)](isObjective,_0x22a522))continue;if(_0x2a6b55[_0x501daa(-0xe5,-0xc0,-_0x39305b._0x31ce33,-0xff)](_0x144696,_0xdb6d09))continue;if(_0x2a6b55['eBEJu'](_0x22a522[_0x501daa(-_0x39305b._0x57a287,-0xa1,-0xc6,-_0x39305b._0x44ac38)+_0x29a9ac(-_0x39305b._0x4d3cd6,-0x2d,0x14,-_0x39305b._0x1292ba)],_0x415267))continue;const _0x25705f={};_0x25705f['id']=_0x22a522['taskId']||_0x144696,_0x25705f['name']=_0x22a522[_0x29a9ac(_0x39305b._0xc08800,-_0x39305b._0x2825ad,_0x39305b._0x3015f1,-_0x39305b._0x5b0c36)]||_0x144696,_0x25705f[_0x29a9ac(-_0x39305b._0x2c9e12,0x11,_0x39305b._0x18408b,-_0x39305b._0x3c7531)]=_0x22a522[_0x29a9ac(-_0x39305b._0x3c7531,_0x39305b._0x4bebeb,0x45,-0x29)],_0x3ede26[_0x501daa(-0xa1,-_0x39305b._0x5984c3,-_0x39305b._0x4ee512,-0x7d)](_0x25705f);}const _0x4d853c=[];for(const [_0x36ed16,_0x318f02]of _0x130e96['entries']()){if(_0x2a6b55['DinWC'](_0x501daa(-0x92,-_0x39305b._0x5ee1ee,-0x88,-_0x39305b._0x34bd84),_0x2a6b55[_0x29a9ac(-_0x39305b._0x2e9675,_0x39305b._0x59fda0,0x4f,0x2a)])){if(!_0x2a6b55[_0x29a9ac(-_0x39305b._0x266016,-0x3e,-_0x39305b._0x436071,-0x64)](isObjective,_0x318f02))continue;if(_0x318f02[_0x29a9ac(-0x3c,0x3,0x16,-0x23)+_0x501daa(-0xd1,-0xf0,-_0x39305b._0x2699a6,-_0x39305b._0x6dc23c)]!==_0xdb6d09)continue;const _0x388767={};_0x388767['id']=_0x318f02[_0x501daa(-_0x39305b._0x16cea0,-0x74,-0xf7,-_0x39305b._0x2afb00)]||_0x36ed16,_0x388767['name']=_0x318f02['name']||_0x36ed16,_0x388767['sortOrder']=_0x318f02[_0x501daa(-0x52,-0x55,-_0x39305b._0x3e820d,-_0x39305b._0x2329d6)],_0x4d853c[_0x29a9ac(0x40,_0x39305b._0x2c9e12,_0x39305b._0x5cb45c,0x42)](_0x388767);}else _0x49ab0c[_0x29a9ac(0x68,_0x39305b._0x32b11c,_0x39305b._0x4b5a45,_0x39305b._0x13d3fe)]('-\x20'+_0x2a6b55[_0x29a9ac(-_0x39305b._0x352412,-0x3e,-0x2c,-_0x39305b._0x20e3dc)](_0x4d353a,_0x255dc0));}_0x3ede26[_0x29a9ac(_0x39305b._0x40a158,-0x11,0x27,_0x39305b._0x1376f3)](sortBySortOrder);function _0x29a9ac(_0x318885,_0x44217a,_0x105e23,_0x2a6ff9){return _0x24e722(_0x44217a-_0x21cd6f._0x126fcf,_0x105e23,_0x105e23-_0x21cd6f._0x552c25,_0x2a6ff9-_0x21cd6f._0x561051);}return _0x4d853c['sort'](sortBySortOrder),{'sourceObjective':_0x2a6b55[_0x29a9ac(_0x39305b._0x32b11c,0x18,-_0x39305b._0x4d3cd6,_0x39305b._0x3d630b)](toReferenceObjective,_0xdb6d09,_0x2da44f),'ancestors':_0x2793c6,'siblings':_0x3ede26[_0x29a9ac(-_0x39305b._0x2fec81,-_0x39305b._0x160ea7,-0x4b,-_0x39305b._0x4eccd9)](({id:_0x1e38b7,name:_0x14e0d7})=>({'id':_0x1e38b7,'name':_0x14e0d7})),'children':_0x4d853c[_0x501daa(-_0x39305b._0x107467,-0x126,-0x12d,-0xf9)](({id:_0x2d2f63,name:_0x229f28})=>({'id':_0x2d2f63,'name':_0x229f28}))};}export function formatReferenceObjectivesMarkdown(_0x137960){const _0x17c868={_0x418bf8:0x5f,_0x51198d:0x2d,_0x412fac:0x22,_0x942444:0xd,_0x56695e:0x0,_0x2563f1:0x30,_0x1b4dcd:0x7f,_0x377ba9:0x85,_0x1bc321:0x1b,_0x251eb0:0x418,_0x5e3835:0x438,_0x521d06:0x43a,_0x60f8e8:0x439,_0xbfa2c0:0x14,_0x472cbc:0x3e,_0x5aaf0d:0x4e,_0xd39e0e:0x1e,_0x510d7c:0x4,_0xda5ce9:0x4c9,_0x865896:0x44c,_0x484f93:0x424,_0x235358:0x8d,_0x30e037:0x5d,_0x3b1d83:0x451,_0x36e324:0x73,_0x431dcb:0x63,_0x1a5830:0x26,_0x1ebd1d:0x3f,_0x33c001:0x20,_0x5914a8:0x3a,_0x13ae3c:0x8,_0x512f90:0x469,_0x12f142:0x441,_0x25fb3b:0x405,_0x19373a:0x43f,_0x580f30:0x467,_0x4c0919:0x42e,_0x4c6ec7:0x493,_0x644d1f:0x472,_0x10fdf4:0x4b2,_0x2d89ff:0x43a,_0x2ddd9b:0x413,_0x1d2092:0x43b,_0x5eb109:0x45,_0x4df6cb:0x3,_0xf27e96:0x7d,_0x36f4b9:0x10,_0x2aac55:0x24,_0xdb0847:0xe,_0x5ee6cc:0x424,_0x328b72:0x426,_0x403318:0x46,_0x20030a:0x55,_0x1e8643:0x4c,_0x1dca96:0x488,_0x521a70:0x43e,_0xb19e3f:0x490,_0x5904c4:0x45a,_0x3c09d1:0x4f,_0x382d98:0xa0,_0x57f519:0x68,_0x387955:0x420,_0x989af2:0x425,_0x54768f:0x480,_0x5554cb:0x448,_0x5c97c1:0x3c,_0x513f6a:0x79,_0xa08b3c:0x43,_0x2e07b9:0x53,_0x52cea4:0x86,_0x1cc480:0x444,_0x379352:0x3ff,_0x20aa27:0x41b,_0x454d63:0x1f,_0x4079a7:0x48c,_0x1809c0:0x44f,_0x213f21:0x4b,_0x2d6658:0x6,_0x4b26a1:0xaf,_0x4a3037:0x31,_0x35457e:0x498,_0xfeb109:0x41,_0x5da003:0x451,_0x4b6153:0x421,_0x17efbc:0x3ec,_0x130997:0x461,_0xfae932:0x437,_0x49cd33:0x44c,_0x2ce632:0x45c,_0x150fdc:0x43d,_0x502b20:0x474,_0x2c3e61:0x498,_0x2c5fe5:0xf,_0x246111:0x12,_0x50964e:0x66,_0x3c3958:0xaf,_0x6ad304:0x49a,_0x24aad0:0x452,_0x1e04aa:0x46b,_0x58fb39:0x406,_0x2215c3:0x3fa,_0x40c785:0x434,_0x1ca12c:0x47e,_0x198000:0x464,_0x48c9c8:0x455,_0x390b8e:0x400,_0x1dbbc6:0x470,_0x30e8bc:0x41f,_0x55252d:0x45c,_0x4d6325:0x1a,_0x41e72b:0x21,_0x41a875:0x404,_0x1e9db4:0x91,_0x5e190e:0x42,_0x5a0473:0x4c3,_0x454879:0x489,_0x45b056:0x7d,_0xd6d4ad:0x2e,_0x254da6:0x83,_0x28a0dd:0xbc,_0x19c7dc:0x9d,_0x4f3822:0x23,_0x12101c:0x2b,_0x8814d:0x39,_0x3fdfd0:0x429,_0x285c8a:0x1c,_0x590ce2:0x4d,_0x3495da:0x6e,_0x264faf:0x70,_0x468d45:0x18,_0x5d1af8:0x3d,_0x3369e2:0x4ad,_0x45bdb3:0x4ab,_0xece64d:0x471,_0x203dbb:0xbe,_0x55fbfc:0x7d,_0x11c478:0x4a,_0x1c9b77:0x94,_0x2162d1:0x98,_0x1393c1:0x18,_0x5bfdb4:0x497,_0x26dade:0x45e},_0x148ba8={_0x1ac7f5:0x1e1,_0x474a16:0x34},_0x550ce5={_0x323825:0x178,_0x523c76:0xd7,_0x14ac57:0x39},_0x502781={'hWItd':_0x53cdf2(_0x17c868._0x418bf8,_0x17c868._0x51198d,_0x17c868._0x412fac,-_0x17c868._0x942444),'RYjwJ':function(_0x77fb95,_0x28edfc){return _0x77fb95(_0x28edfc);},'FcOdZ':function(_0x423084,_0x1846fc){return _0x423084-_0x1846fc;},'SMaAi':function(_0x4b4c92,_0x42657){return _0x4b4c92>_0x42657;},'RQFPU':function(_0x348de6,_0x451cda){return _0x348de6===_0x451cda;},'lQRxo':function(_0x2e8d6f,_0x174df8){return _0x2e8d6f!==_0x174df8;},'ZlgMG':_0x53cdf2(0x7d,0x90,0x52,0x47),'aebxA':_0x53cdf2(0x44,0x37,_0x17c868._0x56695e,_0x17c868._0x2563f1),'HlgxQ':_0x53cdf2(_0x17c868._0x1b4dcd,0x58,0x7a,0xa9)+'\x20chain**\x20('+'parent\x20->\x20'+_0x53cdf2(_0x17c868._0x377ba9,_0x17c868._0x1bc321,0x47,0x50),'bmnvA':function(_0x587d48,_0xd9b204){return _0x587d48<_0xd9b204;},'YpUKx':function(_0x489eb2,_0x34aa39){return _0x489eb2!==_0x34aa39;},'hDWGa':_0x40e067(_0x17c868._0x251eb0,_0x17c868._0x5e3835,_0x17c868._0x521d06,_0x17c868._0x60f8e8),'suimg':function(_0x3d271b,_0x66de6a){return _0x3d271b(_0x66de6a);},'qifRe':_0x53cdf2(0x54,0x20,_0x17c868._0xbfa2c0,_0x17c868._0x472cbc)+_0x53cdf2(0x5e,_0x17c868._0x5aaf0d,_0x17c868._0xd39e0e,_0x17c868._0x510d7c),'ZwoIE':function(_0x1116a8,_0x52952f){return _0x1116a8!==_0x52952f;},'XQuzr':function(_0xea22f7,_0x4f5f10){return _0xea22f7(_0x4f5f10);},'inQYh':_0x40e067(_0x17c868._0xda5ce9,0x46b,0x496,0x488),'JimEz':'xdUpd','bIBNd':_0x40e067(_0x17c868._0x865896,_0x17c868._0x484f93,0x415,0x42a),'AkqwM':'```'};if(!_0x137960)return null;const _0xd97d74=Array[_0x53cdf2(0x65,_0x17c868._0x235358,0x4a,_0x17c868._0x30e037)](_0x137960[_0x40e067(0x463,0x49f,0x490,_0x17c868._0x3b1d83)])?_0x137960['ancestors']['slice'](-0xd*0xab+-0x741+0x1*0xff1):[],_0x101c04=Array[_0x53cdf2(_0x17c868._0x36e324,0x12,0x4a,_0x17c868._0x431dcb)](_0x137960[_0x53cdf2(0x3f,0x65,_0x17c868._0x1a5830,_0x17c868._0x1ebd1d)])&&_0x502781[_0x53cdf2(_0x17c868._0x33c001,_0x17c868._0x5914a8,-_0x17c868._0x13ae3c,-0xf)](_0x137960[_0x40e067(_0x17c868._0x512f90,0x482,_0x17c868._0x12f142,0x401)][_0x40e067(_0x17c868._0x25fb3b,0x431,_0x17c868._0x19373a,_0x17c868._0x580f30)],-0x802+0x1e98+0x76*-0x31),_0x551297=Array[_0x40e067(0x476,_0x17c868._0x4c0919,0x465,0x43f)](_0x137960[_0x40e067(0x49e,_0x17c868._0x4c6ec7,_0x17c868._0x644d1f,_0x17c868._0x10fdf4)])&&_0x502781[_0x40e067(_0x17c868._0x2d89ff,0x410,_0x17c868._0x2ddd9b,_0x17c868._0x1d2092)](_0x137960['children']['length'],0x7*0x501+-0xe8a+-0x147d*0x1),_0x33fae0=_0x502781[_0x53cdf2(_0x17c868._0x5eb109,_0x17c868._0x4df6cb,0x40,_0x17c868._0xf27e96)](_0xd97d74[_0x53cdf2(_0x17c868._0x36f4b9,-0xc,_0x17c868._0x2aac55,_0x17c868._0xdb0847)],-0x2311*0x1+-0x13cd+0x3*0x124a)&&!_0x101c04&&!_0x551297;if(_0x33fae0)return _0x40e067(0x405,_0x17c868._0x5ee6cc,_0x17c868._0x328b72,0x40c)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+formatObjectiveLabel(_0x137960[_0x53cdf2(_0x17c868._0x403318,0x4f,0x29,-0xc)+_0x53cdf2(_0x17c868._0x20030a,_0x17c868._0x1e8643,0x68,0x36)])+'.\x0a';const _0x21b14c=['','',_0x40e067(0x458,_0x17c868._0x1dca96,0x469,_0x17c868._0x521a70),'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x53cdf2(0x5a,0x4f,0x5a,0x5b)+'objective:'+_0x40e067(0x489,_0x17c868._0xb19e3f,0x464,_0x17c868._0x5904c4)+formatObjectiveLabel(_0x137960[_0x53cdf2(0x6,-0x1a,0x29,0x29)+_0x53cdf2(_0x17c868._0x3c09d1,_0x17c868._0x382d98,_0x17c868._0x57f519,0x3d)]),''];if(_0x502781[_0x40e067(_0x17c868._0x387955,_0x17c868._0x989af2,_0x17c868._0x2ddd9b,0x406)](_0xd97d74['length'],0x18ab+-0x1733+0xbc*-0x2)){if(_0x502781[_0x40e067(0x46b,_0x17c868._0x54768f,_0x17c868._0x5554cb,0x406)](_0x502781['ZlgMG'],_0x502781[_0x53cdf2(_0x17c868._0x5c97c1,0x18,_0x17c868._0x510d7c,-0x1d)])){_0x21b14c[_0x53cdf2(0x49,0x45,0x7d,0xa3)](_0x502781['HlgxQ']);for(let _0xfb31c0=-0xc*-0x165+0x217*-0xa+0x42a;_0x502781[_0x53cdf2(_0x17c868._0x513f6a,_0x17c868._0xa08b3c,_0x17c868._0x2e07b9,_0x17c868._0x52cea4)](_0xfb31c0,_0xd97d74[_0x40e067(_0x17c868._0x644d1f,0x404,0x43f,_0x17c868._0x1cc480)]);_0xfb31c0++){if(_0x502781[_0x40e067(_0x17c868._0x379352,_0x17c868._0x20aa27,0x420,0x465)](_0x53cdf2(-0x1c,-0x5,_0x17c868._0x454d63,0x12),_0x502781['hDWGa'])){const _0x3325b6=_0x29d2b5?.[_0x40e067(_0x17c868._0x4079a7,0x480,_0x17c868._0x3b1d83,0x42b)]||_0x1f9ab2?.['id']||_0x40e067(_0x17c868._0x1809c0,0x433,0x468,0x42a)+_0x53cdf2(_0x17c868._0x213f21,0x4c,_0x17c868._0x942444,-_0x17c868._0x2d6658),_0x339b53=_0xbbeb09?.['id']||_0x502781['hWItd'];return _0x3325b6+'\x20(`'+_0x339b53+'`)';}else _0x21b14c[_0x53cdf2(_0x17c868._0x4b26a1,0x70,_0x17c868._0xf27e96,0x7f)](_0xfb31c0+(-0x9c8+-0x1d17+0x26e0)+'.\x20'+_0x502781[_0x53cdf2(_0x17c868._0x4a3037,0x61,0x23,0x12)](formatObjectiveLabel,_0xd97d74[_0xfb31c0]));}_0x21b14c[_0x40e067(0x475,0x4cd,_0x17c868._0x35457e,0x46d)]('');}else{_0xe112de[_0x53cdf2(0xb7,_0x17c868._0xfeb109,0x7d,0x42)]('**Sub-obje'+'ctives**\x20('+_0x40e067(0x458,_0x17c868._0x5da003,_0x17c868._0x4b6153,_0x17c868._0x17efbc)+_0x40e067(_0x17c868._0x130997,0x41e,0x42e,_0x17c868._0xfae932)+_0x40e067(_0x17c868._0x49cd33,_0x17c868._0x2ce632,0x442,0x403));for(const _0x123120 of _0x18fe69[_0x40e067(0x47c,0x483,0x472,_0x17c868._0x150fdc)]){_0x2638d4['push']('-\x20'+_0x842e80(_0x123120));}_0x4d4280[_0x40e067(0x4d0,_0x17c868._0x502b20,_0x17c868._0x2c3e61,0x4a3)]('');}}function _0x53cdf2(_0xe16355,_0x362b8c,_0x5be15d,_0x48bd48){return _0x24e722(_0x5be15d-_0x550ce5._0x323825,_0x362b8c,_0x5be15d-_0x550ce5._0x523c76,_0x48bd48-_0x550ce5._0x14ac57);}if(_0x101c04){const _0x5d33bc=_0xd97d74[0x14e*0x6+-0xd3b+0x1cd*0x3]?.['name']||_0x502781[_0x53cdf2(-_0x17c868._0x2c5fe5,_0x17c868._0x246111,_0x17c868._0x2c5fe5,0x37)];_0x21b14c[_0x53cdf2(_0x17c868._0x50964e,_0x17c868._0x3c3958,_0x17c868._0xf27e96,0xb2)](_0x53cdf2(_0x17c868._0x3c09d1,0x45,0x69,0x68)+_0x40e067(_0x17c868._0xb19e3f,_0x17c868._0x6ad304,0x467,0x44f)+_0x40e067(0x40f,0x446,0x435,0x3f9)+'objectives'+_0x40e067(_0x17c868._0x24aad0,_0x17c868._0x1e04aa,0x477,0x464)+_0x5d33bc+_0x40e067(_0x17c868._0x58fb39,_0x17c868._0x2215c3,_0x17c868._0x40c785,0x476));for(const _0x2ccd46 of _0x137960[_0x40e067(0x420,_0x17c868._0x1ca12c,0x441,0x448)]){if(_0x502781[_0x40e067(0x432,_0x17c868._0x198000,_0x17c868._0x48c9c8,0x499)](_0x40e067(0x466,_0x17c868._0x390b8e,0x43b,0x40b),_0x40e067(_0x17c868._0x1dbbc6,_0x17c868._0x30e8bc,0x43b,_0x17c868._0x55252d)))return'\x0a\x0a---\x0a\x0a'+_0x20417a+'\x0a\x0a'+_0x344bad+'\x20'+_0x502781[_0x53cdf2(-0x9,_0x17c868._0x4d6325,_0x17c868._0x41e72b,_0x17c868._0x41e72b)](_0x232087,_0x157265[_0x40e067(0x430,_0x17c868._0x41a875,_0x17c868._0x1cc480,0x447)+_0x53cdf2(_0x17c868._0x1e9db4,0x99,0x68,_0x17c868._0x5e190e)])+'.\x0a';else _0x21b14c[_0x40e067(_0x17c868._0x5a0473,_0x17c868._0x454879,_0x17c868._0x2c3e61,0x48f)]('-\x20'+_0x502781[_0x53cdf2(_0x17c868._0x45b056,_0x17c868._0xd6d4ad,0x54,0x4c)](formatObjectiveLabel,_0x2ccd46));}_0x21b14c[_0x53cdf2(0x9d,0x59,0x7d,_0x17c868._0x254da6)]('');}if(_0x551297){_0x21b14c[_0x53cdf2(_0x17c868._0x28a0dd,0x5a,0x7d,_0x17c868._0x19c7dc)](_0x53cdf2(_0x17c868._0x4f3822,_0x17c868._0x12101c,-0x3,-_0x17c868._0x8814d)+'ctives**\x20('+'children\x20o'+'f\x20this\x20obj'+'ective):');for(const _0x481f51 of _0x137960[_0x53cdf2(_0x17c868._0x454d63,0x1e,0x57,0x57)]){if(_0x502781[_0x40e067(_0x17c868._0x1cc480,_0x17c868._0x3fdfd0,0x45b,0x43d)](_0x502781[_0x53cdf2(_0x17c868._0x285c8a,_0x17c868._0x590ce2,0x42,0x86)],_0x502781[_0x53cdf2(_0x17c868._0x3495da,_0x17c868._0x264faf,0x74,0x6c)]))return _0x502781[_0x53cdf2(0x27,-0x4,_0x17c868._0x468d45,_0x17c868._0x5d1af8)](_0x3efa2a,_0x331742);else _0x21b14c[_0x40e067(0x4d3,_0x17c868._0x3369e2,0x498,_0x17c868._0x45bdb3)]('-\x20'+_0x502781[_0x40e067(_0x17c868._0xece64d,0x43b,0x46f,0x484)](formatObjectiveLabel,_0x481f51));}_0x21b14c[_0x53cdf2(0x5d,_0x17c868._0x203dbb,_0x17c868._0x55fbfc,_0x17c868._0x11c478)]('');}_0x21b14c[_0x53cdf2(0x6e,_0x17c868._0x1c9b77,0x7d,_0x17c868._0x2162d1)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x21b14c[_0x53cdf2(_0x17c868._0x254da6,0x3b,0x7d,0x70)](_0x502781[_0x53cdf2(-_0x17c868._0x1393c1,-0x1c,0x3,-_0x17c868._0x2d6658)]),_0x21b14c['push'](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x21b14c[_0x53cdf2(0xb2,0xad,_0x17c868._0x55fbfc,_0x17c868._0xa08b3c)](_0x502781[_0x40e067(0x454,_0x17c868._0x5bfdb4,_0x17c868._0x26dade,0x47d)]);function _0x40e067(_0x18ae5b,_0x3fe6d3,_0x22d0ce,_0x148fbd){return _0x262f8a(_0x18ae5b-_0x148ba8._0x1ac7f5,_0x3fe6d3-0xf2,_0x22d0ce-_0x148ba8._0x474a16,_0x3fe6d3);}return _0x21b14c['join']('\x0a')+'\x0a';}export function stripReferenceObjectivesMarkdown(_0x493c4d){const _0x47e18e={_0x32e537:0x2bd,_0xa3938b:0x2fe,_0xe9ee48:0x2df,_0x243f6d:0x2a4,_0x4d54b9:0x27a,_0x5519e9:0x284,_0x2ac907:0x2d7,_0x40904b:0x41f,_0x2daafa:0x3ff,_0x8a0466:0x3f0,_0x3b88f7:0x413,_0x4f63a1:0x443,_0x59be6d:0x450,_0x136d4c:0x3fe,_0x581fad:0x2e0,_0x469796:0x307,_0x49ff6c:0x2c7,_0x54e3c4:0x30a,_0x306ebb:0x2e0,_0x5d17fc:0x46f,_0x522f33:0x431},_0x3cd756={_0x3c11c4:0x198},_0x2261dc={_0x7ca3db:0xe7},_0x253cc={};_0x253cc[_0x420869(_0x47e18e._0x32e537,0x2d8,_0x47e18e._0xa3938b,_0x47e18e._0xe9ee48)]=_0x420869(_0x47e18e._0x243f6d,_0x47e18e._0x4d54b9,_0x47e18e._0x5519e9,_0x47e18e._0x2ac907);function _0x420869(_0x715454,_0x4c1f78,_0x13a841,_0x532cb0){return _0x262f8a(_0x715454-0x40,_0x4c1f78-_0x2261dc._0x7ca3db,_0x715454- -0x17a,_0x13a841);}_0x253cc[_0xfd5ef4(_0x47e18e._0x40904b,0x3be,_0x47e18e._0x2daafa,_0x47e18e._0x8a0466)]=function(_0x354ef4,_0x4289c2){return _0x354ef4===_0x4289c2;};const _0x36bb37=_0x253cc;function _0xfd5ef4(_0x540386,_0x43d04b,_0x4d77d2,_0x12e73a){return _0x24e722(_0x4d77d2-0x56b,_0x540386,_0x4d77d2-_0x3cd756._0x3c11c4,_0x12e73a-0x154);}if(typeof _0x493c4d!==_0x36bb37[_0xfd5ef4(0x446,_0x47e18e._0x3b88f7,_0x47e18e._0x4f63a1,_0x47e18e._0x59be6d)]||_0x36bb37['EFieU'](_0x493c4d[_0xfd5ef4(_0x47e18e._0x136d4c,0x43b,0x417,0x3f8)],-0x760+0x1979*-0x1+0x20d9))return _0x493c4d;let _0x753b44=_0x493c4d[_0x420869(_0x47e18e._0x581fad,0x316,0x2a9,_0x47e18e._0x469796)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');return _0x753b44=_0x753b44[_0x420869(0x2e0,_0x47e18e._0x49ff6c,0x2a5,_0x47e18e._0x54e3c4)](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x753b44=_0x753b44[_0x420869(_0x47e18e._0x306ebb,0x2ab,0x2b4,0x2ea)](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x753b44=_0x753b44[_0xfd5ef4(_0x47e18e._0x5d17fc,_0x47e18e._0x522f33,0x466,0x4aa)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,''),_0x753b44;}
|
|
1
|
+
(function(_0x162a05,_0xe54df1){const _0x150f73={_0x30a34e:0x4dc,_0x5c6023:0x4d5,_0x4b1b6e:0x45c,_0x172c27:0x457,_0x14e093:0x420,_0x45938b:0x491,_0x2ac515:0x4d3,_0x1e4adf:0x4e3,_0x4ab4be:0x460,_0x599e06:0x40b,_0x29e1ca:0x411,_0x32cfa7:0x43a,_0x385b95:0x3f6,_0x455f61:0x4c0,_0x3af3c3:0x503,_0x9e6f1e:0x472,_0x450810:0x452,_0x1ca8fa:0x4fa},_0x1af443={_0x14e66b:0x3bf},_0xa6ff0f={_0x5440b5:0x32a},_0x3f8def=_0x162a05();function _0x467453(_0x194555,_0x10c8a4,_0x1c9d4d,_0x727c79){return _0x2c77(_0x727c79-_0xa6ff0f._0x5440b5,_0x10c8a4);}function _0x3a8b88(_0x1ae1bf,_0x3f49a8,_0x372736,_0x3f2157){return _0x2c77(_0x1ae1bf-_0x1af443._0x14e66b,_0x3f49a8);}while(!![]){try{const _0x4c5eb6=parseInt(_0x3a8b88(0x4d0,0x489,_0x150f73._0x30a34e,_0x150f73._0x5c6023))/(-0x100a*0x1+-0x17c1*-0x1+-0x7b6)*(parseInt(_0x3a8b88(0x496,_0x150f73._0x4b1b6e,0x491,_0x150f73._0x172c27))/(-0x26f0+-0x1*-0x1ca3+0x179*0x7))+-parseInt(_0x467453(0x466,0x42a,_0x150f73._0x14e093,0x45a))/(0x22ed+-0xd+-0x19*0x165)+-parseInt(_0x3a8b88(0x4a2,_0x150f73._0x45938b,0x4cf,_0x150f73._0x2ac515))/(0xae1+0x1fc7+0x1*-0x2aa4)+parseInt(_0x3a8b88(0x4e2,0x52a,0x49a,_0x150f73._0x1e4adf))/(0x93a*-0x1+-0x5d9+0xf18)+parseInt(_0x467453(_0x150f73._0x4ab4be,_0x150f73._0x599e06,0x3e7,0x421))/(0x1aa3*-0x1+-0x1*0x2627+0x40d0)*(parseInt(_0x467453(_0x150f73._0x29e1ca,_0x150f73._0x32cfa7,_0x150f73._0x385b95,0x418))/(0x4*-0x6dd+-0xa6a+0x25e5))+parseInt(_0x3a8b88(0x4c4,_0x150f73._0x455f61,_0x150f73._0x3af3c3,0x4e3))/(0x1*-0x313+-0x1d5*-0x5+-0x60e)+parseInt(_0x3a8b88(_0x150f73._0x9e6f1e,0x4a1,_0x150f73._0x450810,0x438))/(-0x115*0x4+-0x905*0x4+0x2871)*(parseInt(_0x3a8b88(_0x150f73._0x1ca8fa,0x4bc,0x4d1,0x4d7))/(-0xb*-0x27a+-0x9*0xc+0x8*-0x359));if(_0x4c5eb6===_0xe54df1)break;else _0x3f8def['push'](_0x3f8def['shift']());}catch(_0x5dc9c4){_0x3f8def['push'](_0x3f8def['shift']());}}}(_0x512e,0x4a564+-0x16c1be+0x1f1a6b));function isObjective(_0x3172b6){const _0x328451={_0x20fbbf:0x439,_0xa5d044:0x413,_0x494784:0x477,_0x574906:0x46a,_0x136890:0x41c,_0x973b0d:0x3cb,_0x23e2ec:0x42b,_0x29a54f:0x3a9,_0x5291e4:0x3f2},_0x2681b3={_0x50c718:0x31a},_0x5ca289={_0x27c1f8:0x361},_0x5d9da8={};function _0x14c979(_0x12fae2,_0x487637,_0x574d0e,_0xec6ea9){return _0x2c77(_0x12fae2-_0x5ca289._0x27c1f8,_0x574d0e);}_0x5d9da8[_0x14c979(_0x328451._0x20fbbf,_0x328451._0xa5d044,_0x328451._0x494784,_0x328451._0x574906)]=_0x14c979(0x416,_0x328451._0x136890,0x449,_0x328451._0x973b0d);function _0x28a66c(_0x348bb4,_0x8de73,_0x56652a,_0x23318c){return _0x2c77(_0x23318c-_0x2681b3._0x50c718,_0x348bb4);}const _0x2208a9=_0x5d9da8;return _0x3172b6?.['status']===_0x2208a9[_0x28a66c(_0x328451._0x23e2ec,_0x328451._0x29a54f,0x438,_0x328451._0x5291e4)];}function toReferenceObjective(_0x270587,_0xe8e536){const _0x390f04={_0x11997a:0x273,_0x3d9c5d:0x249,_0x1c7c20:0x233,_0x1db275:0x1b4,_0x3b9d97:0x1fb,_0x149099:0x23f},_0x485175={_0x1c5033:0x353};function _0xcb00d5(_0x51c721,_0x4cd635,_0x2c6147,_0x342f84){return _0x2c77(_0x51c721- -0x333,_0x2c6147);}function _0x463cb6(_0x5ab090,_0x348538,_0x4b7178,_0x1f3862){return _0x2c77(_0x5ab090-_0x485175._0x1c5033,_0x1f3862);}const _0x2a7b9e={};return _0x2a7b9e['id']=_0xe8e536?.[_0xcb00d5(-_0x390f04._0x11997a,-_0x390f04._0x3d9c5d,-0x2b9,-_0x390f04._0x1c7c20)]||_0x270587,_0x2a7b9e[_0xcb00d5(-0x1fb,-0x1fc,-0x1c4,-_0x390f04._0x1db275)]=_0xe8e536?.[_0xcb00d5(-_0x390f04._0x3b9d97,-0x230,-0x1ea,-_0x390f04._0x149099)]||_0x270587,_0x2a7b9e;}function sortBySortOrder(_0x6b84c6,_0x3210b3){const _0x127f99={_0x235f96:0x48c,_0x334576:0x45a,_0x2c308e:0x437,_0x444df0:0x3fb,_0x5e4adc:0x468,_0x3937b5:0x44d,_0x49b242:0x62,_0x4696f5:0x74,_0x5d6508:0xa9,_0x420398:0xa7},_0x3f1303={_0x2b1289:0x315},_0x2bb136={_0xb43b17:0x147},_0x40338a={};_0x40338a[_0x2695f8(_0x127f99._0x235f96,0x453,_0x127f99._0x334576,0x480)]=function(_0x3b58be,_0x6f87ef){return _0x3b58be!==_0x6f87ef;},_0x40338a[_0x2695f8(0x495,0x44b,_0x127f99._0x2c308e,0x468)]=function(_0x3bfcdd,_0x4cd4da){return _0x3bfcdd-_0x4cd4da;};const _0x39403a=_0x40338a;function _0x5556ef(_0x71562,_0x75fba2,_0x72bb11,_0x11930c){return _0x2c77(_0x75fba2- -_0x2bb136._0xb43b17,_0x71562);}const _0xb7cbe4=_0x6b84c6[_0x2695f8(_0x127f99._0x444df0,0x3d1,0x3c9,0x38c)]||-0x1257+-0x21a9*0x1+0x3400,_0x5100de=_0x3210b3['sortOrder']||0x74*-0xc+0x3f4+0x4c*0x5;if(_0x39403a['nxIrH'](_0xb7cbe4,_0x5100de))return _0x39403a[_0x2695f8(0x467,0x44b,0x482,0x441)](_0xb7cbe4,_0x5100de);const _0x3efc1b=_0x6b84c6['name']||'';function _0x2695f8(_0xe8da14,_0x5e0e1f,_0x3af367,_0x130e53){return _0x2c77(_0x5e0e1f-_0x3f1303._0x2b1289,_0xe8da14);}const _0x3e75d3=_0x3210b3[_0x2695f8(_0x127f99._0x5e4adc,_0x127f99._0x3937b5,0x438,0x494)]||'';return _0x3efc1b[_0x2695f8(0x46e,0x45b,0x46b,0x433)+_0x5556ef(-_0x127f99._0x49b242,-_0x127f99._0x4696f5,-_0x127f99._0x5d6508,-_0x127f99._0x420398)](_0x3e75d3);}function _0x512e(){const _0x556b27=['CMvWBgfJzq','ygbGyMfZAa','ywrK','zw50CMLLCW','A3LYDhm','vw5RBM93BIbVyG','CM9VDcK6','ugvKBfO','mJGYnZyWnvzPwvbhqG','zwn0AxzLlw1HBG','qNfurge','ihj1BJO','DLDKwxC','cGOTls0kcG','ls0Txg5CBG','qNr2DLy','AMvJDgL2zq','uKfSEvu','y3rPDMu','icHG','AvLQuhu','nda2nZCYmxntyK9LzW','r2Hntvu','zwqGzNjVBsbHBG','u10Qp2bGyfXZkG','y2HPBgrYzw4','kIPbBMnLC3rVCG','uNHureG','zwqGzNjVBsbVyG','BMfTzq','B2jQzwn0AxzLoG','r29UqKK','mtbKBfz3A08','BgvUz3rO','B0zLAvi','BNHjCKG','C291CMnLt2jQzq','ChvZAa','B2jQzwn0AxzLCW','CJ9CBLTCC1Xtxq','ig9IAMvJDgL2zq','zsbMDwXSigrLDa','vNvhrg4','Bg9JywXLq29TCa','DKz4AM4','E1rbu0TFsur9iG','nZCXndyZogzKBhbNrq','vgHPCYb0yxnRia','B2jQzwn0AxzL','AgfZ','C3rHDhvZ','yNjkqK0','igHPzxjHCMnOEq','CMj0DhO','vgfZAY1jzdOGja','C29YDe9YzgvY','kd86xhi/xg4PpW','D2HLCMuGAxqGCW','D2fZigXHDw5JAa','DgfZA0LK','B2zLAxm','ihvUzgvYici','zwn0AxzLktO','q2XMt1a','lIbizxjLigLZia','B3rwExK','kd86wY0Qx11CCW','yLrZy3m','vg8GCMvHzcb0Aa','ygbG','i3SXldn9xhmQtW','y3rPDMuVw1XZxa','y3rPDMvZkIOGka','CJ9CBIK/','AhvVALa','kd86xhi/xg4PkG','C2XPy2u','AMvJDgL2ztPCCW','yxjL','CgfYzw50ic0+ia','ChLIEum','kIPtDwiTB2jQzq','mKvgu3jwuW','u2TfC3e','yMPLy3rPDMuGqW','kIPdDxjYzw50ia','C2LIBgLUz3m','B2yGyw55ig9IAG','sffRvLi','CJ9CBLTCCLXUxq','C29YDa','B0XtqLa','zMPABu8','zIb0AgLZig9IAG','mZi4mtaWnhDQruvUwa','kIOGkg90AgvYia','zwn0AxzLigXPCW','BwfW','Dw5RBM93BI1Pza','E0nprevsrKXpvW','AM9PBG','B250zxH0xhmQxa','C3rYAw5N','rd4Iic1iicjylq','CvzIA2K','mtKYnuXIDgTuBG','kIL7mYX9xhmQxa','BKzdB0K','iYmGt2jQzwn0Aq','veDituq','B05Pzgm','tMrStgi','AxrZigLUihrOzq','ygbGyMfZAfXU','mtC3nZHPwKTNDuu','D0DpCwq','suPQDw4','w1XZxfnDkJ8','suDuwKi','ywDLBwvUDc9VyG','yw5Jzxn0B3jZ','AMvJDgL2ztO','kI4RxhmQkd86xa','y3rPDMvjza','ic4Rxg4/','ignOywLUkIOGka','DMuGq29UDgv4Da','xg5CBG','ndi0nZKXmKntyLrfta','CgfYzw50t2jQzq','wLDJsuW','th0VyxbPl29IAG','xcqM','DgXpueK','DgL2zs1Tyw5HzW','ygbGxg4/','y251ENa','uxPwug8','z2v0','DgvKigfIB3zLla','mJu5mte0EMXKB3zk','z0Dvy3e','iIK6','AxnbCNjHEq','zKnfwMi','vfPoCwC','l2fWAs9VyMPLyW','ywLSC1TCC1Xtxq','y2HPBgrYzw4GBW','xg5CBLTCC1Xtxq'];_0x512e=function(){return _0x556b27;};return _0x512e();}function formatObjectiveLabel(_0x153ec3){const _0x11369b={_0x37adf7:0x3db,_0x13f84a:0x429,_0xcd61ac:0x43c,_0x3d0a15:0x44c,_0x3220ec:0x3b7,_0x457a71:0x395,_0x4a6e56:0x449,_0x14fe95:0x44f,_0x2c9d24:0x446,_0xb65020:0x43c},_0x57f5e3={_0x2522c0:0x3a4},_0x3921a0={};_0x3921a0['IvBcE']=_0x57b7cb(0x43c,_0x11369b._0x37adf7,0x40b,0x453)+_0x57b7cb(_0x11369b._0x13f84a,_0x11369b._0xcd61ac,0x416,_0x11369b._0x3d0a15);function _0x1a542(_0x51a346,_0x2961bb,_0x4f61dc,_0x13d798){return _0x2c77(_0x4f61dc- -_0x57f5e3._0x2522c0,_0x13d798);}_0x3921a0['PedlZ']=_0x57b7cb(0x3ea,_0x11369b._0x3220ec,0x3d2,_0x11369b._0x457a71);function _0x57b7cb(_0x1b4cce,_0x16f24b,_0x30ac4f,_0x4204e7){return _0x2c77(_0x30ac4f-0x2eb,_0x16f24b);}const _0x3efbc7=_0x3921a0,_0x2ccc03=_0x153ec3?.['name']||_0x153ec3?.['id']||_0x3efbc7['IvBcE'],_0x524987=_0x153ec3?.['id']||_0x3efbc7[_0x57b7cb(0x3d3,_0x11369b._0x4a6e56,0x40d,_0x11369b._0x14fe95)];return _0x2ccc03+_0x57b7cb(_0x11369b._0x2c9d24,0x408,0x419,_0x11369b._0xb65020)+_0x524987+'`)';}const OBJECTIVE_CONTEXT_HEADING=_0x3ee1ce(0x390,0x3c9,0x3bd,0x385)+_0x2cdd89(0x438,0x473,0x46a,0x482),OBJECTIVE_CONTEXT_INTRO='This\x20task\x20'+_0x3ee1ce(0x323,0x340,0x35f,0x353)+'ed\x20from\x20an'+_0x3ee1ce(0x38d,0x391,0x393,0x3d7)+_0x3ee1ce(0x35e,0x361,0x396,0x359)+_0x2cdd89(0x3fc,0x428,0x425,0x467)+_0x3ee1ce(0x355,0x36d,0x387,0x389)+_0x2cdd89(0x4ee,0x475,0x4aa,0x4f3)+_0x2cdd89(0x452,0x3e5,0x420,0x3f7)+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x2cdd89(0x3d5,0x433,0x41b,0x40c)+'was\x20launch'+_0x2cdd89(0x468,0x48e,0x49e,0x462)+_0x3ee1ce(0x37f,0x365,0x352,0x392),OBJECTIVE_CONTEXT_DETAILS_HINT='To\x20read\x20th'+'e\x20full\x20det'+'ails\x20(inst'+'ructions)\x20'+_0x2cdd89(0x42d,0x436,0x443,0x473)+_0x2cdd89(0x419,0x464,0x44c,0x415)+_0x2cdd89(0x46c,0x478,0x477,0x499)+_0x3ee1ce(0x3e5,0x3c7,0x399,0x3ba),OBJECTIVE_CONTEXT_DETAILS_CURL='curl\x20-s\x20\x22$'+_0x2cdd89(0x416,0x453,0x44f,0x431)+'_SERVER_UR'+_0x3ee1ce(0x3bc,0x3ce,0x360,0x39c)+_0x3ee1ce(0x3dd,0x374,0x3f9,0x3b8)+_0x3ee1ce(0x357,0x346,0x38b,0x390)+'jective/<I'+_0x3ee1ce(0x3ae,0x37e,0x3c9,0x380)+_0x2cdd89(0x3e9,0x464,0x422,0x3f0)+_0x3ee1ce(0x3a2,0x3d1,0x3b0,0x3dc);function escapeRegExp(_0x1526b9){const _0x5094a5={_0x3029bb:0xbf,_0xf995ca:0xa2,_0x109bd4:0xe4,_0x585939:0xdd,_0x420b27:0x94,_0x2e369f:0x79,_0x335da8:0xaa,_0x2b4427:0xe4},_0x4a9efa={_0x1d9d90:0xc1,_0x29a0f1:0x19a},_0x2a03b8={_0x47c0c4:0x10e,_0x339a8a:0x121},_0x3298dc={};function _0x57b87d(_0xa5739,_0x664d7c,_0x2ea833,_0x3eb1ce){return _0x3ee1ce(_0xa5739-_0x2a03b8._0x47c0c4,_0x664d7c-_0x2a03b8._0x339a8a,_0x3eb1ce,_0x664d7c- -0x38e);}function _0x37145b(_0x18e2f3,_0x2e678b,_0x54cfb9,_0x1f7221){return _0x2cdd89(_0x18e2f3-_0x4a9efa._0x1d9d90,_0x2e678b-_0x4a9efa._0x29a0f1,_0x1f7221- -0x52c,_0x54cfb9);}_0x3298dc[_0x37145b(-0xcb,-_0x5094a5._0x3029bb,-_0x5094a5._0xf995ca,-_0x5094a5._0x109bd4)]=_0x37145b(-_0x5094a5._0x585939,-0xd3,-0x75,-0xbc);const _0x24aa15=_0x3298dc;return _0x1526b9[_0x37145b(-0xa7,-_0x5094a5._0x420b27,-_0x5094a5._0x2e369f,-_0x5094a5._0x335da8)](/[.*+?^${}()|[\]\\]/g,_0x24aa15[_0x37145b(-0xee,-0x121,-0xbe,-_0x5094a5._0x2b4427)]);}function _0x2cdd89(_0x4d4ab3,_0x763d81,_0x3030e7,_0x628e46){const _0x5ca8bb={_0x37b8ca:0x367};return _0x2c77(_0x3030e7-_0x5ca8bb._0x37b8ca,_0x628e46);}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0x3ee1ce(0x3f0,0x38d,0x387,0x3bd)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x2cdd89(0x46e,0x4a1,0x46b,0x44a)+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+(_0x2cdd89(0x4cc,0x4a0,0x481,0x44d)+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x3ee1ce(0x391,0x393,0x341,0x38a)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+_0x3ee1ce(0x393,0x3d9,0x36c,0x3a0),'g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp('(?:\x5cr?\x5cn)*'+_0x2cdd89(0x469,0x44c,0x42e,0x415)+_0x3ee1ce(0x398,0x3a3,0x36a,0x383)+_0x2cdd89(0x463,0x489,0x445,0x3fd)+'*'+(_0x2cdd89(0x415,0x46d,0x432,0x473)+'bjective\x20C'+_0x3ee1ce(0x3c5,0x362,0x336,0x37e)+_0x2cdd89(0x4c5,0x494,0x4a9,0x47f)+'*?')+('This\x20task\x20'+'was\x20launch'+_0x2cdd89(0x4e2,0x4d9,0x499,0x499)+_0x2cdd89(0x492,0x460,0x4aa,0x4a5)+_0x3ee1ce(0x3ad,0x354,0x3cd,0x38e))+(_0x3ee1ce(0x334,0x34e,0x380,0x35d)+_0x3ee1ce(0x3af,0x39c,0x3ac,0x3d8)+_0x3ee1ce(0x3e3,0x389,0x3f7,0x3ac)+'*?')+(_0x3ee1ce(0x368,0x377,0x362,0x3ab)+_0x2cdd89(0x4ab,0x49e,0x472,0x471)+'ement/obje'+_0x2cdd89(0x47e,0x404,0x433,0x420)+_0x3ee1ce(0x39e,0x39a,0x412,0x3c7)+_0x3ee1ce(0x32d,0x35d,0x349,0x351)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp(_0x3ee1ce(0x3d8,0x3f6,0x386,0x3bd)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x2cdd89(0x43a,0x498,0x46b,0x4aa)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0x3ee1ce(0x3c5,0x38a,0x3bb,0x395)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x2cdd89(0x482,0x3f7,0x437,0x3f2)+_0x2cdd89(0x477,0x3f5,0x42e,0x44e)+_0x2cdd89(0x457,0x441,0x456,0x45e)+_0x3ee1ce(0x38c,0x3a8,0x355,0x372)+'*'+(_0x3ee1ce(0x381,0x324,0x384,0x35f)+_0x3ee1ce(0x342,0x359,0x3b1,0x36d)+_0x2cdd89(0x441,0x411,0x451,0x49b)+_0x3ee1ce(0x3a4,0x372,0x35e,0x372)+'*')+('This\x20task\x20'+'was\x20launch'+_0x3ee1ce(0x389,0x38b,0x3ce,0x3cb)+_0x2cdd89(0x47d,0x41b,0x439,0x3f0)+_0x3ee1ce(0x3c1,0x3dd,0x360,0x393)+_0x3ee1ce(0x37a,0x31a,0x385,0x362)),'g');function _0x3ee1ce(_0x446c04,_0x4befd7,_0xb37143,_0x4c8f1d){return _0x2c77(_0x4c8f1d-0x294,_0xb37143);}export function buildReferenceObjectivesContext(_0x2f2e12,_0x2a1e72){const _0x43f8d3={_0x4daf80:0xc8,_0x156187:0xcf,_0x4cc335:0x117,_0x440ee7:0x149,_0x1bb2ad:0x11b,_0x30652a:0xf8,_0x4b1a47:0x349,_0x27c92e:0x35b,_0x5651e0:0x399,_0x34ab08:0x385,_0x2b36dd:0x145,_0x257d84:0x120,_0x13d747:0x115,_0x2f1c4e:0x31d,_0x430c31:0x32c,_0x241134:0x304,_0x351e49:0x337,_0x1ed196:0x2c2,_0x2f0c10:0x137,_0x1b01e0:0x11b,_0x26b52c:0x349,_0x5ea5e7:0x2de,_0x4d4ea8:0x2ea,_0x2b3059:0x2eb,_0x4e0ef5:0x2b2,_0x43b00f:0x102,_0x8863ae:0x14e,_0x37bfd3:0x350,_0x508b83:0x104,_0x5762a1:0xe8,_0x3412eb:0xcc,_0x5a9fde:0x333,_0x4a99ef:0x2fa,_0x26589a:0x325,_0x3b93b0:0x330,_0x2cb2c3:0x351,_0x4f65fa:0x311,_0x603f59:0x355,_0x4b8037:0x39a,_0x3496bc:0x2fc,_0x2a5654:0x340,_0x23b849:0x326,_0x25685d:0x387,_0x39a936:0x350,_0x162059:0xd8,_0x2f3593:0x11c,_0x3ddfd1:0xfb,_0x4e2fc7:0xb1,_0x47e229:0xb2,_0x1c786a:0x158,_0x5d59c7:0x140,_0x1b5e80:0xd9,_0x41295b:0x2eb,_0x3077d3:0x309,_0x6fdda3:0x146,_0x2c6deb:0x12a,_0x5ce450:0x15b,_0x17e106:0xf3,_0x7b0d8:0x31e,_0x4c9d84:0x312,_0x745df6:0x35a,_0x1d8824:0xb0,_0xaa56a7:0x93,_0x5ca937:0x2f3,_0xf47214:0x31d,_0xe5ec1a:0x2eb,_0xdc334:0x2e0,_0x20d7c1:0x13a,_0xec6103:0x108,_0xecb381:0xfd,_0x1ddaf2:0x13e,_0xa1a3e7:0xcb,_0x261291:0x9b,_0x42cb53:0x115,_0x71b2e5:0x2f1,_0x301958:0x2d5,_0xc1eacb:0x2c6,_0x29f1fb:0x30a,_0x4a4046:0x362,_0x309740:0x339,_0x41b03c:0x30c,_0x4301fb:0x314,_0x48334c:0x14e,_0x9298c0:0x125,_0x5634bd:0x121,_0x1f9af3:0x169,_0x2387ff:0xfc,_0x31b4f0:0x11e,_0x3266e1:0xee,_0x5b2358:0xe2,_0xdc8f73:0x31c,_0x658cba:0x301,_0x23c792:0x316,_0x347f11:0x321,_0x200e42:0x2b0,_0xfb1260:0x2ce,_0xb0c073:0xf0,_0x24b0b2:0xe1,_0xf5c285:0x12b,_0x2d6a44:0x356,_0x25682e:0x39a,_0x50bb32:0x358,_0x23eeaa:0xf2,_0xba3559:0x17c,_0x1ca195:0x10d,_0x169194:0x122,_0x2aae5e:0x133,_0x460c55:0x15a},_0x564786={_0x3c1bed:0x1ac},_0x5d268a={_0x2653ff:0x2a},_0x34a878={'TGHMD':_0x2a59db(-0x11a,-0xe4,-0xc4,-_0x43f8d3._0x4daf80)+_0x2a59db(-_0x43f8d3._0x156187,-_0x43f8d3._0x4cc335,-_0x43f8d3._0x440ee7,-0xff)+_0x2a59db(-0x15a,-0x145,-0x14c,-0x132)+_0x2a59db(-_0x43f8d3._0x1bb2ad,-_0x43f8d3._0x30652a,-0x121,-0xcc),'IJjun':function(_0x45fc0c,_0x850364){return _0x45fc0c<_0x850364;},'IGTZB':function(_0x24bab5,_0x6530a0){return _0x24bab5(_0x6530a0);},'NdlLb':function(_0x2568b6,_0x901d2b){return _0x2568b6-_0x901d2b;},'oLSBP':function(_0x1ca6fb,_0x5c135b){return _0x1ca6fb||_0x5c135b;},'pybyC':function(_0x17e760,_0x369981){return _0x17e760===_0x369981;},'BtvvV':function(_0x2493a7,_0xb7adc9,_0x16d592){return _0x2493a7(_0xb7adc9,_0x16d592);},'HDMJp':function(_0x1f7c3d,_0x14a4a0){return _0x1f7c3d===_0x14a4a0;},'nKFmX':_0x3bdce6(_0x43f8d3._0x4b1a47,_0x43f8d3._0x27c92e,_0x43f8d3._0x5651e0,_0x43f8d3._0x34ab08),'ofeis':_0x2a59db(-_0x43f8d3._0x2b36dd,-0x151,-_0x43f8d3._0x257d84,-_0x43f8d3._0x13d747),'brJBM':function(_0x5646da,_0x218dda){return _0x5646da!==_0x218dda;},'ClfOP':_0x3bdce6(0x309,_0x43f8d3._0x2f1c4e,_0x43f8d3._0x430c31,_0x43f8d3._0x241134)};if(_0x34a878[_0x3bdce6(0x33f,0x2f6,_0x43f8d3._0x351e49,_0x43f8d3._0x1ed196)](!_0x2f2e12,!_0x2a1e72))return null;function _0x2a59db(_0x2de281,_0x56a623,_0x20447a,_0x394d62){return _0x3ee1ce(_0x2de281-_0x5d268a._0x2653ff,_0x56a623-0x43,_0x20447a,_0x56a623- -0x4ad);}const _0xb62092=_0x2f2e12[_0x2a59db(-_0x43f8d3._0x2f0c10,-0x10a,-0x145,-_0x43f8d3._0x1b01e0)](_0x2a1e72);if(!_0x34a878[_0x3bdce6(_0x43f8d3._0x26b52c,0x311,0x2f4,_0x43f8d3._0x5ea5e7)](isObjective,_0xb62092))return null;const _0x207fc3=[],_0xc6325e=new Set();let _0x531361=_0x2a1e72;while(_0x531361&&!_0xc6325e[_0x3bdce6(_0x43f8d3._0x4d4ea8,0x2cc,_0x43f8d3._0x2b3059,_0x43f8d3._0x4e0ef5)](_0x531361)){if(_0x34a878[_0x2a59db(-_0x43f8d3._0x43b00f,-0x144,-_0x43f8d3._0x8863ae,-0x176)](_0x3bdce6(0x30a,_0x43f8d3._0x37bfd3,0x360,0x386),_0x2a59db(-_0x43f8d3._0x508b83,-_0x43f8d3._0x5762a1,-_0x43f8d3._0x3412eb,-0xdd)))return _0x1eb542;else{_0xc6325e[_0x3bdce6(0x358,_0x43f8d3._0x5a9fde,0x326,0x359)](_0x531361);const _0x40287b=_0x2f2e12[_0x3bdce6(_0x43f8d3._0x4a99ef,_0x43f8d3._0x26589a,0x341,_0x43f8d3._0x3b93b0)](_0x531361);if(!_0x34a878[_0x3bdce6(_0x43f8d3._0x2cb2c3,_0x43f8d3._0x4f65fa,_0x43f8d3._0x603f59,0x2ec)](isObjective,_0x40287b))break;_0x207fc3[_0x3bdce6(_0x43f8d3._0x4b8037,0x356,0x310,0x38e)](_0x34a878[_0x3bdce6(_0x43f8d3._0x3496bc,_0x43f8d3._0x2a5654,_0x43f8d3._0x23b849,_0x43f8d3._0x25685d)](toReferenceObjective,_0x531361,_0x40287b)),_0x531361=_0x40287b[_0x3bdce6(_0x43f8d3._0x23b849,0x31c,0x35f,0x2ea)+_0x3bdce6(_0x43f8d3._0x37bfd3,0x316,0x317,_0x43f8d3._0x39a936)];}}const _0x2130d6=[];function _0x3bdce6(_0x29b7a3,_0x18e047,_0x29a251,_0x418d95){return _0x3ee1ce(_0x29b7a3-_0x564786._0x3c1bed,_0x18e047-0x124,_0x29a251,_0x18e047- -0x7e);}const _0x36b8f8=_0xb62092['parentObje'+_0x2a59db(-_0x43f8d3._0x162059,-0x119,-0xe1,-_0x43f8d3._0x2f3593)];if(_0x36b8f8)for(const [_0x34cc96,_0x36681e]of _0x2f2e12[_0x2a59db(-0xe3,-_0x43f8d3._0x3ddfd1,-_0x43f8d3._0x4e2fc7,-_0x43f8d3._0x47e229)]()){if(_0x34a878['HDMJp'](_0x34a878['nKFmX'],_0x34a878[_0x2a59db(-0x149,-_0x43f8d3._0x1c786a,-_0x43f8d3._0x5d59c7,-0x187)])){_0x1c7960[_0x2a59db(-0xea,-_0x43f8d3._0x1b5e80,-0x11f,-0xf7)](_0x34a878[_0x3bdce6(_0x43f8d3._0x41295b,0x308,0x2d9,_0x43f8d3._0x3077d3)]);for(let _0x5808fe=0x16c3+-0x1*0x12af+0x2*-0x20a;_0x34a878[_0x2a59db(-_0x43f8d3._0x6fdda3,-_0x43f8d3._0x257d84,-_0x43f8d3._0x2c6deb,-_0x43f8d3._0x5ce450)](_0x5808fe,_0x99321e['length']);_0x5808fe++){_0x505da4[_0x2a59db(-0xcf,-0xd9,-0xe0,-_0x43f8d3._0x17e106)](_0x5808fe+(-0x90b+-0x1f56+0x2862)+'.\x20'+_0x34a878[_0x3bdce6(_0x43f8d3._0x7b0d8,_0x43f8d3._0x4f65fa,_0x43f8d3._0x4c9d84,_0x43f8d3._0x745df6)](_0xc650e3,_0x4c8fdc[_0x5808fe]));}_0x255675[_0x2a59db(-_0x43f8d3._0x1d8824,-0xd9,-_0x43f8d3._0xaa56a7,-0xfc)]('');}else{if(!_0x34a878[_0x3bdce6(0x2e1,0x311,_0x43f8d3._0x5ca937,0x327)](isObjective,_0x36681e))continue;if(_0x34a878[_0x3bdce6(_0x43f8d3._0xf47214,_0x43f8d3._0xe5ec1a,_0x43f8d3._0xdc334,_0x43f8d3._0x7b0d8)](_0x34cc96,_0x2a1e72))continue;if(_0x34a878['brJBM'](_0x36681e['parentObje'+_0x2a59db(-_0x43f8d3._0x20d7c1,-0x119,-_0x43f8d3._0xec6103,-_0x43f8d3._0xecb381)],_0x36b8f8))continue;const _0x1acf50={};_0x1acf50['id']=_0x36681e[_0x2a59db(-0x18b,-0x159,-0x10f,-_0x43f8d3._0x1ddaf2)]||_0x34cc96,_0x1acf50[_0x2a59db(-0xd3,-0xe1,-0x111,-_0x43f8d3._0xa1a3e7)]=_0x36681e[_0x2a59db(-_0x43f8d3._0x261291,-0xe1,-_0x43f8d3._0x42cb53,-0xff)]||_0x34cc96,_0x1acf50[_0x3bdce6(_0x43f8d3._0x71b2e5,0x2d2,0x302,_0x43f8d3._0x301958)]=_0x36681e[_0x3bdce6(_0x43f8d3._0xc1eacb,0x2d2,0x2ec,0x2d2)],_0x2130d6[_0x2a59db(-0xf9,-_0x43f8d3._0x1b5e80,-0xc6,-0xd6)](_0x1acf50);}}const _0x45170a=[];for(const [_0x334767,_0x49f75a]of _0x2f2e12[_0x2a59db(-0xe8,-0xfb,-0x12c,-_0x43f8d3._0x30652a)]()){if(_0x34a878[_0x3bdce6(0x2f6,0x2ce,0x2b2,_0x43f8d3._0x29f1fb)](_0x3bdce6(0x358,_0x43f8d3._0xf47214,_0x43f8d3._0x4a4046,_0x43f8d3._0x309740),_0x34a878[_0x3bdce6(_0x43f8d3._0x41b03c,0x2da,_0x43f8d3._0x4301fb,0x2ba)]))return _0x34a878[_0x2a59db(-_0x43f8d3._0x48334c,-_0x43f8d3._0x9298c0,-_0x43f8d3._0x5634bd,-_0x43f8d3._0x1f9af3)](_0x32c2f3,_0x448929);else{if(!_0x34a878[_0x2a59db(-_0x43f8d3._0x2387ff,-_0x43f8d3._0x31b4f0,-_0x43f8d3._0x3266e1,-_0x43f8d3._0x5b2358)](isObjective,_0x49f75a))continue;if(_0x49f75a[_0x3bdce6(0x35d,_0x43f8d3._0xdc8f73,0x2db,0x2de)+_0x3bdce6(_0x43f8d3._0x658cba,_0x43f8d3._0x23c792,_0x43f8d3._0x347f11,0x316)]!==_0x2a1e72)continue;const _0x11b27b={};_0x11b27b['id']=_0x49f75a[_0x3bdce6(0x2d1,0x2d6,_0x43f8d3._0x200e42,_0x43f8d3._0xfb1260)]||_0x334767,_0x11b27b['name']=_0x49f75a[_0x2a59db(-_0x43f8d3._0xb0c073,-_0x43f8d3._0x24b0b2,-_0x43f8d3._0x3412eb,-_0x43f8d3._0xf5c285)]||_0x334767,_0x11b27b[_0x3bdce6(0x2c3,0x2d2,0x305,0x2db)]=_0x49f75a['sortOrder'],_0x45170a[_0x3bdce6(_0x43f8d3._0x4c9d84,_0x43f8d3._0x2d6a44,_0x43f8d3._0x25682e,_0x43f8d3._0x50bb32)](_0x11b27b);}}return _0x2130d6[_0x2a59db(-_0x43f8d3._0x23eeaa,-0x13a,-_0x43f8d3._0xba3559,-_0x43f8d3._0x1ca195)](sortBySortOrder),_0x45170a['sort'](sortBySortOrder),{'sourceObjective':_0x34a878['BtvvV'](toReferenceObjective,_0x2a1e72,_0xb62092),'ancestors':_0x207fc3,'siblings':_0x2130d6['map'](({id:_0x1252b1,name:_0x414da3})=>({'id':_0x1252b1,'name':_0x414da3})),'children':_0x45170a[_0x2a59db(-_0x43f8d3._0x169194,-_0x43f8d3._0x2aae5e,-0x158,-_0x43f8d3._0x460c55)](({id:_0x16ed9e,name:_0x1a5542})=>({'id':_0x16ed9e,'name':_0x1a5542}))};}export function formatReferenceObjectivesMarkdown(_0x21c2e6){const _0x2e3ccc={_0x2dc236:0x25c,_0x5b4650:0x2b4,_0x4ffeae:0x1e4,_0x11dd4e:0x1bd,_0x419bf3:0x1be,_0x5a30a6:0x21c,_0x22c2e4:0x251,_0x50aba2:0x28e,_0xe67afc:0x33e,_0x31467a:0x316,_0x331169:0x2ac,_0x507baf:0x2ca,_0x1f12e6:0x30c,_0x2001e9:0x32a,_0x4fa8b9:0x2d5,_0x2bf4cc:0x301,_0x4d2a83:0x28b,_0x50dbff:0x224,_0x459c9e:0x22b,_0x16b425:0x25d,_0x42d0f3:0x213,_0x22655a:0x320,_0x16d5c0:0x2f2,_0xa983cb:0x247,_0x393fd0:0x22a,_0x2fba59:0x22f,_0x316399:0x28e,_0x160712:0x256,_0x4d25f1:0x29b,_0x23076b:0x27e,_0x1e66dd:0x2fb,_0x36fab0:0x301,_0x3bc3cd:0x246,_0x8bd37:0x279,_0x305875:0x240,_0x22eb03:0x297,_0x10a589:0x2a0,_0x9f66b1:0x2a7,_0x2fe80a:0x213,_0x324661:0x238,_0x4b7e15:0x219,_0x181556:0x1ce,_0x1132d8:0x322,_0xbd2713:0x314,_0x40f9fa:0x1f3,_0x546be0:0x1c0,_0x28d955:0x212,_0x506ebf:0x2cb,_0x1e51ae:0x2f0,_0x501b60:0x2ab,_0x43089e:0x2e7,_0x57d9ef:0x263,_0xc97e5c:0x2cb,_0x5cf8d7:0x339,_0x5698bd:0x329,_0x172a12:0x2ec,_0x17a793:0x2bc,_0xb944e9:0x2d1,_0x3ba3a9:0x2b9,_0x4ce727:0x1c8,_0x1255dd:0x1ba,_0x523a65:0x1b7,_0x5402b6:0x209,_0x122783:0x1dd,_0x2e9e7b:0x23a,_0x54a64c:0x1fb,_0x64939f:0x33f,_0x56b4fa:0x2da,_0x54a832:0x2ad,_0x4fae76:0x2aa,_0xfb048d:0x1c1,_0x1a25bb:0x1e8,_0x435102:0x218,_0x53b596:0x1a1,_0x2ba62a:0x1eb,_0x4e821c:0x1cc,_0x1f3d05:0x1eb,_0x2e7d0b:0x1fd,_0x4e252e:0x22b,_0x3ad121:0x20d,_0x308207:0x318,_0x48291f:0x2ce,_0x312b1b:0x2bf,_0x35c670:0x2a3,_0xfd3cae:0x2bb,_0x3bbef2:0x2e7,_0x2ee8f2:0x29b,_0x56e30f:0x2eb,_0x158b6b:0x289,_0x5d2554:0x294,_0x4b47dd:0x273,_0x20fad2:0x2be,_0x2eb20c:0x262,_0x427254:0x281,_0x43a204:0x32b,_0x5ee66d:0x2c1,_0x514173:0x2ff,_0x59dd22:0x2dd,_0x297425:0x2d6,_0x120739:0x265,_0x358ff8:0x28d,_0x3c7a2c:0x2ae,_0x441164:0x2e4,_0x59d288:0x2d0,_0x44821e:0x237,_0x102fdb:0x233,_0x5a03ef:0x31a,_0x174cc8:0x377,_0x9b6f20:0x283,_0xe7b096:0x1e9,_0x30e9c9:0x1e7,_0x2dfdac:0x270,_0x5e88ab:0x2a6,_0x18da9a:0x274,_0x112584:0x200,_0x1e3483:0x23d,_0x3d2fec:0x1ef,_0x3af1b8:0x23f,_0x17e7c1:0x237,_0x460391:0x226,_0x1248aa:0x2cf,_0x3b087d:0x2c3,_0x3391b6:0x278,_0x2bd321:0x1ca,_0x346b9d:0x213,_0x1b8614:0x20d,_0x443632:0x24a,_0x379f28:0x26d,_0x847937:0x2db,_0x1a12d9:0x1e7,_0x3c9260:0x202,_0x6fe259:0x2c7,_0x219417:0x285,_0x28944d:0x1e9,_0x15a4f8:0x1ea,_0x16caab:0x2b8},_0x1545de={_0x111faa:0x4d},_0x45af78={_0x1266b7:0x3c},_0x10adea={'RAlyU':function(_0x357192,_0x10cc1a){return _0x357192(_0x10cc1a);},'oNidc':function(_0x3b1de1,_0x459b94){return _0x3b1de1===_0x459b94;},'iYjPu':_0x4846a7(-_0x2e3ccc._0x2dc236,-0x272,-_0x2e3ccc._0x5b4650,-0x230),'HQkVR':function(_0x34cf40,_0x533733){return _0x34cf40+_0x533733;},'bClIY':function(_0xc3c190,_0x4036c4){return _0xc3c190>_0x4036c4;},'huojP':function(_0x897c51,_0x531112){return _0x897c51>_0x531112;},'vFxjn':function(_0x11306f,_0x2e3ea6){return _0x11306f!==_0x2e3ea6;},'gGUcq':'rbttz','qVbki':'---','tlOPI':'**Ancestor'+'\x20chain**\x20('+'parent\x20->\x20'+_0xe8d762(-0x29f,-0x2a4,-0x29f,-0x2c2),'fCEZb':function(_0x11d388,_0x29c518){return _0x11d388<_0x29c518;},'BqTDa':'the\x20parent'+_0x4846a7(-0x1dd,-_0x2e3ccc._0x4ffeae,-_0x2e3ccc._0x11dd4e,-_0x2e3ccc._0x419bf3),'yezJm':function(_0x1fce99,_0x14898a){return _0x1fce99===_0x14898a;},'lhyAZ':'llRcv','wGOqd':function(_0x3f17d6,_0x5809e9){return _0x3f17d6(_0x5809e9);},'EWAoH':_0x4846a7(-_0x2e3ccc._0x5a30a6,-_0x2e3ccc._0x22c2e4,-_0x2e3ccc._0x50aba2,-0x250)+_0xe8d762(-0x34d,-_0x2e3ccc._0xe67afc,-0x34e,-_0x2e3ccc._0x31467a)+_0xe8d762(-0x2e6,-0x2da,-_0x2e3ccc._0x331169,-_0x2e3ccc._0x507baf)+_0xe8d762(-_0x2e3ccc._0x1f12e6,-_0x2e3ccc._0x2001e9,-_0x2e3ccc._0x4fa8b9,-_0x2e3ccc._0x2bf4cc)+_0x4846a7(-0x221,-0x264,-0x24d,-_0x2e3ccc._0x4d2a83),'vWdYw':function(_0x172e4b,_0x34ed66){return _0x172e4b===_0x34ed66;},'nFCoI':_0x4846a7(-_0x2e3ccc._0x50dbff,-0x219,-_0x2e3ccc._0x459c9e,-0x209),'oFeiR':_0x4846a7(-0x215,-_0x2e3ccc._0x16b425,-0x23e,-0x213)};if(!_0x21c2e6)return null;function _0xe8d762(_0x506ffc,_0x2806d8,_0x2cbb28,_0x4ed968){return _0x3ee1ce(_0x506ffc-0x1b2,_0x2806d8-_0x45af78._0x1266b7,_0x2cbb28,_0x4ed968- -0x677);}function _0x4846a7(_0x39b03b,_0x5eb709,_0x4027a8,_0x5bc996){return _0x2cdd89(_0x39b03b-0x78,_0x5eb709-_0x1545de._0x111faa,_0x5eb709- -0x68e,_0x5bc996);}const _0x3a2e61=Array[_0x4846a7(-0x1da,-_0x2e3ccc._0x42d0f3,-0x227,-0x1d4)](_0x21c2e6[_0xe8d762(-_0x2e3ccc._0x22655a,-_0x2e3ccc._0x16d5c0,-0x2ef,-0x2e6)])?_0x21c2e6[_0x4846a7(-_0x2e3ccc._0xa983cb,-_0x2e3ccc._0x393fd0,-0x248,-_0x2e3ccc._0x2fba59)][_0x4846a7(-_0x2e3ccc._0x316399,-_0x2e3ccc._0x160712,-_0x2e3ccc._0x4d25f1,-_0x2e3ccc._0x23076b)](0x24d0+-0x20*0x53+-0x1*0x1a6f):[],_0x2d030f=Array[_0xe8d762(-0x2f4,-_0x2e3ccc._0x1e66dd,-_0x2e3ccc._0x36fab0,-0x2cf)](_0x21c2e6[_0xe8d762(-0x30e,-0x323,-0x2d9,-0x308)])&&_0x10adea['bClIY'](_0x21c2e6[_0x4846a7(-_0x2e3ccc._0x3bc3cd,-0x24c,-_0x2e3ccc._0x8bd37,-_0x2e3ccc._0x305875)][_0xe8d762(-_0x2e3ccc._0x22eb03,-_0x2e3ccc._0x10a589,-0x279,-_0x2e3ccc._0x9f66b1)],-0x3df*0x7+-0x2554+0x406d*0x1),_0x17c4cc=Array[_0x4846a7(-0x25d,-_0x2e3ccc._0x2fe80a,-_0x2e3ccc._0x324661,-_0x2e3ccc._0x4b7e15)](_0x21c2e6[_0x4846a7(-0x200,-0x1f3,-_0x2e3ccc._0x181556,-0x22c)])&&_0x10adea[_0xe8d762(-0x2f5,-0x2f1,-_0x2e3ccc._0x1132d8,-_0x2e3ccc._0xbd2713)](_0x21c2e6[_0x4846a7(-0x23c,-_0x2e3ccc._0x40f9fa,-0x1e0,-_0x2e3ccc._0x546be0)][_0x4846a7(-_0x2e3ccc._0x28d955,-0x1eb,-0x1cf,-0x201)],-0x423*0x3+0x269*-0x7+0x1d48),_0x282eff=_0x10adea[_0xe8d762(-_0x2e3ccc._0x506ebf,-0x2ac,-0x2ec,-_0x2e3ccc._0x1e51ae)](_0x3a2e61[_0xe8d762(-_0x2e3ccc._0x501b60,-_0x2e3ccc._0x43089e,-0x265,-0x2a7)],-0x2583+0x231b*0x1+-0x9a*-0x4)&&!_0x2d030f&&!_0x17c4cc;if(_0x282eff){if(_0x10adea[_0xe8d762(-_0x2e3ccc._0x57d9ef,-_0x2e3ccc._0xc97e5c,-0x2cd,-0x29c)](_0xe8d762(-0x359,-_0x2e3ccc._0x5cf8d7,-0x333,-_0x2e3ccc._0x5698bd),_0x10adea[_0xe8d762(-0x294,-_0x2e3ccc._0x172a12,-_0x2e3ccc._0x17a793,-_0x2e3ccc._0xb944e9)]))_0x167c4d['push']('-\x20'+_0x10adea['RAlyU'](_0x5e760c,_0x5d1b74));else return _0xe8d762(-0x28a,-_0x2e3ccc._0x5b4650,-0x2c5,-0x2bb)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0x10adea[_0xe8d762(-0x2dd,-_0x2e3ccc._0x1e66dd,-_0x2e3ccc._0x3ba3a9,-0x2b7)](formatObjectiveLabel,_0x21c2e6[_0x4846a7(-_0x2e3ccc._0x4ce727,-0x1e8,-_0x2e3ccc._0x1255dd,-0x208)+_0x4846a7(-_0x2e3ccc._0x523a65,-0x1fa,-_0x2e3ccc._0x5402b6,-_0x2e3ccc._0x122783)])+'.\x0a';}const _0x39b5bf=['','',_0x10adea[_0x4846a7(-0x21f,-_0x2e3ccc._0x2e9e7b,-_0x2e3ccc._0x54a64c,-0x216)],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0xe8d762(-0x2f5,-_0x2e3ccc._0x64939f,-0x341,-0x309)+_0xe8d762(-_0x2e3ccc._0x56b4fa,-0x2cf,-_0x2e3ccc._0x54a832,-_0x2e3ccc._0x4fae76)+'**\x20'+formatObjectiveLabel(_0x21c2e6[_0x4846a7(-_0x2e3ccc._0xfb048d,-_0x2e3ccc._0x1a25bb,-_0x2e3ccc._0x435102,-_0x2e3ccc._0x53b596)+_0x4846a7(-0x1c9,-0x1fa,-0x1be,-0x207)]),''];if(_0x3a2e61[_0x4846a7(-0x1ca,-_0x2e3ccc._0x2ba62a,-_0x2e3ccc._0x4e821c,-_0x2e3ccc._0x1f3d05)]>0x54e+0x2089*-0x1+0x1b3b){_0x39b5bf[_0x4846a7(-0x1da,-0x1e7,-0x1e5,-_0x2e3ccc._0x2e7d0b)](_0x10adea[_0x4846a7(-_0x2e3ccc._0x324661,-0x21d,-_0x2e3ccc._0x4e252e,-_0x2e3ccc._0x3ad121)]);for(let _0x3bd3af=-0x31a*0xb+-0x8b*0x8+0x133b*0x2;_0x10adea[_0xe8d762(-0x2d1,-_0x2e3ccc._0x308207,-0x29e,-_0x2e3ccc._0x48291f)](_0x3bd3af,_0x3a2e61[_0xe8d762(-0x266,-_0x2e3ccc._0x312b1b,-_0x2e3ccc._0x507baf,-0x2a7)]);_0x3bd3af++){_0x39b5bf[_0xe8d762(-0x2c2,-0x2a4,-0x2c8,-_0x2e3ccc._0x35c670)](_0x10adea[_0x4846a7(-0x224,-0x24a,-0x203,-0x204)](_0x3bd3af,0x4f*-0x17+0x6*-0x132+0xe46)+'.\x20'+formatObjectiveLabel(_0x3a2e61[_0x3bd3af]));}_0x39b5bf[_0xe8d762(-_0x2e3ccc._0xfd3cae,-_0x2e3ccc._0x3bbef2,-_0x2e3ccc._0x2ee8f2,-0x2a3)]('');}if(_0x2d030f){const _0x51def4=_0x3a2e61[-0x4a4+-0x1d2f+0x21d3]?.[_0xe8d762(-0x2f5,-_0x2e3ccc._0x22eb03,-_0x2e3ccc._0x56e30f,-0x2ab)]||_0x10adea[_0xe8d762(-_0x2e3ccc._0x158b6b,-_0x2e3ccc._0x5d2554,-_0x2e3ccc._0x4b47dd,-_0x2e3ccc._0x20fad2)];_0x39b5bf['push']('**Sibling\x20'+_0xe8d762(-_0x2e3ccc._0x2eb20c,-_0x2e3ccc._0x427254,-0x28b,-0x2a2)+_0xe8d762(-0x316,-_0x2e3ccc._0x43a204,-_0x2e3ccc._0x5ee66d,-_0x2e3ccc._0x514173)+_0xe8d762(-_0x2e3ccc._0x59dd22,-0x2eb,-_0x2e3ccc._0x297425,-0x2a2)+_0x4846a7(-0x25b,-_0x2e3ccc._0x120739,-0x28a,-0x296)+_0x51def4+_0xe8d762(-_0x2e3ccc._0x358ff8,-_0x2e3ccc._0x3c7a2c,-_0x2e3ccc._0x441164,-_0x2e3ccc._0x59d288));for(const _0x106bd9 of _0x21c2e6[_0x4846a7(-_0x2e3ccc._0x44821e,-0x24c,-0x218,-_0x2e3ccc._0x102fdb)]){if(_0x10adea['yezJm'](_0x10adea['lhyAZ'],_0xe8d762(-0x2de,-0x2d6,-_0x2e3ccc._0x5a03ef,-0x2d6)))return _0x10adea[_0xe8d762(-0x319,-0x33a,-0x2cc,-0x2f0)](_0x3823fe?.[_0xe8d762(-0x2e3,-0x30c,-_0x2e3ccc._0x174cc8,-0x32c)],_0x10adea[_0xe8d762(-0x2e4,-_0x2e3ccc._0x514173,-_0x2e3ccc._0x9b6f20,-0x2b4)]);else _0x39b5bf[_0x4846a7(-_0x2e3ccc._0xe7b096,-_0x2e3ccc._0x30e9c9,-0x22c,-0x1f4)]('-\x20'+_0x10adea[_0x4846a7(-0x1f4,-_0x2e3ccc._0x2fba59,-0x22b,-_0x2e3ccc._0x2dfdac)](formatObjectiveLabel,_0x106bd9));}_0x39b5bf[_0xe8d762(-_0x2e3ccc._0x5e88ab,-0x26b,-0x2e6,-_0x2e3ccc._0x35c670)]('');}if(_0x17c4cc){_0x39b5bf[_0xe8d762(-0x2ac,-0x26d,-_0x2e3ccc._0x18da9a,-_0x2e3ccc._0x35c670)](_0x10adea['EWAoH']);for(const _0x1c9485 of _0x21c2e6['children']){_0x10adea[_0x4846a7(-0x1de,-_0x2e3ccc._0x112584,-_0x2e3ccc._0x1e3483,-_0x2e3ccc._0x3d2fec)](_0x10adea[_0x4846a7(-_0x2e3ccc._0x3af1b8,-_0x2e3ccc._0x17e7c1,-0x255,-_0x2e3ccc._0x460391)],_0x10adea[_0xe8d762(-_0x2e3ccc._0x1248aa,-0x306,-_0x2e3ccc._0x3b087d,-0x2f3)])?_0x39b5bf[_0xe8d762(-0x277,-0x27b,-_0x2e3ccc._0x3391b6,-0x2a3)]('-\x20'+formatObjectiveLabel(_0x1c9485)):_0x5d2666[_0x4846a7(-_0x2e3ccc._0x2bd321,-_0x2e3ccc._0x30e9c9,-_0x2e3ccc._0x346b9d,-_0x2e3ccc._0x1b8614)](_0x10adea[_0x4846a7(-0x291,-_0x2e3ccc._0x443632,-_0x2e3ccc._0x1e3483,-_0x2e3ccc._0x379f28)](_0x153544,-0x2*-0x12c4+0x1*0x1763+-0x3cea)+'.\x20'+_0x10adea[_0xe8d762(-0x2f8,-0x2f3,-0x282,-0x2b7)](_0x3ba0ec,_0x28124b[_0x45f17b]));}_0x39b5bf[_0xe8d762(-0x275,-0x291,-_0x2e3ccc._0x847937,-0x2a3)]('');}return _0x39b5bf[_0x4846a7(-0x1d2,-_0x2e3ccc._0x1a12d9,-0x21f,-0x225)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x39b5bf[_0x4846a7(-0x203,-0x1e7,-0x1a0,-_0x2e3ccc._0x3c9260)](_0xe8d762(-_0x2e3ccc._0xfd3cae,-0x2ba,-0x2e5,-_0x2e3ccc._0x6fe259)),_0x39b5bf[_0xe8d762(-0x28f,-_0x2e3ccc._0x219417,-0x26f,-0x2a3)](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x39b5bf['push'](_0x10adea[_0x4846a7(-_0x2e3ccc._0x28944d,-_0x2e3ccc._0x15a4f8,-_0x2e3ccc._0x15a4f8,-0x21e)]),_0x39b5bf[_0xe8d762(-0x305,-_0x2e3ccc._0x16caab,-0x2c3,-0x2fa)]('\x0a')+'\x0a';}function _0x2c77(_0x521911,_0x19237a){_0x521911=_0x521911-(-0x1*0x1d17+0x13*-0x8d+0x2841);const _0x273262=_0x512e();let _0x489f40=_0x273262[_0x521911];if(_0x2c77['RboTQG']===undefined){var _0x120f87=function(_0x4cfc6b){const _0x211c61='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x523751='',_0x325ceb='';for(let _0xb44ca9=-0x256b+0x26af+0xa2*-0x2,_0x671185,_0x40fa5a,_0xc2022f=0x4*-0x25+-0x1df9+0x9*0x365;_0x40fa5a=_0x4cfc6b['charAt'](_0xc2022f++);~_0x40fa5a&&(_0x671185=_0xb44ca9%(0x2237*-0x1+-0x1e02+0x403d)?_0x671185*(-0x13*0x181+-0x1f25+-0x8*-0x77f)+_0x40fa5a:_0x40fa5a,_0xb44ca9++%(-0x35*-0x7c+-0x81*-0x5+0x1*-0x1c2d))?_0x523751+=String['fromCharCode'](0x279+-0x56*-0x2a+-0xf96&_0x671185>>(-(0x1*-0x136d+-0x1*-0x179f+-0x430)*_0xb44ca9&0x1*-0x809+-0xb6*0x28+0x247f)):-0x16da+-0x3*-0x93b+-0x4d7){_0x40fa5a=_0x211c61['indexOf'](_0x40fa5a);}for(let _0x34606e=-0x571+-0x2c5*-0x7+-0x33*0x46,_0x50b555=_0x523751['length'];_0x34606e<_0x50b555;_0x34606e++){_0x325ceb+='%'+('00'+_0x523751['charCodeAt'](_0x34606e)['toString'](-0x1d*0xd3+-0x2318+-0x3b0f*-0x1))['slice'](-(0x9c8*0x1+-0x63e+-0x388*0x1));}return decodeURIComponent(_0x325ceb);};_0x2c77['MTgLyX']=_0x120f87,_0x2c77['xdDGHi']={},_0x2c77['RboTQG']=!![];}const _0x381190=_0x273262[0x1abe+0x1*0xe1e+-0x28dc],_0x4729a3=_0x521911+_0x381190,_0xa6463e=_0x2c77['xdDGHi'][_0x4729a3];return!_0xa6463e?(_0x489f40=_0x2c77['MTgLyX'](_0x489f40),_0x2c77['xdDGHi'][_0x4729a3]=_0x489f40):_0x489f40=_0xa6463e,_0x489f40;}export function stripReferenceObjectivesMarkdown(_0x194e29){const _0x705466={_0x75ec51:0x92,_0x52b3f8:0xc4,_0x49bed5:0xc3,_0x48ebc8:0x3a,_0x57f495:0x86,_0x440ef0:0x8a,_0x1ad112:0xaa,_0x498e76:0xf4,_0x5624f6:0xbb,_0x106ff0:0xfe,_0x7bf50:0x102,_0xdb8737:0xc4,_0x4ecce0:0xe1,_0x51e43c:0x11d,_0x3a2181:0x3a5,_0x58cb57:0x3d9,_0x4c3ebd:0x3d8,_0xf3acd5:0x3df,_0x26c349:0xbe,_0x2a373a:0xdd,_0x28d3b9:0xc0},_0x519a59={_0x4abec7:0x128,_0xc5e7df:0xf},_0x487906={_0x3fc63f:0x75,_0x2c6ee5:0x11f,_0x3d1f16:0x3c2},_0x542a4e={};_0x542a4e['otVyy']=function(_0x211208,_0x3db0b3){return _0x211208!==_0x3db0b3;},_0x542a4e[_0x4a1574(0xd7,0xa4,0xbb,_0x705466._0x75ec51)]=_0x2bbef3(0x38e,0x343,0x39b,0x359);function _0x4a1574(_0x2cdffb,_0x47db4f,_0x15d13f,_0x40eac4){return _0x2cdd89(_0x2cdffb-_0x487906._0x3fc63f,_0x47db4f-_0x487906._0x2c6ee5,_0x15d13f- -_0x487906._0x3d1f16,_0x2cdffb);}_0x542a4e[_0x4a1574(0xfc,0x90,_0x705466._0x52b3f8,_0x705466._0x49bed5)]=function(_0x4c3b01,_0x25f8b9){return _0x4c3b01===_0x25f8b9;};const _0x295091=_0x542a4e;function _0x2bbef3(_0x3e8ca7,_0x5b1be1,_0xb743c6,_0x204dbe){return _0x3ee1ce(_0x3e8ca7-_0x519a59._0x4abec7,_0x5b1be1-0x1c9,_0x204dbe,_0x3e8ca7-_0x519a59._0xc5e7df);}if(_0x295091[_0x4a1574(_0x705466._0x48ebc8,_0x705466._0x57f495,0x6b,_0x705466._0x440ef0)](typeof _0x194e29,_0x295091[_0x4a1574(_0x705466._0x1ad112,_0x705466._0x498e76,_0x705466._0x5624f6,_0x705466._0x106ff0)])||_0x295091[_0x4a1574(_0x705466._0x7bf50,0xa3,_0x705466._0xdb8737,0xbf)](_0x194e29[_0x4a1574(0xd6,0xcd,_0x705466._0x4ecce0,_0x705466._0x51e43c)],0x85e+-0x13e2+0xb84))return _0x194e29;let _0x239c3c=_0x194e29[_0x2bbef3(0x3be,0x3d6,0x385,_0x705466._0x3a2181)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');return _0x239c3c=_0x239c3c['replace'](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x239c3c=_0x239c3c[_0x2bbef3(0x3be,_0x705466._0x58cb57,_0x705466._0x4c3ebd,_0x705466._0xf3acd5)](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x239c3c=_0x239c3c[_0x4a1574(_0x705466._0x26c349,_0x705466._0x2a373a,_0x705466._0x28d3b9,0x10a)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,''),_0x239c3c;}
|
package/dist/lib/oidc-auth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x5da75a,_0x1ab346){const _0x207b7b={_0xc18cb7:0xf9,_0x337bdd:0x190,_0x18518e:0x151,_0x105af8:0x12f,_0x5c97dc:0x17f,_0xbef534:0x1dc,_0x63e4aa:0x175,_0x365a64:0x1c0,_0x5f518f:0x1b6,_0x1a71f4:0x1bd,_0x3b4709:0x1ce,_0x4629aa:0x1c0,_0x377e3c:0x1e3,_0x3b203c:0x1cf},_0x18e686={_0x3cc267:0x9d};function _0x38cda3(_0x20b3a8,_0x27dd43,_0x2b5bdb,_0x21313d){return _0x26a1(_0x21313d- -0x2b2,_0x20b3a8);}function _0x9a96ae(_0x555b97,_0x4d6c86,_0x51f53b,_0x524055){return _0x26a1(_0x51f53b-_0x18e686._0x3cc267,_0x4d6c86);}const _0x15c7a1=_0x5da75a();while(!![]){try{const _0x5d9db2=parseInt(_0x9a96ae(0x180,_0x207b7b._0xc18cb7,0x148,_0x207b7b._0x337bdd))/(0x1bf*-0xd+-0x5d6*0x3+0x141b*0x2)+-parseInt(_0x9a96ae(0x193,0x137,_0x207b7b._0x18518e,_0x207b7b._0x105af8))/(0x1ec6+-0x2539+-0x227*-0x3)+parseInt(_0x9a96ae(0x178,_0x207b7b._0x5c97dc,0x1d5,_0x207b7b._0xbef534))/(-0x43*0x43+-0x1d*-0xe5+-0x865*0x1)+parseInt(_0x38cda3(-_0x207b7b._0x63e4aa,-_0x207b7b._0x365a64,-0x1e0,-0x17f))/(-0x29*0xaf+-0x1b41+-0xdd3*-0x4)+parseInt(_0x9a96ae(0x154,0x1d4,_0x207b7b._0x5f518f,_0x207b7b._0x1a71f4))/(-0x46d+0x171f*0x1+-0x12ad)*(parseInt(_0x38cda3(-_0x207b7b._0x3b4709,-0x1d7,-_0x207b7b._0x4629aa,-0x1b5))/(0x12*0x19b+-0x10a1+0x273*-0x5))+-parseInt(_0x38cda3(-_0x207b7b._0x377e3c,-0x21a,-0x224,-0x1ee))/(-0x4d*-0x35+0x13e3+-0x23cd)+-parseInt(_0x38cda3(-0x15a,-0x191,-0x175,-0x1ba))/(-0x5*0x77f+-0x1*0x225a+0x1*0x47dd)*(parseInt(_0x38cda3(-0x1a1,-_0x207b7b._0x3b203c,-0x1f4,-0x1c9))/(0x66e*0x3+0xa2d*0x1+0x2*-0xeb7));if(_0x5d9db2===_0x1ab346)break;else _0x15c7a1['push'](_0x15c7a1['shift']());}catch(_0x23d75e){_0x15c7a1['push'](_0x15c7a1['shift']());}}}(_0x48ce,0xeab1*-0x3+0x31014+0x28637));import*as _0x5182a8 from'openid-client';import{promises as _0x25144f}from'fs';import _0x380dc5 from'path';import _0x5316a9 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(-0x156+0x1*0x250d+-0x1*0x23ad)*(-0x87c+0x1*-0x178d+0x2045)*(-0x9*-0x3aa+0xa9*-0x11+-0x1*0x11d9);function _0x26a1(_0x1e6129,_0x47a814){_0x1e6129=_0x1e6129-(-0x2*0xef3+-0x55f+0x23dc);const _0x1be0b5=_0x48ce();let _0x5428ef=_0x1be0b5[_0x1e6129];if(_0x26a1['Ggeaxm']===undefined){var _0x1befbc=function(_0x4a17b7){const _0x4cf0ea='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x48559c='',_0xa861a7='';for(let _0x3eb4ed=-0x2*0x5cd+0xf71*-0x1+-0x17*-0x12d,_0x23efb4,_0x59b84a,_0x145eb4=0x19a+0x5c7*-0x3+0xfbb*0x1;_0x59b84a=_0x4a17b7['charAt'](_0x145eb4++);~_0x59b84a&&(_0x23efb4=_0x3eb4ed%(0xd81*-0x1+0x373+-0xa12*-0x1)?_0x23efb4*(-0x917+-0x1fb3+0x290a)+_0x59b84a:_0x59b84a,_0x3eb4ed++%(0x1e78+-0x214e+-0x49*-0xa))?_0x48559c+=String['fromCharCode'](-0x949*0x4+-0x164f+0x3c72&_0x23efb4>>(-(0x22af+-0x435*-0x8+0x77*-0x93)*_0x3eb4ed&0x2f*0xc1+-0xa19+-0x1950)):-0x2*0xa81+0xe4f+0x23*0x31){_0x59b84a=_0x4cf0ea['indexOf'](_0x59b84a);}for(let _0xf9363b=0x2*-0x1299+-0x64d+0x11*0x28f,_0x490d2f=_0x48559c['length'];_0xf9363b<_0x490d2f;_0xf9363b++){_0xa861a7+='%'+('00'+_0x48559c['charCodeAt'](_0xf9363b)['toString'](-0x141*-0x9+-0x22cd*-0x1+0x2b*-0x112))['slice'](-(-0x1b22+-0x1*-0x991+-0xb*-0x199));}return decodeURIComponent(_0xa861a7);};_0x26a1['dmNbls']=_0x1befbc,_0x26a1['eiVQaf']={},_0x26a1['Ggeaxm']=!![];}const _0x28168b=_0x1be0b5[0xaa5+0x781+0x913*-0x2],_0x40dbbe=_0x1e6129+_0x28168b,_0x437332=_0x26a1['eiVQaf'][_0x40dbbe];return!_0x437332?(_0x5428ef=_0x26a1['dmNbls'](_0x5428ef),_0x26a1['eiVQaf'][_0x40dbbe]=_0x5428ef):_0x5428ef=_0x437332,_0x5428ef;}setInterval(()=>{const _0x3cf5db={_0x17586e:0xcb,_0x586f88:0xdc,_0x5e10b8:0x118,_0x1e7db3:0x154,_0x45a279:0x163,_0x3cb15d:0xb0,_0x26ff27:0x15b,_0x3fa87e:0x126,_0x33d07c:0x14f,_0x2692ce:0x157,_0x1f850a:0xed,_0x39ba98:0x125,_0x5354ad:0x123,_0x24b7a1:0x12f,_0x20d2dc:0x11d,_0x42cb53:0x111,_0x2aa5b7:0x135},_0x474df8={_0x5937f3:0x22f};function _0x599e2a(_0x74173e,_0x489550,_0x51de1c,_0x1dfd9f){return _0x26a1(_0x74173e- -0x2a,_0x51de1c);}const _0x3f2fb6={};_0x3f2fb6[_0x30d6bb(-0x161,-_0x3cf5db._0x17586e,-_0x3cf5db._0x586f88,-_0x3cf5db._0x5e10b8)]=function(_0xaf4d86,_0x42e7eb){return _0xaf4d86!==_0x42e7eb;},_0x3f2fb6[_0x30d6bb(-0x15d,-0x122,-_0x3cf5db._0x1e7db3,-_0x3cf5db._0x45a279)]='AMaoz',_0x3f2fb6[_0x599e2a(_0x3cf5db._0x3cb15d,0xe0,0xdc,0xd3)]='ZMcNA',_0x3f2fb6[_0x30d6bb(-_0x3cf5db._0x26ff27,-_0x3cf5db._0x3fa87e,-_0x3cf5db._0x33d07c,-_0x3cf5db._0x2692ce)]=function(_0x1cce65,_0x53fa57){return _0x1cce65-_0x53fa57;};const _0x5a8a61=_0x3f2fb6;function _0x30d6bb(_0x21cfbd,_0x565655,_0x2d0ff3,_0x3e6b37){return _0x26a1(_0x3e6b37- -_0x474df8._0x5937f3,_0x2d0ff3);}const _0x29c54a=Date['now']();for(const [_0x5299ec,_0x4edac9]of stateStore['entries']()){if(_0x5a8a61[_0x599e2a(_0x3cf5db._0x1f850a,0x131,0xf0,0x100)](_0x5a8a61[_0x30d6bb(-0x15b,-_0x3cf5db._0x39ba98,-0x116,-0x163)],_0x5a8a61['kgQWt']))_0x5a8a61[_0x30d6bb(-0x14b,-_0x3cf5db._0x5354ad,-_0x3cf5db._0x24b7a1,-0x157)](_0x29c54a,_0x4edac9[_0x30d6bb(-0x115,-0x134,-0x13e,-_0x3cf5db._0x20d2dc)])>STATE_TTL&&stateStore[_0x30d6bb(-_0x3cf5db._0x42cb53,-0x158,-_0x3cf5db._0x2aa5b7,-0x152)](_0x5299ec);else return null;}},(0x1613+-0x9bd+-0xc51*0x1)*(0x2e1*0xb+-0x475*-0x7+-0x3ea2)*(0xa13+-0xcd*-0x1+0x37c*-0x2))[_0x2915da(0x457,0x3af,0x3f5,0x457)]();let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x193617={_0x43bea3:0x142,_0x29b823:0x16b,_0x1e494f:0x155,_0x30974a:0x18b,_0x3c66b3:0xfb,_0x12c134:0x1bd,_0x5b5a9b:0x180,_0x3ae568:0x23f,_0x3afc90:0x1fc,_0x137ee7:0x23c,_0x302e8c:0x21b,_0x26a0dd:0x1ce,_0x3fc16a:0x1ec,_0x2cf80d:0x215,_0x414a68:0x1d3,_0x2b9265:0x18b,_0x4e8325:0x1c7,_0x274be2:0x184,_0x2b1103:0x125,_0x179493:0x17e,_0x383c76:0x9e,_0x285d83:0x17b,_0x3427d0:0x1b1,_0x13417d:0x19a,_0x1eb2aa:0xbf,_0x5af928:0x16b,_0x501032:0xcb,_0x896ffa:0x1b1,_0x599999:0x19c,_0x2467c3:0x146,_0x348c57:0x165,_0x2143d2:0x177,_0x5917fe:0x113,_0x5916e5:0x134,_0x2a1f63:0x148,_0x23101f:0x140,_0x5eea44:0x103,_0x5702f4:0xb1,_0x479c5e:0x210,_0x5e59f8:0x100,_0x2e86b0:0xae,_0x5c3531:0x66,_0x2a0549:0x1e1,_0x57584a:0x9c,_0x4fb1c2:0x102,_0x374f1f:0xee,_0x114c13:0x8d,_0x44f4a8:0xfd,_0x12a010:0xb0,_0x291d02:0xe2,_0x51d98e:0x1b2,_0x2d5441:0x197,_0x4506be:0x173,_0x5cdae7:0x1b5,_0x1594db:0x260,_0x252875:0x1e4,_0x5b482f:0x1eb,_0x10ac7e:0x1d6,_0x537f93:0x1b3,_0x55f712:0x149,_0x3c3841:0x16d,_0x25606e:0x22a,_0x22b1ea:0x238,_0x231268:0x204,_0x229601:0xdb,_0x34255f:0x1c9,_0x447567:0x1a3,_0x5978cb:0x1fb,_0xb6ea3e:0x1d5,_0x1d97a7:0x200,_0xc31e0f:0x203,_0x4d0622:0x129,_0x4c05d1:0x20c,_0x11a37a:0x1b9,_0x280731:0x1c4,_0x182dd4:0x149,_0x3ed720:0x14b,_0x13fedf:0x15a,_0x2353e9:0x159,_0x29e391:0x16e,_0x4913ec:0x220,_0x3f0870:0x206,_0x2e0ab9:0x21f,_0x41cf17:0x162,_0x19f435:0x1ee,_0x351200:0x166,_0x38e664:0xdc,_0x28a045:0x11c,_0x13bf3b:0x193,_0x1e47bb:0x1f2,_0x283903:0x106,_0x5e38f7:0xcd,_0x2f8df3:0x1b8,_0x1afe40:0x1fc,_0x3eab4e:0xe7,_0x58b260:0xb6,_0x424de0:0x1da,_0x27cea8:0x154,_0x15a148:0x182,_0x12d098:0x18e,_0x1078c8:0xb5,_0x21bbc2:0x7a,_0x1f5ce6:0x20b,_0xd039e0:0x246,_0x1a2b3a:0x1ff,_0x44da48:0x143,_0x41c392:0x1bc,_0x58e278:0x25e,_0x20e1f9:0xf2,_0x332dd5:0xeb,_0x3c4b8a:0x1a8,_0x1acdf1:0x1ca,_0x3e5caa:0x1e8,_0x79bc0c:0xdb,_0x5d4d8b:0xcf,_0x5b0a7a:0xe9,_0x18cded:0x13e,_0xd687b9:0x185,_0x4480b3:0x156,_0x12f26c:0x1a2,_0x22d0f2:0xb7,_0x4887c2:0xff,_0x213add:0x8f,_0x5640d2:0x166,_0x30a2cd:0x19f,_0x10ebf0:0x13b,_0x38d9ab:0x12f,_0x95f6ab:0x119,_0x4af01b:0x1d8,_0x4f2551:0x1c9,_0x5a8f85:0x145,_0x4d959f:0x163,_0x5c1ec0:0x16c,_0x972272:0x223,_0x134b46:0x201,_0x34c99d:0x1c9,_0x549084:0x14b,_0x520d28:0x17a,_0x29a655:0x14a,_0x570e62:0xd8,_0x246265:0xb4,_0x34b231:0x99,_0x54905:0x13c,_0x468114:0x13f,_0xbc7893:0x105,_0x3e4dcd:0xdd,_0x10bb2a:0xec,_0x1b493a:0x13f,_0x234126:0x12a,_0x21dc9c:0x156,_0x1a9c3f:0x78,_0x4f77af:0xdb,_0x4c73c4:0x233,_0x107a20:0x183,_0x2e6516:0x130,_0x2eea45:0x1b8,_0x22a4e2:0x16a,_0x477b3c:0x1ad,_0x1be491:0x1de,_0x28bb63:0x168,_0x1a95df:0x13a,_0x3d6673:0x13d,_0x33f8ba:0xf4,_0x3596ac:0x114,_0x51b1d4:0x125,_0x117e78:0x40,_0x34f58d:0x9f,_0x704b77:0x91,_0xc1d753:0xce,_0x4f4fdd:0xb7,_0x7c7382:0x9d,_0x4507d9:0x1db,_0x4393c7:0x11e,_0x4ae200:0x10a,_0x4c9f5f:0x134,_0x56d6fe:0x15b,_0xe3907:0x1be,_0x4d7fa5:0x1bf,_0x1057f3:0x125,_0x59fb74:0x13c,_0x1612e2:0xe1,_0xa3daef:0xc6,_0xaa25d0:0xef,_0x158433:0x126,_0x995716:0x1ad,_0x3a983e:0x102,_0x153803:0x111,_0x591d12:0x105,_0x47e016:0xe6,_0x1ea6ba:0xee,_0x495d84:0x8a,_0x4f8d5c:0xa3,_0x1bdd1f:0x160,_0x8802b0:0x135,_0x22c3d0:0x1d1,_0x314d61:0x195,_0x4f1b2f:0xa3},_0x2cdb0f={_0x4914c5:0x2a,_0x1377ec:0x4a0},_0x14e9de={_0x25d58c:0x118,_0x3f80df:0xa4,_0x52aa02:0x1fc},_0x1cc734={};_0x1cc734[_0x383f57(0x160,_0x193617._0x43bea3,_0x193617._0x29b823,_0x193617._0x1e494f)]='oidc.json',_0x1cc734[_0x383f57(0x157,_0x193617._0x30974a,_0x193617._0x3c66b3,0x14a)]=_0x383f57(_0x193617._0x12c134,0x149,0x164,_0x193617._0x5b5a9b),_0x1cc734[_0x383f57(_0x193617._0x3ae568,0x20d,0x253,_0x193617._0x3afc90)]=_0x383f57(_0x193617._0x137ee7,_0x193617._0x302e8c,_0x193617._0x26a0dd,_0x193617._0x3fc16a)+_0x383f57(0x182,0x191,_0x193617._0x2cf80d,_0x193617._0x414a68)+_0x383f57(0x230,_0x193617._0x2b9265,0x237,0x1dd)+'d\x20in\x20confi'+_0x383f57(0x1a2,0x1e0,_0x193617._0x4e8325,0x190),_0x1cc734['ICfUx']=_0x108b34(-_0x193617._0x274be2,-_0x193617._0x2b1103,-0xca,-_0x193617._0x179493),_0x1cc734[_0x108b34(-0x106,-0xe7,-0xdc,-_0x193617._0x383c76)]=_0x383f57(0x1c2,_0x193617._0x285d83,_0x193617._0x3427d0,_0x193617._0x13417d),_0x1cc734[_0x108b34(-_0x193617._0x1eb2aa,-0x116,-_0x193617._0x5af928,-_0x193617._0x501032)]=function(_0x1b2165,_0x4826c4){return _0x1b2165!==_0x4826c4;},_0x1cc734[_0x383f57(0x180,_0x193617._0x896ffa,0x172,_0x193617._0x599999)]='TJFUY',_0x1cc734[_0x383f57(0x1dd,0x1a2,_0x193617._0x2467c3,0x17c)]=_0x383f57(_0x193617._0x348c57,0x1b4,0x171,_0x193617._0x2143d2),_0x1cc734[_0x108b34(-_0x193617._0x5917fe,-_0x193617._0x5916e5,-0x177,-_0x193617._0x2a1f63)]='openid',_0x1cc734['xjFbX']=_0x383f57(0x14b,0x1b1,_0x193617._0x23101f,0x191);function _0x383f57(_0x517536,_0x5cbc29,_0x390052,_0xeb10ca){return _0x2915da(_0x517536-_0x14e9de._0x25d58c,_0x5cbc29-_0x14e9de._0x3f80df,_0xeb10ca- -_0x14e9de._0x52aa02,_0x390052);}_0x1cc734[_0x108b34(-_0x193617._0x5eea44,-_0x193617._0x5702f4,-0xbb,-0x90)]='email';function _0x108b34(_0x2f577c,_0x2d1ffd,_0x2e0228,_0x28f55a){return _0x2915da(_0x2f577c-_0x2cdb0f._0x4914c5,_0x2d1ffd-0x10a,_0x2d1ffd- -_0x2cdb0f._0x1377ec,_0x2e0228);}_0x1cc734[_0x383f57(0x218,_0x193617._0x479c5e,0x1a9,0x205)]=_0x108b34(-_0x193617._0x5e59f8,-_0x193617._0x2e86b0,-_0x193617._0x5c3531,-0x4d),_0x1cc734[_0x383f57(0x206,0x203,0x215,_0x193617._0x2a0549)]=function(_0x53268,_0x160b62){return _0x53268!==_0x160b62;},_0x1cc734[_0x108b34(-0xdf,-0xba,-0xa0,-_0x193617._0x57584a)]=_0x108b34(-_0x193617._0x4fb1c2,-_0x193617._0x374f1f,-0xdd,-0x110)+_0x108b34(-_0x193617._0x114c13,-_0x193617._0x501032,-0xf6,-0x75),_0x1cc734[_0x108b34(-_0x193617._0x44f4a8,-_0x193617._0x12a010,-_0x193617._0x291d02,-0x110)]=_0x383f57(_0x193617._0x51d98e,_0x193617._0x2d5441,_0x193617._0x4506be,0x1a4)+_0x383f57(_0x193617._0x5cdae7,0x267,_0x193617._0x1594db,0x209)+_0x383f57(_0x193617._0x252875,0x229,_0x193617._0x5b482f,_0x193617._0x10ac7e),_0x1cc734[_0x383f57(0x19a,_0x193617._0x537f93,_0x193617._0x55f712,_0x193617._0x3c3841)]=function(_0xe9c616,_0x3ed849){return _0xe9c616===_0x3ed849;},_0x1cc734[_0x383f57(0x130,0x1ad,0x18c,0x16c)]=_0x383f57(0x1c5,_0x193617._0x25606e,_0x193617._0x22b1ea,_0x193617._0x231268),_0x1cc734['LigTC']=_0x108b34(-0x120,-0xfb,-0xb4,-_0x193617._0x229601)+_0x383f57(_0x193617._0x34255f,0x119,_0x193617._0x447567,0x171)+'n\x20file\x20fou'+'nd',_0x1cc734['MDuKZ']=_0x383f57(0x1ec,_0x193617._0x5978cb,_0x193617._0xb6ea3e,0x1b5)+_0x383f57(0x229,0x221,_0x193617._0x1d97a7,_0x193617._0xc31e0f)+_0x383f57(_0x193617._0x4d0622,0x102,0x19c,0x14c)+_0x383f57(_0x193617._0x4c05d1,0x18e,_0x193617._0x11a37a,_0x193617._0x280731);const _0x36aff8=_0x1cc734,_0x2c861b=_0x380dc5['join'](DATA_DIR,_0x36aff8['gmfQA']);try{const _0x45ef68=await _0x25144f[_0x108b34(-0x13a,-_0x193617._0x182dd4,-_0x193617._0x3ed720,-0x108)](_0x2c861b,_0x36aff8[_0x108b34(-0x13a,-_0x193617._0x13fedf,-0x107,-_0x193617._0x2353e9)]),_0x38befa=JSON[_0x383f57(_0x193617._0x29e391,0x132,0x1ca,_0x193617._0x179493)](_0x45ef68);if(!_0x38befa[_0x383f57(_0x193617._0x4913ec,_0x193617._0x3f0870,_0x193617._0x2e0ab9,0x207)]){if('SOqSi'!==_0x383f57(_0x193617._0x41cf17,0x155,_0x193617._0x19f435,0x1ae)){const _0x1840da={};return _0x1840da[_0x383f57(_0x193617._0x351200,_0x193617._0x2353e9,0x132,0x15c)]=![],_0x1840da[_0x108b34(-_0x193617._0x38e664,-0x10f,-_0x193617._0x28a045,-0xdc)]='Discovery\x20'+_0x383f57(0x198,0x1ea,_0x193617._0x13bf3b,_0x193617._0x1e47bb)+'eturned\x20'+_0x3a15ac[_0x108b34(-0xdf,-0xcc,-_0x193617._0x283903,-0x6d)]+':\x20'+_0xd268d9[_0x108b34(-_0x193617._0x348c57,-0x107,-0x105,-_0x193617._0x5e38f7)],_0x1840da;}else return logger['info'](_0x36aff8[_0x383f57(_0x193617._0x10ac7e,0x230,_0x193617._0x2f8df3,_0x193617._0x1afe40)]),null;}const _0x1d5be0=[_0x36aff8['ICfUx'],_0x36aff8[_0x108b34(-0x11a,-_0x193617._0x3eab4e,-_0x193617._0x58b260,-0xb5)]];for(const _0x30b8fe of _0x1d5be0){if(_0x36aff8[_0x383f57(_0x193617._0x424de0,_0x193617._0x27cea8,_0x193617._0x15a148,_0x193617._0x12d098)](_0x108b34(-0x54,-0xaa,-_0x193617._0x1078c8,-_0x193617._0x21bbc2),_0x36aff8['PKaGn'])){if(!_0x38befa[_0x30b8fe])throw new Error(_0x383f57(_0x193617._0x1f5ce6,_0x193617._0xd039e0,0x1ff,_0x193617._0x1a2b3a)+_0x108b34(-0x147,-0xf2,-_0x193617._0x44da48,-0xf9)+_0x108b34(-0xec,-_0x193617._0x1eb2aa,-0x6b,-0xcf)+'ation\x20fiel'+_0x108b34(-0x82,-0xc8,-0xd7,-0x7b)+_0x30b8fe);}else throw new _0x11b264(_0x383f57(_0x193617._0x41c392,_0x193617._0x58e278,_0x193617._0x4c05d1,_0x193617._0x1a2b3a)+_0x108b34(-0xf4,-_0x193617._0x20e1f9,-_0x193617._0x332dd5,-_0x193617._0x43bea3)+_0x383f57(_0x193617._0x3c4b8a,0x224,0x19d,0x1e5)+'ation\x20fiel'+'d:\x20'+_0x160bf1);}if(!_0x38befa[_0x383f57(_0x193617._0x1acdf1,_0x193617._0x3e5caa,0x175,0x1c9)+_0x108b34(-0xdf,-0xc0,-0xf4,-0x118)]&&_0x38befa[_0x108b34(-0xae,-_0x193617._0x79bc0c,-_0x193617._0x5d4d8b,-0x95)+_0x108b34(-_0x193617._0x5b0a7a,-0x119,-0x125,-_0x193617._0x18cded)]){const _0x5a232f=_0x380dc5[_0x108b34(-_0x193617._0xd687b9,-_0x193617._0x4480b3,-_0x193617._0x12f26c,-_0x193617._0x28a045)](_0x38befa[_0x108b34(-0xb4,-0xdb,-_0x193617._0x22d0f2,-_0x193617._0x4887c2)+_0x108b34(-0x158,-0x119,-0x165,-0xdc)])?_0x38befa[_0x108b34(-0x12f,-0xdb,-0x87,-_0x193617._0x213add)+'ret_file']:_0x380dc5[_0x383f57(_0x193617._0x5640d2,0x1a1,0x164,_0x193617._0x30a2cd)](DATA_DIR,_0x36aff8[_0x108b34(-_0x193617._0x10ebf0,-0x128,-_0x193617._0x38d9ab,-_0x193617._0x95f6ab)],_0x38befa[_0x383f57(0x1d9,_0x193617._0x4af01b,0x167,_0x193617._0x4f2551)+_0x383f57(_0x193617._0x5a8f85,_0x193617._0x4d959f,_0x193617._0x5c1ec0,0x18b)]);try{_0x38befa[_0x383f57(_0x193617._0x972272,_0x193617._0x134b46,_0x193617._0x3c3841,_0x193617._0x34c99d)+'ret']=(await _0x25144f[_0x108b34(-0x1a5,-0x149,-_0x193617._0x549084,-0x117)](_0x5a232f,_0x36aff8[_0x383f57(0x12b,_0x193617._0x520d28,0x197,_0x193617._0x29a655)]))[_0x108b34(-_0x193617._0x570e62,-_0x193617._0x246265,-0x71,-_0x193617._0x34b231)]();}catch(_0x4625e9){throw new Error(_0x108b34(-0x11d,-0xef,-_0x193617._0x54905,-_0x193617._0x468114)+_0x108b34(-0x113,-0xc9,-_0x193617._0xbc7893,-0x115)+'client\x20sec'+_0x108b34(-0xee,-_0x193617._0x3e4dcd,-_0x193617._0x10bb2a,-0xa3)+_0x5a232f+':\x20'+_0x4625e9[_0x108b34(-0xdf,-0x13f,-_0x193617._0x1b493a,-0x106)]);}}_0x38befa['scopes']=_0x38befa[_0x383f57(0x169,0x15a,_0x193617._0x234126,0x178)]||[_0x36aff8['HxmVO'],_0x36aff8[_0x383f57(0x174,0x151,0x165,_0x193617._0x21dc9c)],_0x36aff8[_0x108b34(-0xea,-0xb1,-_0x193617._0x1a9c3f,-_0x193617._0x4f77af)]],_0x38befa[_0x383f57(_0x193617._0x4c73c4,_0x193617._0x107a20,0x1a9,0x1de)+_0x383f57(_0x193617._0x2e6516,0x12e,_0x193617._0x2eea45,_0x193617._0x22a4e2)]=_0x38befa[_0x383f57(0x180,_0x193617._0x477b3c,0x221,_0x193617._0x1be491)+_0x108b34(-_0x193617._0x28bb63,-_0x193617._0x1a95df,-_0x193617._0x41cf17,-_0x193617._0x3d6673)]!==![],_0x38befa[_0x108b34(-0xcc,-_0x193617._0x33f8ba,-0xf9,-_0x193617._0x3596ac)+'le']=_0x38befa[_0x108b34(-0xe0,-0xf4,-0x113,-_0x193617._0x51b1d4)+'le']||_0x36aff8[_0x108b34(-_0x193617._0x117e78,-_0x193617._0x34f58d,-0x84,-0x9e)],_0x38befa[_0x108b34(-_0x193617._0x704b77,-_0x193617._0x332dd5,-_0x193617._0xc1d753,-0x138)+_0x108b34(-0x89,-_0x193617._0x4f4fdd,-_0x193617._0x7c7382,-0x8e)]=_0x36aff8['fhlnQ'](_0x38befa[_0x383f57(_0x193617._0x4507d9,0x1e0,0x207,0x1b9)+'l_auth'],![]),_0x38befa[_0x383f57(0x142,_0x193617._0x4393c7,0x134,_0x193617._0x520d28)+'me']=_0x38befa['display_na'+'me']||_0x36aff8[_0x108b34(-_0x193617._0x95f6ab,-0xba,-0x111,-0xd9)],cachedConfig=_0x38befa;const _0x527280={};return _0x527280[_0x108b34(-_0x193617._0x4393c7,-_0x193617._0x4ae200,-0xbe,-_0x193617._0x4c9f5f)]=_0x38befa[_0x383f57(0x1d4,_0x193617._0x56d6fe,_0x193617._0xe3907,0x19a)],_0x527280[_0x383f57(0x21a,0x1a2,0x1ee,_0x193617._0x4d7fa5)]=_0x38befa[_0x108b34(-0x156,-_0x193617._0x1057f3,-_0x193617._0x59fb74,-0x105)],_0x527280['autoProvis'+'ion']=_0x38befa[_0x108b34(-_0x193617._0x1612e2,-_0x193617._0xa3daef,-_0x193617._0xaa25d0,-0x79)+_0x383f57(0x18e,_0x193617._0x158433,_0x193617._0x995716,_0x193617._0x22a4e2)],_0x527280[_0x108b34(-0x12a,-_0x193617._0x3a983e,-_0x193617._0x153803,-0xcc)+_0x108b34(-_0x193617._0x5b0a7a,-0xbc,-_0x193617._0x591d12,-0xc1)]=_0x38befa[_0x108b34(-_0x193617._0x47e016,-0xeb,-0xe0,-0x11c)+'l_auth'],logger['info'](_0x36aff8[_0x108b34(-_0x193617._0x1ea6ba,-_0x193617._0x12a010,-_0x193617._0x495d84,-_0x193617._0x4f8d5c)],_0x527280),_0x38befa;}catch(_0x3d7a66){if(_0x36aff8[_0x108b34(-0x195,-0x137,-0x120,-0xd7)](_0x3d7a66[_0x108b34(-0x12b,-0x136,-_0x193617._0x274be2,-_0x193617._0x1bdd1f)],_0x36aff8[_0x108b34(-0x131,-0x138,-0x150,-0x149)])){const _0xc946f={};return _0xc946f['path']=_0x2c861b,logger[_0x108b34(-0x15e,-_0x193617._0x8802b0,-_0x193617._0x274be2,-0xda)](_0x36aff8[_0x383f57(_0x193617._0xd687b9,0x1c1,0x154,0x169)],_0xc946f),null;}logger[_0x383f57(0x1d6,0x1a4,_0x193617._0x22c3d0,_0x193617._0x314d61)](_0x36aff8[_0x108b34(-0x88,-_0x193617._0x4f1b2f,-0x78,-0x84)],_0x3d7a66);throw _0x3d7a66;}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x498c05){const _0x47134f={_0x5ed799:0xbf,_0xc87e06:0x92,_0x2d9dc4:0x380,_0x5396ae:0x392,_0x392030:0x3a,_0x214bd9:0x86,_0x5db268:0xa3,_0x4c6394:0x32d,_0x1a482f:0x3cb,_0x271374:0x34a,_0x359bce:0x49,_0x11de74:0x36,_0x4d38ba:0x371,_0x1a1885:0x91,_0x1d0f49:0x7e,_0x488d9f:0x39f,_0xa45f1f:0x3df,_0x5b53a1:0x367,_0x2c337c:0x35d,_0x2529c2:0x35a,_0x2140dc:0x3a2,_0x4de8cf:0x321,_0x3a807d:0xe6,_0x2d0f0f:0x9d,_0x578523:0x5a,_0x3700a2:0xb8,_0x4204f7:0x6e,_0x5f249a:0x82,_0x1353a2:0x34,_0x520f48:0x77,_0xbd1d19:0xdb,_0x9e9b2f:0x5,_0x337033:0x4c,_0x44bc06:0x3,_0x24383c:0x370,_0x42eb12:0x393,_0x54cdfd:0x353,_0x3cfccf:0x31a,_0x3051cd:0x2f7,_0x55cf7c:0x392,_0x4690b1:0x374,_0xc4e958:0xa0,_0x515bc7:0xd2,_0x48106d:0x7f,_0x549aa5:0x97,_0x3e94cc:0x1c,_0x308961:0x38,_0x2a5519:0x90,_0x438a5d:0x403,_0x195c04:0x35c,_0x424e1a:0x315,_0x323e0b:0x68},_0x12d0e5={_0x3428c8:0x1c,_0x1532f3:0x1cf,_0x6e8308:0x22},_0x556f27={_0xa6af58:0x67,_0x554eb9:0x157,_0x969184:0x433},_0x5e9947={};_0x5e9947[_0x49f81b(-0xa4,-_0x47134f._0x5ed799,-_0x47134f._0xc87e06,-0xed)]=_0x38435e(_0x47134f._0x2d9dc4,0x373,_0x47134f._0x5396ae,0x362)+_0x49f81b(-0x40,-_0x47134f._0x392030,-_0x47134f._0x214bd9,-_0x47134f._0x5db268)+_0x38435e(_0x47134f._0x4c6394,0x38c,0x354,0x31e),_0x5e9947[_0x38435e(0x325,0x36c,0x35b,0x382)]=function(_0x317776,_0x4aca98){return _0x317776!==_0x4aca98;},_0x5e9947[_0x38435e(_0x47134f._0x5396ae,_0x47134f._0x1a482f,_0x47134f._0x271374,0x359)]=_0x49f81b(-0x4d,-0x39,-_0x47134f._0x359bce,-_0x47134f._0x11de74),_0x5e9947[_0x38435e(0x396,_0x47134f._0x4d38ba,0x3ef,0x3d1)]=_0x49f81b(-_0x47134f._0x1a1885,-_0x47134f._0x1d0f49,-0x82,-0x33)+_0x38435e(_0x47134f._0x488d9f,_0x47134f._0xa45f1f,_0x47134f._0x5b53a1,0x3ca)+_0x38435e(0x3b1,0x35e,0x385,_0x47134f._0x2c337c)+'er';const _0x135480=_0x5e9947;function _0x49f81b(_0x40f78e,_0x543aed,_0x2df30d,_0x2414cb){return _0x2915da(_0x40f78e-_0x556f27._0xa6af58,_0x543aed-_0x556f27._0x554eb9,_0x2df30d- -_0x556f27._0x969184,_0x543aed);}function _0x38435e(_0x56b7f3,_0x145a7e,_0x2ad941,_0x26dcfc){return _0x2915da(_0x56b7f3-_0x12d0e5._0x3428c8,_0x145a7e-_0x12d0e5._0x1532f3,_0x56b7f3- -_0x12d0e5._0x6e8308,_0x26dcfc);}if(cachedOidcConfig)return cachedOidcConfig;try{const _0x3d6ea3={};return _0x3d6ea3['issuer']=_0x498c05[_0x38435e(0x374,0x339,0x3ba,0x348)],logger['info'](_0x135480[_0x38435e(0x37f,_0x47134f._0x2529c2,_0x47134f._0x2140dc,_0x47134f._0x4de8cf)],_0x3d6ea3),cachedOidcConfig=await _0x5182a8['discovery'](new URL(_0x498c05[_0x49f81b(-0xea,-_0x47134f._0x3a807d,-_0x47134f._0x2d0f0f,-0xec)]),_0x498c05[_0x49f81b(-_0x47134f._0x578523,-0xb2,-_0x47134f._0x3700a2,-0xec)],_0x498c05[_0x49f81b(-0x53,-0x19,-_0x47134f._0x4204f7,-_0x47134f._0x5f249a)+'ret']),logger[_0x49f81b(-_0x47134f._0x1353a2,-_0x47134f._0x520f48,-0x8f,-_0x47134f._0xbd1d19)]('OIDC\x20provi'+_0x49f81b(-0x7b,_0x47134f._0x9e9b2f,-_0x47134f._0x337033,-_0x47134f._0x44bc06)+_0x38435e(_0x47134f._0x24383c,0x38a,0x36c,_0x47134f._0x42eb12)+_0x38435e(_0x47134f._0x54cdfd,0x368,_0x47134f._0x3cfccf,_0x47134f._0x3051cd)),cachedOidcConfig;}catch(_0x5543db){if(_0x135480[_0x38435e(0x325,0x374,0x34c,0x2e2)](_0x135480[_0x38435e(_0x47134f._0x55cf7c,0x3f4,_0x47134f._0x4690b1,0x354)],_0x135480[_0x49f81b(-_0x47134f._0xc4e958,-_0x47134f._0x515bc7,-_0x47134f._0x48106d,-0x8f)])){if(!_0x1020a8[_0x506cb5])throw new _0x235c9d(_0x49f81b(-_0x47134f._0x549aa5,-_0x47134f._0x3e94cc,-_0x47134f._0x308961,-_0x47134f._0x2a5519)+'quired\x20OID'+'C\x20configur'+'ation\x20fiel'+_0x38435e(0x3b6,_0x47134f._0x438a5d,_0x47134f._0x195c04,0x3b1)+_0x482b3a);}else{logger[_0x38435e(0x36f,0x37f,_0x47134f._0x424e1a,0x393)](_0x135480[_0x49f81b(-0x1d,-0x51,-0x7b,-_0x47134f._0x323e0b)],_0x5543db);throw _0x5543db;}}}export async function generateAuthorizationUrl(_0x49b241,_0x1c0326){const _0x185bde={_0xeef58b:0x234,_0x11c13b:0x24f,_0x1c5ff5:0x1d1,_0x3bebec:0x22b,_0x301e09:0x2a2,_0x529b63:0x288,_0x57b855:0x1e5,_0x3f8df5:0x265,_0x1056f7:0x251,_0x3d3b7b:0x212,_0x51ce21:0x2e6,_0x51aca5:0x2d3,_0x350986:0x2a4,_0xe730e7:0x244,_0x10858b:0x23c,_0x42737c:0x212,_0x2a9587:0x224,_0x20cd7d:0x290,_0x2df19b:0x23d,_0xeadf1f:0x1ed,_0x4f8675:0x21a,_0x13a9e9:0x1f6,_0x4b767c:0x226,_0x8fe79d:0x1f5,_0x387bc2:0x1fe,_0x49d56a:0x225,_0x359db0:0x1fd,_0x254e36:0x258,_0x29c6c6:0x21e,_0x29227e:0x233,_0x22f39e:0x24d,_0x54a339:0x1de,_0x554ada:0x21d,_0x5f13b0:0x27f,_0x5063da:0x19f},_0x579cd5={_0x562f5b:0x1e1,_0x2c3a1b:0x8a,_0x282ae4:0x15a},_0x597703={_0x5b2345:0x33,_0x34f49a:0x5e3},_0x31815b={'Zmuuh':function(_0x118832,_0x19a474){return _0x118832(_0x19a474);},'owbmI':_0x5bd0c4(_0x185bde._0xeef58b,0x28c,0x255,0x276),'mXRBY':'S256','tfgfY':_0x48f4be(-0x21c,-0x1f5,-0x21f,-0x23d)+'OIDC\x20autho'+_0x48f4be(-0x230,-_0x185bde._0x11c13b,-_0x185bde._0x1c5ff5,-0x256)+'RL','xnqRp':function(_0x16600a,_0x29eb66){return _0x16600a+_0x29eb66;},'jyRrP':_0x5bd0c4(_0x185bde._0x3bebec,0x1e7,0x1f2,0x197)},_0x53d85f=await _0x31815b[_0x5bd0c4(_0x185bde._0x301e09,0x2a8,_0x185bde._0x529b63,0x236)](discoverOidcProvider,_0x49b241),_0x263ce0=_0x5316a9[_0x48f4be(-_0x185bde._0x57b855,-0x1a9,-0x211,-0x1e0)+'s'](0x186e+0x54+0x18a2*-0x1)[_0x48f4be(-_0x185bde._0x3f8df5,-0x2a0,-_0x185bde._0x1056f7,-0x2b7)](_0x31815b[_0x48f4be(-0x271,-0x223,-0x299,-_0x185bde._0x3d3b7b)]),_0xc8cfff=_0x5316a9[_0x5bd0c4(_0x185bde._0x51ce21,_0x185bde._0x51aca5,_0x185bde._0x350986,_0x185bde._0xe730e7)+'s'](-0x1c0f*-0x1+0x1ce6+-0x38d5)[_0x5bd0c4(_0x185bde._0x10858b,_0x185bde._0x42737c,_0x185bde._0x2a9587,0x1ec)]('hex');function _0x48f4be(_0x179f96,_0x12414b,_0x27aef4,_0x330672){return _0x2915da(_0x179f96-_0x597703._0x5b2345,_0x12414b-0x1ef,_0x179f96- -_0x597703._0x34f49a,_0x12414b);}const _0x4feccb=_0x5182a8['randomPKCE'+'CodeVerifi'+'er'](),_0x136d5d=await _0x5182a8[_0x48f4be(-_0x185bde._0x20cd7d,-0x25b,-0x2a7,-0x2a2)+_0x48f4be(-_0x185bde._0x2df19b,-0x25e,-_0x185bde._0xeadf1f,-0x278)+_0x48f4be(-_0x185bde._0x4f8675,-0x205,-0x1cf,-_0x185bde._0x13a9e9)](_0x4feccb);stateStore['set'](_0x263ce0,{'nonce':_0xc8cfff,'codeVerifier':_0x4feccb,'createdAt':Date['now']()});const _0x5b66ff={'redirect_uri':_0x1c0326,'scope':_0x49b241[_0x5bd0c4(_0x185bde._0x4b767c,_0x185bde._0x8fe79d,0x21a,_0x185bde._0x387bc2)]['join']('\x20'),'state':_0x263ce0,'nonce':_0xc8cfff,'code_challenge':_0x136d5d,'code_challenge_method':_0x31815b['mXRBY']},_0x199cdc=_0x5182a8[_0x5bd0c4(_0x185bde._0x49d56a,0x22a,0x22f,0x1e7)+_0x5bd0c4(0x21c,_0x185bde._0x359db0,0x235,0x211)+'l'](_0x53d85f,_0x5b66ff);logger['debug'](_0x31815b[_0x5bd0c4(0x2c8,_0x185bde._0x254e36,0x274,_0x185bde._0x29c6c6)],{'state':_0x31815b[_0x5bd0c4(0x26d,_0x185bde._0xeef58b,0x285,0x259)](_0x263ce0[_0x48f4be(-_0x185bde._0x29227e,-_0x185bde._0xe730e7,-_0x185bde._0x22f39e,-0x253)](0x750+0x22c*0x1+-0x97c,0xb16+-0x330*-0x1+0x71f*-0x2),_0x31815b[_0x48f4be(-_0x185bde._0x387bc2,-_0x185bde._0x54a339,-_0x185bde._0x554ada,-0x220)]),'redirectUri':_0x1c0326});const _0x3f186b={};_0x3f186b['url']=_0x199cdc[_0x48f4be(-_0x185bde._0x5f13b0,-0x227,-0x2c9,-0x28b)],_0x3f186b[_0x5bd0c4(_0x185bde._0x5063da,0x1bb,0x1ea,0x1b1)]=_0x263ce0;function _0x5bd0c4(_0x2bdcf1,_0x54a6e4,_0x28e08a,_0x5de8ce){return _0x2915da(_0x2bdcf1-_0x579cd5._0x562f5b,_0x54a6e4-_0x579cd5._0x2c3a1b,_0x28e08a- -_0x579cd5._0x282ae4,_0x2bdcf1);}return _0x3f186b;}function _0x2915da(_0x5ba688,_0x5f5087,_0x46e28a,_0x19bc5e){const _0x1b0c41={_0x24d9ce:0x2ab};return _0x26a1(_0x46e28a-_0x1b0c41._0x24d9ce,_0x19bc5e);}export async function handleCallback(_0x78a444,_0xc68a5f,_0x2d829a){const _0x5d87cc={_0x843e79:0x246,_0x5176a8:0x317,_0x25c7f3:0x2c1,_0x4516d1:0x220,_0xdf773a:0x269,_0x19e578:0x1d6,_0x39d91e:0x1a0,_0x2328a7:0x189,_0x19a665:0x1b3,_0x3e5ad2:0x1f6,_0x9249c1:0x1ff,_0x5f19c9:0x1e7,_0x3d6be5:0x1ea,_0x304e1a:0x21d,_0x132cf4:0x211,_0x50e5f2:0x21e,_0x1b6fac:0x23c,_0x106adb:0x279,_0x46ff58:0x12d,_0x3bd5d0:0x1cc,_0x3f69db:0x167,_0x8532d2:0x202,_0x14e3dd:0x230,_0x4e4d75:0x289,_0x3b4b3e:0x248,_0x19cbbe:0x1ff,_0x2dab63:0x220,_0x1bfc30:0x1c1,_0x1e3e4d:0x1b7,_0x5c6a19:0x1f0,_0xb0b9c4:0x281,_0x55d118:0x27b,_0x25b6aa:0x242,_0x23c742:0x237,_0x15387a:0x1e3,_0x27eff4:0x15a,_0x94b7d:0x16d,_0x2c683f:0x189,_0x146c02:0x25d,_0x40ee9b:0x2f1,_0x126977:0x250,_0x3f6249:0x1d7,_0x3662f8:0x205,_0x2b4afb:0x18e,_0x2b20b1:0x1ca,_0x56d01f:0x1d9,_0x40ec48:0x2f4,_0x829091:0x2b7,_0x62ea2b:0x299,_0x47a1eb:0x19a,_0x1eb734:0x22d,_0x38c0fe:0x272,_0x4c609c:0x24b,_0x50066c:0x214,_0x4d1d51:0x253,_0x4b068d:0x267,_0x395fb5:0x274,_0x43a30e:0x137,_0x55d087:0x197,_0x361f36:0x215,_0x56d4ad:0x200,_0x57fa87:0x1f5,_0x44b928:0x14c,_0x27349c:0x1a7,_0x197545:0x195,_0x10aedb:0x2b7,_0x5ec373:0x275,_0x5b25f0:0x1c2,_0x29ef47:0x225,_0x2f0fb6:0x1b6,_0xc2808d:0x20a,_0x5a2236:0x1c2,_0x362d7e:0x1ef,_0x22dc65:0x216,_0x5511ec:0x1cc,_0x256498:0x20d,_0x4f51c6:0x199,_0x1b9e86:0x242,_0x1ec0b1:0x2c1,_0x2e3694:0x1a3,_0x3dd57a:0x1e7,_0x2a5d2e:0x200,_0x38dde7:0x229,_0x1dceda:0x275,_0x710752:0x25d,_0x25861f:0x256,_0x3288a3:0x23e,_0x1b9d09:0x2bb,_0x401379:0x253,_0x31d08d:0x26f,_0x56edf4:0x2a5,_0x3ab723:0x25a},_0x23cc15={_0x3da2ab:0x96,_0x409893:0x1bb},_0x3fbeef={_0x3b393d:0x15f,_0x5a0698:0x143},_0x24cc10={'OTfAv':function(_0x51142b,_0x202716){return _0x51142b>_0x202716;},'spntk':function(_0x4c424e,_0xe22a0d){return _0x4c424e-_0xe22a0d;},'BnSeR':_0x320e01(0x246,0x20b,0x25a,_0x5d87cc._0x843e79)+_0x320e01(0x2dd,_0x5d87cc._0x5176a8,_0x5d87cc._0x25c7f3,0x27f)+_0x315345(-_0x5d87cc._0x4516d1,-_0x5d87cc._0xdf773a,-_0x5d87cc._0x19e578,-0x226),'nbxmF':function(_0x153158,_0x535830){return _0x153158(_0x535830);},'NUZPJ':'OIDC\x20authe'+_0x315345(-0x1b4,-_0x5d87cc._0x39d91e,-_0x5d87cc._0x2328a7,-_0x5d87cc._0x19a665)+_0x315345(-0x22a,-_0x5d87cc._0x3e5ad2,-_0x5d87cc._0x9249c1,-0x235),'VVXRg':function(_0x25e987,_0x1545f0){return _0x25e987===_0x1545f0;},'QrIkh':_0x315345(-0x1ff,-0x276,-_0x5d87cc._0x5f19c9,-0x239),'bImEH':_0x315345(-_0x5d87cc._0x3d6be5,-0x259,-_0x5d87cc._0x304e1a,-_0x5d87cc._0x132cf4),'TDvly':_0x320e01(_0x5d87cc._0x50e5f2,0x25b,_0x5d87cc._0x1b6fac,_0x5d87cc._0x106adb)+_0x315345(-_0x5d87cc._0x46ff58,-_0x5d87cc._0x3bd5d0,-_0x5d87cc._0x3f69db,-0x186)+'failed'};function _0x320e01(_0x565ff7,_0x22f26,_0x69d4,_0x43faca){return _0x2915da(_0x565ff7-0x3,_0x22f26-_0x3fbeef._0x3b393d,_0x69d4- -_0x3fbeef._0x5a0698,_0x22f26);}const {state:_0x3d1dcf}=_0x2d829a,_0x28381c=stateStore['get'](_0x3d1dcf);if(!_0x28381c)throw new Error('Invalid\x20or'+_0x315345(-0x1f1,-0x1fb,-0x1d9,-_0x5d87cc._0x8532d2)+_0x320e01(_0x5d87cc._0x14e3dd,_0x5d87cc._0x4e4d75,_0x5d87cc._0x3b4b3e,0x2aa)+_0x320e01(_0x5d87cc._0x19cbbe,0x1fb,_0x5d87cc._0x2dab63,0x24b));stateStore[_0x315345(-_0x5d87cc._0x1bfc30,-_0x5d87cc._0x1e3e4d,-_0x5d87cc._0x5c6a19,-0x1fa)](_0x3d1dcf);if(_0x24cc10[_0x320e01(0x294,_0x5d87cc._0xb0b9c4,_0x5d87cc._0x55d118,0x292)](_0x24cc10[_0x320e01(_0x5d87cc._0x25b6aa,_0x5d87cc._0x23c742,0x216,_0x5d87cc._0x15387a)](Date['now'](),_0x28381c['createdAt']),STATE_TTL))throw new Error(_0x24cc10[_0x315345(-_0x5d87cc._0x27eff4,-0x1e7,-_0x5d87cc._0x94b7d,-_0x5d87cc._0x2c683f)]);const _0x495ca2=await _0x24cc10[_0x315345(-_0x5d87cc._0x146c02,-0x247,-0x280,-0x220)](discoverOidcProvider,_0x78a444);function _0x315345(_0x5e3b18,_0x334d4b,_0xdcb32a,_0x46d788){return _0x2915da(_0x5e3b18-_0x23cc15._0x3da2ab,_0x334d4b-_0x23cc15._0x409893,_0x46d788- -0x582,_0x334d4b);}try{if(_0x320e01(0x2b7,_0x5d87cc._0x40ee9b,0x2b0,_0x5d87cc._0x126977)!==_0x315345(-_0x5d87cc._0x3f6249,-0x155,-0x163,-0x1b7)){const _0x1df079=new URL(_0xc68a5f);for(const [_0x3001bc,_0x1b12f6]of Object[_0x315345(-_0x5d87cc._0x3662f8,-0x1c4,-0x24b,-0x209)](_0x2d829a)){_0x1df079['searchPara'+'ms'][_0x315345(-_0x5d87cc._0x2b4afb,-0x1ee,-_0x5d87cc._0x2b20b1,-_0x5d87cc._0x56d01f)](_0x3001bc,_0x1b12f6);}const _0x5e651a={};_0x5e651a['pkceCodeVe'+'rifier']=_0x28381c[_0x320e01(_0x5d87cc._0x40ec48,0x2e2,_0x5d87cc._0x829091,_0x5d87cc._0x62ea2b)+'er'],_0x5e651a[_0x315345(-_0x5d87cc._0x56d01f,-_0x5d87cc._0x3662f8,-_0x5d87cc._0x47a1eb,-0x1eb)+_0x320e01(_0x5d87cc._0x1eb734,_0x5d87cc._0x38c0fe,_0x5d87cc._0x4c609c,0x1fd)]=_0x28381c[_0x315345(-0x1a8,-0x1d4,-0x1bd,-0x201)],_0x5e651a[_0x315345(-0x24e,-0x25b,-0x1fa,-_0x5d87cc._0x50066c)+_0x320e01(_0x5d87cc._0x4d1d51,_0x5d87cc._0x4b068d,0x283,0x231)]=_0x3d1dcf;const _0xeb6ebb=await _0x5182a8[_0x320e01(0x29d,0x278,_0x5d87cc._0x395fb5,0x268)+_0x315345(-0x160,-_0x5d87cc._0x43a30e,-_0x5d87cc._0x19e578,-_0x5d87cc._0x55d087)+'nt'](_0x495ca2,_0x1df079,_0x5e651a),_0x54a9b7=_0xeb6ebb['claims'](),_0x2e3f4b={};_0x2e3f4b[_0x315345(-0x1dd,-0x1b8,-_0x5d87cc._0x361f36,-_0x5d87cc._0x56d4ad)]=_0x54a9b7['sub'],_0x2e3f4b[_0x320e01(0x271,_0x5d87cc._0x1b6fac,0x21d,0x1f2)]=_0x54a9b7[_0x320e01(0x224,0x250,0x21d,_0x5d87cc._0x57fa87)],_0x2e3f4b['name']=_0x54a9b7[_0x315345(-0x197,-_0x5d87cc._0x44b928,-_0x5d87cc._0x27349c,-_0x5d87cc._0x197545)],logger[_0x320e01(_0x5d87cc._0x10aedb,_0x5d87cc._0x5ec373,0x261,0x2a0)](_0x24cc10[_0x315345(-_0x5d87cc._0x5b25f0,-_0x5d87cc._0x29ef47,-_0x5d87cc._0x2f0fb6,-0x1e3)],_0x2e3f4b);const _0x32f9ac={};return _0x32f9ac['claims']=_0x54a9b7,_0x32f9ac[_0x315345(-_0x5d87cc._0xc2808d,-_0x5d87cc._0x5a2236,-_0x5d87cc._0x362d7e,-0x1b2)+'n']=_0xeb6ebb[_0x315345(-_0x5d87cc._0x22dc65,-0x1d4,-_0x5d87cc._0x5511ec,-0x1b6)+'en'],_0x32f9ac[_0x315345(-_0x5d87cc._0x256498,-0x224,-_0x5d87cc._0x4f51c6,-0x1e6)]=_0xeb6ebb[_0x315345(-_0x5d87cc._0x1b9e86,-0x219,-0x215,-0x240)],_0x32f9ac;}else return _0x2f8e9b;}catch(_0x44a5bf){if(_0x24cc10['VVXRg'](_0x24cc10[_0x320e01(0x270,_0x5d87cc._0x1ec0b1,0x2ae,0x2e0)],_0x24cc10[_0x320e01(_0x5d87cc._0x2e3694,_0x5d87cc._0x3dd57a,_0x5d87cc._0x2a5d2e,_0x5d87cc._0x38dde7)]))return{'success':![],'error':_0x320e01(_0x5d87cc._0x1dceda,0x282,0x268,0x22c)+'response\x20m'+_0x315345(-_0x5d87cc._0x710752,-_0x5d87cc._0x25861f,-_0x5d87cc._0x3288a3,-0x232)+_0x320e01(_0x5d87cc._0x1b9d09,0x28d,0x298,0x284)+_0x320e01(0x257,_0x5d87cc._0x401379,0x28e,_0x5d87cc._0x31d08d)+_0x29e764['join'](',\x20')};else{logger[_0x320e01(_0x5d87cc._0x56edf4,0x20c,0x24e,_0x5d87cc._0x3ab723)](_0x24cc10[_0x320e01(0x1b8,0x1b0,0x211,0x1fb)],_0x44a5bf);throw _0x44a5bf;}}}export function getPublicOidcConfig(){const _0x35d550={_0x1e1b20:0x80,_0x526229:0x167,_0x43718b:0x13a,_0x4de72d:0xc5,_0x4e0c15:0xfb,_0x4c25e2:0x178,_0x4e214d:0xe3,_0x1f230e:0xc3},_0x496783={_0x2985a8:0xfc,_0x50f6e9:0x181},_0x4cdc4d={_0x2527e7:0xa3,_0x563cd3:0x4cc};function _0x3fe061(_0x5f48fc,_0x596884,_0x2db76b,_0x1d8681){return _0x2915da(_0x5f48fc-0x125,_0x596884-_0x4cdc4d._0x2527e7,_0x5f48fc- -_0x4cdc4d._0x563cd3,_0x1d8681);}if(!cachedConfig)return null;const _0x3d296e={};_0x3d296e[_0x276cef(-0x84,-_0x35d550._0x1e1b20,-0xbe,-0xad)]=!![],_0x3d296e[_0x276cef(-0x149,-0x190,-_0x35d550._0x526229,-_0x35d550._0x43718b)+'me']=cachedConfig['display_na'+'me'];function _0x276cef(_0x199cf7,_0x1fc33f,_0x1982d9,_0x46212a){return _0x2915da(_0x199cf7-_0x496783._0x2985a8,_0x1fc33f-_0x496783._0x50f6e9,_0x46212a- -0x4b0,_0x1982d9);}return _0x3d296e[_0x276cef(-0x9a,-0x115,-_0x35d550._0x4de72d,-_0x35d550._0x4e0c15)+'l_auth']=cachedConfig[_0x3fe061(-0x117,-0x140,-0x137,-_0x35d550._0x4c25e2)+_0x3fe061(-_0x35d550._0x4e214d,-0x11a,-0xf4,-_0x35d550._0x1f230e)],_0x3d296e;}export function clearOidcCache(){const _0x438cc2={_0x4f568f:0x6b,_0x2907ce:0x27,_0x3dc072:0x37,_0x540bbd:0x61,_0x437f9d:0x28,_0x1f543e:0x3a,_0x3c0012:0x7e},_0x9b82ad={_0x135727:0x74},_0x27eccf={_0x3e2a85:0x161,_0x1ce23c:0x11c},_0x3f798e={};_0x3f798e[_0x1e549e(0xb,-0x1a,0x53,0x3e)]=_0x1e549e(0x6f,_0x438cc2._0x4f568f,-0x25,_0x438cc2._0x2907ce)+'\x20cleared';function _0x1e549e(_0x128994,_0x4aea58,_0x8f2684,_0x2a19e6){return _0x2915da(_0x128994-_0x27eccf._0x3e2a85,_0x4aea58-_0x27eccf._0x1ce23c,_0x2a19e6- -0x38f,_0x4aea58);}const _0x44481a=_0x3f798e;function _0x1acd76(_0x5e4156,_0x52e171,_0x20aa3f,_0x7b667e){return _0x2915da(_0x5e4156-_0x9b82ad._0x135727,_0x52e171-0x9c,_0x52e171- -0x39c,_0x5e4156);}cachedConfig=null,cachedOidcConfig=null,stateStore[_0x1e549e(-_0x438cc2._0x3dc072,-_0x438cc2._0x540bbd,_0x438cc2._0x437f9d,-0x35)](),logger['info'](_0x44481a[_0x1acd76(_0x438cc2._0x1f543e,0x31,0x7,_0x438cc2._0x3c0012)]);}function _0x48ce(){const _0x4442c3=['BgXLBMDL','rM52s0u','AeXiAvu','ywnJzxnZx3rVAW','uwXAENK','DgzNzLK','BNrPy2f0Aw9Uia','ywnJzxnZvg9Rzq','zhm6ia','B2fKzwq','surdihbYB3zPza','C3rHDhvZ','DgGGu1np','zNncExu','CMvHzcbpsurdia','zdOG','AxmGzgLZywjSzq','yxv0B19WCM92Aq','DwLYzwqGzMLLBa','Dg9Rzw5Fzw5KCa','zMHSBLe','nZa3otq0DfbPCLfK','Eg5XuNa','CMv0','qYbJB25MAwD1CG','wM11DwG','odm1ntiXuKHkzePL','qxv0Aa','ANLsCLa','qNnct2W','zgvYigrPC2nVDG','t0LeqYbHDxrOzq','Bf9HDxrO','se5TqwK','Aw9Uq29KzuDYyq','DhjPBq','BMfTzq','zw5KCg9PBNqGCG','qKfoseS','A09Ytem','uxjjA2G','zgv2zwXVCgvY','yKDTD3q','Aw9Ux2vUzhbVAq','Dw5Yzwy','A096DMW','BI9QC29U','wwHJug4','qM5tzvi','y29KzvzLCMLMAq','twLZC2LUzYbYzq','igv4y2HHBMDLia','tur1s1O','CMfUzg9TqNL0zq','Bg9Hzcbpsurdia','ru5pru5u','BLrbrxy','AMLrA1C','zw5HyMXLza','Bwv0zxiGzxHWAq','z3vYyxrPB24GBa','AwrFDg9Rzw4','yKLTruG','C3rHDgu','C2nVCgvZx3n1Ca','DxDsqKK','C2X3u3K','y29UzMLNDxjHDa','uNbQruC','AxnbyNnVBhv0zq','ANnVBG','lI4U','C3vJy2vZC2z1Ba','sM9Quuy','DMLKzxi','AxnZAw5NihjLCq','z21Muue','EgPgyLG','y2fSy3vSyxrLua','ver2BhK','lNDLBgWTA25VDW','mJC3mtiYtfvXuvjw','CMvHzezPBgu','C3vJy2vZCW','C3bUDgS','y2XLyxi','rg1pANG','CMvK','y29UBMvJDcb0BW','ENzcExG','mte1otu4BKfXAfrb','zw1HAwW','BwvZC2fNzq','BMj4Buy','zxrLCG','AhjLzG','tgLNvem','C2LVBG','C2vHCMnOugfYyq','vMDtBMi','weDWzxC','y29Kzq','zgvIDwC','shHTvK8','BMzPz3vYyxrPBW','zxHWzwn0zwrtDa','mtyWmdu5oxDYBxHYza','B2LUDa','AeLvD2u','B3DIBuK','lNnLy3jLDhm','C2nVCgvZ','C3nMDwXSEq','zgLZCgXHEv9Uyq','BK5eDK0','D2jsCKq','zw50CMLLCW','CgfYC2u','y2XPzw50x2LK','DxrMltG','zxr1CM5Lzca','Dg9tDhjPBMC','t0LeqYb0B2TLBG','igv4CgLYzwqGCW','BM9Uy2u','C3vI','CeHqque','BI9VCgvUAwqTyW','A2Drv3q','Bu5Vv2S','CMv0x2zPBgu','zgvSzxrL','yNvPBgrbDxrOBW','wvPPA3a','Dgf0zsbWyxjHBq','z3vYyxrPB24','ChjVzMLSzq','BMnL','CML6yxrPB25vCG','yuTQtM4','zxjYB3i','zxjLzcbZDwnJzq','CK1yCgu','mtHhzxLkCu4','B25MAwD1CMf0Aq','AxnZDwvY','zxHWzwn0zwroBW','ueTHr24','C3rHDhvZvgv4Da','Afr6sge','AM9PBG','AwruB2TLBG','u3rHDguGCgfYyq','ywXSB3DmB2nHBa','tLvAueO','t0LeqYbJB25MAq','shr1s3m','rgLZy292zxjPBG','mJe5mtyYnePzqvroEG','Aw5MBW','tM8Gt0LeqYbJBW','s0nfq29KzunOyq','yxbWBgLJyxrPBW','mtCYnZaZne9rEfLHBa','C2v0','u09Xu2K','rgLZy292zxj5ia','zgvMyxvSDf9YBW','zYbpsurdihbYBW','CxvPCMvKie9jra','Agv4','C3vIC3rYAw5N','rMfPBgvKihrVia','u2LNBIbPBIb3Aq','CML6yxrPB24Gvq','rwDQrxG','ywXSB3DFBg9Jyq','t0LeqYbJywnOzq','yxv0Ag9YAxPHDa','zenZv1O','BMHyEva','vMLfB1G','y2XPzw50swq','zMLSDgvY','y3jLyxrLzef0','t1rMqxy','rhfUvNK','Aw9U','zgLZy292zxiGtW','wuTgENG','CMv0igzYB20G','nwP4u2vWrG','y2XPzw50x3nLyW','yxrL','r2vUzxjHDgvKia','CMvZCg9UC2uGBq'];_0x48ce=function(){return _0x4442c3;};return _0x48ce();}export async function reloadOidcConfig(){const _0xd53de2={_0x329617:0x1ed,_0x10440a:0x237,_0x426e16:0x12},_0x3dab47={_0x34ef11:0x7e,_0x173557:0xe5,_0x3a4e69:0x611},_0x35a2ee={_0x48b0a3:0xfa,_0x2c9e4b:0x34c};function _0x30f11e(_0x523b17,_0x2f0cc1,_0x41211d,_0xa65e89){return _0x2915da(_0x523b17-_0x35a2ee._0x48b0a3,_0x2f0cc1-0x102,_0x523b17- -_0x35a2ee._0x2c9e4b,_0x2f0cc1);}const _0x4e9218={'jiQkW':function(_0xb5b59b){return _0xb5b59b();},'zvByx':function(_0x575b79){return _0x575b79();}};_0x4e9218[_0xabb0b9(-_0xd53de2._0x329617,-_0xd53de2._0x10440a,-0x20f,-0x1ef)](clearOidcCache);function _0xabb0b9(_0x375a61,_0xe7c46b,_0x45e799,_0x2c4de4){return _0x2915da(_0x375a61-_0x3dab47._0x34ef11,_0xe7c46b-_0x3dab47._0x173557,_0x45e799- -_0x3dab47._0x3a4e69,_0x2c4de4);}return await _0x4e9218[_0x30f11e(_0xd53de2._0x426e16,0xb,0x63,-0x49)](loadOidcConfig);}export async function testOidcDiscovery(_0x3a1c7d){const _0x1a9ad6={_0x408391:0x11b,_0x34dc95:0xcd,_0x195bad:0xbb,_0x14630b:0x177,_0x184fc5:0x120,_0x4522bb:0x2aa,_0x23b158:0x2a3,_0x1e2502:0x16d,_0x553ef0:0x10f,_0x8ed6ca:0x2b9,_0x121351:0x2ca,_0x3d944a:0x2f4,_0x18b26d:0x29b,_0x4faa3a:0x2a4,_0x2ede45:0xf4,_0x2488a2:0x15e,_0x1b5502:0x1bb,_0x41545c:0x1b3,_0x1cb9ff:0x316,_0x2a8895:0x2ef,_0x335cf5:0x2a4,_0x1f0f07:0x16a,_0x13e830:0x166,_0x2d7d86:0x117,_0x848bb3:0xb9,_0x56eddd:0x28c,_0x1d01f4:0x2c9,_0xe5c89f:0x17b,_0x3edc52:0x17f,_0x268692:0x2e4,_0x3746fd:0x12f,_0xbcf02:0xcf,_0x34e1b2:0x14a,_0x4b0416:0x13c,_0x30eae8:0xe3,_0x574cb2:0x148,_0x5a389d:0x2b6,_0x72f85:0xfa,_0x4c7729:0x135,_0x2ecc27:0xbc,_0x5a37b4:0x24c,_0x1ef248:0x285,_0x42ce79:0x278,_0x53d0ec:0x310,_0x2a4af9:0x2cb,_0x3bdba5:0xf1,_0x1a8c44:0x11e,_0x213b19:0xe7,_0x27c184:0x127,_0x1e1464:0x184,_0x7b34d3:0x16a,_0x1c4c70:0x12f,_0x526d53:0x2cb,_0x567c7e:0x2fb,_0x4ca8b8:0x2cb,_0xc4bbb5:0x10b,_0x30520a:0x12d,_0xe39dc8:0x365,_0x53159a:0x329,_0x18dc99:0x317,_0x1c23a5:0x324,_0x58cd4c:0xce,_0x5b52e6:0x94,_0x386f3b:0x130,_0x2dcdc9:0x8d,_0x115032:0x2f3,_0x501660:0x2a2,_0x11dc9b:0xe6,_0x4dfe8d:0xc3,_0x84f7e9:0x26b,_0x49eb86:0x27d,_0x3b4c4f:0x278,_0x285a6c:0x17d,_0x45cc29:0x16b,_0x58596c:0x199,_0x58cc77:0x27b,_0x4f74e4:0x290,_0x40a84d:0x298,_0x4b62e8:0x246,_0x70f9c5:0x132,_0x561000:0x165,_0xc647dd:0x125,_0x5ccad3:0x22b,_0x153110:0x2c1,_0x152874:0x2c6,_0xf5f720:0x2f6,_0xcd6bd2:0x314,_0x16f84d:0x15b,_0x2f80d7:0x141,_0x136a3c:0x286,_0x111d59:0x2de,_0x3ebc63:0x28e},_0x5d20c4={_0x301ebf:0x79,_0x4b19e4:0x4c2},_0x1c0ee7={_0x5de06a:0x126};function _0x25e22d(_0x2f7dbd,_0x3e3726,_0x57b640,_0x4d8ae6){return _0x2915da(_0x2f7dbd-_0x1c0ee7._0x5de06a,_0x3e3726-0x1d9,_0x3e3726- -0xcb,_0x2f7dbd);}function _0x46c7be(_0x4edb15,_0x535c1c,_0x5327cf,_0x4caafe){return _0x2915da(_0x4edb15-_0x5d20c4._0x301ebf,_0x535c1c-0x1e0,_0x4edb15- -_0x5d20c4._0x4b19e4,_0x4caafe);}const _0x584cd9={'DqnVy':function(_0x5e92f8,_0x2dcfcb){return _0x5e92f8+_0x2dcfcb;},'hTzHa':function(_0x5b08b4,_0xd408a1,_0x1c58ab){return _0x5b08b4(_0xd408a1,_0x1c58ab);},'ViEoX':_0x46c7be(-_0x1a9ad6._0x408391,-0x174,-0xf0,-0x176)+_0x46c7be(-0xcb,-_0x1a9ad6._0x34dc95,-0xcd,-_0x1a9ad6._0x195bad),'FnvKE':_0x46c7be(-0x12c,-_0x1a9ad6._0x14630b,-_0x1a9ad6._0x184fc5,-0x17e),'rMXpe':'authorizat'+'ion_endpoi'+'nt','DmOjx':function(_0x2fd9d9,_0x215f71){return _0x2fd9d9!==_0x215f71;},'aKjNn':_0x25e22d(_0x1a9ad6._0x4522bb,0x30b,0x320,0x32c),'JojQF':'YWicp','mNoWk':'Failed\x20to\x20'+_0x25e22d(0x295,0x292,_0x1a9ad6._0x23b158,0x260)+'\x20discovery'+'\x20endpoint'};try{const _0x12497f=new URL(_0x46c7be(-_0x1a9ad6._0x1e2502,-0x11f,-0x147,-_0x1a9ad6._0x553ef0)+_0x25e22d(0x2a1,_0x1a9ad6._0x8ed6ca,0x259,0x261)+_0x25e22d(0x274,_0x1a9ad6._0x121351,0x2f8,0x2a1)+'on',_0x3a1c7d['endsWith']('/')?_0x3a1c7d:_0x584cd9[_0x25e22d(0x331,_0x1a9ad6._0x3d944a,_0x1a9ad6._0x18b26d,_0x1a9ad6._0x4faa3a)](_0x3a1c7d,'/')),_0x2cf54e=await _0x584cd9[_0x46c7be(-0x128,-0x181,-0x140,-_0x1a9ad6._0x2ede45)](fetch,_0x12497f[_0x46c7be(-_0x1a9ad6._0x2488a2,-_0x1a9ad6._0x1b5502,-_0x1a9ad6._0x41545c,-0x10b)],{'headers':{'Accept':_0x584cd9[_0x25e22d(_0x1a9ad6._0x1cb9ff,_0x1a9ad6._0x2a8895,_0x1a9ad6._0x335cf5,0x29b)]},'signal':AbortSignal['timeout'](0x403*0xd+-0x3*0x16a9+0x36e4)});if(!_0x2cf54e['ok']){const _0x336dc8={};return _0x336dc8[_0x46c7be(-_0x1a9ad6._0x1f0f07,-_0x1a9ad6._0x13e830,-0x15b,-0x1a0)]=![],_0x336dc8['error']=_0x46c7be(-_0x1a9ad6._0x2d7d86,-_0x1a9ad6._0x848bb3,-0x16d,-0xcf)+_0x46c7be(-0xd4,-0x73,-0xb7,-0x12f)+_0x25e22d(0x284,0x2b2,_0x1a9ad6._0x56eddd,_0x1a9ad6._0x1d01f4)+_0x2cf54e['status']+':\x20'+_0x2cf54e[_0x25e22d(0x29e,0x2ce,0x32f,0x287)],_0x336dc8;}const _0x51feb0=await _0x2cf54e[_0x46c7be(-0x177,-_0x1a9ad6._0xe5c89f,-_0x1a9ad6._0x3edc52,-0x15f)](),_0x5c298e=[_0x584cd9[_0x25e22d(_0x1a9ad6._0x268692,0x2ff,0x360,0x352)],_0x584cd9[_0x46c7be(-_0x1a9ad6._0x3746fd,-_0x1a9ad6._0xbcf02,-0xd7,-_0x1a9ad6._0x34e1b2)],_0x46c7be(-0xe6,-_0x1a9ad6._0x4b0416,-_0x1a9ad6._0x30eae8,-_0x1a9ad6._0x574cb2)+'oint'],_0x192e1e=_0x5c298e[_0x25e22d(0x2d3,0x2f1,0x33a,_0x1a9ad6._0x5a389d)](_0x23cf25=>!_0x51feb0[_0x23cf25]);if(_0x192e1e['length']>0x2b9*-0x8+-0x1*-0x92f+0xc99)return{'success':![],'error':'Discovery\x20'+_0x46c7be(-_0x1a9ad6._0x72f85,-0x14a,-_0x1a9ad6._0x4c7729,-_0x1a9ad6._0x2ecc27)+_0x25e22d(_0x1a9ad6._0x5a37b4,_0x1a9ad6._0x1ef248,_0x1a9ad6._0x121351,_0x1a9ad6._0x42ce79)+_0x25e22d(_0x1a9ad6._0x3d944a,_0x1a9ad6._0x53d0ec,_0x1a9ad6._0x2a4af9,0x351)+_0x46c7be(-_0x1a9ad6._0x3bdba5,-_0x1a9ad6._0x1a8c44,-_0x1a9ad6._0x213b19,-0xfe)+_0x192e1e[_0x46c7be(-_0x1a9ad6._0x27c184,-_0x1a9ad6._0xbcf02,-_0x1a9ad6._0x1e1464,-0x111)](',\x20')};const _0x4c9383={};return _0x4c9383[_0x46c7be(-_0x1a9ad6._0x7b34d3,-0x134,-_0x1a9ad6._0x1c4c70,-0x1ba)]=!![],_0x4c9383[_0x25e22d(_0x1a9ad6._0x8ed6ca,_0x1a9ad6._0x526d53,_0x1a9ad6._0x567c7e,0x27d)]=_0x51feb0[_0x25e22d(0x2ae,_0x1a9ad6._0x4ca8b8,0x26e,0x26e)],_0x4c9383[_0x46c7be(-_0x1a9ad6._0xc4bbb5,-_0x1a9ad6._0x34e1b2,-0xd7,-_0x1a9ad6._0x30520a)+_0x25e22d(_0x1a9ad6._0xe39dc8,_0x1a9ad6._0x53159a,_0x1a9ad6._0x18dc99,_0x1a9ad6._0x1c23a5)+'nt']=_0x51feb0['authorizat'+_0x46c7be(-_0x1a9ad6._0x58cd4c,-_0x1a9ad6._0x5b52e6,-_0x1a9ad6._0x386f3b,-_0x1a9ad6._0x2dcdc9)+'nt'],_0x4c9383['token_endp'+_0x25e22d(_0x1a9ad6._0x115032,0x2a5,0x2bc,_0x1a9ad6._0x501660)]=_0x51feb0[_0x46c7be(-_0x1a9ad6._0x11dc9b,-_0x1a9ad6._0x213b19,-_0x1a9ad6._0x4dfe8d,-0x12f)+_0x25e22d(_0x1a9ad6._0x84f7e9,0x2a5,_0x1a9ad6._0x49eb86,_0x1a9ad6._0x3b4c4f)],_0x4c9383[_0x46c7be(-_0x1a9ad6._0x285a6c,-_0x1a9ad6._0x45cc29,-0x189,-_0x1a9ad6._0x58596c)+'ported']=_0x51feb0['scopes_sup'+'ported']||[],_0x4c9383;}catch(_0x1379da){if(_0x584cd9[_0x25e22d(_0x1a9ad6._0x58cc77,_0x1a9ad6._0x4f74e4,_0x1a9ad6._0x40a84d,_0x1a9ad6._0x4b62e8)](_0x584cd9[_0x46c7be(-_0x1a9ad6._0x70f9c5,-_0x1a9ad6._0x561000,-0xf7,-_0x1a9ad6._0xc647dd)],_0x584cd9[_0x25e22d(0x256,0x283,_0x1a9ad6._0x5ccad3,_0x1a9ad6._0x153110)])){const _0xe6a235={};return _0xe6a235[_0x46c7be(-0x16a,-0x14f,-0x19b,-0x11d)]=![],_0xe6a235[_0x25e22d(0x2c0,_0x1a9ad6._0x152874,0x325,0x274)]=_0x1379da[_0x25e22d(0x2de,0x296,0x267,0x267)]||_0x584cd9[_0x25e22d(_0x1a9ad6._0xf5f720,0x2bb,_0x1a9ad6._0xcd6bd2,_0x1a9ad6._0x3d944a)],_0xe6a235;}else _0x437332[_0x46c7be(-_0x1a9ad6._0x16f84d,-_0x1a9ad6._0x2f80d7,-0x15f,-0x136)+'ms'][_0x25e22d(_0x1a9ad6._0x136a3c,_0x1a9ad6._0x111d59,0x291,_0x1a9ad6._0x3ebc63)](_0x4a17b7,_0x4cf0ea);}}
|
|
1
|
+
(function(_0x49eaa4,_0xd3fe75){const _0x434545={_0x20676d:0xfe,_0x538aec:0x9b,_0x148a61:0x2b8,_0x5bcec1:0x28f,_0x27ba39:0x367,_0x19fefa:0x362,_0xef21f:0x320,_0x4b5250:0x3af,_0x2f9a1c:0x2fb,_0x3b3da4:0x180,_0x53be79:0x13b,_0x5e10c1:0x3a1,_0x2978d5:0x32a,_0x4f8731:0x1a0,_0x7db3e2:0x119},_0x5c751a={_0x4201e8:0x23c};function _0x47f45a(_0x50e1a0,_0x4c0614,_0x515c54,_0x24ff6a){return _0x34c9(_0x24ff6a-_0x5c751a._0x4201e8,_0x50e1a0);}function _0x371e60(_0x1752d1,_0x4be23a,_0x2d9c5,_0x3086c8){return _0x34c9(_0x1752d1-0x47,_0x3086c8);}const _0x5146cb=_0x49eaa4();while(!![]){try{const _0x144a4a=-parseInt(_0x371e60(_0x434545._0x20676d,0x109,0x152,_0x434545._0x538aec))/(-0x1*-0x2351+-0x13ab+-0xfa5)+-parseInt(_0x47f45a(0x2ee,_0x434545._0x148a61,_0x434545._0x5bcec1,0x2da))/(-0xda8+0x1ff0+-0x1246)+-parseInt(_0x47f45a(0x2ee,0x31c,_0x434545._0x27ba39,0x306))/(0x1*0x2164+0x852+-0x29b3)+-parseInt(_0x47f45a(0x323,0x33b,_0x434545._0x19fefa,_0x434545._0xef21f))/(0xeb8+0x11c2+-0x2076)+parseInt(_0x47f45a(_0x434545._0x4b5250,0x3a5,0x359,0x383))/(0x14ec+-0x1260+-0x287)*(-parseInt(_0x47f45a(0x2e6,0x362,_0x434545._0x2f9a1c,0x340))/(0x2*0x3c9+-0x1cbf+0x1533))+parseInt(_0x371e60(0x180,_0x434545._0x3b3da4,0x1a0,_0x434545._0x53be79))/(-0x244a+-0x1de2+0x4233)*(-parseInt(_0x47f45a(_0x434545._0x5e10c1,0x380,_0x434545._0x2978d5,0x36c))/(-0x1213+-0x2245+0x3460))+parseInt(_0x371e60(0x168,_0x434545._0x4f8731,0x140,_0x434545._0x7db3e2))/(-0x187f+0x208c+0x9*-0xe4);if(_0x144a4a===_0xd3fe75)break;else _0x5146cb['push'](_0x5146cb['shift']());}catch(_0x50f2fd){_0x5146cb['push'](_0x5146cb['shift']());}}}(_0x4275,-0x1092d7+-0x49411+0x2276a6));import*as _0x5243b1 from'openid-client';import{promises as _0x505fd2}from'fs';import _0x512776 from'path';import _0x5de785 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(-0x1434+-0x18d4+0x2d12)*(0x19e1+0x765+-0x210a)*(-0x10a8+0x1c1+0x12cf);setInterval(()=>{const _0x225212={_0x505673:0x184,_0x5820be:0x152,_0x6b7c00:0x12b,_0x44d2da:0xd3,_0x18e03b:0x114,_0x29e650:0x4e9,_0x329278:0x4c2,_0x846d32:0x4f3,_0x3fbfd9:0x4b9,_0x5f5da0:0x4c1,_0x48a75f:0x542,_0x3b34bf:0x53f,_0x373678:0x522,_0x201cb9:0x172,_0x42b637:0x1ad,_0x336642:0x1b9,_0x178fa7:0x135,_0x11b610:0x140,_0x1fbe86:0x456,_0x476849:0x466,_0x463bcf:0xf5,_0x2f689c:0x169,_0x2558ff:0x119,_0x4ee102:0x4eb,_0x54483f:0x477},_0x5e9f11={};_0x5e9f11[_0x49c178(_0x225212._0x505673,_0x225212._0x5820be,_0x225212._0x6b7c00,_0x225212._0x44d2da)]=function(_0x3bb5f7,_0x3ff16f){return _0x3bb5f7>_0x3ff16f;};function _0x49c178(_0x4087de,_0x44801b,_0x16f000,_0x194eca){return _0x34c9(_0x16f000-0x8a,_0x4087de);}_0x5e9f11[_0x49c178(0x14f,0x106,0x166,_0x225212._0x18e03b)]=function(_0x38a395,_0x2ade4e){return _0x38a395===_0x2ade4e;},_0x5e9f11[_0x1ac032(_0x225212._0x29e650,0x496,_0x225212._0x329278,_0x225212._0x846d32)]=_0x1ac032(_0x225212._0x3fbfd9,_0x225212._0x5f5da0,0x4fa,_0x225212._0x48a75f),_0x5e9f11[_0x1ac032(0x4d5,_0x225212._0x3b34bf,0x4f2,_0x225212._0x373678)]=_0x49c178(0x1c5,0x14f,_0x225212._0x201cb9,0x1ce);function _0x1ac032(_0x158cff,_0xc7163b,_0x3b67d5,_0x2a8217){return _0x34c9(_0x3b67d5-0x3c5,_0xc7163b);}const _0x7dbdaf=_0x5e9f11,_0x120af9=Date[_0x49c178(_0x225212._0x42b637,0x1b2,0x1b4,_0x225212._0x336642)]();for(const [_0x375c9d,_0x253e5e]of stateStore[_0x49c178(0x182,_0x225212._0x178fa7,_0x225212._0x11b610,0xf0)]()){if(_0x7dbdaf[_0x1ac032(_0x225212._0x1fbe86,0x475,_0x225212._0x476849,0x40d)](_0x120af9-_0x253e5e[_0x49c178(_0x225212._0x463bcf,_0x225212._0x2f689c,_0x225212._0x2558ff,0xe4)],STATE_TTL)){if(_0x7dbdaf['AXinv'](_0x7dbdaf['ywGfr'],_0x7dbdaf['igYdu']))return _0x5b69f9;else stateStore[_0x1ac032(0x4b2,_0x225212._0x4ee102,0x4c8,_0x225212._0x54483f)](_0x375c9d);}}},(0x22a0+-0x2557+-0x15e*-0x2)*(0x53b+-0x12*-0x95+-0xf79)*(-0x2*0x1a5+0x2*0x53c+0x1*-0x346))[_0x1ac668(0x272,0x2be,0x229,0x25d)]();let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x5c5a71={_0x38baf7:0xe9,_0x44c47e:0xd8,_0x582ff9:0x13d,_0x256d53:0x126,_0x3c37bc:0x64,_0xd8f90d:0xf6,_0x419841:0x95,_0xfbd331:0x35,_0x43a95c:0xd4,_0x416788:0x89,_0x44c9e5:0x7b,_0x5e4602:0x16d,_0x3bc434:0x14d,_0x22a855:0x3d,_0x3e4aaf:0x8a,_0x5cbbe8:0x1a4,_0x2e2431:0x1fc,_0x169ebd:0x1dd,_0x4ab935:0x1e2,_0x1aa7a3:0xcb,_0x339645:0x11b,_0x3a5a4c:0x16c,_0x10fbd9:0x11d,_0x30e808:0x193,_0x4c14e3:0x1d1,_0x1e6eeb:0x1a6,_0x26286d:0x136,_0x19eaed:0x13a,_0x59e112:0x14e,_0x1831ed:0x168,_0x4c243b:0x154,_0x2c90a6:0x194,_0x2ff5f0:0x96,_0x15b96b:0x6a,_0x55018d:0x163,_0x212f6d:0x161,_0x2dac98:0x10b,_0x740ab8:0x193,_0x3266f4:0xfb,_0x3ee84e:0x109,_0x3c7efd:0xcd,_0x533703:0x90,_0x2ef512:0x139,_0x10ea39:0x10c,_0x290639:0xd7,_0x4403e1:0xed,_0x5207eb:0xa6,_0x54cfc3:0x4a,_0x473e0a:0x9e,_0x1364d1:0x133,_0x232792:0x191,_0x2c8f93:0x1a6,_0x3bc4e1:0x1fb,_0x51a454:0x1b9,_0x39207a:0xb8,_0x532c2f:0x79,_0x1a79fa:0xd1,_0x48f3dc:0xb2,_0x52a2d7:0x17f,_0x3550a3:0x144,_0x181c0d:0x15b,_0x893b66:0xc8,_0x3867c0:0x1a0,_0x404e17:0x1b9,_0x97054e:0x12b,_0x4d157d:0x181,_0x28bd7f:0x16d,_0x383efe:0x10f,_0xeb7dfc:0x17b,_0x4d136a:0xde,_0x5153a8:0xec,_0x5017f5:0x11a,_0x31f9b8:0x1f,_0x3e6d2f:0x69,_0x3f4d7d:0xf4,_0x1021ad:0xd9,_0x5bbffd:0x106,_0x3f4f7c:0x159,_0x3dc239:0xc5,_0x1f944e:0x10e,_0x2b552c:0xb8,_0x30f2b6:0x9a,_0x58b802:0x103,_0x27834c:0xe2,_0x2fac1d:0x1ea,_0x2b429f:0x131,_0x296a2b:0x16d,_0x296940:0x114,_0x14a80a:0x37,_0xd5141f:0xdd,_0xe48cfd:0x117,_0x26c76a:0x135,_0x179ea4:0x135,_0x4b14c3:0xa7,_0x224d77:0xb6,_0x952310:0xef,_0x593db7:0xa6,_0x323f0e:0x1b9,_0x176ede:0x169,_0x3d3e72:0x14f,_0xd592da:0xfa,_0x3d64e1:0x14e,_0x141e69:0x1ac,_0x518a60:0x18d,_0x483843:0x1e4,_0x5a2387:0x1d2,_0x3afa9c:0x80,_0x3170c2:0xa7,_0x3a7008:0xe5,_0x1f7d49:0x175,_0x39d3b0:0xf3,_0xf55f2b:0x164,_0x22460b:0x24,_0x59a0ff:0x19e,_0x2ee17d:0x59,_0x428db5:0xcf,_0x95ea87:0xde,_0xa8f92c:0x199,_0x4d3e67:0x194,_0x5d2a6a:0x178,_0x20c7d5:0x64,_0x558b5f:0x1aa,_0xb1d95e:0xbb,_0x4ed87e:0x4b,_0x132d5c:0xa1,_0x17e891:0x1f7,_0x250d53:0x1b0,_0x42ac76:0x1e6,_0x1c7ae0:0x208,_0x58f754:0x192,_0x4ede44:0x18c,_0x444324:0xb6,_0x21e81b:0x162,_0x50d299:0x1bd,_0x13bcab:0x49,_0x402dd1:0x91,_0x4e7afd:0x1c7,_0x5ba0fd:0xd6,_0x18464a:0xd6,_0x337f32:0xd0,_0x1e556c:0x17e,_0x1ea376:0x190,_0x44d541:0x179,_0x23c680:0x160,_0x3c82f2:0x107,_0x580dec:0xe1,_0x58e59f:0x1a0,_0x55970c:0x1b8,_0x55fc8d:0x1d1,_0x3e03fa:0x98,_0x48f298:0x72,_0x73a92c:0x138,_0x59551a:0x14b,_0x58e530:0x1ae,_0x45e537:0x81,_0x1b338f:0x86,_0x59d0e5:0x17a,_0x3370de:0x116,_0x3c5bcc:0x1de,_0x2c42f1:0x1f3,_0x2b9ff7:0x1a7,_0x3704b1:0x189,_0x2b7bbf:0xbd,_0x52ebce:0xcc,_0x7fb9f7:0x217,_0x18fe1c:0x168,_0xaa9e30:0x1da,_0x37c719:0x84,_0x11eba8:0x179,_0x237134:0x143,_0x218668:0x1c8,_0x4cb542:0x18f,_0x59f154:0x19e,_0x35fe02:0x1a9,_0x1e6714:0x55,_0x3ce9d3:0xfc,_0x2a7fbb:0x15,_0x17eedd:0xa6,_0x3a44c9:0x88,_0x52b4f8:0x1b4,_0x435dd1:0x1d9,_0x1d4312:0x100,_0x443b22:0x10a,_0x5eb1ff:0x219,_0x241a66:0x165,_0x5d3785:0xc5,_0x15618d:0x8a,_0x5b903e:0x13f,_0x59c3dd:0xf1,_0x50960a:0x127,_0x15acfa:0x40,_0x10bffe:0x5e,_0x316d7f:0x30,_0x28d04f:0x84,_0x59c1bd:0x8a,_0x26e8db:0x1eb,_0x3b58e4:0xb3,_0x12bde0:0x93,_0x1ea2e1:0x14c,_0x52996a:0x179,_0x22f33d:0x112,_0x31243a:0x11c,_0x55c84e:0x1ca,_0x54e11b:0x18e,_0x1c5836:0x1b8,_0x3ec097:0x10d,_0x67739a:0x169,_0x371133:0x93,_0x9e668b:0xde,_0x4b72f4:0x60,_0x5f0145:0x8c,_0x25125f:0xb6,_0x11032e:0x7c,_0x271c1c:0xf0,_0x66d255:0x147,_0x4abdc9:0xea,_0x53bfb5:0x64,_0x3f8eb4:0x16d,_0x54e18c:0x16c,_0x5521d7:0x1a1,_0x1b4de3:0x13f,_0x29b496:0x207,_0x3f05cc:0x19b,_0x45db6f:0xd0,_0x50de97:0x10c,_0x124e0e:0x12c,_0xfae61c:0x6a,_0x430c7d:0xea},_0x2fe04d={_0x532abb:0x13f,_0x49f2fd:0x30b},_0x53fa00={_0x57ebc9:0x139},_0x475e5f={};_0x475e5f[_0x16481b(-_0x5c5a71._0x38baf7,-0xfd,-0x121,-_0x5c5a71._0x44c47e)]=function(_0x57c65d,_0x8d7c0d){return _0x57c65d>_0x8d7c0d;},_0x475e5f[_0x1b7854(-0x12e,-0x14c,-_0x5c5a71._0x582ff9,-0xd2)]=function(_0x32f5d6,_0x32e3e4){return _0x32f5d6-_0x32e3e4;},_0x475e5f['JAeTh']=function(_0x4dcd37,_0xaf0637){return _0x4dcd37===_0xaf0637;},_0x475e5f[_0x1b7854(-_0x5c5a71._0x256d53,-0x134,-0x149,-0xc6)]=_0x16481b(-_0x5c5a71._0x3c37bc,-_0x5c5a71._0xd8f90d,-0xe1,-_0x5c5a71._0x419841),_0x475e5f[_0x16481b(-_0x5c5a71._0xfbd331,-_0x5c5a71._0x43a95c,-_0x5c5a71._0x416788,-_0x5c5a71._0x44c9e5)]=_0x1b7854(-0x15b,-_0x5c5a71._0x5e4602,-_0x5c5a71._0x3bc434,-0x1a8)+_0x16481b(-0x26,-0xc9,-_0x5c5a71._0x22a855,-_0x5c5a71._0x3e4aaf)+'n\x20file\x20fou'+'nd';function _0x1b7854(_0x143ff4,_0x3ff705,_0x42062e,_0x37bacb){return _0x1ac668(_0x143ff4-0x1e,_0x3ff705-_0x53fa00._0x57ebc9,_0x42062e,_0x143ff4- -0x3b9);}_0x475e5f[_0x1b7854(-_0x5c5a71._0x5cbbe8,-_0x5c5a71._0x2e2431,-_0x5c5a71._0x169ebd,-_0x5c5a71._0x4ab935)]=_0x16481b(-0xed,-0xfb,-_0x5c5a71._0x1aa7a3,-0x115)+_0x16481b(-_0x5c5a71._0x339645,-_0x5c5a71._0x3a5a4c,-0x16f,-_0x5c5a71._0x10fbd9)+_0x1b7854(-_0x5c5a71._0x30e808,-_0x5c5a71._0x4c14e3,-0x132,-_0x5c5a71._0x1e6eeb)+'ion',_0x475e5f['CgvnY']=function(_0x474679,_0x5887f9){return _0x474679>_0x5887f9;},_0x475e5f[_0x16481b(-0x110,-0x127,-0x135,-0xe8)]=_0x16481b(-0xd1,-_0x5c5a71._0x26286d,-_0x5c5a71._0x19eaed,-0xd7),_0x475e5f[_0x1b7854(-_0x5c5a71._0x59e112,-0x169,-0x14d,-0x12d)]=_0x1b7854(-_0x5c5a71._0x1831ed,-_0x5c5a71._0x4c243b,-_0x5c5a71._0x2c90a6,-0x10b),_0x475e5f[_0x1b7854(-0x113,-0x11d,-0x13d,-0xff)]=_0x16481b(-_0x5c5a71._0x2ff5f0,-_0x5c5a71._0x15b96b,-0x95,-0xaf),_0x475e5f[_0x1b7854(-0x146,-0x18b,-_0x5c5a71._0x55018d,-0x148)]=function(_0x49d74c,_0x2573b7){return _0x49d74c===_0x2573b7;},_0x475e5f['wZDNI']=_0x1b7854(-_0x5c5a71._0x212f6d,-_0x5c5a71._0x2dac98,-_0x5c5a71._0x740ab8,-0x183),_0x475e5f[_0x16481b(-_0x5c5a71._0x3266f4,-_0x5c5a71._0x3ee84e,-0xc8,-_0x5c5a71._0x3c7efd)]=_0x16481b(-0x7d,-0x62,-_0x5c5a71._0x533703,-0xaa),_0x475e5f['VxcEU']=_0x1b7854(-0x16a,-0x19e,-0x120,-_0x5c5a71._0x2ef512)+_0x1b7854(-_0x5c5a71._0x10ea39,-0xf4,-0xde,-0xd8)+_0x16481b(-0xfa,-0xbc,-0x111,-0x114)+'d\x20in\x20confi'+'guration',_0x475e5f[_0x16481b(-0xd2,-_0x5c5a71._0x290639,-0x12a,-_0x5c5a71._0x4403e1)]=_0x16481b(-_0x5c5a71._0x5207eb,-_0x5c5a71._0x54cfc3,-0xd8,-_0x5c5a71._0x473e0a),_0x475e5f[_0x16481b(-_0x5c5a71._0x1364d1,-0xd2,-0xc5,-0x10b)]='issuer',_0x475e5f[_0x1b7854(-0x167,-_0x5c5a71._0x232792,-0x147,-0x11f)]=function(_0x173aa4,_0x403861){return _0x173aa4!==_0x403861;},_0x475e5f['vkiQV']=_0x1b7854(-_0x5c5a71._0x2c8f93,-_0x5c5a71._0x3bc4e1,-0x195,-_0x5c5a71._0x51a454),_0x475e5f[_0x16481b(-_0x5c5a71._0x39207a,-_0x5c5a71._0x532c2f,-_0x5c5a71._0x1a79fa,-_0x5c5a71._0x48f3dc)]=_0x1b7854(-_0x5c5a71._0x52a2d7,-_0x5c5a71._0x3550a3,-_0x5c5a71._0x181c0d,-0x1b8),_0x475e5f['PXZUW']=_0x16481b(-0xbc,-_0x5c5a71._0x893b66,-0xaa,-_0x5c5a71._0x3ee84e),_0x475e5f[_0x1b7854(-_0x5c5a71._0x3867c0,-0x168,-_0x5c5a71._0x404e17,-0x18c)]=_0x1b7854(-_0x5c5a71._0x97054e,-_0x5c5a71._0x4d157d,-0x164,-_0x5c5a71._0x28bd7f),_0x475e5f['ZhhuF']=_0x1b7854(-0x16b,-0x16f,-_0x5c5a71._0x383efe,-_0x5c5a71._0xeb7dfc),_0x475e5f[_0x16481b(-_0x5c5a71._0x97054e,-_0x5c5a71._0x383efe,-0xb3,-_0x5c5a71._0x4d136a)]=function(_0x22f65c,_0x5168fd){return _0x22f65c!==_0x5168fd;},_0x475e5f[_0x16481b(-_0x5c5a71._0x5153a8,-_0x5c5a71._0x28bd7f,-0x12c,-_0x5c5a71._0x5017f5)]=_0x16481b(-_0x5c5a71._0x31f9b8,-0x4d,-_0x5c5a71._0x3e6d2f,-0x6c)+'th\x20SSO',_0x475e5f[_0x1b7854(-0x109,-_0x5c5a71._0x3f4d7d,-0x14f,-0x131)]='OIDC\x20confi'+_0x1b7854(-0x123,-0x172,-0xfb,-_0x5c5a71._0x1021ad)+'oaded',_0x475e5f[_0x16481b(-0xdf,-0xe6,-_0x5c5a71._0x5bbffd,-0x11c)]=_0x16481b(-0x10b,-_0x5c5a71._0x3f4f7c,-_0x5c5a71._0x3dc239,-_0x5c5a71._0x1f944e);function _0x16481b(_0x105586,_0x1b0438,_0x3147b9,_0x65a75){return _0x1ac668(_0x105586-_0x2fe04d._0x532abb,_0x1b0438-0x162,_0x3147b9,_0x65a75- -_0x2fe04d._0x49f2fd);}_0x475e5f[_0x16481b(-_0x5c5a71._0x2b552c,-0xce,-0x52,-0x97)]=_0x16481b(-_0x5c5a71._0x30f2b6,-_0x5c5a71._0x58b802,-_0x5c5a71._0x27834c,-0xdd);const _0x442ae6=_0x475e5f,_0x3d3f23=_0x512776['join'](DATA_DIR,_0x442ae6[_0x1b7854(-0x196,-_0x5c5a71._0x2fac1d,-0x175,-0x178)]);try{if(_0x442ae6[_0x16481b(-0x170,-_0x5c5a71._0x181c0d,-0xde,-0x113)](_0x1b7854(-0x168,-_0x5c5a71._0x2b429f,-0x190,-0x10e),_0x442ae6[_0x1b7854(-0x14e,-0x140,-_0x5c5a71._0x296a2b,-0x107)])){const _0x65b07a=await _0x505fd2[_0x16481b(-_0x5c5a71._0x296940,-0x101,-0xfb,-0xc5)](_0x3d3f23,_0x442ae6['QxKrW']),_0x1d0f06=JSON['parse'](_0x65b07a);if(!_0x1d0f06['enabled'])return _0x442ae6[_0x16481b(-_0x5c5a71._0x14a80a,-0x38,-_0x5c5a71._0xd5141f,-0x98)](_0x442ae6[_0x16481b(-0xa4,-_0x5c5a71._0xe48cfd,-_0x5c5a71._0x26c76a,-0xf1)],_0x442ae6['lUspt'])?_0x468c1f:(logger[_0x16481b(-0x115,-_0x5c5a71._0x179ea4,-_0x5c5a71._0x4b14c3,-0x10a)](_0x442ae6[_0x16481b(-0x5c,-0x8e,-_0x5c5a71._0x224d77,-0x81)]),null);const _0x526e3f=[_0x442ae6[_0x16481b(-_0x5c5a71._0x952310,-0x13c,-_0x5c5a71._0x593db7,-0xed)],_0x442ae6[_0x1b7854(-_0x5c5a71._0x323f0e,-_0x5c5a71._0x176ede,-0x1c7,-0x1db)]];for(const _0x2a7d5b of _0x526e3f){if(!_0x1d0f06[_0x2a7d5b])throw new Error(_0x1b7854(-_0x5c5a71._0x3d3e72,-_0x5c5a71._0xd592da,-0xf7,-_0x5c5a71._0x3d64e1)+_0x1b7854(-_0x5c5a71._0x141e69,-0x1a4,-0x15a,-0x1f8)+_0x1b7854(-_0x5c5a71._0x518a60,-0x1ca,-_0x5c5a71._0x483843,-_0x5c5a71._0x5a2387)+_0x16481b(-_0x5c5a71._0x3afa9c,-0x93,-0x86,-_0x5c5a71._0x3170c2)+'d:\x20'+_0x2a7d5b);}if(!_0x1d0f06['client_sec'+_0x16481b(-0xcf,-_0x5c5a71._0x3a7008,-0xa3,-0xc9)]&&_0x1d0f06['client_sec'+'ret_file']){const _0x1dd7ad=_0x512776[_0x1b7854(-0x14a,-0x124,-_0x5c5a71._0x1f7d49,-_0x5c5a71._0x39d3b0)](_0x1d0f06[_0x1b7854(-_0x5c5a71._0xf55f2b,-_0x5c5a71._0x97054e,-0x1b2,-0x11f)+_0x16481b(0x6,-0xad,-_0x5c5a71._0x22460b,-0x59)])?_0x1d0f06[_0x1b7854(-0x164,-_0x5c5a71._0x59a0ff,-0x118,-0x181)+_0x16481b(-0x51,-0x85,-0xb8,-_0x5c5a71._0x2ee17d)]:_0x512776[_0x16481b(-0x3d,-_0x5c5a71._0x428db5,-_0x5c5a71._0x95ea87,-0x8f)](DATA_DIR,_0x1b7854(-_0x5c5a71._0xa8f92c,-0x1c8,-_0x5c5a71._0x4d3e67,-_0x5c5a71._0x5d2a6a),_0x1d0f06['client_sec'+_0x16481b(-0x4,-0x85,-_0x5c5a71._0x20c7d5,-_0x5c5a71._0x2ee17d)]);try{_0x1d0f06[_0x1b7854(-_0x5c5a71._0xf55f2b,-0x151,-_0x5c5a71._0x558b5f,-0x1a2)+'ret']=(await _0x505fd2['readFile'](_0x1dd7ad,'utf-8'))['trim']();}catch(_0x46e4c9){if(_0x442ae6[_0x1b7854(-0x167,-0x1a4,-0x198,-0x15c)](_0x16481b(-_0x5c5a71._0xb1d95e,-_0x5c5a71._0x4ed87e,-_0x5c5a71._0x132d5c,-0x99),_0x442ae6[_0x1b7854(-0x1ad,-_0x5c5a71._0x17e891,-0x1f4,-0x160)]))throw new Error(_0x1b7854(-0x1c3,-_0x5c5a71._0x250d53,-0x1d7,-_0x5c5a71._0x42ac76)+_0x1b7854(-0x1c0,-_0x5c5a71._0x1c7ae0,-_0x5c5a71._0x58f754,-_0x5c5a71._0x4ede44)+_0x16481b(-_0x5c5a71._0x444324,-0xd8,-0xb4,-0xd4)+_0x1b7854(-_0x5c5a71._0x21e81b,-_0x5c5a71._0x51a454,-0x12a,-_0x5c5a71._0x50d299)+_0x1dd7ad+':\x20'+_0x46e4c9[_0x16481b(-0x8e,-_0x5c5a71._0x13bcab,-0x3e,-_0x5c5a71._0x402dd1)]);else _0x442ae6[_0x1b7854(-0x186,-_0x5c5a71._0x4e7afd,-0x14f,-0x124)](_0x442ae6['BDBmq'](_0x3fcf5c,_0x153a92['createdAt']),_0x3e05bb)&&_0x2e8cbd[_0x16481b(-0x49,-0x8c,-0xeb,-0xa3)](_0x1fb4b8);}}_0x1d0f06[_0x16481b(-_0x5c5a71._0x5ba0fd,-_0x5c5a71._0x533703,-_0x5c5a71._0x18464a,-_0x5c5a71._0x337f32)]=_0x1d0f06[_0x1b7854(-_0x5c5a71._0x1e556c,-_0x5c5a71._0x1ea376,-_0x5c5a71._0x44d541,-0x15c)]||[_0x442ae6[_0x1b7854(-_0x5c5a71._0x23c680,-0x147,-0x15c,-_0x5c5a71._0x3c82f2)],_0x442ae6[_0x16481b(-0x15b,-_0x5c5a71._0x580dec,-0x105,-0x119)],_0x442ae6[_0x1b7854(-_0x5c5a71._0x58e59f,-_0x5c5a71._0x55970c,-0x19b,-_0x5c5a71._0x55fc8d)]],_0x1d0f06[_0x16481b(-_0x5c5a71._0x3e03fa,-0x66,-_0x5c5a71._0x48f298,-0x9d)+_0x1b7854(-0x10e,-_0x5c5a71._0x73a92c,-0xd9,-0x14b)]=_0x442ae6[_0x1b7854(-0x167,-0x12f,-0x1af,-0x147)](_0x1d0f06[_0x1b7854(-_0x5c5a71._0x59551a,-_0x5c5a71._0xd592da,-_0x5c5a71._0x58e530,-_0x5c5a71._0x5bbffd)+_0x1b7854(-0x10e,-0x136,-_0x5c5a71._0x2b552c,-0x131)],![]),_0x1d0f06[_0x16481b(-_0x5c5a71._0x45e537,-0x7d,-_0x5c5a71._0x1b338f,-0xdb)+'le']=_0x1d0f06['default_ro'+'le']||_0x442ae6[_0x1b7854(-0x120,-0x148,-0x174,-0x157)],_0x1d0f06[_0x1b7854(-_0x5c5a71._0x59d0e5,-0x121,-0x1ae,-_0x5c5a71._0x3370de)+_0x1b7854(-0x1b4,-0x1f5,-_0x5c5a71._0x3c5bcc,-_0x5c5a71._0x2c42f1)]=_0x442ae6[_0x1b7854(-_0x5c5a71._0x4ede44,-_0x5c5a71._0x2b9ff7,-0x1e4,-_0x5c5a71._0x3704b1)](_0x1d0f06[_0x16481b(-_0x5c5a71._0x2b7bbf,-0xae,-0x78,-_0x5c5a71._0x52ebce)+_0x1b7854(-0x1b4,-_0x5c5a71._0x7fb9f7,-_0x5c5a71._0x18fe1c,-_0x5c5a71._0xaa9e30)],![]),_0x1d0f06[_0x16481b(-0xff,-_0x5c5a71._0x37c719,-_0x5c5a71._0x3afa9c,-0xcb)+'me']=_0x1d0f06[_0x1b7854(-_0x5c5a71._0x11eba8,-0x1d7,-_0x5c5a71._0x237134,-0x118)+'me']||_0x442ae6[_0x1b7854(-_0x5c5a71._0x218668,-0x1e1,-0x196,-0x1ef)],cachedConfig=_0x1d0f06;const _0x4f4aa4={};return _0x4f4aa4['issuer']=_0x1d0f06['issuer'],_0x4f4aa4[_0x1b7854(-_0x5c5a71._0x4cb542,-_0x5c5a71._0x59f154,-_0x5c5a71._0x35fe02,-0x14e)]=_0x1d0f06[_0x16481b(-_0x5c5a71._0x1e6714,-0x59,-_0x5c5a71._0x3ce9d3,-_0x5c5a71._0x473e0a)],_0x4f4aa4['autoProvis'+'ion']=_0x1d0f06['auto_provi'+_0x16481b(-_0x5c5a71._0x2a7fbb,-0x26,-0x34,-0x60)],_0x4f4aa4['allowLocal'+_0x16481b(-0x7e,-_0x5c5a71._0x4ed87e,-_0x5c5a71._0x17eedd,-0x66)]=_0x1d0f06[_0x16481b(-0x7e,-0x11d,-_0x5c5a71._0x3a44c9,-0xcc)+_0x1b7854(-_0x5c5a71._0x52b4f8,-0x168,-_0x5c5a71._0x435dd1,-0x186)],logger[_0x16481b(-_0x5c5a71._0x1d4312,-0x159,-0x139,-_0x5c5a71._0x443b22)](_0x442ae6['pJreo'],_0x4f4aa4),_0x1d0f06;}else{if(_0x442ae6[_0x1b7854(-0x1c1,-_0x5c5a71._0x5eb1ff,-_0x5c5a71._0x241a66,-0x210)](_0x22cfa0['code'],_0x442ae6[_0x16481b(-_0x5c5a71._0x5d3785,-0x2f,-_0x5c5a71._0x15618d,-0x78)])){const _0x31df1a={};return _0x31df1a[_0x16481b(-_0x5c5a71._0x5b903e,-_0x5c5a71._0x59c3dd,-_0x5c5a71._0x50960a,-0xfb)]=_0x4927ae,_0xe21b0b['debug'](_0x442ae6[_0x16481b(-_0x5c5a71._0x15acfa,-_0x5c5a71._0x10bffe,-_0x5c5a71._0x316d7f,-0x7b)],_0x31df1a),null;}_0x198ab3[_0x16481b(-_0x5c5a71._0x28d04f,-_0x5c5a71._0x59c1bd,-_0x5c5a71._0x580dec,-0xc0)](_0x442ae6[_0x1b7854(-0x1a4,-0x1f1,-0x14a,-_0x5c5a71._0x26e8db)],_0x10b2c5);throw _0x42e7a5;}}catch(_0x183a84){if(_0x442ae6[_0x16481b(-_0x5c5a71._0x3b58e4,-_0x5c5a71._0x59c3dd,-_0x5c5a71._0x12bde0,-0xb9)](_0x442ae6[_0x16481b(-_0x5c5a71._0x1ea2e1,-_0x5c5a71._0x52996a,-_0x5c5a71._0x22f33d,-_0x5c5a71._0x31243a)],_0x442ae6[_0x1b7854(-_0x5c5a71._0x55c84e,-_0x5c5a71._0x54e11b,-_0x5c5a71._0x1c5836,-0x204)]))return null;else{if(_0x183a84[_0x16481b(-0xd6,-0x137,-0x110,-_0x5c5a71._0x3ec097)]===_0x442ae6[_0x1b7854(-_0x5c5a71._0x256d53,-0x14d,-_0x5c5a71._0x67739a,-_0x5c5a71._0x3370de)]){if(_0x442ae6[_0x16481b(-0xcb,-_0x5c5a71._0x371133,-0xfc,-_0x5c5a71._0x9e668b)](_0x442ae6['DvfFP'],_0x442ae6[_0x16481b(-_0x5c5a71._0x17eedd,-_0x5c5a71._0x4b72f4,-0x35,-0x97)])){const _0x12dd42=_0x5bfbe1[_0x16481b(-_0x5c5a71._0x5f0145,-0x2b,-_0x5c5a71._0x25125f,-_0x5c5a71._0x11032e)]();for(const [_0x38d0b3,_0x161ac3]of _0x140a44[_0x16481b(-_0x5c5a71._0x50960a,-0xe4,-0xa7,-_0x5c5a71._0x271c1c)]()){_0x442ae6[_0x1b7854(-0x141,-_0x5c5a71._0x66d255,-0xe6,-_0x5c5a71._0x4abdc9)](_0x442ae6[_0x16481b(-_0x5c5a71._0x53bfb5,-_0x5c5a71._0x52ebce,-0x9e,-0x80)](_0x12dd42,_0x161ac3[_0x16481b(-0xd7,-0x131,-_0x5c5a71._0x3f8eb4,-0x117)]),_0x4956e4)&&_0x534528[_0x1b7854(-0x151,-_0x5c5a71._0x54e18c,-_0x5c5a71._0x5521d7,-_0x5c5a71._0x1b4de3)](_0x38d0b3);}}else{const _0x7a3efd={};return _0x7a3efd[_0x1b7854(-0x1a9,-_0x5c5a71._0x29b496,-_0x5c5a71._0x3f05cc,-0x166)]=_0x3d3f23,logger[_0x16481b(-_0x5c5a71._0x45db6f,-_0x5c5a71._0x50de97,-_0x5c5a71._0x124e0e,-0xe4)](_0x16481b(-_0x5c5a71._0xfae61c,-0xa0,-0xb3,-0xad)+_0x16481b(-0x52,-_0x5c5a71._0xfbd331,-_0x5c5a71._0x430c7d,-_0x5c5a71._0x59c1bd)+_0x16481b(-0xca,-0x75,-0xc2,-0xbb)+'nd',_0x7a3efd),null;}}logger['error'](_0x442ae6['SWkuX'],_0x183a84);throw _0x183a84;}}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x4e1d75){const _0x2fca4c={_0x5503c9:0x127,_0x184783:0xfa,_0x42ea40:0xd6,_0x29e1d9:0x72,_0x288464:0xec,_0x35a8dd:0x16,_0x5728ed:0x68,_0x1f18a5:0x29,_0x4b9b5c:0x13,_0x17ba4e:0x51,_0x5cd691:0xb9,_0x3762b9:0xa2,_0x3cdfb7:0x2c,_0x123635:0x16e,_0x355223:0x171,_0x153af0:0x145,_0x79c4fe:0x11c,_0x2cc81d:0xd4,_0x5ba946:0x93,_0x2f715a:0x69,_0x273771:0xc9,_0xba759:0xeb,_0x3d15f5:0xf9,_0x11eb82:0x79,_0x5589c7:0x2e,_0x18f126:0x87,_0x5397a3:0x24,_0x5bf813:0x6e,_0x3f6a83:0x86,_0x4d9796:0xd2,_0x322b6d:0xa3,_0x1b3bc6:0x9b,_0x37f28f:0x92,_0x27a2e2:0x9e,_0x451d02:0x1a,_0x374558:0x32,_0x4f40d1:0x6,_0x244ff2:0x8f,_0x56eba1:0xb0,_0x1ee521:0xb6,_0x37aeb4:0x80,_0x29d5de:0xdb,_0x3fda5f:0x81,_0x15fbff:0x7c,_0x49de2a:0x91,_0x4f3ea1:0xb7,_0x2ab8bb:0xb8,_0x153192:0x4c,_0x300169:0x5b,_0x1454c4:0x99,_0xd212a2:0x4,_0x39a19d:0x67,_0x1d6537:0x1a},_0x5e5366={_0xf79740:0x86},_0x5ea07c={_0x1b26a1:0x177,_0x35b0eb:0x17c};function _0x480954(_0x295a25,_0x33677a,_0x47a958,_0x20cec1){return _0x1ac668(_0x295a25-0xce,_0x33677a-_0x5ea07c._0x1b26a1,_0x20cec1,_0x295a25- -_0x5ea07c._0x35b0eb);}const _0x252f50={};_0x252f50[_0x480954(_0x2fca4c._0x5503c9,0x10a,_0x2fca4c._0x184783,0x170)]=_0x16095a(-0x56,-0x5c,0x7,-0x9c)+_0x480954(0xcc,_0x2fca4c._0x42ea40,_0x2fca4c._0x29e1d9,_0x2fca4c._0x288464)+_0x16095a(_0x2fca4c._0x35a8dd,_0x2fca4c._0x5728ed,0x74,_0x2fca4c._0x1f18a5),_0x252f50[_0x16095a(-0x34,-_0x2fca4c._0x4b9b5c,0xb,-_0x2fca4c._0x17ba4e)]=_0x480954(_0x2fca4c._0x5cd691,0x9d,0x56,0x113)+_0x16095a(-0x66,-0x21,-_0x2fca4c._0x3762b9,-_0x2fca4c._0x3cdfb7)+_0x480954(0x12c,_0x2fca4c._0x123635,_0x2fca4c._0x355223,_0x2fca4c._0x153af0)+'ssfully';function _0x16095a(_0xe0a87c,_0x2c1aff,_0x1a04f9,_0x4dbf13){return _0x1ac668(_0xe0a87c-_0x5e5366._0xf79740,_0x2c1aff-0x7e,_0x2c1aff,_0xe0a87c- -0x287);}_0x252f50[_0x480954(0x106,_0x2fca4c._0x79c4fe,_0x2fca4c._0x2cc81d,0xd1)]=function(_0x333685,_0xc54bea){return _0x333685!==_0xc54bea;},_0x252f50[_0x480954(_0x2fca4c._0x5ba946,0x31,_0x2fca4c._0x2f715a,0xbf)]=_0x480954(_0x2fca4c._0x273771,_0x2fca4c._0xba759,_0x2fca4c._0x3d15f5,0xdb);const _0x32dd6d=_0x252f50;if(cachedOidcConfig)return cachedOidcConfig;try{const _0x20579c={};return _0x20579c[_0x16095a(-_0x2fca4c._0x11eb82,-_0x2fca4c._0x5589c7,-_0x2fca4c._0x18f126,-0x65)]=_0x4e1d75[_0x16095a(-0x79,-_0x2fca4c._0x5397a3,-_0x2fca4c._0x5bf813,-0x82)],logger[_0x16095a(-_0x2fca4c._0x3f6a83,-_0x2fca4c._0x4d9796,-_0x2fca4c._0x322b6d,-_0x2fca4c._0x1b3bc6)](_0x32dd6d['yTxbb'],_0x20579c),cachedOidcConfig=await _0x5243b1['discovery'](new URL(_0x4e1d75[_0x480954(_0x2fca4c._0x37f28f,0xef,0xa7,_0x2fca4c._0x27a2e2)]),_0x4e1d75[_0x16095a(-_0x2fca4c._0x451d02,0x43,-0x4e,0x15)],_0x4e1d75[_0x16095a(-_0x2fca4c._0x374558,_0x2fca4c._0x4f40d1,0x9,-_0x2fca4c._0x244ff2)+'ret']),logger[_0x16095a(-0x86,-0x3f,-_0x2fca4c._0x56eba1,-_0x2fca4c._0x1ee521)](_0x32dd6d[_0x16095a(-0x34,-_0x2fca4c._0x37aeb4,-0x6d,-0x68)]),cachedOidcConfig;}catch(_0x24b0ae){if(_0x32dd6d['NLbxU'](_0x480954(0x8e,0x4c,_0x2fca4c._0x29d5de,0x3d),_0x32dd6d['QmpMm'])){logger[_0x16095a(-0x3c,-_0x2fca4c._0x3fda5f,0xb,-0x3f)]('Failed\x20to\x20'+'discover\x20O'+_0x16095a(-_0x2fca4c._0x15fbff,-0xc9,-0x9e,-0x46)+'er',_0x24b0ae);throw _0x24b0ae;}else{if(!_0x4e7d35[_0x38e5c0])throw new _0x294bd8('Missing\x20re'+_0x480954(_0x2fca4c._0x49de2a,_0x2fca4c._0x4f3ea1,_0x2fca4c._0x2ab8bb,_0x2fca4c._0x153192)+_0x16095a(-_0x2fca4c._0x300169,-_0x2fca4c._0x1454c4,-_0x2fca4c._0xd212a2,-0xc)+_0x16095a(-0x23,-_0x2fca4c._0x39a19d,_0x2fca4c._0x1d6537,0x19)+'d:\x20'+_0x52742e);}}}export async function generateAuthorizationUrl(_0x32001f,_0x17222c){const _0x491375={_0x2879b6:0x52c,_0x37e4be:0x4db,_0x1b1d1a:0x4ef,_0xfdc15f:0x51e,_0x55fd04:0x4fe,_0x12ce12:0x50a,_0x47041d:0x301,_0x2eaa6c:0x34d,_0x12b7e4:0x338,_0x4e474f:0x4d1,_0x5ddecd:0x2fb,_0x4d61d4:0x4e6,_0x2b807c:0x499,_0x4faba7:0x437,_0x33da29:0x45d,_0x4c14be:0x36b,_0x22e74a:0x347,_0x3ce9b9:0x311,_0x599601:0x392,_0x113bc1:0x4f5,_0x3135c6:0x4e0,_0x22f18a:0x520,_0x1ffa3e:0x4a1,_0x20f463:0x2e9,_0x4f92a2:0x344,_0x450309:0x49c,_0x515584:0x51c,_0x4f16b5:0x48d,_0x4fb740:0x4c4,_0x1737fb:0x46c,_0x3762ad:0x493,_0x379e73:0x4b0,_0x5211d0:0x2c7,_0x52a450:0x2dc,_0xefde64:0x4a3,_0x4468e9:0x49d,_0x539369:0x4a6,_0x1d8f30:0x4e4,_0x51605f:0x4f1},_0x1c1178={_0x492721:0xdf},_0x3227ba={_0x4d2d0b:0x26,_0x120905:0x144,_0x252512:0xc8},_0x336a5e={'Gylxn':function(_0x16ae2d,_0x49ccfa){return _0x16ae2d(_0x49ccfa);},'BjaRJ':_0x349176(0x4e1,0x526,_0x491375._0x2879b6,_0x491375._0x37e4be),'DNHsg':function(_0x505bee,_0x2d7574){return _0x505bee+_0x2d7574;}},_0x3824d7=await _0x336a5e[_0x349176(_0x491375._0x1b1d1a,_0x491375._0xfdc15f,_0x491375._0x55fd04,_0x491375._0x12ce12)](discoverOidcProvider,_0x32001f),_0x4ced14=_0x5de785['randomByte'+'s'](0x22cc+0xa14+-0x2cc0)['toString'](_0x336a5e[_0x56b52f(_0x491375._0x47041d,0x2f4,0x328,_0x491375._0x2eaa6c)]),_0x29a99a=_0x5de785[_0x56b52f(0x318,0x397,_0x491375._0x12b7e4,0x2ee)+'s'](-0x23d5*-0x1+0x1e0e*-0x1+-0x5a7)[_0x349176(0x4f2,0x523,0x549,_0x491375._0x4e474f)](_0x336a5e[_0x56b52f(0x37b,0x305,0x328,_0x491375._0x5ddecd)]),_0x55c451=_0x5243b1['randomPKCE'+_0x349176(_0x491375._0x4d61d4,0x4dc,0x49b,_0x491375._0x2b807c)+'er'](),_0xe65bcb=await _0x5243b1[_0x349176(0x46e,0x48f,_0x491375._0x4faba7,0x411)+_0x349176(0x48e,0x4de,_0x491375._0x33da29,0x48a)+_0x56b52f(_0x491375._0x4c14be,0x349,_0x491375._0x22e74a,_0x491375._0x3ce9b9)](_0x55c451);stateStore[_0x56b52f(0x36e,0x363,0x32f,_0x491375._0x599601)](_0x4ced14,{'nonce':_0x29a99a,'codeVerifier':_0x55c451,'createdAt':Date[_0x349176(_0x491375._0x113bc1,_0x491375._0x3135c6,_0x491375._0x22f18a,0x4d1)]()});const _0x192d23={'redirect_uri':_0x17222c,'scope':_0x32001f[_0x349176(_0x491375._0x1ffa3e,0x4b8,0x4b1,0x46e)][_0x56b52f(_0x491375._0x20f463,0x3a7,_0x491375._0x4f92a2,0x2ea)]('\x20'),'state':_0x4ced14,'nonce':_0x29a99a,'code_challenge':_0xe65bcb,'code_challenge_method':'S256'},_0x3917bb=_0x5243b1[_0x349176(0x4fa,0x4a9,_0x491375._0x450309,_0x491375._0x515584)+_0x56b52f(0x323,0x310,0x363,0x396)+'l'](_0x3824d7,_0x192d23);logger[_0x349176(_0x491375._0x4f16b5,_0x491375._0x4fb740,_0x491375._0x1737fb,_0x491375._0x3762ad)](_0x349176(0x4e9,0x4e7,0x4dc,_0x491375._0x379e73)+_0x56b52f(_0x491375._0x5211d0,0x2f5,_0x491375._0x52a450,0x29e)+'rization\x20U'+'RL',{'state':_0x336a5e['DNHsg'](_0x4ced14[_0x56b52f(0x332,0x2a4,0x301,0x35a)](0xf9*-0x22+-0xe35+0x2f47,0x432+0xaf6+-0xf20),_0x349176(_0x491375._0xefde64,_0x491375._0x4468e9,_0x491375._0x539369,_0x491375._0x1d8f30)),'redirectUri':_0x17222c});function _0x56b52f(_0x33bdc1,_0x185966,_0x244f24,_0x3fdd6b){return _0x1ac668(_0x33bdc1-_0x3227ba._0x4d2d0b,_0x185966-_0x3227ba._0x120905,_0x33bdc1,_0x244f24-_0x3227ba._0x252512);}function _0x349176(_0x3a933b,_0x1934d0,_0x1ab6bb,_0x745ee5){return _0x1ac668(_0x3a933b-_0x1c1178._0x492721,_0x1934d0-0x190,_0x745ee5,_0x3a933b-0x266);}const _0x58025a={};return _0x58025a[_0x349176(0x4b0,0x4d4,0x512,_0x491375._0x51605f)]=_0x3917bb['href'],_0x58025a['state']=_0x4ced14,_0x58025a;}function _0x34c9(_0x21eba7,_0x29bbbf){_0x21eba7=_0x21eba7-(0x1*0x407+-0x35*-0xb2+-0x285a);const _0x18906e=_0x4275();let _0x2c78d5=_0x18906e[_0x21eba7];if(_0x34c9['LJwcZK']===undefined){var _0x5d61d2=function(_0x3bc321){const _0x22c92e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1dd46e='',_0x26a4af='';for(let _0x2cad9b=0x1cd4+-0x3bd+-0x85d*0x3,_0x501ab5,_0x5cd2c5,_0x56f981=-0x2527*0x1+0x244b+0xdc;_0x5cd2c5=_0x3bc321['charAt'](_0x56f981++);~_0x5cd2c5&&(_0x501ab5=_0x2cad9b%(-0xe11+0x264c+-0x1837*0x1)?_0x501ab5*(-0x613+-0x1eaa+0x11*0x22d)+_0x5cd2c5:_0x5cd2c5,_0x2cad9b++%(0xad4+0x17*0x93+-0x1*0x1805))?_0x1dd46e+=String['fromCharCode'](0x1*-0xd18+0x5*0xd6+0x2b*0x3b&_0x501ab5>>(-(0xa62+0x2*-0x835+0x2*0x305)*_0x2cad9b&-0x53d+0x1c7c+-0x1739)):-0xab*0x25+-0x19c5*-0x1+-0x10e){_0x5cd2c5=_0x22c92e['indexOf'](_0x5cd2c5);}for(let _0x3a06ec=0x2*0xe39+0x154a+-0x31bc,_0x3c7a38=_0x1dd46e['length'];_0x3a06ec<_0x3c7a38;_0x3a06ec++){_0x26a4af+='%'+('00'+_0x1dd46e['charCodeAt'](_0x3a06ec)['toString'](-0x25*0x49+0x24b5+-0x343*0x8))['slice'](-(-0x14de*-0x1+0x11c9+0xd*-0x2f9));}return decodeURIComponent(_0x26a4af);};_0x34c9['CnVYhD']=_0x5d61d2,_0x34c9['YsPIWU']={},_0x34c9['LJwcZK']=!![];}const _0x13dc38=_0x18906e[-0x2501*0x1+0x3*0xbf1+0x1*0x12e],_0xb3b3a1=_0x21eba7+_0x13dc38,_0x11a3c7=_0x34c9['YsPIWU'][_0xb3b3a1];return!_0x11a3c7?(_0x2c78d5=_0x34c9['CnVYhD'](_0x2c78d5),_0x34c9['YsPIWU'][_0xb3b3a1]=_0x2c78d5):_0x2c78d5=_0x11a3c7,_0x2c78d5;}function _0x4275(){const _0x5b6574=['C3rHDhvZvgv4Da','y2XPzw50swq','y2XLyxi','qYbJB25MAwD1CG','swjrD1O','t2TJuLm','mZC2oda2oxfLyLfbCW','zgvMyxvSDf9YBW','rgLZy292zxjPBG','AhjLzG','y2rdtLC','B2LKyY5QC29U','t0LeqYbWCM92Aq','ywnJzxnZvg9Rzq','y2XPzw50ihnLyW','DLjOtwe','C3vIC3rYAw5N','B3bLBMLK','C2nVCgvZ','Bvz0t2e','lI4U','BfvZChq','ywXSB3DFBg9Jyq','zgLZCgXHEv9Uyq','qvHPBNy','CMv0','vxrZwuG','BI9QC29U','B21wDLa','CMvHzezPBgu','EfjAru4','zYbpsurdihbYBW','ntm3nJy4mhDfDwrUBG','DxjS','zxjYB3i','C3vJy2vZCW','z2vgq3u','zgv2zwXVCgvY','t0LeqYbHDxrOzq','BIbMAwXLigzVDq','v3vhDfO','vfDxsu8','zMj0wuy','BgLPtgW','y2XPzw50x3nLyW','ignSzwfYzwq','CMv0igzYB20G','wwvkyxC','sfbMCxa','qwnJzxb0','zxHWzwn0zwroBW','DxrMltG','Dw5Yzwy','tM8Gt0LeqYbJBW','BgvUz3rO','qMPHuKO','rKPKs0W','ExDhzNi','Cg9YDgvK','yxrPB24GzMLLBa','C3rHDhvZ','Aw9Ux2vUzhbVAq','C2v0','zgvSzxrL','mJyWmZrABgfNq3q','twLZC2LUzYbYzq','AfLfyKm','sKTRB2q','y2XPzw50x2LK','yxv0B19WCM92Aq','AxnbyNnVBhv0zq','CMfUzg9TqNL0zq','vvDSA1m','qNDqBLO','sg1fzhe','rhzMrLa','BMnL','ru5pru5u','Dg9Rzw5Fzw5KCa','q2D2BLK','BMfTzq','BwvZC2fNzq','Agv4','AM9PBG','igv4y2HHBMDLia','Dgf0zsbWyxjHBq','BgXLBMDL','q29KzvzLCMLMAq','BMzPz3vYyxrPBW','tKXIEfu','r2vUzxjHDgvKia','zw5HyMXLza','svn3sgm','ntKWmtK2ntfgwwXOEwW','zxr1CM5Lzca','zMfPBgvK','r3LSEg4','vNHJrvu','qKrcBxe','Dg9tDhjPBMC','t0LeqYb0B2TLBG','zw1HAwW','BM93','qxD6tuu','zMLSDgvY','AwDzzhu','qxLzreu','yNvPBgrbDxrOBW','mZj3sfv6yvi','z3vYyxrPB24GBa','q3jgvMi','zw5KCg9PBNqGCG','wMHODuy','u2fpvxi','CML6yxrPB25vCG','yxv0Ag9YAxPHDa','DMLKzxi','mJi0odu2oenbAMjNEq','u2LNBIbPBIb3Aq','CMLMAwvY','s0zLwue','DhLyqxy','Evr4yMi','DgLTzw91Da','qxv0Aa','uxHlCLC','rNzeC24','zxjLzcbZDwnJzq','yxbWBgLJyxrPBW','igvUzhbVAw50','C2LVBG','ndu1uvHdqLDt','BNrPy2f0Aw9Uia','zxrLCG','s2vWAg0','CePYzw8','B25MAwD1CMf0Aq','CMv0x2zPBgu','igv4CgLYzwqGCW','ywnJzxnZx3rVAW','Bg9Hzcbpsurdia','zMzIEuK','C2nVCgvZx3n1Ca','uvfStKm','ufHAvvC','CMvZCg9UC2uGBq','y3jLyxrLzef0','sw52ywXPzcbVCG','rMfPBgvKihrVia','AxmGzgLZywjSzq','sKfLvgG','CMvHzcbpsurdia','CgTJzunVzgvwzq','AgTcu3a','Ee9jv0q','EvfIzwK','y29Kzq','zxHWzwn0zwrtDa','D3HQqvC','Aw5MBW','ChjVzMLSzq','mJu4odeXoef5yNfzAq','C2vHCMnOugfYyq','Bf9HDxrO','r1vnwwC','zhm6ia','y2fSy3vSyxrLua','B2LUDa','wurusKu','surdihbYB3zPza','DMTPuvy','CxvPCMvKie9jra','AxnZDwvY','uw1Wtw0','Cgf0Aa','CMvK','EwHHCfy','ugfYrxO','t0LeqYbHDxrOBW','u1DRDvG','y29KzvzLCMLMAq','C3vI','BI9VCgvUAwqTyW','uvrOEum','D1PetKK','zw50CMLLCW','mteXmZyWt05LyMLt','u3rHDguGCgfYyq','yMLns2m','lNDLBgWTA25VDW','lNnLy3jLDhm','zgvYigrPC2nVDG','y2XHAw1Z','AxvMugu','wKXfywS','rgLZy292zxj5ia','y29UzMLNDxjHDa','zgvIDwC','s0nfq29KzunOyq'];_0x4275=function(){return _0x5b6574;};return _0x4275();}export async function handleCallback(_0x1e4271,_0xc4ab9a,_0x28d39a){const _0x267ad8={_0xfa24c4:0x99,_0x5ab18f:0x79,_0xcc1668:0x33,_0x237d3c:0x10,_0x5ed382:0x7a,_0x27cc21:0x8f,_0x18e5fb:0x98,_0x4d8e72:0x64,_0x25d3c5:0x76,_0x4bc6b1:0x334,_0x312130:0x39a,_0x201534:0x33b,_0x1fbc6d:0x33e,_0x3fcf24:0x33e,_0x3e67cd:0x32b,_0x56d00c:0x356,_0xc3d075:0x34b,_0x216c50:0x336,_0x4e362a:0x36a,_0x4d4e4e:0x4c,_0x19c8e9:0x92,_0x27580c:0x1,_0x4c1858:0x11,_0x1d90ac:0x5,_0x4021ff:0x46,_0x661bd4:0x108,_0x438048:0xad,_0x3e52b7:0x34a,_0x58c78b:0x37a,_0xd7c6c4:0x271,_0xd9520e:0x29a,_0x5532a7:0xc7,_0x2115e4:0xc0,_0x221625:0xb2,_0x30afc0:0x39,_0x1ff7a9:0x26,_0x3ff277:0x62,_0x51162f:0x2a8,_0x38b959:0x2e0,_0x5414d4:0x30c,_0x441b10:0x45,_0x55c68e:0x7d,_0xaeb4b4:0x8d,_0x5299cb:0x36f,_0x35da16:0x2c3,_0x54e7e2:0x323,_0x254e9e:0x285,_0xddb94:0x3c,_0x3f9e32:0x2b,_0xdb6abd:0x27b,_0x2ace41:0x2d0,_0x388e71:0x2ef,_0x328ddc:0x89,_0x43b5cb:0x49,_0x45e68a:0x2ed,_0x3b02ee:0x27,_0xfedac8:0x62,_0x31bc9d:0xc,_0x3b215e:0x19,_0x55dad0:0x9f,_0x4ba507:0xdf,_0x4e8e4f:0x350,_0xefa283:0xd,_0x154ff6:0x3f,_0x1cac0e:0x37,_0x392a11:0x3a,_0x40580b:0x27f,_0x4fb718:0x313,_0x49c3ed:0x2b0,_0x512897:0x297,_0x16f941:0x2c2,_0xfc33f4:0x2,_0x25618f:0x4e,_0x10118c:0x16,_0x4c9367:0x2ee,_0x13b571:0x290,_0x207f42:0x79,_0x59bf7a:0x5a,_0x46d1d1:0x2e8,_0x1645e1:0x335,_0x114521:0x2da,_0x487fe4:0x2fe,_0x436294:0x32d,_0x16eea6:0x312,_0x555869:0x35d,_0x45fa76:0x374},_0x529e0b={_0x370469:0xf8,_0x121f84:0x4c,_0x51506a:0xae},_0x594b05={_0x1b4f63:0xf1},_0x2d323a={'liiLl':_0x3c6ef2(-0xab,-_0x267ad8._0xfa24c4,-0xfb,-_0x267ad8._0x5ab18f)+'\x20expired\x20s'+'tate\x20param'+_0x3c6ef2(0xe,0x55,-_0x267ad8._0xcc1668,_0x267ad8._0x237d3c),'UtsYH':function(_0x6eca0a,_0x33171c){return _0x6eca0a>_0x33171c;},'BqROE':function(_0x38a530,_0x2bd077){return _0x38a530-_0x2bd077;},'dTmoz':_0x3c6ef2(-0x83,-0x95,-_0x267ad8._0x5ed382,-0x8f)+'meter\x20expi'+_0x3c6ef2(-_0x267ad8._0x27cc21,-0xda,-_0x267ad8._0x18e5fb,-0xd4),'FvDsn':function(_0x47c331,_0x30bf4){return _0x47c331(_0x30bf4);},'tyXAv':function(_0x47eb16,_0x99a72){return _0x47eb16!==_0x99a72;},'JKkod':_0x3c6ef2(-_0x267ad8._0x4d8e72,-0x58,-0x66,-_0x267ad8._0x25d3c5),'Kephm':_0x6359aa(_0x267ad8._0x4bc6b1,_0x267ad8._0x312130,_0x267ad8._0x201534,0x31e)+_0x6359aa(_0x267ad8._0x1fbc6d,_0x267ad8._0x3fcf24,_0x267ad8._0x3e67cd,0x330)+_0x6359aa(_0x267ad8._0x56d00c,_0x267ad8._0xc3d075,_0x267ad8._0x216c50,_0x267ad8._0x4e362a)},{state:_0x4e2483}=_0x28d39a;function _0x3c6ef2(_0x685661,_0x35205b,_0x731651,_0x2f6e13){return _0x1ac668(_0x685661-_0x594b05._0x1b4f63,_0x35205b-0x1f3,_0x731651,_0x685661- -0x2a0);}const _0x945bc6=stateStore['get'](_0x4e2483);if(!_0x945bc6)throw new Error(_0x2d323a[_0x3c6ef2(-_0x267ad8._0x4d4e4e,-0x28,-_0x267ad8._0x19c8e9,-0x3)]);stateStore['delete'](_0x4e2483);function _0x6359aa(_0x34c5e7,_0x1e6e73,_0x286d22,_0x5e0084){return _0x1ac668(_0x34c5e7-_0x529e0b._0x370469,_0x1e6e73-_0x529e0b._0x121f84,_0x34c5e7,_0x286d22-_0x529e0b._0x51506a);}if(_0x2d323a[_0x3c6ef2(-0x5d,-0x28,-_0x267ad8._0x27580c,-0x66)](_0x2d323a['BqROE'](Date[_0x3c6ef2(-_0x267ad8._0x4c1858,-_0x267ad8._0x1d90ac,-_0x267ad8._0x4021ff,-0x3e)](),_0x945bc6[_0x3c6ef2(-0xac,-0xf6,-_0x267ad8._0x661bd4,-_0x267ad8._0x438048)]),STATE_TTL))throw new Error(_0x2d323a['dTmoz']);const _0x353b7f=await _0x2d323a[_0x6359aa(_0x267ad8._0x3e52b7,0x31c,0x355,_0x267ad8._0x58c78b)](discoverOidcProvider,_0x1e4271);try{const _0x2bb366=new URL(_0xc4ab9a);for(const [_0x2de646,_0x5cf512]of Object[_0x6359aa(_0x267ad8._0xd7c6c4,_0x267ad8._0xd9520e,0x2c9,0x2df)](_0x28d39a)){_0x2bb366[_0x3c6ef2(-0x9c,-_0x267ad8._0x5532a7,-_0x267ad8._0x2115e4,-_0x267ad8._0x221625)+'ms'][_0x3c6ef2(-_0x267ad8._0x30afc0,-0x3f,-_0x267ad8._0x1ff7a9,-_0x267ad8._0x3ff277)](_0x2de646,_0x5cf512);}const _0x2a68d3={};_0x2a68d3[_0x6359aa(0x29e,0x2ad,_0x267ad8._0x51162f,_0x267ad8._0x38b959)+_0x6359aa(_0x267ad8._0x5414d4,0x32d,0x34e,0x2f9)]=_0x945bc6[_0x3c6ef2(-0x8a,-0x3c,-0xed,-0x7e)+'er'],_0x2a68d3[_0x3c6ef2(-_0x267ad8._0x441b10,-_0x267ad8._0x55c68e,-_0x267ad8._0xaeb4b4,-0x6a)+_0x6359aa(_0x267ad8._0x5299cb,_0x267ad8._0x35da16,_0x267ad8._0x54e7e2,0x2c0)]=_0x945bc6['nonce'],_0x2a68d3[_0x6359aa(_0x267ad8._0x38b959,_0x267ad8._0x254e9e,0x2ad,0x2d1)+'ate']=_0x4e2483;const _0x5db7a3=await _0x5243b1[_0x3c6ef2(-0x4,-0x49,_0x267ad8._0xddb94,-_0x267ad8._0x3f9e32)+'ionCodeGra'+'nt'](_0x353b7f,_0x2bb366,_0x2a68d3),_0x2dfce3=_0x5db7a3[_0x6359aa(_0x267ad8._0xdb6abd,0x306,_0x267ad8._0x2ace41,0x2b4)](),_0x3dba66={};_0x3dba66[_0x6359aa(0x2e3,_0x267ad8._0x388e71,0x2c5,0x2a6)]=_0x2dfce3[_0x3c6ef2(-_0x267ad8._0x328ddc,-0x52,-_0x267ad8._0x43b5cb,-0x65)],_0x3dba66['email']=_0x2dfce3[_0x6359aa(0x391,0x33e,0x33c,_0x267ad8._0x45e68a)],_0x3dba66['name']=_0x2dfce3[_0x3c6ef2(-_0x267ad8._0x3b02ee,-_0x267ad8._0xfedac8,-_0x267ad8._0x31bc9d,_0x267ad8._0x3b215e)],logger[_0x3c6ef2(-_0x267ad8._0x55dad0,-0xca,-0x6a,-_0x267ad8._0x4ba507)](_0x6359aa(_0x267ad8._0x4e8e4f,0x2b7,0x2fd,0x2c9)+_0x3c6ef2(_0x267ad8._0xefa283,_0x267ad8._0x154ff6,-_0x267ad8._0x1cac0e,_0x267ad8._0x392a11)+'successful',_0x3dba66);const _0x5710df={};return _0x5710df[_0x6359aa(0x31b,_0x267ad8._0x40580b,_0x267ad8._0x2ace41,_0x267ad8._0x4fb718)]=_0x2dfce3,_0x5710df[_0x6359aa(0x294,_0x267ad8._0x49c3ed,0x2e4,_0x267ad8._0x512897)+'n']=_0x5db7a3[_0x6359aa(_0x267ad8._0x16f941,0x298,0x29b,0x262)+'en'],_0x5710df['idToken']=_0x5db7a3['id_token'],_0x5710df;}catch(_0x1e73f3){if(_0x2d323a[_0x3c6ef2(_0x267ad8._0xfc33f4,-0x61,-0x2a,-0x2c)](_0x2d323a[_0x3c6ef2(-0x34,-0x43,-_0x267ad8._0x25618f,-0x27)],_0x3c6ef2(-0x64,-0xb5,-_0x267ad8._0x10118c,-0x43))){const _0x583332={};return _0x583332[_0x6359aa(0x27c,_0x267ad8._0x4c9367,0x2be,_0x267ad8._0x13b571)]=_0x2f7036,_0x3016ff[_0x3c6ef2(-_0x267ad8._0x207f42,-_0x267ad8._0x59bf7a,-0x29,-0xc6)](_0x6359aa(_0x267ad8._0x46d1d1,0x30d,0x30c,0x33d)+_0x3c6ef2(-0x1f,-0x1e,-0x3b,-0x4b)+_0x6359aa(_0x267ad8._0x1645e1,_0x267ad8._0x114521,_0x267ad8._0x487fe4,_0x267ad8._0x436294)+'nd',_0x583332),null;}else{logger[_0x6359aa(0x34c,0x2a9,0x2f9,0x342)](_0x2d323a[_0x6359aa(0x38d,_0x267ad8._0x16eea6,_0x267ad8._0x555869,_0x267ad8._0x45fa76)],_0x1e73f3);throw _0x1e73f3;}}}export function getPublicOidcConfig(){const _0x3c275e={_0x3b05d5:0x2d0,_0xfe983a:0x31b,_0x1b075d:0x304,_0x38c4c1:0x3e9,_0x6cfe11:0x436,_0x58f45e:0x408,_0x4cbe4f:0x45a,_0x270291:0x3e9,_0x3ac8ff:0x38f,_0x230b6c:0x3ce,_0x570927:0x3f3,_0x1f924b:0x2cd,_0x340830:0x283,_0x20f948:0x305,_0xf4cfe0:0x3dd,_0x527abf:0x396,_0x72acd2:0x3cd},_0x26facf={_0x1ae7bc:0x1e2,_0x4179d5:0x1c9},_0x16fecb={_0xdc960a:0x76,_0x4a27a5:0x80};if(!cachedConfig)return null;const _0x43edf9={};_0x43edf9[_0x205a96(_0x3c275e._0x3b05d5,_0x3c275e._0xfe983a,_0x3c275e._0x1b075d,0x332)]=!![];function _0x205a96(_0x569db3,_0x5bb125,_0x175996,_0x370099){return _0x1ac668(_0x569db3-0x67,_0x5bb125-_0x16fecb._0xdc960a,_0x569db3,_0x175996-_0x16fecb._0x4a27a5);}_0x43edf9['display_na'+'me']=cachedConfig[_0x3a09e1(0x3ac,0x409,_0x3c275e._0x38c4c1,0x3b5)+'me'];function _0x3a09e1(_0x5ce0e9,_0x34676a,_0x330079,_0x302994){return _0x1ac668(_0x5ce0e9-0x30,_0x34676a-_0x26facf._0x1ae7bc,_0x302994,_0x34676a-_0x26facf._0x4179d5);}return _0x43edf9[_0x3a09e1(_0x3c275e._0x6cfe11,_0x3c275e._0x58f45e,_0x3c275e._0x4cbe4f,_0x3c275e._0x270291)+_0x3a09e1(_0x3c275e._0x3ac8ff,_0x3c275e._0x230b6c,0x3c7,_0x3c275e._0x570927)]=cachedConfig[_0x205a96(_0x3c275e._0x1f924b,_0x3c275e._0x340830,0x2bf,_0x3c275e._0x20f948)+_0x3a09e1(_0x3c275e._0xf4cfe0,_0x3c275e._0x230b6c,_0x3c275e._0x527abf,_0x3c275e._0x72acd2)],_0x43edf9;}export function clearOidcCache(){const _0xfc1784={_0x9dd170:0x2e5,_0x1315cd:0x2de,_0x20cb7b:0x2f5,_0x277901:0x310,_0x32c84c:0xad,_0xb22dde:0x7b,_0x3f1691:0xd0,_0x562d25:0x6f},_0x3d44ac={_0x536627:0x13e,_0x59d823:0x1f1},_0x454c45={_0x4cc38b:0x19},_0x28b942={};_0x28b942[_0x362e81(0x2d8,_0xfc1784._0x9dd170,0x2c2,_0xfc1784._0x1315cd)]='OIDC\x20cache'+_0x362e81(_0xfc1784._0x20cb7b,0x2f9,0x343,_0xfc1784._0x277901);function _0x362e81(_0x2d1647,_0x262928,_0x3fefe7,_0x372964){return _0x1ac668(_0x2d1647-_0x454c45._0x4cc38b,_0x262928-0xb8,_0x3fefe7,_0x372964-0xba);}const _0x14b932=_0x28b942;cachedConfig=null;function _0x1b2a27(_0x4eadf8,_0x1986de,_0x1efbeb,_0x51c4b1){return _0x1ac668(_0x4eadf8-_0x3d44ac._0x536627,_0x1986de-_0x3d44ac._0x59d823,_0x51c4b1,_0x1986de- -0x154);}cachedOidcConfig=null,stateStore[_0x1b2a27(0xb8,0xd7,0xe4,0xca)](),logger[_0x1b2a27(0x96,_0xfc1784._0x32c84c,_0xfc1784._0xb22dde,0xa6)](_0x14b932[_0x1b2a27(0x96,_0xfc1784._0x3f1691,_0xfc1784._0x562d25,0x12b)]);}function _0x1ac668(_0x5902a2,_0x227c6c,_0x35c97b,_0x2d7392){const _0x5903bf={_0x14285c:0x165};return _0x34c9(_0x2d7392-_0x5903bf._0x14285c,_0x35c97b);}export async function reloadOidcConfig(){const _0xa049c2={_0x498c74:0x327,_0x530e43:0x39b,_0x226497:0x2f7,_0x1a62dc:0x399,_0x3b6f6a:0x305},_0x45bd84={_0x55d861:0xac,_0x21ac26:0x3d1},_0x15dd2d={'xOIWD':function(_0x12cbe9){return _0x12cbe9();}};function _0x833a24(_0x1668c9,_0x4237d3,_0x2e0b14,_0x5c2e84){return _0x1ac668(_0x1668c9-0x13d,_0x4237d3-0x3a,_0x4237d3,_0x1668c9-0x14e);}_0x15dd2d[_0x833a24(0x34a,_0xa049c2._0x498c74,0x376,_0xa049c2._0x530e43)](clearOidcCache);function _0x135cff(_0x1660bb,_0x3958ae,_0x288b08,_0x49baf1){return _0x1ac668(_0x1660bb-0x40,_0x3958ae-_0x45bd84._0x55d861,_0x1660bb,_0x3958ae- -_0x45bd84._0x21ac26);}return await _0x15dd2d[_0x833a24(0x34a,_0xa049c2._0x226497,_0xa049c2._0x1a62dc,_0xa049c2._0x3b6f6a)](loadOidcConfig);}export async function testOidcDiscovery(_0x46a2c){const _0x22eb29={_0x246c9b:0x171,_0x1f0fa3:0x155,_0x3816c2:0xe9,_0x5f35cb:0xf0,_0x250e24:0xe8,_0x59f070:0xc8,_0x28d94e:0x91,_0x4ded2a:0x72,_0x4e1854:0x2d,_0x344b3d:0x35,_0x2a7ae1:0x93,_0x4d9284:0x6d,_0x8f35b2:0xc2,_0x26bec4:0x149,_0x122e14:0x115,_0x2aac79:0xe,_0x12dd86:0x5f,_0x1ad78c:0x9c,_0x4b8d33:0x5c,_0x267538:0x4f,_0x524fa5:0xf7,_0x54b3f6:0xc4,_0x521465:0x100,_0x33ef29:0x125,_0x391fee:0x155,_0x393018:0x169,_0x2f4711:0x126,_0x3b7051:0x157,_0x2feceb:0x172,_0x4a115f:0x1b6,_0x2d3c37:0x11f,_0x30f995:0x10a,_0x58ecad:0x9d,_0x4d8f46:0xa6,_0x4de68c:0x1ab,_0x2ec638:0xbd,_0x27a5ef:0x71,_0xcca925:0x83,_0x305f11:0xc6,_0x19f68b:0x96,_0xe045ac:0xe4,_0x55cc20:0x9a,_0x1c9c30:0x132,_0x21e40d:0xe5,_0xfededf:0xa2,_0x16bc5a:0xbb,_0xf0fc60:0xe0,_0x576ca9:0x67,_0x378628:0x98,_0x3f987b:0x8c,_0x2a3e16:0xf9,_0x13aecc:0x13c,_0x27b2e:0xbe,_0x2cd5df:0xfa,_0x309b89:0x133,_0x71249f:0xd0,_0x4bed3d:0x112,_0x276ecb:0xb2,_0x5ed004:0xf6,_0x22f30c:0xef,_0x4471c1:0x102,_0x29a79a:0x159,_0x3a3382:0x15b,_0x150fb9:0x131,_0x5c7237:0x162,_0x4dc1a5:0xc0,_0xa2f605:0xed,_0x4eef0a:0xfb,_0x497bb7:0x147,_0xbf072b:0x138,_0x452012:0x136,_0xbca8c4:0x116,_0x7c889d:0x111,_0x4c9719:0xb4,_0x40dfa4:0xf2,_0x34e33c:0xd1,_0x3e560b:0x92,_0x5bcca9:0xcc,_0x1395a1:0xb7,_0x598f17:0x59,_0x1607ed:0x67,_0x3eb9e5:0x9b,_0x4b8da7:0xd7,_0x401567:0x107,_0x449f39:0xc1,_0x4f0cde:0x119,_0x562b13:0x59,_0x38196e:0xf3,_0x3f517f:0xa4,_0x353b32:0xce,_0x3cffad:0xf6,_0x1639b0:0xc7},_0x2da559={_0x141f2f:0x155},_0x217a15={_0x6cd01b:0xb0};function _0x47bc0e(_0x4b1fa6,_0x350698,_0x64f602,_0x562af0){return _0x1ac668(_0x4b1fa6-_0x217a15._0x6cd01b,_0x350698-0x97,_0x350698,_0x64f602- -0x309);}const _0x2c10cc={'yhapV':_0x47bc0e(-0xde,-_0x22eb29._0x246c9b,-0x114,-_0x22eb29._0x1f0fa3)+_0x47bc0e(-_0x22eb29._0x3816c2,-0x104,-0x11d,-_0x22eb29._0x5f35cb)+_0x3fa581(_0x22eb29._0x250e24,0x129,_0x22eb29._0x59f070,0xc5)+'eter','KFeYA':function(_0x57a505,_0x17e027){return _0x57a505!==_0x17e027;},'vRhMa':_0x47bc0e(-0x4c,-_0x22eb29._0x28d94e,-_0x22eb29._0x4ded2a,-_0x22eb29._0x4e1854),'hkBSp':function(_0x4cde6a,_0x3fc1ef,_0x5159f5){return _0x4cde6a(_0x3fc1ef,_0x5159f5);},'UWlkS':'issuer','xRZEN':_0x47bc0e(-_0x22eb29._0x344b3d,-_0x22eb29._0x2a7ae1,-_0x22eb29._0x4d9284,-_0x22eb29._0x8f35b2)+_0x3fa581(0xb2,0x111,_0x22eb29._0x26bec4,_0x22eb29._0x122e14)+'nt','ISwHc':'token_endp'+'oint','VRFEX':'Failed\x20to\x20'+'connect\x20to'+'\x20discovery'+_0x47bc0e(-0x46,-_0x22eb29._0x2aac79,-_0x22eb29._0x12dd86,-_0x22eb29._0x1ad78c)};function _0x3fa581(_0x15cdfc,_0x57484f,_0x28b657,_0x178fb8){return _0x1ac668(_0x15cdfc-0xb5,_0x57484f-0xa8,_0x15cdfc,_0x57484f- -_0x2da559._0x141f2f);}try{if(_0x2c10cc[_0x47bc0e(-0x5b,-_0x22eb29._0x4b8d33,-0x68,-_0x22eb29._0x267538)](_0x2c10cc[_0x47bc0e(-0x8e,-0xb5,-0xd1,-0x7b)],_0x2c10cc['vRhMa']))throw new _0x29bbbf(_0x2c10cc[_0x47bc0e(-0xd6,-0x10e,-_0x22eb29._0x524fa5,-_0x22eb29._0x54b3f6)]);else{const _0x11254d=new URL(_0x3fa581(0xb0,0xca,0x71,0xdc)+_0x47bc0e(-_0x22eb29._0x521465,-_0x22eb29._0x33ef29,-0xf1,-_0x22eb29._0x391fee)+_0x3fa581(0x180,0x15c,0x12a,_0x22eb29._0x393018)+'on',_0x46a2c['endsWith']('/')?_0x46a2c:_0x46a2c+'/'),_0x501bda={};_0x501bda[_0x3fa581(0xee,0x105,_0x22eb29._0x2f4711,0x145)]=_0x3fa581(_0x22eb29._0x3b7051,0x154,_0x22eb29._0x2feceb,_0x22eb29._0x4a115f)+_0x47bc0e(-_0x22eb29._0x2d3c37,-0x11a,-0xc5,-_0x22eb29._0x30f995);const _0x208c9d=await _0x2c10cc[_0x3fa581(_0x22eb29._0x58ecad,_0x22eb29._0x4d8f46,0xc8,0x5a)](fetch,_0x11254d[_0x3fa581(0x120,0xdd,0x7c,0xf3)],{'headers':_0x501bda,'signal':AbortSignal[_0x3fa581(0x183,0x14f,0xf0,_0x22eb29._0x4de68c)](-0x1*-0x1fa1+-0x198c+-0x20fb*-0x1)});if(!_0x208c9d['ok']){const _0x433ddb={};return _0x433ddb[_0x47bc0e(-0xed,-0x6c,-_0x22eb29._0x2ec638,-0xbb)]=![],_0x433ddb[_0x47bc0e(-_0x22eb29._0x27a5ef,-_0x22eb29._0x58ecad,-0xbe,-_0x22eb29._0xcca925)]=_0x47bc0e(-_0x22eb29._0x305f11,-_0x22eb29._0x19f68b,-_0x22eb29._0xe045ac,-0x9a)+_0x47bc0e(-0x82,-_0x22eb29._0x55cc20,-0x71,-_0x22eb29._0x4e1854)+_0x3fa581(_0x22eb29._0xe045ac,_0x22eb29._0x1c9c30,0x14d,_0x22eb29._0x21e40d)+_0x208c9d[_0x47bc0e(-_0x22eb29._0xfededf,-0x59,-0xa4,-0xa9)]+':\x20'+_0x208c9d[_0x47bc0e(-_0x22eb29._0x16bc5a,-0x97,-_0x22eb29._0xf0fc60,-_0x22eb29._0x250e24)],_0x433ddb;}const _0x30d472=await _0x208c9d['json'](),_0x20507c=[_0x2c10cc[_0x47bc0e(-0x7b,-_0x22eb29._0x576ca9,-_0x22eb29._0x378628,-0xba)],_0x2c10cc[_0x47bc0e(-0x9b,-0xc6,-_0x22eb29._0x8f35b2,-_0x22eb29._0x3f987b)],_0x2c10cc[_0x3fa581(0x17b,0x130,_0x22eb29._0x2a3e16,0x117)]],_0x886cb0=_0x20507c[_0x3fa581(0x12d,_0x22eb29._0x13aecc,0x199,0x177)](_0x314fb4=>!_0x30d472[_0x314fb4]);if(_0x886cb0[_0x3fa581(_0x22eb29._0x27b2e,0x10a,_0x22eb29._0x2cd5df,_0x22eb29._0x309b89)]>0x3*-0x1dd+0x103c+-0xaa5)return{'success':![],'error':_0x3fa581(0x12a,_0x22eb29._0x71249f,0xfb,0x116)+_0x47bc0e(-_0x22eb29._0x4bed3d,-_0x22eb29._0x276ecb,-0x116,-_0x22eb29._0x5ed004)+'issing\x20req'+'uired\x20fiel'+_0x47bc0e(-0x15c,-_0x22eb29._0x22f30c,-_0x22eb29._0x4471c1,-_0x22eb29._0x29a79a)+_0x886cb0[_0x3fa581(_0x22eb29._0x3a3382,0x127,_0x22eb29._0x150fb9,_0x22eb29._0x5c7237)](',\x20')};const _0x50af8e={};return _0x50af8e[_0x47bc0e(-0xb6,-0x106,-0xbd,-_0x22eb29._0x4dc1a5)]=!![],_0x50af8e['issuer']=_0x30d472[_0x47bc0e(-0x11f,-_0x22eb29._0xa2f605,-_0x22eb29._0x4eef0a,-0xf4)],_0x50af8e[_0x3fa581(0x105,0x147,0x196,0x114)+'ion_endpoi'+'nt']=_0x30d472[_0x3fa581(0x185,_0x22eb29._0x497bb7,_0x22eb29._0xbf072b,0x138)+_0x3fa581(_0x22eb29._0x452012,0x111,0x11e,0xb9)+'nt'],_0x50af8e[_0x3fa581(_0x22eb29._0xbca8c4,0x122,0x16b,0xce)+_0x3fa581(_0x22eb29._0x7c889d,_0x22eb29._0x4c9719,_0x22eb29._0x40dfa4,0xeb)]=_0x30d472[_0x47bc0e(-_0x22eb29._0x34e33c,-0x61,-_0x22eb29._0x3e560b,-0x85)+_0x3fa581(_0x22eb29._0x5bcca9,0xb4,_0x22eb29._0x1395a1,_0x22eb29._0x598f17)],_0x50af8e[_0x3fa581(_0x22eb29._0x1607ed,_0x22eb29._0x3eb9e5,_0x22eb29._0x4b8da7,0x83)+_0x3fa581(_0x22eb29._0x33ef29,0x10e,_0x22eb29._0x401567,0xb1)]=_0x30d472[_0x47bc0e(-_0x22eb29._0x449f39,-0x16c,-_0x22eb29._0x4f0cde,-0xfb)+_0x47bc0e(-_0x22eb29._0x562b13,-0xa3,-0xa6,-_0x22eb29._0x38196e)]||[],_0x50af8e;}}catch(_0x4f952c){const _0x1fafab={};return _0x1fafab[_0x3fa581(_0x22eb29._0x3f517f,_0x22eb29._0x524fa5,0xe7,_0x22eb29._0x38196e)]=![],_0x1fafab[_0x3fa581(_0x22eb29._0x353b32,_0x22eb29._0x3cffad,0xd6,_0x22eb29._0x1639b0)]=_0x4f952c['message']||_0x2c10cc['VRFEX'],_0x1fafab;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x479b1a,_0x50c2ef){const _0x50cad5={_0x361ead:0x30d,_0x57c9aa:0x305,_0x31fc06:0x30d,_0x2ccc49:0x303,_0x133c6a:0x306,_0x54195b:0x345,_0x3ea37c:0x32a,_0x2731c7:0x32f,_0x41ebe8:0x368,_0x854406:0x362,_0x48d6a1:0x324,_0x41cd1d:0x303,_0x12ad3d:0x30f,_0xeec706:0x340,_0x41d95f:0x329,_0x42fbb9:0x349,_0x626eea:0x311,_0x31104f:0x31c,_0x2a70ee:0x30d,_0x3ae140:0x2f1,_0x20ca16:0x2f1};function _0x2ec0c3(_0x525b1c,_0x242ecc,_0x25cbd0,_0x1701c5){return _0x2f75(_0x242ecc-0x191,_0x25cbd0);}function _0xbeea17(_0x282a4c,_0x50cf16,_0x410cb6,_0x2ae365){return _0x2f75(_0x50cf16-0x1b0,_0x410cb6);}const _0x805220=_0x479b1a();while(!![]){try{const _0x39463e=-parseInt(_0xbeea17(_0x50cad5._0x361ead,0x322,_0x50cad5._0x57c9aa,0x328))/(-0x5d4+-0x26c8+0x51*0x8d)+-parseInt(_0x2ec0c3(_0x50cad5._0x31fc06,0x314,0x2f4,_0x50cad5._0x2ccc49))/(0xc4a+-0x4c1*-0x2+-0x15ca)*(-parseInt(_0x2ec0c3(_0x50cad5._0x133c6a,0x2f2,0x2fe,0x2f8))/(-0x124c+-0xf08+0x6ab*0x5))+parseInt(_0xbeea17(_0x50cad5._0x54195b,_0x50cad5._0x3ea37c,0x33d,0x34d))/(0x3d3*-0x3+0xa9d*0x1+0xe0)*(-parseInt(_0xbeea17(_0x50cad5._0x2731c7,0x345,_0x50cad5._0x41ebe8,_0x50cad5._0x854406))/(-0x429+-0x4*0x851+0x2572))+parseInt(_0xbeea17(_0x50cad5._0x48d6a1,_0x50cad5._0x41cd1d,_0x50cad5._0x12ad3d,0x2f8))/(-0x2381+-0x507+-0x1d*-0x166)+parseInt(_0xbeea17(_0x50cad5._0xeec706,0x336,_0x50cad5._0x41d95f,_0x50cad5._0x42fbb9))/(-0x3*0x2bd+-0x683*0x4+0x224a)*(parseInt(_0x2ec0c3(0x316,_0x50cad5._0x626eea,0x32e,0x330))/(0xfb7*-0x1+-0x1*-0x1a2d+-0xa6e))+-parseInt(_0xbeea17(0x345,0x32c,0x341,0x329))/(0x5*0x65b+-0x26ac+0x6ee)*(-parseInt(_0xbeea17(0x33a,_0x50cad5._0x31104f,_0x50cad5._0x2a70ee,0x309))/(0x15*0x12a+-0x9*-0x2fa+-0x3332))+parseInt(_0x2ec0c3(0x319,0x30f,_0x50cad5._0x3ae140,0x30b))/(-0x133*-0x11+0x986+-0x1dde)*(parseInt(_0x2ec0c3(_0x50cad5._0x20ca16,0x2f9,0x2de,0x31d))/(0xcaa+0x5c5+0x20b*-0x9));if(_0x39463e===_0x50c2ef)break;else _0x805220['push'](_0x805220['shift']());}catch(_0x1ced67){_0x805220['push'](_0x805220['shift']());}}}(_0x2267,0x1*0x20bbd+0x1*-0x34d90+0x6fb37));import _0x3975a9 from'crypto';import{logger}from'./logger.js';const DEVICE_TTL_MS=(0x180f+-0x1777*-0x1+-0x2f7c)*(-0x1b5e+-0x1c*-0x97+0xb16)*(0x1*-0x1c3+-0x3*-0x22d+-0x14*0xb),POLL_INTERVAL_MS=(-0x9e*0xc+0x3*0x92f+0x1*-0x1422)*(-0x2f*0x9+0x3ff*0x3+-0x66e),CODE_CHARS=_0x87b6bb(0x3a2,0x3bc,0x3ce,0x3b8)+_0x87b6bb(0x3fb,0x3f9,0x3da,0x3e0)+_0x2f837d(0x114,0x124,0x103,0x10b)+'89';function _0x2f837d(_0x5bac55,_0x5e56b5,_0x50ec00,_0x1e55e1){const _0x5b8c70={_0x5bc269:0x94};return _0x2f75(_0x50ec00- -_0x5b8c70._0x5bc269,_0x5bac55);}const USER_CODE_LENGTH=0x2*0x1190+0x15c7+-0x38df*0x1,deviceStore=new Map(),userCodeToDevice=new Map();function _0x87b6bb(_0x1a90e0,_0x553480,_0x45f6b2,_0x49109a){return _0x2f75(_0x49109a-0x24a,_0x553480);}const stateToDevice=new Map();function randomUserCode(){const _0x3dc309={_0xd06a74:0x3db,_0x3fc2c4:0x3d4,_0x152809:0x38d,_0x1cc95d:0x39f,_0x45a0c2:0x3bf,_0x43e533:0x38e,_0x530732:0x120,_0x2dd512:0xf3,_0x3c0c61:0x10c,_0x5480dc:0xfd,_0x13dbb4:0x108,_0x10eada:0x12b,_0xd08eab:0xfd,_0x441c07:0xfa,_0x47f080:0x10a,_0x5ae0c3:0x3cd,_0x46614c:0x3d2,_0x1a2476:0x11e,_0x4cf36c:0xfd,_0x3323eb:0x11d,_0x145c23:0x3cc,_0x176ed1:0x3a8,_0x3be9c9:0x3cb,_0x99625c:0x3f5,_0x321b39:0x3f3,_0x1d6498:0x3d7,_0x305f50:0xc6,_0x402722:0x397,_0x12ac94:0x395},_0x2ea0be={_0x48bceb:0x14e,_0x2d2210:0x1b},_0x119a10={_0xabf6f9:0xcc},_0x299fa3={};_0x299fa3[_0x5558d6(0x3b3,_0x3dc309._0xd06a74,_0x3dc309._0x3fc2c4,0x3b6)]=_0x5558d6(_0x3dc309._0x152809,_0x3dc309._0x1cc95d,0x3a8,0x3c9)+_0x5558d6(_0x3dc309._0x45a0c2,0x3a1,0x3b3,0x395)+_0x5558d6(0x3ae,0x3cc,0x3af,_0x3dc309._0x43e533),_0x299fa3['IAnQe']=function(_0x2e3ba9,_0x20d4ca){return _0x2e3ba9<_0x20d4ca;},_0x299fa3[_0x56d06a(0x113,_0x3dc309._0x530732,0x11e,0x134)]=function(_0x148b75,_0x55e37c){return _0x148b75===_0x55e37c;},_0x299fa3[_0x56d06a(_0x3dc309._0x2dd512,0x10b,_0x3dc309._0x3c0c61,0x11c)]=_0x56d06a(_0x3dc309._0x5480dc,_0x3dc309._0x13dbb4,_0x3dc309._0x13dbb4,_0x3dc309._0x10eada);function _0x5558d6(_0x330163,_0x662ca6,_0x5c7c66,_0x5e0688){return _0x87b6bb(_0x330163-_0x119a10._0xabf6f9,_0x330163,_0x5c7c66-0x112,_0x5c7c66- -0x1);}_0x299fa3['NcCCS']=_0x56d06a(_0x3dc309._0xd08eab,_0x3dc309._0x441c07,_0x3dc309._0x47f080,0xfc);const _0x238451=_0x299fa3;let _0x5efb4f='';function _0x56d06a(_0x406a19,_0x18423e,_0x5caa33,_0x545121){return _0x2f837d(_0x5caa33,_0x18423e-_0x2ea0be._0x48bceb,_0x18423e-_0x2ea0be._0x2d2210,_0x545121-0xac);}for(let _0x5e5dfa=-0xb38*0x2+0x251a*-0x1+0x2*0x1dc5;_0x238451[_0x5558d6(_0x3dc309._0x5ae0c3,0x3ac,0x3b2,_0x3dc309._0x46614c)](_0x5e5dfa,USER_CODE_LENGTH);_0x5e5dfa+=-0x849+-0x4c9+0xd13){if(_0x238451['zqpVU'](_0x238451['VVOcw'],_0x238451[_0x56d06a(0xfb,0x117,0x124,_0x3dc309._0x1a2476)]))_0xac9565['clear'](),_0x36e542[_0x56d06a(0x10b,0x11b,_0x3dc309._0x4cf36c,_0x3dc309._0x3323eb)](),_0x3b1ffa['clear'](),_0x479d03[_0x5558d6(_0x3dc309._0x145c23,_0x3dc309._0x176ed1,_0x3dc309._0x3be9c9,0x3b4)](_0x238451[_0x5558d6(0x3cd,_0x3dc309._0x99625c,0x3d4,_0x3dc309._0x321b39)]);else{const _0x76bbf3=_0x3975a9[_0x5558d6(0x3c8,_0x3dc309._0x1d6498,0x3db,0x3cf)](-0x89e+0x291*-0xf+0x2f1d,CODE_CHARS['length']);_0x5efb4f+=CODE_CHARS[_0x76bbf3];}}return _0x5efb4f[_0x56d06a(_0x3dc309._0xd08eab,0xe4,0xe4,_0x3dc309._0x305f50)](-0x2702+-0x161+0x5c5*0x7,0x41b*0x2+-0xce*0x7+-0x290)+'-'+_0x5efb4f[_0x5558d6(0x39d,_0x3dc309._0x402722,0x3a6,_0x3dc309._0x12ac94)](-0x2242+0xa*-0xdb+0x2ad4);}function isExpired(_0xd6b836){const _0x43a978={_0x2a3276:0x1ee,_0x4d4231:0x1ec,_0x484616:0x1f6,_0x2d5650:0x1b2,_0x1613a7:0x1d2,_0x48e02d:0x1af},_0x525bcd={_0x4251bd:0x7b,_0x355253:0x153},_0x47dd8d={};_0x47dd8d['BwYFg']=function(_0x50c9e5,_0x4e2491){return _0x50c9e5>_0x4e2491;};const _0x491da4=_0x47dd8d;function _0x24a086(_0x3d7079,_0x5b65a4,_0x28a61d,_0x566741){return _0x2f837d(_0x3d7079,_0x5b65a4-_0x525bcd._0x4251bd,_0x566741- -0x230,_0x566741-_0x525bcd._0x355253);}function _0x46e8e1(_0x3d0c46,_0x1ecaaa,_0x34af59,_0x211b33){return _0x87b6bb(_0x3d0c46-0xcd,_0x1ecaaa,_0x34af59-0x182,_0x34af59- -0x578);}return _0x491da4['BwYFg'](Date[_0x46e8e1(-_0x43a978._0x2a3276,-_0x43a978._0x4d4231,-0x1d3,-_0x43a978._0x484616)](),_0xd6b836[_0x46e8e1(-0x1e2,-_0x43a978._0x2d5650,-_0x43a978._0x1613a7,-_0x43a978._0x48e02d)]);}function cleanupExpired(){const _0x1eb1c4={_0x44fe02:0x11a,_0x22462a:0x11a,_0x465939:0xfe,_0xb1a760:0x12b,_0x40ee1a:0x121,_0x5becb7:0x38b,_0x2f8492:0x3a0,_0xa4a904:0x3b7,_0x35727f:0x381,_0xca1079:0x38d,_0x404f53:0x389,_0x8f5cdc:0x394,_0xda7bff:0x3b2,_0x4ba401:0x105,_0x4f34b2:0x118,_0x31d29e:0xf8,_0x52092e:0x111,_0x1413d7:0x10f,_0x476ec7:0x11f,_0x5850c9:0xee,_0x34f79e:0x37f,_0x386f37:0x394},_0x272624={_0x908430:0x2a2},_0x4c5cfe={};function _0x4400ab(_0x37e669,_0x6b9af,_0x47f7d6,_0x3a8f64){return _0x87b6bb(_0x37e669-0x7a,_0x37e669,_0x47f7d6-0x58,_0x3a8f64- -_0x272624._0x908430);}_0x4c5cfe['Mxqvb']=function(_0x14e983,_0x50d4f4){return _0x14e983>_0x50d4f4;},_0x4c5cfe[_0x4400ab(0x118,0x132,_0x1eb1c4._0x44fe02,0x10f)]=function(_0x142c9a,_0xb848ac){return _0x142c9a===_0xb848ac;},_0x4c5cfe[_0x4400ab(0xe4,0xf4,_0x1eb1c4._0x22462a,_0x1eb1c4._0x465939)]=_0x4400ab(0x140,_0x1eb1c4._0xb1a760,_0x1eb1c4._0x40ee1a,0x131);const _0x2e3867=_0x4c5cfe,_0x23b463=Date['now']();function _0x2f5512(_0x17032a,_0x2ba41b,_0x3e75a3,_0x13df88){return _0x2f837d(_0x13df88,_0x2ba41b-0xea,_0x2ba41b-0x2d0,_0x13df88-0x15b);}for(const [_0x57cd18,_0x1f4dfb]of deviceStore['entries']()){_0x2e3867[_0x2f5512(0x392,0x3b4,0x3ad,0x393)](_0x23b463,_0x1f4dfb[_0x2f5512(_0x1eb1c4._0x5becb7,0x398,_0x1eb1c4._0x2f8492,_0x1eb1c4._0xa4a904)])&&(deviceStore[_0x2f5512(_0x1eb1c4._0x35727f,0x394,0x3ac,0x39b)](_0x57cd18),userCodeToDevice[_0x2f5512(0x392,0x394,_0x1eb1c4._0xca1079,_0x1eb1c4._0x404f53)](_0x1f4dfb[_0x2f5512(0x399,0x393,_0x1eb1c4._0x8f5cdc,_0x1eb1c4._0xda7bff)]));}for(const [_0x35c46b,_0xc3e11c]of stateToDevice['entries']()){const _0x55c599=deviceStore[_0x4400ab(0x12b,0x136,_0x1eb1c4._0x4ba401,_0x1eb1c4._0x4f34b2)](_0xc3e11c);if(!_0x55c599||_0x23b463>_0x55c599['expiresAt']){if(_0x2e3867[_0x4400ab(_0x1eb1c4._0x31d29e,_0x1eb1c4._0x4f34b2,_0x1eb1c4._0x52092e,_0x1eb1c4._0x1413d7)](_0x2e3867[_0x4400ab(_0x1eb1c4._0x476ec7,0x113,_0x1eb1c4._0x5850c9,_0x1eb1c4._0x465939)],_0x2e3867[_0x2f5512(_0x1eb1c4._0x34f79e,0x392,0x379,0x392)]))stateToDevice[_0x2f5512(0x39b,_0x1eb1c4._0x386f37,_0x1eb1c4._0xca1079,0x372)](_0x35c46b);else return null;}}}const cleanupInterval=setInterval(cleanupExpired,(0x2396+0x2a7*-0x1+0x1*-0x20b3)*(-0x355*-0x3+-0x2*0x443+0x26f));function _0x2267(){const _0x44cf9a=['zgvSzxrL','BxDgCNO','DujIA2G','BM93','zxHWAxjLC0f0','C2XPy2u','t3bxwve','t0LeqYbKzxzPyW','CwfOEgC','odfRsuDhr3i','DxnLCG','zMXVB3i','BKjisxm','sKzIB2m','CMuGCMvZzxq','wgvVvKu','mZzmC3L2wha','sufUuwu','zsbMBg93ihn0BW','CMfUzg9TqNL0zq','mtbXs3Prs0K','Agv4','qujdrevgr0HksW','rvLcwfa','z2v0','AeLkwhG','nZm0ota2yxjzqLvr','sKvyq0K','AeHdBNu','D2jHs2e','Dw5Yzwy','uw5Irg8','txHXDMi','A2DgD2u','mtG4Dxf0D3Lk','CgvUzgLUzW','mZq2ntiZne9cte94Aa','ruvQCgK','mZqYotq3Ce1otM5M','C2v0','nte3nZG0ofLgshnVra','B1PiDM0','zgvIDwC','otCXneDwELDZDa','vLzpy3C','vuf0t20','n013BKHItG','AfvSt0e','rMHyD3u','rxz4t3C','rNHez28','u3H2tw4','serNugO','C3rHDhvZ','CNjVzhm','zxHWAxjLza','tMndq1m','yxbPs2v5','CMfUzg9Tsw50','CfPqwhC','y2XLyxi','mJG4nJb1uLv4zKm','te1ouffsu1rvvG','v1HzwJiZndu2nW','tMjXAM0','ENfWvLu','nZq2nde4BNvftvHe','yxbWCM92zwq','z3PpB3O','B2juD3y','DxnLCKnVzgu'];_0x2267=function(){return _0x44cf9a;};return _0x2267();}cleanupInterval[_0x2f837d(0xc3,0xe2,0xe2,0xfb)]();export function createDeviceFlow(){const _0xfbe1a3={_0x18fca8:0x19e,_0x38c121:0x18c,_0x2f65c6:0x1a8,_0x149311:0x43c,_0x528000:0x443,_0x56672e:0x1a2,_0x59f97a:0x188,_0x19a917:0x1a6,_0x135765:0x19a,_0x2df763:0x1ae,_0xca12eb:0x1cf,_0x3a298c:0x1bf,_0x1cd20f:0x196,_0x5753c2:0x1ac,_0x4bbbe2:0x1ba,_0x1b351c:0x1a1,_0x3c7695:0x485,_0x538b6f:0x4a7,_0x886611:0x4a0,_0x4694af:0x1ab,_0x4da725:0x18f,_0x266c5c:0x46c,_0x335ada:0x480,_0x499be7:0x486,_0x59a36a:0x1b4,_0x1f07ab:0x17d,_0x16a47e:0x450,_0x5e23d4:0x45d},_0x5a8fab={_0x33f62d:0x191,_0x26af8b:0x196},_0x5a566b={_0x3e6218:0x563};function _0x343fa3(_0x3f1275,_0xab34fd,_0x4a5de5,_0x303068){return _0x87b6bb(_0x3f1275-0x53,_0x303068,_0x4a5de5-0x131,_0x3f1275- -_0x5a566b._0x3e6218);}const _0x42550e={'OpWYQ':function(_0x1d6f69){return _0x1d6f69();},'QnbDo':function(_0x40c4e6){return _0x40c4e6();},'mwFrz':function(_0x1f5d1c,_0x558e31){return _0x1f5d1c+_0x558e31;},'Nbqjm':_0x343fa3(-_0xfbe1a3._0x18fca8,-_0xfbe1a3._0x38c121,-_0xfbe1a3._0x2f65c6,-0x1ba),'EEjpi':function(_0x18b1c0,_0x851cd9){return _0x18b1c0/_0x851cd9;},'pZPXw':function(_0x411b99,_0x3f4f45){return _0x411b99/_0x3f4f45;}};let _0x325655=_0x42550e[_0x1ae44b(0x44b,_0xfbe1a3._0x149311,0x454,_0xfbe1a3._0x528000)](randomUserCode);while(userCodeToDevice['has'](_0x325655)){_0x325655=_0x42550e[_0x343fa3(-_0xfbe1a3._0x56672e,-_0xfbe1a3._0x59f97a,-_0xfbe1a3._0x19a917,-_0xfbe1a3._0x135765)](randomUserCode);}const _0x57efdf=_0x3975a9[_0x343fa3(-_0xfbe1a3._0x2df763,-_0xfbe1a3._0xca12eb,-_0xfbe1a3._0x3a298c,-_0xfbe1a3._0x1cd20f)+'s'](0x2dc+0x2*-0xb8a+0x1458)['toString'](_0x343fa3(-_0xfbe1a3._0x5753c2,-0x1ca,-0x1bc,-0x19f));function _0x1ae44b(_0x5781f7,_0x1342e7,_0x49d500,_0xe34013){return _0x2f837d(_0xe34013,_0x1342e7-_0x5a8fab._0x33f62d,_0x5781f7-0x381,_0xe34013-_0x5a8fab._0x26af8b);}const _0x142c29=Date[_0x1ae44b(0x448,0x435,0x441,0x459)](),_0x52a0cf={'deviceCode':_0x57efdf,'userCode':_0x325655,'createdAt':_0x142c29,'expiresAt':_0x42550e[_0x343fa3(-0x1c0,-_0xfbe1a3._0x4bbbe2,-0x1c0,-_0xfbe1a3._0x1b351c)](_0x142c29,DEVICE_TTL_MS),'status':_0x42550e[_0x1ae44b(_0xfbe1a3._0x3c7695,_0xfbe1a3._0x538b6f,_0xfbe1a3._0x886611,0x4a8)],'apiKey':null,'user':null};return deviceStore[_0x343fa3(-0x19a,-_0xfbe1a3._0x4694af,-_0xfbe1a3._0x4da725,-0x1b6)](_0x57efdf,_0x52a0cf),userCodeToDevice[_0x1ae44b(_0xfbe1a3._0x266c5c,_0xfbe1a3._0x335ada,0x46f,_0xfbe1a3._0x499be7)](_0x325655,_0x57efdf),{'deviceCode':_0x57efdf,'userCode':_0x325655,'expiresIn':Math[_0x343fa3(-0x1b6,-0x1be,-0x1d4,-_0xfbe1a3._0x59a36a)](_0x42550e[_0x343fa3(-0x19c,-_0xfbe1a3._0x1f07ab,-0x184,-0x1a9)](DEVICE_TTL_MS,-0x1*-0x2509+-0x5*0xd+-0x20e0)),'interval':Math[_0x1ae44b(_0xfbe1a3._0x16a47e,0x44d,0x441,_0xfbe1a3._0x5e23d4)](_0x42550e[_0x1ae44b(0x480,0x48e,0x4a1,0x48c)](POLL_INTERVAL_MS,0x61*-0x5d+-0x1336+0x3a5b))};}export function getDeviceFlow(_0x3b958a){const _0x5b3aec={'feHnV':function(_0x49caf4,_0x1a8864){return _0x49caf4(_0x1a8864);}},_0x102d67=deviceStore['get'](_0x3b958a);if(!_0x102d67||_0x5b3aec['feHnV'](isExpired,_0x102d67))return null;return _0x102d67;}export function getDeviceFlowByUserCode(_0x2a2864){const _0x366faf={_0x13b32b:0x89,_0x31470d:0x45,_0xf7c211:0x59},_0x570643={_0x5a87a3:0x46},_0x1dfbe3={_0x1e9f75:0x109,_0x3e9e66:0x157},_0xa9f78={'gzOoz':function(_0x29a93f,_0x4a6825){return _0x29a93f(_0x4a6825);}},_0x2bee5a=userCodeToDevice[_0x805338(0x78,_0x366faf._0x13b32b,0x68,0x69)](_0x2a2864);if(!_0x2bee5a)return null;function _0x805338(_0x3155c9,_0x42792f,_0x54167b,_0x484e4b){return _0x87b6bb(_0x3155c9-_0x1dfbe3._0x1e9f75,_0x54167b,_0x54167b-_0x1dfbe3._0x3e9e66,_0x3155c9- -0x342);}function _0x17f763(_0x40240a,_0x98a8a9,_0x348b1d,_0x4abf5c){return _0x2f837d(_0x40240a,_0x98a8a9-_0x570643._0x5a87a3,_0x348b1d-0x398,_0x4abf5c-0x10a);}return _0xa9f78[_0x805338(0x5d,0x77,_0x366faf._0x31470d,_0x366faf._0xf7c211)](getDeviceFlow,_0x2bee5a);}function _0x2f75(_0x2df2f,_0x39a198){_0x2df2f=_0x2df2f-(-0x156e+0x2bb+0x1406);const _0x47ef75=_0x2267();let _0x2aa559=_0x47ef75[_0x2df2f];if(_0x2f75['SxWXqV']===undefined){var _0x188a68=function(_0x10c361){const _0x7aada7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x13703b='',_0x35dca1='';for(let _0x189718=-0x16a6+-0x26a5+0x3d4b,_0x2434d4,_0x52bc71,_0x2e796a=-0x623*0x2+-0x1bee+0x2834;_0x52bc71=_0x10c361['charAt'](_0x2e796a++);~_0x52bc71&&(_0x2434d4=_0x189718%(-0x1*0x1e49+-0xcef+0x2b3c)?_0x2434d4*(-0x4bc+-0x4*0x5d2+-0x12*-0x192)+_0x52bc71:_0x52bc71,_0x189718++%(-0x61*-0x4a+0x1bea+-0x37f0))?_0x13703b+=String['fromCharCode'](0x1a52+0x7*0x1c9+-0x25d2&_0x2434d4>>(-(0xa05+0x2*-0xa8b+0x13b*0x9)*_0x189718&-0x1265+-0x9e*-0x3f+-0x1477)):-0x1023+-0x941*-0x1+0x6e2){_0x52bc71=_0x7aada7['indexOf'](_0x52bc71);}for(let _0x40a826=-0x1610+0x1536+-0xda*-0x1,_0xd769ab=_0x13703b['length'];_0x40a826<_0xd769ab;_0x40a826++){_0x35dca1+='%'+('00'+_0x13703b['charCodeAt'](_0x40a826)['toString'](0x468+0xaae*-0x3+0x1bb2))['slice'](-(-0x1f73+0x2bd+-0x1*-0x1cb8));}return decodeURIComponent(_0x35dca1);};_0x2f75['dRzqhL']=_0x188a68,_0x2f75['jQcMJK']={},_0x2f75['SxWXqV']=!![];}const _0x2fb842=_0x47ef75[-0x19ae+-0xa7+0x1a55],_0x3317bd=_0x2df2f+_0x2fb842,_0x4dd664=_0x2f75['jQcMJK'][_0x3317bd];return!_0x4dd664?(_0x2aa559=_0x2f75['dRzqhL'](_0x2aa559),_0x2f75['jQcMJK'][_0x3317bd]=_0x2aa559):_0x2aa559=_0x4dd664,_0x2aa559;}export function linkOidcStateToDevice(_0x5db0bc,_0x3dea10){const _0x22e6ed={_0x56af00:0x19c,_0x3e89ea:0x9f,_0x4fb748:0x81,_0x1b8dac:0x5f,_0x7f3757:0x86},_0x192158={_0x244185:0x1e3,_0x402ada:0x348},_0x3f4a2b={_0x2846ce:0x55a};function _0x5e3999(_0x2f1c28,_0x233cbf,_0x3ed16d,_0x105165){return _0x87b6bb(_0x2f1c28-0x7f,_0x105165,_0x3ed16d-0x1f,_0x233cbf- -_0x3f4a2b._0x2846ce);}const _0x4fc81a={'hHCnu':function(_0x4bcdd4,_0x293b08){return _0x4bcdd4(_0x293b08);}},_0x336d16=_0x4fc81a[_0x5e3999(-0x193,-_0x22e6ed._0x56af00,-0x1b7,-0x1bc)](getDeviceFlow,_0x3dea10);if(!_0x336d16)return![];stateToDevice[_0x585fcc(_0x22e6ed._0x3e89ea,_0x22e6ed._0x4fb748,_0x22e6ed._0x1b8dac,_0x22e6ed._0x7f3757)](_0x5db0bc,_0x3dea10);function _0x585fcc(_0x3e9688,_0x37dee1,_0x2af4dd,_0x2ba977){return _0x87b6bb(_0x3e9688-0xfa,_0x2ba977,_0x2af4dd-_0x192158._0x244185,_0x37dee1- -_0x192158._0x402ada);}return!![];}export function consumeDeviceForState(_0x284440){const _0x49f0a2={_0x36e216:0x22e,_0x14fae3:0x226},_0x1306a7={_0x32f9c5:0x17c},_0x43cf42={'ATrsC':function(_0x30fffe,_0xa7a0c8){return _0x30fffe(_0xa7a0c8);}},_0x54c9d6=stateToDevice['get'](_0x284440);if(!_0x54c9d6)return null;function _0x4d54da(_0x23c10c,_0x430cac,_0x3717a0,_0x57d63d){return _0x87b6bb(_0x23c10c-0xaf,_0x23c10c,_0x3717a0-0x2e,_0x57d63d- -_0x1306a7._0x32f9c5);}return stateToDevice[_0x4d54da(0x21b,_0x49f0a2._0x36e216,0x23a,_0x49f0a2._0x14fae3)](_0x284440),_0x43cf42['ATrsC'](getDeviceFlow,_0x54c9d6);}export function approveDeviceFlow(_0x12306d,_0x4dd0e2,_0x327c86){const _0x48e964={_0x2c77a:0x3ec,_0x35bdee:0x3fc,_0x4b6f30:0x3dd,_0x2951e9:0x406,_0x4329b6:0x3f6,_0x3afac5:0x419,_0x457190:0x417,_0x338c69:0x411,_0x18e35d:0x401,_0x11f27f:0x410,_0x5e0277:0x42b,_0x43597b:0x433,_0x1bd475:0x41a,_0x143275:0x429},_0x2545c6={_0x1ae15f:0x2c,_0x965d44:0x33a,_0x34253c:0x41},_0x5d9e55={_0x2c492b:0x32c,_0x540fa6:0x186},_0x594cb6={'nBHIs':function(_0x1cd8d7,_0x3d8a7b){return _0x1cd8d7(_0x3d8a7b);},'hIJXx':function(_0x5a8baf,_0x4d9ed4){return _0x5a8baf!==_0x4d9ed4;},'hUlOA':'cFFzO','ktelS':'approved'},_0x2a7542=_0x594cb6[_0x3f809f(_0x48e964._0x2c77a,_0x48e964._0x35bdee,_0x48e964._0x4b6f30,_0x48e964._0x2951e9)](getDeviceFlow,_0x12306d);if(!_0x2a7542)return _0x594cb6[_0x16b6c2(_0x48e964._0x4329b6,0x424,_0x48e964._0x3afac5,_0x48e964._0x457190)](_0x594cb6[_0x3f809f(0x416,0x41f,0x426,0x42c)],_0x3f809f(_0x48e964._0x338c69,0x420,0x40c,_0x48e964._0x18e35d))?![]:![];function _0x3f809f(_0x27b00f,_0x161d4a,_0x47c972,_0x23af2f){return _0x2f837d(_0x23af2f,_0x161d4a-0x177,_0x161d4a-_0x5d9e55._0x2c492b,_0x23af2f-_0x5d9e55._0x540fa6);}function _0x16b6c2(_0x32f472,_0x5cf185,_0x417c7c,_0x14c861){return _0x2f837d(_0x32f472,_0x5cf185-_0x2545c6._0x1ae15f,_0x14c861-_0x2545c6._0x965d44,_0x14c861-_0x2545c6._0x34253c);}return _0x2a7542[_0x16b6c2(_0x48e964._0x11f27f,0x44a,_0x48e964._0x5e0277,_0x48e964._0x43597b)]=_0x594cb6['ktelS'],_0x2a7542[_0x3f809f(_0x48e964._0x1bd475,_0x48e964._0x143275,0x405,0x433)]=_0x4dd0e2,_0x2a7542['user']=_0x327c86,!![];}export function pollDeviceFlow(_0xb4afd7){const _0x591952={_0x3d2d9b:0xe2,_0x304b8c:0x12f,_0xc0fa32:0x128,_0x1abe45:0xea,_0x5dfbf5:0xfb,_0x3b3050:0x14f,_0x3cb0fe:0x5e,_0x51cfb0:0x81,_0x363c02:0x10d,_0x919b08:0xee,_0x483f18:0x101,_0x49baf5:0xfa,_0x2fc665:0x59,_0x68bb98:0x6f,_0x2848b9:0x10f,_0x52c2ac:0x13c,_0x5d10fb:0x125,_0x55213b:0x7c,_0x21d2f3:0x82,_0x37f1f3:0x69,_0x45576a:0xf8,_0x4dff8f:0x111,_0x41937f:0x102,_0x3daf45:0x103,_0x17bb58:0x66,_0x357731:0x6d,_0x4f650d:0x62,_0x4bfd76:0xff,_0x46946c:0xe5,_0xe80e04:0xfb,_0x409b86:0x43,_0x360a4e:0xfb,_0x73fe55:0xee,_0xbb0f3b:0x7d,_0x5d9f41:0x64,_0x2276eb:0x59,_0x23ba32:0x7e,_0x122c77:0xf7,_0x3b357d:0xee,_0x10ae76:0xd6,_0x1b0d6b:0xf7,_0x101672:0x70,_0x34a061:0x94,_0x3f45af:0x7c,_0x8cc565:0x5b,_0x5325b3:0x65},_0x56dc42={_0x36e512:0x14e},_0x21a32c={_0x534b04:0x164,_0x4851e9:0x1f4};function _0x7cbcff(_0x3417e0,_0x327c7e,_0x335203,_0x51b8a6){return _0x2f837d(_0x327c7e,_0x327c7e-_0x21a32c._0x534b04,_0x51b8a6- -_0x21a32c._0x4851e9,_0x51b8a6-0x61);}const _0x45589f={'uBbkh':function(_0x5eddad,_0x6da421){return _0x5eddad(_0x6da421);},'EYBXP':_0x7cbcff(-0x112,-0xe8,-_0x591952._0x3d2d9b,-0xfe),'rrods':_0x7cbcff(-0x11a,-_0x591952._0x304b8c,-0x140,-_0x591952._0xc0fa32),'UAtOm':_0x7cbcff(-_0x591952._0x1abe45,-_0x591952._0x5dfbf5,-0xe6,-0xf9),'kgFwe':function(_0x4ee1d8,_0xc2db69){return _0x4ee1d8===_0xc2db69;},'wbaKa':'approved'},_0x38dc1f=_0x45589f[_0x7cbcff(-0x151,-_0x591952._0x3b3050,-0x13b,-0x12e)](getDeviceFlow,_0xb4afd7);function _0x3877b9(_0x3ad6c4,_0x263661,_0x176376,_0x3bf529){return _0x87b6bb(_0x3ad6c4-0x144,_0x3bf529,_0x176376-_0x56dc42._0x36e512,_0x263661- -0x35b);}if(!_0x38dc1f){if(_0x45589f[_0x3877b9(0x48,_0x591952._0x3cb0fe,_0x591952._0x51cfb0,0x46)]===_0x45589f[_0x7cbcff(-_0x591952._0x363c02,-_0x591952._0x919b08,-_0x591952._0x483f18,-_0x591952._0x49baf5)]){const _0x4a9033=_0x137576[_0x3877b9(0x61,0x5f,_0x591952._0x2fc665,_0x591952._0x68bb98)](_0x2b60fb);if(!_0x4a9033)return null;return _0x3ccbf0[_0x7cbcff(-_0x591952._0x2848b9,-_0x591952._0x52c2ac,-_0x591952._0x5d10fb,-0x130)](_0x2a43c3),_0x430cba(_0x4a9033);}else{const _0x41e5cb={};return _0x41e5cb[_0x3877b9(0x85,_0x591952._0x55213b,_0x591952._0x21d2f3,_0x591952._0x37f1f3)]=_0x45589f[_0x7cbcff(-_0x591952._0x45576a,-_0x591952._0x4dff8f,-_0x591952._0x41937f,-_0x591952._0x3daf45)],_0x41e5cb;}}if(_0x45589f[_0x3877b9(_0x591952._0x17bb58,0x68,_0x591952._0x357731,_0x591952._0x4f650d)](_0x38dc1f[_0x7cbcff(-_0x591952._0x4bfd76,-_0x591952._0x46946c,-0x10b,-_0x591952._0xe80e04)],_0x3877b9(0x55,_0x591952._0x409b86,0x45,0x26))&&_0x38dc1f['apiKey']){const _0x1780fc={};return _0x1780fc[_0x7cbcff(-0x102,-_0x591952._0x360a4e,-_0x591952._0x73fe55,-0xfb)]=_0x45589f[_0x3877b9(_0x591952._0xbb0f3b,_0x591952._0x5d9f41,_0x591952._0x2276eb,0x5a)],_0x1780fc[_0x3877b9(0x67,0x80,_0x591952._0x23ba32,0x63)]=_0x38dc1f[_0x7cbcff(-_0x591952._0x122c77,-_0x591952._0x3b357d,-_0x591952._0x10ae76,-_0x591952._0x1b0d6b)],_0x1780fc['user']=_0x38dc1f[_0x3877b9(_0x591952._0x101672,0x51,0x50,0x51)],_0x1780fc;}const _0x11d5ce={};return _0x11d5ce[_0x3877b9(_0x591952._0x34a061,_0x591952._0x3f45af,0x61,_0x591952._0x8cc565)]=_0x3877b9(_0x591952._0x5325b3,0x6a,0x7a,_0x591952._0x8cc565),_0x11d5ce;}export function consumeDeviceFlow(_0x51b3fa){const _0x57d5f4={_0x1eb596:0x36b,_0x259713:0x350,_0x455c51:0x38c,_0x3ccea7:0x38f,_0x4e7470:0x372,_0x3c34c0:0x294,_0x595261:0x275},_0x517c8a={_0x2005df:0x1b,_0x29d460:0x199},_0x1e8e3c={_0x174fcc:0xe,_0x538fc5:0x5a},_0x48ad49=getDeviceFlow(_0x51b3fa);if(!_0x48ad49)return null;deviceStore[_0x33b1f6(_0x57d5f4._0x1eb596,_0x57d5f4._0x259713,_0x57d5f4._0x455c51,0x372)](_0x51b3fa);function _0x7f1719(_0x435e16,_0x4c5c88,_0x48fa98,_0x176212){return _0x2f837d(_0x48fa98,_0x4c5c88-_0x1e8e3c._0x174fcc,_0x176212- -0x338,_0x176212-_0x1e8e3c._0x538fc5);}userCodeToDevice[_0x33b1f6(0x35c,_0x57d5f4._0x3ccea7,0x394,_0x57d5f4._0x4e7470)](_0x48ad49[_0x7f1719(-_0x57d5f4._0x3c34c0,-0x28a,-0x27e,-_0x57d5f4._0x595261)]);function _0x33b1f6(_0x1fa001,_0x12acce,_0x328256,_0x1bc858){return _0x87b6bb(_0x1fa001-_0x517c8a._0x2005df,_0x12acce,_0x328256-_0x517c8a._0x29d460,_0x1bc858- -0x30);}return _0x48ad49;}export function getDeviceFlowConstants(){const _0x304d6c={_0x882adc:0x39,_0x551a0d:0x3d,_0x501560:0x76,_0xc307e9:0x42,_0x4182b0:0x5b,_0xf9d522:0x33,_0x35b05f:0x7d,_0x1343aa:0x7f,_0x3e09f1:0x48,_0x2535cd:0x46,_0x24b378:0x82},_0x470fd3={_0x2d906e:0x1e3},_0x42fc73={_0x197482:0x185,_0x171ccd:0x131,_0x228682:0x110};function _0x36470d(_0xbd2984,_0x55e1d0,_0x5a00ac,_0x39ecd1){return _0x2f837d(_0x55e1d0,_0x55e1d0-_0x42fc73._0x197482,_0xbd2984- -_0x42fc73._0x171ccd,_0x39ecd1-_0x42fc73._0x228682);}const _0x350058={};_0x350058[_0x36470d(-_0x304d6c._0x882adc,-0x44,-_0x304d6c._0x551a0d,-0x4d)]=function(_0x55e4aa,_0x343e1c){return _0x55e4aa/_0x343e1c;},_0x350058[_0x36470d(-0x60,-_0x304d6c._0x501560,-_0x304d6c._0xc307e9,-0x50)]=function(_0x47ec32,_0x8d6452){return _0x47ec32/_0x8d6452;};function _0x27aff5(_0x7425cb,_0x45acf9,_0x1d8683,_0x265a8c){return _0x87b6bb(_0x7425cb-_0x470fd3._0x2d906e,_0x7425cb,_0x1d8683-0x7d,_0x265a8c- -0x381);}const _0x52c766=_0x350058;return{'expiresIn':Math['floor'](_0x52c766[_0x27aff5(_0x304d6c._0x4182b0,_0x304d6c._0xf9d522,0x3f,0x55)](DEVICE_TTL_MS,0x1c63+0x25b1+-0x3e2c)),'interval':Math[_0x36470d(-0x62,-0x81,-_0x304d6c._0x35b05f,-_0x304d6c._0x1343aa)](_0x52c766[_0x36470d(-0x60,-_0x304d6c._0x3e09f1,-_0x304d6c._0x2535cd,-_0x304d6c._0x24b378)](POLL_INTERVAL_MS,-0x1*0x194d+0x1*0x481+-0x62d*-0x4))};}export function resetDeviceFlowStore(){const _0x3a42aa={_0x5417de:0x3b5,_0x1fa5de:0x3c7,_0x5b7254:0x3d4,_0x34cc80:0x181,_0x445f29:0x180,_0x3c83a9:0x3e7,_0x44ab9b:0x3e7,_0x21ed83:0x3ab,_0x291f0f:0x182,_0x558145:0x173,_0x5804c4:0x157},_0x25e8ba={_0x5904b5:0xa2,_0x202152:0x81},_0x2d6f94={_0x18edad:0x74};deviceStore[_0x204ccf(_0x3a42aa._0x5417de,0x3e4,_0x3a42aa._0x1fa5de,_0x3a42aa._0x5b7254)]();function _0x204ccf(_0x5cf47e,_0x1ac385,_0x43b9fa,_0x574c24){return _0x2f837d(_0x5cf47e,_0x1ac385-0x167,_0x43b9fa-0x2c7,_0x574c24-_0x2d6f94._0x18edad);}function _0x420658(_0x4f51ad,_0x275458,_0xb8b84e,_0x31c921){return _0x2f837d(_0x4f51ad,_0x275458-_0x25e8ba._0x5904b5,_0xb8b84e-_0x25e8ba._0x202152,_0x31c921-0x9e);}userCodeToDevice[_0x420658(_0x3a42aa._0x34cc80,_0x3a42aa._0x445f29,0x181,0x168)](),stateToDevice[_0x204ccf(_0x3a42aa._0x3c83a9,_0x3a42aa._0x44ab9b,_0x3a42aa._0x1fa5de,_0x3a42aa._0x21ed83)](),logger[_0x420658(_0x3a42aa._0x291f0f,0x15a,0x16f,0x16e)]('OIDC\x20devic'+_0x420658(_0x3a42aa._0x558145,0x13a,_0x3a42aa._0x5804c4,0x159)+_0x204ccf(0x3b3,0x39a,0x399,0x39a));}
|
|
1
|
+
(function(_0x39089d,_0x55b13e){const _0x429e75={_0x3fcd26:0x23f,_0x3d133e:0x250,_0xa7a6c2:0x264,_0x461d9c:0x27c,_0x28af28:0x28a,_0x860fcf:0x24a,_0x1b4cab:0x256,_0x369a14:0x26e,_0x5144bd:0x234,_0x3d310f:0x2ac,_0x594447:0x280,_0x37803e:0x323,_0x31e8f1:0x314,_0x45c652:0x30c,_0x3ed6c2:0x329,_0x133150:0x326,_0x159a77:0x313,_0x22f501:0x31b,_0xff1db4:0x283,_0x5790e0:0x261,_0x3e8ee6:0x297,_0x4b2295:0x278,_0x36a6d9:0x24d,_0x21975a:0x291,_0x482a13:0x33f,_0x1b50b7:0x334,_0x9def17:0x275,_0x4a942:0x26c,_0x47ab10:0x282},_0x34b188={_0x4af571:0x331},_0x2afeda=_0x39089d();function _0xad6349(_0x2b90c5,_0x3ba8c7,_0x460e5a,_0x19efe5){return _0x10db(_0x460e5a-0x25a,_0x2b90c5);}function _0x4dac32(_0x4ab436,_0x466e89,_0x9f9656,_0x5adff8){return _0x10db(_0x466e89- -_0x34b188._0x4af571,_0x9f9656);}while(!![]){try{const _0x261bcb=-parseInt(_0x4dac32(-_0x429e75._0x3fcd26,-0x252,-_0x429e75._0x3d133e,-_0x429e75._0xa7a6c2))/(-0x10c0+-0x4b6*-0x6+0x1a5*-0x7)*(parseInt(_0x4dac32(-0x285,-_0x429e75._0x461d9c,-_0x429e75._0x28af28,-0x262))/(-0x46c+-0x2625+0x2a93))+-parseInt(_0x4dac32(-0x249,-0x245,-0x22d,-_0x429e75._0x860fcf))/(0x1ade+0xc9b+0x2776*-0x1)*(parseInt(_0x4dac32(-0x244,-_0x429e75._0x1b4cab,-_0x429e75._0x369a14,-_0x429e75._0x5144bd))/(-0xbb8+0x4b7*0x3+0x1*-0x269))+-parseInt(_0x4dac32(-0x2a7,-0x288,-_0x429e75._0x3d310f,-_0x429e75._0x594447))/(-0x147d+-0x4*-0xd3+-0x2*-0x89b)*(-parseInt(_0xad6349(_0x429e75._0x37803e,_0x429e75._0x31e8f1,_0x429e75._0x45c652,_0x429e75._0x3ed6c2))/(0x1ad9*0x1+-0x248*0x1+-0x188b))+-parseInt(_0xad6349(_0x429e75._0x133150,_0x429e75._0x159a77,0x326,_0x429e75._0x22f501))/(0x1aee+0x624+-0x210b)*(-parseInt(_0x4dac32(-_0x429e75._0x594447,-_0x429e75._0xff1db4,-_0x429e75._0x5790e0,-_0x429e75._0x3e8ee6))/(-0x152d+0xdfb+0x25*0x32))+-parseInt(_0x4dac32(-0x268,-0x255,-_0x429e75._0x4b2295,-_0x429e75._0x36a6d9))/(0xdd*0x29+0x1de6+0x20a1*-0x2)+parseInt(_0x4dac32(-0x262,-0x26f,-0x252,-_0x429e75._0x21975a))/(0x170*-0x1a+-0xe*0x2ad+0x2570*0x2)*(-parseInt(_0xad6349(0x31c,0x35b,_0x429e75._0x482a13,0x321))/(0x1*0x707+-0x106*-0x1a+-0x158*0x19))+parseInt(_0xad6349(_0x429e75._0x1b50b7,_0x429e75._0x22f501,0x33a,0x35e))/(0x8*-0x4cf+0x14db+-0x89*-0x21)*(parseInt(_0x4dac32(-_0x429e75._0x9def17,-0x261,-_0x429e75._0x4a942,-_0x429e75._0x47ab10))/(0x6*0x19c+0x1*-0x1783+-0x8*-0x1bd));if(_0x261bcb===_0x55b13e)break;else _0x2afeda['push'](_0x2afeda['shift']());}catch(_0x681ece){_0x2afeda['push'](_0x2afeda['shift']());}}}(_0x4dd8,-0x46483+0x6e1e3+0x14c50));import _0x20cb05 from'crypto';import{logger}from'./logger.js';const DEVICE_TTL_MS=(0xd74+0x5*0x21d+-0x17fb)*(0xe8*0x2+0x875+-0xa09)*(0x1682+-0xd4b+-0x54f),POLL_INTERVAL_MS=(0x222c+0xa9c+-0x2cc5)*(0x1*0x1273+-0x10ca+0x23f),CODE_CHARS='ABCDEFGHJK'+_0x515d20(0x118,0x10e,0xf1,0x102)+'WXYZ234567'+'89',USER_CODE_LENGTH=-0x7e*-0x47+0x161+-0x244b,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function _0x515d20(_0x1688a0,_0xcfa03c,_0x4c5a40,_0x3e7e7e){const _0x39706e={_0x5cb02c:0x3a};return _0x10db(_0x3e7e7e-_0x39706e._0x5cb02c,_0xcfa03c);}function randomUserCode(){const _0x1547d8={_0x45e080:0x9e,_0x3b5d1b:0xcb,_0x13b4e6:0xa9,_0x2b2e7f:0xaf,_0x5d52b0:0xc9},_0x4ab9d6={_0x1f1040:0xcc},_0x5b8e25={_0x2fc1dc:0x7d,_0x179aa7:0x144},_0x3fb6f9={};function _0x2ece33(_0x1e8678,_0x1767c0,_0x4b4a60,_0x5819b5){return _0x515d20(_0x1e8678-_0x5b8e25._0x2fc1dc,_0x1e8678,_0x4b4a60-_0x5b8e25._0x179aa7,_0x4b4a60-0xfa);}function _0x788105(_0x25c871,_0x27a81a,_0x3a4e07,_0x4b8244){return _0x515d20(_0x25c871-_0x4ab9d6._0x1f1040,_0x27a81a,_0x3a4e07-0x198,_0x4b8244- -0x47);}_0x3fb6f9[_0x788105(_0x1547d8._0x45e080,_0x1547d8._0x3b5d1b,0xc3,_0x1547d8._0x13b4e6)]=function(_0x536f2e,_0xeb3579){return _0x536f2e<_0xeb3579;};const _0x33b9a7=_0x3fb6f9;let _0x2fd5c1='';for(let _0x34b579=0x3a0+0x6a1+-0x7*0x177;_0x33b9a7[_0x788105(0xc7,0x91,0xbe,0xa9)](_0x34b579,USER_CODE_LENGTH);_0x34b579+=-0xa15*-0x1+-0x19a*0x18+0x1c5c){const _0x14b03e=_0x20cb05['randomInt'](0x17c+-0x1dd4+0x1c58,CODE_CHARS['length']);_0x2fd5c1+=CODE_CHARS[_0x14b03e];}return _0x2fd5c1[_0x788105(0xbb,0xae,_0x1547d8._0x2b2e7f,_0x1547d8._0x5d52b0)](0x9e5*-0x1+0x1*-0x24cd+-0x2*-0x1759,0x14c8+-0x1d*-0x101+-0x31e1)+'-'+_0x2fd5c1['slice'](0x1be7+-0x7*0x2fb+0x3e*-0x1d);}function _0x4dd8(){const _0x21c529=['wNfqrLC','CMfUzg9Tsw50','z1zSqvy','AMTNy0G','mta2mZbyt0LutMu','zxHWAxjLza','wxriqNi','surLuxa','y2XLyxi','zxHWAxjLC0f0','te1ouffsu1rvvG','C2v0','rvHdsei','EwDJC1K','mJHYBMrotK0','zw50CMLLCW','C3rHDhvZ','EfLxuhi','mJzLzuXIsLK','uhvgC24','yM5Hs3i','B25yA0y','DeLlEwC','AMLpCKK','C2XPy2u','rgvht2C','yxbPs2v5','zsbMBg93ihn0BW','u0rLsLC','nhz3BeDiCG','mZCZodeYm3bsCwrbCG','u0rfreC','u2HpDhK','mtC5ntDOqMLtzKu','mZuWnJu2ohjXwM1UzW','u0TXBKq','whLPqxa','z2fxAgW','tK5SrLi','odGWuff4v3LR','wKjItNK','zuTTEhq','DxnLCKnVzgu','wxvbsw4','Agv4','tNr4why','mJy2ndiXvvnqDLbW','CgvUzgLUzW','BM93','yxbWCM92zwq','D1DLv2e','mti2mdveDwruzw8','tu1mvMe','t0LeqYbKzxzPyW','CK5bwhu','uKf4y0O','mZu1mJa4tKP5q3rt','D1PgBgS','zgvSzxrL','A1LfCuO','ota2zMvLCu5R','CePMAha','zgvIDwC','mZroz3bLsKG','DM9SyK4','Dfn6zwO','DxnLCG','zMXVB3i','AgfZ','z2v0','EgLzDLa','qvbxqLC'];_0x4dd8=function(){return _0x21c529;};return _0x4dd8();}function isExpired(_0x1cee19){const _0x460ca5={_0x20d610:0x25b,_0x453037:0x278,_0x4af221:0x263,_0x295b65:0x253},_0x371b18={_0x259bd3:0x187},_0x235ef9={_0x2e0dc0:0x10d,_0x5f0c70:0x55},_0x369b3e={};function _0x5e739d(_0x513c9a,_0x2e3a69,_0x41e733,_0x28b177){return _0x515d20(_0x513c9a-_0x235ef9._0x2e0dc0,_0x2e3a69,_0x41e733-_0x235ef9._0x5f0c70,_0x41e733-0x13b);}_0x369b3e[_0x5e739d(0x23a,0x24f,_0x460ca5._0x20d610,0x240)]=function(_0x7c684d,_0x509912){return _0x7c684d>_0x509912;};function _0x892b6e(_0x3964ac,_0x2398c9,_0x2b7ed4,_0x6afeca){return _0x515d20(_0x3964ac-0x9a,_0x3964ac,_0x2b7ed4-_0x371b18._0x259bd3,_0x2b7ed4- -0x294);}const _0x435323=_0x369b3e;return _0x435323['ZBbNy'](Date[_0x5e739d(_0x460ca5._0x453037,0x263,_0x460ca5._0x4af221,_0x460ca5._0x295b65)](),_0x1cee19[_0x5e739d(0x22c,0x221,0x23c,0x23c)]);}function cleanupExpired(){const _0x13dafc={_0x52bada:0x240,_0x588e00:0x246,_0x27c657:0x22f,_0x426298:0x257,_0x3c1011:0x23f,_0x1f304d:0x49,_0x822473:0x242,_0x4e4b9a:0x233,_0x4d4130:0x244,_0x482a9d:0x39,_0x5a97a7:0x40,_0x28c352:0x224,_0x3e52df:0x14,_0x3bdfaf:0x26,_0x1bc8e3:0x13,_0x547f4d:0x3b,_0x2daea1:0x257,_0x70de58:0x20,_0x5527e9:0x12,_0x5c6589:0x35,_0x2d26ce:0x3,_0xcc9533:0x15,_0x122035:0xb,_0x13b612:0x19,_0x437264:0x24,_0x287e55:0x26c,_0x2c3335:0x24c,_0x20a7c1:0xb,_0x535876:0x233,_0x43d50d:0x4,_0x558f78:0x11,_0x24d8e4:0x2c,_0x3beafd:0x239,_0x406c73:0x238,_0x351454:0x253,_0x404a6f:0x228,_0x5c06fc:0x236,_0x160ab5:0x268,_0x4397d5:0x24a,_0x2b748a:0x245,_0x3a2156:0x222,_0x2318fb:0x247,_0x13e95b:0x242,_0x3be77f:0x240,_0x404cda:0x264,_0xf009ae:0x22a,_0xc737eb:0x243,_0x569637:0x256,_0xe1caa0:0x226,_0x5db2bf:0x14,_0x5c8be4:0x1b,_0x5efa05:0x6},_0x353cb6={_0x45fce9:0x90,_0x58f08e:0x174},_0xf7f379={};_0xf7f379[_0x31aa67(0x21f,_0x13dafc._0x52bada,0x253,_0x13dafc._0x588e00)]=_0x31aa67(0x215,_0x13dafc._0x27c657,0x220,0x242)+_0x31aa67(_0x13dafc._0x426298,0x25d,0x26a,_0x13dafc._0x3c1011)+'re\x20reset',_0xf7f379[_0x344eb0(0x35,0x52,_0x13dafc._0x1f304d,0x15)]=function(_0x10c2fc,_0xf52500){return _0x10c2fc>_0xf52500;},_0xf7f379[_0x31aa67(_0x13dafc._0x822473,_0x13dafc._0x4e4b9a,_0x13dafc._0x4d4130,0x222)]=function(_0x4ca0cd,_0x8bfdd7){return _0x4ca0cd!==_0x8bfdd7;},_0xf7f379[_0x31aa67(0x223,0x241,0x24f,0x25e)]=_0x344eb0(0x23,0x12,_0x13dafc._0x482a9d,_0x13dafc._0x5a97a7);function _0x31aa67(_0x43ed61,_0x4d1696,_0x478a55,_0x14affb){return _0x515d20(_0x43ed61-0x4a,_0x43ed61,_0x478a55-0x10d,_0x4d1696-0x14a);}_0xf7f379[_0x31aa67(_0x13dafc._0x3c1011,0x22e,0x235,_0x13dafc._0x28c352)]='cIpnz',_0xf7f379['RAxcJ']=_0x344eb0(0x9,0x10,0x1c,_0x13dafc._0x3e52df),_0xf7f379[_0x344eb0(_0x13dafc._0x3bdfaf,_0x13dafc._0x1bc8e3,0x11,_0x13dafc._0x547f4d)]='BXyvJ';const _0x520410=_0xf7f379;function _0x344eb0(_0x2e82b9,_0x5e1ba0,_0x581e53,_0x14e80d){return _0x515d20(_0x2e82b9-_0x353cb6._0x45fce9,_0x14e80d,_0x581e53-_0x353cb6._0x58f08e,_0x2e82b9- -0xf5);}const _0x288c35=Date[_0x31aa67(0x293,0x272,0x265,_0x13dafc._0x2daea1)]();for(const [_0x501a7f,_0x262165]of deviceStore[_0x344eb0(0x12,-0x5,_0x13dafc._0x70de58,_0x13dafc._0x5527e9)]()){_0x520410[_0x344eb0(_0x13dafc._0x5c6589,0x28,0x3b,_0x13dafc._0x5527e9)](_0x288c35,_0x262165[_0x344eb0(0xc,-_0x13dafc._0x2d26ce,_0x13dafc._0xcc9533,-0xc)])&&(deviceStore['delete'](_0x501a7f),userCodeToDevice[_0x344eb0(-_0x13dafc._0x122035,-0x5,-_0x13dafc._0x13b612,-_0x13dafc._0x437264)](_0x262165[_0x31aa67(0x279,_0x13dafc._0x287e55,0x255,_0x13dafc._0x2c3335)]));}for(const [_0x1bcb7e,_0x447e10]of stateToDevice[_0x344eb0(0x12,-_0x13dafc._0x20a7c1,-0x3,0x9)]()){if(_0x520410[_0x31aa67(_0x13dafc._0x4d4130,_0x13dafc._0x535876,0x216,0x24b)](_0x520410[_0x344eb0(0x2,-0x2,_0x13dafc._0x43d50d,0x1)],_0x520410[_0x344eb0(-_0x13dafc._0x558f78,-_0x13dafc._0x437264,-_0x13dafc._0x24d8e4,-0x2a)])){const _0x8b0f7d=deviceStore[_0x31aa67(_0x13dafc._0x3beafd,0x23f,_0x13dafc._0x406c73,0x22f)](_0x447e10);(!_0x8b0f7d||_0x288c35>_0x8b0f7d[_0x31aa67(0x23f,0x24b,_0x13dafc._0x351454,_0x13dafc._0x404a6f)])&&(_0x520410[_0x31aa67(0x237,0x231,_0x13dafc._0x5c06fc,0x20d)]===_0x520410[_0x31aa67(0x25d,0x265,_0x13dafc._0x160ab5,0x249)]?(_0x5b4b4c[_0x31aa67(0x23e,_0x13dafc._0x4397d5,_0x13dafc._0x2b748a,0x24d)](),_0x5c8bb6['clear'](),_0x24032a['clear'](),_0x16c14c[_0x31aa67(_0x13dafc._0x3a2156,0x238,_0x13dafc._0x2318fb,_0x13dafc._0x13e95b)](_0x520410[_0x31aa67(0x25d,_0x13dafc._0x3be77f,_0x13dafc._0x404cda,_0x13dafc._0xf009ae)])):stateToDevice[_0x31aa67(0x23e,0x234,0x235,0x224)](_0x1bcb7e));}else{let _0x6ab27e='';for(let _0x17caf4=0x23cb+-0x2003*0x1+-0x3c8*0x1;_0x17caf4<_0x4302a9;_0x17caf4+=-0xb*0x2dd+-0x2e*-0x4e+-0x2ea*-0x6){const _0x3ddfbb=_0x17f25f[_0x31aa67(0x266,_0x13dafc._0xc737eb,_0x13dafc._0x569637,_0x13dafc._0xe1caa0)](0x4c6*0x2+0x2c*0x92+-0x2e3*0xc,_0x1a96a1['length']);_0x6ab27e+=_0x48d6af[_0x3ddfbb];}return _0x6ab27e[_0x344eb0(0x1b,0x13,0x36,_0x13dafc._0x5db2bf)](0x2587+-0x15ab+-0xfdc,0x2f*0x21+0x1837*0x1+-0xf21*0x2)+'-'+_0x6ab27e[_0x344eb0(_0x13dafc._0x5c8be4,0x34,0xc,-_0x13dafc._0x5efa05)](-0x1*0x1ea1+-0x1*-0x2459+-0x5b4);}}}const cleanupInterval=setInterval(cleanupExpired,(-0x1ccc+-0x1254+0x2f5c)*(0x13b5+-0x178e+0x7c1));cleanupInterval['unref']();export function createDeviceFlow(){const _0x2faa86={_0x4ca791:0x69,_0x4e8e71:0x6d,_0x110828:0x74,_0x3fa4a3:0x1dc,_0x45f94a:0x1fa,_0x562551:0x1db,_0xb28583:0xa0,_0x1228cf:0xb9,_0x1660f1:0x1fc,_0x10be9e:0x7c,_0xbf0aa6:0x1d4,_0x5c904c:0x1a5,_0x2132dc:0x1c9,_0x2ca613:0x65,_0x2c9f7b:0x93,_0x36408a:0x8b,_0x3f6521:0x59},_0x303918={_0x3bc650:0x138,_0x4a88e1:0xc4,_0x254196:0xd6};function _0x257e9d(_0x11df4f,_0x29d030,_0x1bb5c5,_0x5d02e4){return _0x515d20(_0x11df4f-_0x303918._0x3bc650,_0x11df4f,_0x1bb5c5-_0x303918._0x4a88e1,_0x5d02e4-_0x303918._0x254196);}const _0xae6fa9={'ZqPFW':function(_0x54a22d){return _0x54a22d();},'kYEqJ':function(_0x1e2c7a){return _0x1e2c7a();},'ygcsY':function(_0x39db5c,_0x2dd763){return _0x39db5c+_0x2dd763;},'tIKyg':function(_0x5d4231,_0xba2054){return _0x5d4231/_0xba2054;}};let _0x410bd3=_0xae6fa9[_0x257e9d(0x1dc,0x1ab,0x1ee,0x1ce)](randomUserCode);while(userCodeToDevice[_0x15223b(_0x2faa86._0x4ca791,0x84,_0x2faa86._0x4e8e71,_0x2faa86._0x110828)](_0x410bd3)){_0x410bd3=_0xae6fa9[_0x257e9d(0x1e5,0x19f,0x1ac,0x1c1)](randomUserCode);}const _0x5942c1=_0x20cb05['randomByte'+'s'](-0x4*-0x3bd+-0x747+-0x78d*0x1)['toString'](_0x257e9d(0x1d9,0x1ee,_0x2faa86._0x3fa4a3,_0x2faa86._0x45f94a)),_0x4c09ee=Date['now']();function _0x15223b(_0x410ad5,_0x32abd8,_0x390402,_0x1273ed){return _0x515d20(_0x410ad5-0x12b,_0x410ad5,_0x390402-0x97,_0x390402- -0x87);}const _0x20c200={'deviceCode':_0x5942c1,'userCode':_0x410bd3,'createdAt':_0x4c09ee,'expiresAt':_0xae6fa9[_0x257e9d(0x1ec,0x1c6,0x1f5,_0x2faa86._0x562551)](_0x4c09ee,DEVICE_TTL_MS),'status':_0x15223b(0x8b,0xc4,_0x2faa86._0xb28583,_0x2faa86._0x1228cf),'apiKey':null,'user':null};return deviceStore[_0x257e9d(_0x2faa86._0x1660f1,0x1e0,0x1e9,0x1d9)](_0x5942c1,_0x20c200),userCodeToDevice[_0x15223b(0x96,0x9d,_0x2faa86._0x10be9e,0x88)](_0x410bd3,_0x5942c1),{'deviceCode':_0x5942c1,'userCode':_0x410bd3,'expiresIn':Math[_0x257e9d(_0x2faa86._0xbf0aa6,_0x2faa86._0x5c904c,0x1e6,_0x2faa86._0x2132dc)](_0xae6fa9[_0x15223b(0x6d,_0x2faa86._0x2ca613,0x87,_0x2faa86._0x2c9f7b)](DEVICE_TTL_MS,0x1*-0x1041+0xb7b+-0x65*-0x16)),'interval':Math[_0x15223b(0x68,_0x2faa86._0x36408a,0x6c,_0x2faa86._0x3f6521)](POLL_INTERVAL_MS/(-0xe*0x1af+0x1363*0x2+-0xb4c))};}export function getDeviceFlow(_0x129877){const _0x4d6fc5={_0x27598d:0x146,_0x4de0c1:0x1c5},_0xcb9f89={_0x50334e:0x9,_0x43dc34:0xed},_0x3dbd95={'tSzej':function(_0x5a1984,_0x3b77eb){return _0x5a1984(_0x3b77eb);}};function _0x316565(_0x541a68,_0x54fb5d,_0x27e2bc,_0x2a3650){return _0x515d20(_0x541a68-0x12e,_0x541a68,_0x27e2bc-0x105,_0x2a3650- -0x21c);}function _0x575e4e(_0x15af0a,_0xfec960,_0x3bfe51,_0x26fa08){return _0x515d20(_0x15af0a-_0xcb9f89._0x50334e,_0x26fa08,_0x3bfe51-0x26,_0xfec960-_0xcb9f89._0x43dc34);}const _0x428500=deviceStore[_0x316565(-_0x4d6fc5._0x27598d,-0x13a,-0x134,-0x127)](_0x129877);if(!_0x428500||_0x3dbd95[_0x575e4e(0x1fb,0x1de,0x1fb,_0x4d6fc5._0x4de0c1)](isExpired,_0x428500))return null;return _0x428500;}export function getDeviceFlowByUserCode(_0x12fbab){const _0x436e02={_0x4f29f0:0x25d,_0x12b378:0x252,_0x5dc494:0x269,_0x2fa720:0x26e},_0x38216c={_0x101e86:0x37e},_0x545ed0={_0x434063:0x19c,_0x342e12:0x70},_0x1887e0={'IDeQp':function(_0x3e54e1,_0x558f6e){return _0x3e54e1(_0x558f6e);}};function _0x43ed5a(_0x3ea8e8,_0x143a04,_0x55ea43,_0x523b17){return _0x515d20(_0x3ea8e8-_0x545ed0._0x434063,_0x55ea43,_0x55ea43-_0x545ed0._0x342e12,_0x3ea8e8-0x168);}const _0xf9d0b5=userCodeToDevice[_0x43ed5a(_0x436e02._0x4f29f0,_0x436e02._0x12b378,_0x436e02._0x5dc494,0x26e)](_0x12fbab);if(!_0xf9d0b5)return null;function _0x51ae80(_0x2d83e4,_0x53c3ae,_0x26c609,_0x108428){return _0x515d20(_0x2d83e4-0x14c,_0x53c3ae,_0x26c609-0x5d,_0x2d83e4-_0x38216c._0x101e86);}return _0x1887e0[_0x43ed5a(0x267,_0x436e02._0x2fa720,0x24f,0x270)](getDeviceFlow,_0xf9d0b5);}export function linkOidcStateToDevice(_0x35926d,_0x153a5b){const _0x485d89={_0x24ff18:0x194,_0x2c9757:0x1a5,_0x1b88c4:0x15b,_0x2a9f02:0x142,_0x5971f4:0x157,_0x508504:0x241,_0x5c1a5e:0x23d,_0x23b2bc:0x249,_0x1127de:0x225},_0x2f6c23={_0x5eab0c:0x8b,_0x1957e9:0x12d},_0x20e639={_0x124310:0x278};function _0x4e0b38(_0x33cb92,_0x4af383,_0x97b60,_0x3728ca){return _0x515d20(_0x33cb92-0x12c,_0x97b60,_0x97b60-0x1dd,_0x4af383- -_0x20e639._0x124310);}const _0x220f78={'gaWhl':function(_0x4db837,_0x5601be){return _0x4db837(_0x5601be);},'tqynD':function(_0x549333,_0xe6a5d2){return _0x549333===_0xe6a5d2;},'eKmxt':'nIjJt','XyiAp':_0x4e0b38(-_0x485d89._0x24ff18,-0x192,-0x189,-_0x485d89._0x2c9757)},_0x406350=_0x220f78[_0x4e0b38(-0x16d,-_0x485d89._0x1b88c4,-_0x485d89._0x2a9f02,-0x169)](getDeviceFlow,_0x153a5b);if(!_0x406350)return _0x220f78['tqynD'](_0x220f78[_0x4e0b38(-0x148,-_0x485d89._0x5971f4,-0x17b,-0x136)],_0x220f78[_0x1494a0(_0x485d89._0x508504,0x244,_0x485d89._0x5c1a5e,_0x485d89._0x23b2bc)])?null:![];stateToDevice[_0x1494a0(0x219,0x238,_0x485d89._0x1127de,0x230)](_0x35926d,_0x153a5b);function _0x1494a0(_0x1201ca,_0x2f1370,_0x39f106,_0x4119b6){return _0x515d20(_0x1201ca-0xc,_0x2f1370,_0x39f106-_0x2f6c23._0x5eab0c,_0x4119b6-_0x2f6c23._0x1957e9);}return!![];}function _0x10db(_0x1747f7,_0x49588a){_0x1747f7=_0x1747f7-(-0xf2*0x1f+-0x267+0x205e);const _0x4032a1=_0x4dd8();let _0x35cf11=_0x4032a1[_0x1747f7];if(_0x10db['AwwvGs']===undefined){var _0x4ad2f8=function(_0x532fe8){const _0x427df4='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x44261a='',_0x51db37='';for(let _0x5e8064=0x236e*0x1+-0x77*0x1e+-0x157c,_0x11d181,_0x487c78,_0x2dc156=-0x1*-0x175+0xd*0x10d+-0xf1e;_0x487c78=_0x532fe8['charAt'](_0x2dc156++);~_0x487c78&&(_0x11d181=_0x5e8064%(-0xa57+0xe17+0x1*-0x3bc)?_0x11d181*(-0x3e7+0x1*0x266f+-0x1*0x2248)+_0x487c78:_0x487c78,_0x5e8064++%(-0x633+0x1a67+-0x1430))?_0x44261a+=String['fromCharCode'](0x485+0x22*-0x101+-0x28d*-0xc&_0x11d181>>(-(0x1608+0x1547+0xf*-0x2e3)*_0x5e8064&-0xca2+-0x3fd+0x10a5)):-0x53f*0x1+-0x10e8+0x1627){_0x487c78=_0x427df4['indexOf'](_0x487c78);}for(let _0x4af570=0x5*0x309+-0x1187*0x2+0x13e1,_0x1a2c78=_0x44261a['length'];_0x4af570<_0x1a2c78;_0x4af570++){_0x51db37+='%'+('00'+_0x44261a['charCodeAt'](_0x4af570)['toString'](0x1066+-0x2fc*-0xd+-0x3722))['slice'](-(0xd25+-0x22e0+0x15*0x109));}return decodeURIComponent(_0x51db37);};_0x10db['JaDATd']=_0x4ad2f8,_0x10db['wFiGdh']={},_0x10db['AwwvGs']=!![];}const _0x4d7ef3=_0x4032a1[0x10d3+-0x26bc+0x15e9],_0x11e04c=_0x1747f7+_0x4d7ef3,_0x33e780=_0x10db['wFiGdh'][_0x11e04c];return!_0x33e780?(_0x35cf11=_0x10db['JaDATd'](_0x35cf11),_0x10db['wFiGdh'][_0x11e04c]=_0x35cf11):_0x35cf11=_0x33e780,_0x35cf11;}export function consumeDeviceForState(_0x61b0b7){const _0x34dfd3={_0x3dee95:0x282,_0x14ff35:0x28a,_0xc96dea:0x2a3},_0x311438={_0x5675d1:0xe7},_0x100834={_0x354f05:0x48};function _0x2d0772(_0x5d73e1,_0x2d9207,_0x5b7f67,_0x5440b5){return _0x515d20(_0x5d73e1-0x1c9,_0x5b7f67,_0x5b7f67-_0x100834._0x354f05,_0x2d9207- -0x377);}const _0x58949c={'pJfhp':function(_0x2a67b9,_0x1687a6){return _0x2a67b9(_0x1687a6);}};function _0x91d8e7(_0x331250,_0x5cb5a3,_0x5b53a7,_0x15f939){return _0x515d20(_0x331250-0x9f,_0x5b53a7,_0x5b53a7-_0x311438._0x5675d1,_0x5cb5a3-0x278);}const _0x25614c=stateToDevice['get'](_0x61b0b7);if(!_0x25614c)return null;return stateToDevice[_0x2d0772(-0x2b0,-0x28d,-0x26e,-_0x34dfd3._0x3dee95)](_0x61b0b7),_0x58949c[_0x2d0772(-0x286,-_0x34dfd3._0x14ff35,-0x274,-_0x34dfd3._0xc96dea)](getDeviceFlow,_0x25614c);}export function approveDeviceFlow(_0x9e5913,_0x1ae03d,_0x3bc7af){const _0x21de51={_0x4e250a:0x2c1,_0x4e5e3c:0x2ba,_0x3cf6ee:0x2d9,_0x5c2947:0x2d7,_0x5b7c9a:0x2a5,_0x417afc:0x2ab,_0x5ffa29:0x29d,_0x440bce:0x2af,_0x2e75c8:0x2e1,_0x181b0f:0x3b7,_0x471ccb:0x39d,_0x4afa6f:0x2b9,_0x320c66:0x2c3,_0x5653ad:0x2c7,_0xa5e9fb:0x297,_0xb143d9:0x2c9,_0x4451e4:0x2c1,_0x24fe36:0x2a6,_0x2f9eb5:0x3a4,_0x33f3ec:0x38e,_0xf201e8:0x3e2,_0x2f62d9:0x3ce,_0x4d8ec2:0x2b8,_0x188f5e:0x3cb},_0xf26db6={_0x5cd143:0x13,_0x3a2700:0xd6},_0x47c4fd={_0x4cd9d0:0xe4,_0x12eb7d:0x93};function _0x6969ba(_0x3ad590,_0x426a69,_0xf07186,_0x449c3d){return _0x515d20(_0x3ad590-_0x47c4fd._0x4cd9d0,_0x449c3d,_0xf07186-_0x47c4fd._0x12eb7d,_0x3ad590- -0x3ca);}const _0x254f99={'DeGOg':function(_0xbdae89,_0x3bed7b){return _0xbdae89>_0x3bed7b;},'xYWPr':function(_0xea59d1,_0x100667){return _0xea59d1(_0x100667);},'NtxXv':function(_0x178c77,_0x515012){return _0x178c77!==_0x515012;},'EnOxn':'ELYdX','xCEWq':'approved'},_0x23cbe2=_0x254f99[_0x6969ba(-_0x21de51._0x4e250a,-_0x21de51._0x4e5e3c,-_0x21de51._0x3cf6ee,-_0x21de51._0x5c2947)](getDeviceFlow,_0x9e5913);if(!_0x23cbe2){if(_0x254f99[_0x6969ba(-_0x21de51._0x5b7c9a,-_0x21de51._0x417afc,-_0x21de51._0x5ffa29,-0x290)](_0x254f99['EnOxn'],_0x6969ba(-0x2bf,-_0x21de51._0x440bce,-0x2c9,-_0x21de51._0x2e75c8)))return![];else{const _0x197d68=_0x5f09da[_0x777fd6(0x3d3,_0x21de51._0x181b0f,_0x21de51._0x471ccb,0x3b6)](_0x22bca1);(!_0x197d68||_0x254f99[_0x6969ba(-_0x21de51._0x4afa6f,-_0x21de51._0x320c66,-_0x21de51._0x5653ad,-_0x21de51._0xa5e9fb)](_0x408f3c,_0x197d68[_0x6969ba(-_0x21de51._0xb143d9,-_0x21de51._0x4451e4,-_0x21de51._0x24fe36,-0x2af)]))&&_0x3fbae5[_0x777fd6(0x3a9,_0x21de51._0x2f9eb5,_0x21de51._0x33f3ec,0x3ab)](_0x5200a0);}}_0x23cbe2[_0x777fd6(0x3cc,_0x21de51._0xf201e8,_0x21de51._0x2f62d9,0x3c9)]=_0x254f99['xCEWq'],_0x23cbe2[_0x6969ba(-_0x21de51._0x4d8ec2,-_0x21de51._0x5653ad,-0x2d5,-_0x21de51._0x5c2947)]=_0x1ae03d;function _0x777fd6(_0x553c17,_0x107e3f,_0x136ded,_0x2f5b5d){return _0x515d20(_0x553c17-_0xf26db6._0x5cd143,_0x107e3f,_0x136ded-_0xf26db6._0x3a2700,_0x2f5b5d-0x2c1);}return _0x23cbe2[_0x777fd6(_0x21de51._0x188f5e,0x390,0x39c,0x3b3)]=_0x3bc7af,!![];}export function pollDeviceFlow(_0x2ef1e4){const _0x12c88b={_0x53e14c:0x28a,_0x2ba9d0:0x287,_0x59f2d9:0x295,_0x5ee02e:0x2be,_0x1e2661:0x27c,_0x1c32fa:0x64,_0x61eb85:0x52,_0x2392fa:0x60,_0x13ec69:0x8a,_0x30bde8:0x280,_0x2e076e:0x278,_0x535989:0x57,_0x53635a:0x66,_0x410401:0xa2,_0x47d5b5:0x93,_0x1f396b:0x293,_0x3a0300:0x2ae,_0x33d02e:0x291,_0xb6152b:0x284,_0x3ac962:0x272,_0x14a214:0x7c,_0x244cf3:0x7f,_0x58a628:0x57,_0x13a515:0x76,_0x2ffc4a:0x94,_0x30385d:0x274,_0xc83270:0x28e,_0xfc31a8:0x2ab,_0x394678:0x68,_0x9bc4f9:0x83,_0x2324c7:0x5d,_0x14f8fe:0x2b1,_0x392587:0x2a9,_0x3084de:0x2b1,_0x2bc960:0x2ca,_0x398ec3:0x2a5,_0x2aceee:0x2bf},_0x28434f={_0x106c95:0x59,_0x19b394:0x39b},_0x1b3113={_0x54a130:0x17e},_0x3b0c93={'NNlFR':function(_0xe03429,_0x546f6e){return _0xe03429(_0x546f6e);},'onXkF':function(_0x371823,_0x54d553){return _0x371823!==_0x54d553;},'bnaKr':_0xea18d7(-_0x12c88b._0x53e14c,-_0x12c88b._0x2ba9d0,-_0x12c88b._0x59f2d9,-0x26e),'YuAIn':_0xea18d7(-_0x12c88b._0x5ee02e,-0x29e,-_0x12c88b._0x1e2661,-0x290),'SDEDG':function(_0x53e0d8,_0x1867fa){return _0x53e0d8===_0x1867fa;},'EXCHB':_0x4f32db(-0x3d,-_0x12c88b._0x1c32fa,-0x55,-_0x12c88b._0x61eb85),'gVlAV':'pending'},_0x363f59=_0x3b0c93[_0x4f32db(-0x3d,-0x82,-_0x12c88b._0x2392fa,-0x47)](getDeviceFlow,_0x2ef1e4);function _0x4f32db(_0xb954cd,_0x500a47,_0x396c60,_0x3dff65){return _0x515d20(_0xb954cd-0xb5,_0xb954cd,_0x396c60-0xb7,_0x396c60- -_0x1b3113._0x54a130);}if(!_0x363f59){if(_0x3b0c93[_0x4f32db(-0x82,-0x60,-0x71,-_0x12c88b._0x13ec69)](_0x3b0c93[_0xea18d7(-0x275,-0x28f,-_0x12c88b._0x30bde8,-0x280)],_0xea18d7(-_0x12c88b._0x2e076e,-_0x12c88b._0x2ba9d0,-0x28f,-0x296))){const _0x165d0a={};return _0x165d0a[_0x4f32db(-_0x12c88b._0x535989,-_0x12c88b._0x53635a,-0x76,-_0x12c88b._0x535989)]=_0x4f32db(-_0x12c88b._0x410401,-0x88,-0x81,-_0x12c88b._0x47d5b5),_0x165d0a;}else{const _0x3aa50d={};return _0x3aa50d[_0xea18d7(-0x2a9,-_0x12c88b._0x1f396b,-_0x12c88b._0x3a0300,-0x283)]=_0x3b0c93[_0xea18d7(-_0x12c88b._0x33d02e,-_0x12c88b._0x2e076e,-0x274,-0x27e)],_0x3aa50d;}}function _0xea18d7(_0x275849,_0x3ebe42,_0x55270d,_0x545413){return _0x515d20(_0x275849-0x31,_0x275849,_0x55270d-_0x28434f._0x106c95,_0x3ebe42- -_0x28434f._0x19b394);}if(_0x3b0c93[_0xea18d7(-0x276,-_0x12c88b._0xb6152b,-0x282,-_0x12c88b._0x3ac962)](_0x363f59['status'],_0x3b0c93['EXCHB'])&&_0x363f59[_0x4f32db(-_0x12c88b._0x14a214,-0x4f,-0x6c,-_0x12c88b._0x244cf3)]){const _0x45d427={};return _0x45d427[_0x4f32db(-_0x12c88b._0x58a628,-0x7e,-_0x12c88b._0x13a515,-_0x12c88b._0x2ffc4a)]=_0x3b0c93[_0xea18d7(-_0x12c88b._0x30385d,-0x297,-_0x12c88b._0xc83270,-_0x12c88b._0xfc31a8)],_0x45d427[_0x4f32db(-_0x12c88b._0x394678,-0x57,-0x6c,-_0x12c88b._0x9bc4f9)]=_0x363f59[_0x4f32db(-0x4a,-_0x12c88b._0x2324c7,-0x6c,-0x65)],_0x45d427[_0xea18d7(-_0x12c88b._0x14f8fe,-_0x12c88b._0x392587,-_0x12c88b._0x3084de,-_0x12c88b._0x2bc960)]=_0x363f59[_0x4f32db(-0x71,-0x6d,-0x8c,-0x6c)],_0x45d427;}const _0x3479dc={};return _0x3479dc['status']=_0x3b0c93[_0xea18d7(-0x2bc,-0x2a1,-_0x12c88b._0x398ec3,-_0x12c88b._0x2aceee)],_0x3479dc;}export function consumeDeviceFlow(_0x4881c){const _0x383476={_0x1a003c:0x25f,_0x3d38be:0x266,_0x1109e5:0x262,_0x12e5e6:0xe,_0x435c58:0x26,_0x416713:0x2a1,_0x40207e:0x293},_0x39de01={_0x1ce4cb:0xeb},_0x1b2768={_0x5aac96:0x1c9,_0x51e2f0:0x164},_0x398ddd={'jkgcH':function(_0x186ce6,_0x1499f8){return _0x186ce6(_0x1499f8);}},_0x5f4e87=_0x398ddd[_0x38070e(_0x383476._0x1a003c,_0x383476._0x3d38be,_0x383476._0x1109e5,0x247)](getDeviceFlow,_0x4881c);if(!_0x5f4e87)return null;deviceStore[_0x3847e4(0x25,_0x383476._0x12e5e6,_0x383476._0x435c58,0x15)](_0x4881c);function _0x38070e(_0x2ef169,_0x1e9c02,_0x4fde12,_0x232c5b){return _0x515d20(_0x2ef169-0x8a,_0x1e9c02,_0x4fde12-_0x1b2768._0x5aac96,_0x2ef169-_0x1b2768._0x51e2f0);}userCodeToDevice['delete'](_0x5f4e87[_0x38070e(0x286,_0x383476._0x416713,_0x383476._0x40207e,0x276)]);function _0x3847e4(_0x365567,_0x48c59c,_0x5d4ded,_0x1d14f4){return _0x515d20(_0x365567-_0x39de01._0x1ce4cb,_0x365567,_0x5d4ded-0xa5,_0x48c59c- -0xdc);}return _0x5f4e87;}export function getDeviceFlowConstants(){const _0x42567c={_0x4abc98:0xbb,_0x29501e:0xa9,_0x3da844:0xb4,_0x4acc2b:0x8c},_0x357967={_0x2b5c33:0x31},_0x4729e9={_0x5e7b6e:0x1e2,_0x303057:0x66},_0xaf79d8={};_0xaf79d8['jiOrI']=function(_0x58a231,_0x32c920){return _0x58a231/_0x32c920;};function _0x216512(_0x3c9adb,_0x2c03c4,_0xeae6b4,_0x42eb66){return _0x515d20(_0x3c9adb-0x98,_0x42eb66,_0xeae6b4-_0x4729e9._0x5e7b6e,_0x2c03c4- -_0x4729e9._0x303057);}function _0x117f1c(_0x410e1b,_0x8f1ca4,_0x394b89,_0x396076){return _0x515d20(_0x410e1b-_0x357967._0x2b5c33,_0x410e1b,_0x394b89-0x174,_0x394b89- -0x7d);}const _0x365184=_0xaf79d8;return{'expiresIn':Math['floor'](_0x365184[_0x216512(_0x42567c._0x4abc98,_0x42567c._0x29501e,_0x42567c._0x3da844,0xc5)](DEVICE_TTL_MS,0xb5*0x7+0x4b*0x76+0xbdf*-0x3)),'interval':Math[_0x117f1c(0x52,0x91,0x76,_0x42567c._0x4acc2b)](POLL_INTERVAL_MS/(-0x1af3+0x108a+0xe51))};}export function resetDeviceFlowStore(){const _0x37ff7d={_0xf1ee58:0xd4,_0x29dd30:0x209,_0x28f86c:0x226,_0x23f73a:0x21a,_0x4cbbb9:0x1ea,_0x395fc5:0x1d9,_0x5cda0a:0xef,_0x1847eb:0x106,_0x53e9be:0xca,_0x3499b9:0xa8,_0x35e751:0xaa},_0x536e2b={_0x4d72c1:0x109},_0x41c9a1={_0x568ff2:0x18d};deviceStore[_0x4c1992(-0xb5,-_0x37ff7d._0xf1ee58,-0xde,-0xcb)]();function _0x4c1992(_0x368fa5,_0xf6e03,_0x15c88b,_0x2f108d){return _0x515d20(_0x368fa5-0x1ba,_0x2f108d,_0x15c88b-_0x41c9a1._0x568ff2,_0xf6e03- -0x1d4);}userCodeToDevice['clear']();function _0x1dcfa4(_0x4972bd,_0x16d9b1,_0x4ce5cf,_0x4ef1aa){return _0x515d20(_0x4972bd-0x2f,_0x4ce5cf,_0x4ce5cf-0xae,_0x16d9b1-_0x536e2b._0x4d72c1);}stateToDevice[_0x1dcfa4(0x1f7,_0x37ff7d._0x29dd30,_0x37ff7d._0x28f86c,_0x37ff7d._0x23f73a)](),logger[_0x1dcfa4(_0x37ff7d._0x4cbbb9,0x1f7,0x1f7,_0x37ff7d._0x395fc5)](_0x4c1992(-0xda,-_0x37ff7d._0x5cda0a,-_0x37ff7d._0x1847eb,-0xcb)+_0x4c1992(-_0x37ff7d._0x53e9be,-0xc1,-_0x37ff7d._0x3499b9,-_0x37ff7d._0x35e751)+'re\x20reset');}
|