@profoundlogic/coderflow-server 0.8.4 → 0.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -1
- package/dist/lib/task-context-usage.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/stats.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.css +60 -0
- package/dist/web-ui/public/admin.html +6 -0
- package/dist/web-ui/public/admin.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x1649ab,_0x2d65ef){const _0x2b7462={_0x78640a:0x261,_0x38a88c:0x22c,_0x51b364:0x232,_0x3f47b0:0x9e,_0x1aee07:0x10,_0x509ce4:0x2e,_0x4e0425:0x20,_0x1a67f3:0x7f,_0x130ba4:0x207,_0xfed043:0x247,_0x4725aa:0x210,_0x155c08:0x29b,_0x378b24:0x218,_0x3f4967:0x245,_0x1cc1ed:0x215,_0x201e2f:0x247,_0x1d3123:0x255,_0x2b469b:0x1c5};function _0x2d055d(_0x27eaaf,_0x255fec,_0x8ce47b,_0x4c9232){return _0x5d10(_0x255fec-0xfb,_0x4c9232);}function _0x23ec69(_0xa64e00,_0x50f6ce,_0x28c17e,_0x70df59){return _0x5d10(_0x50f6ce- -0xd7,_0x28c17e);}const _0x43f575=_0x1649ab();while(!![]){try{const _0x362f51=parseInt(_0x2d055d(0x278,_0x2b7462._0x78640a,_0x2b7462._0x38a88c,_0x2b7462._0x51b364))/(0x133*0x17+-0x3d*0x25+-0x12c3)+-parseInt(_0x23ec69(0xb2,0x80,_0x2b7462._0x3f47b0,0x95))/(0x6e*0x17+0x912*0x3+0x128b*-0x2)+-parseInt(_0x23ec69(_0x2b7462._0x1aee07,_0x2b7462._0x509ce4,_0x2b7462._0x4e0425,0x5e))/(-0x203c*0x1+0x2622+-0x5e3)*(parseInt(_0x23ec69(0x83,0x68,_0x2b7462._0x1a67f3,0xa8))/(0x2*-0x70f+0x1d2b+-0x503*0x3))+-parseInt(_0x2d055d(_0x2b7462._0x130ba4,_0x2b7462._0xfed043,0x27f,0x205))/(-0x2599+0x1781+0x1*0xe1d)*(-parseInt(_0x2d055d(0x1ee,0x205,_0x2b7462._0x4725aa,0x221))/(0xbfe+0x11be*0x1+-0x1db6))+parseInt(_0x2d055d(0x271,0x271,0x264,_0x2b7462._0x155c08))/(0x1c8a+0x23cf+-0x4052)*(-parseInt(_0x2d055d(0x237,0x248,0x25e,_0x2b7462._0x378b24))/(-0x2061+-0x2f*0xb3+0x15c2*0x3))+-parseInt(_0x2d055d(_0x2b7462._0x3f4967,_0x2b7462._0x1cc1ed,_0x2b7462._0x201e2f,0x1f5))/(0x2e*-0x6e+0x16*-0x110+0x2b2d*0x1)+parseInt(_0x2d055d(0x231,_0x2b7462._0x1d3123,0x299,0x28b))/(-0x140+-0x216a+0x22b4)*(parseInt(_0x2d055d(_0x2b7462._0x2b469b,0x1ef,0x1ff,0x1e8))/(-0x10a5+-0x1*0x234d+0x33fd));if(_0x362f51===_0x2d65ef)break;else _0x43f575['push'](_0x43f575['shift']());}catch(_0x3ba685){_0x43f575['push'](_0x43f575['shift']());}}}(_0x2f5f,-0x145ff+0x5c493+-0x11731*0x1));function isObjective(_0x3bbf80){const _0x2d176d={_0x488896:0xac,_0x4074dd:0x50,_0x48176b:0x8d,_0x5e4148:0xab,_0x429dfe:0xde,_0xb6b05:0xe2,_0x31d475:0x6c,_0xe8623d:0x3e,_0x19dd81:0x261,_0x4d6d6e:0x265,_0x3bdc6a:0x26b,_0x29df35:0x22f},_0x525b4d={_0x6228a6:0x90},_0x7aab62={_0x5ddd70:0x3a1},_0x3f6962={};_0x3f6962[_0x5e7b1a(_0x2d176d._0x488896,_0x2d176d._0x4074dd,_0x2d176d._0x48176b,_0x2d176d._0x5e4148)]=function(_0x22c4b1,_0xb69a38){return _0x22c4b1===_0xb69a38;};function _0x25c07b(_0x39bb31,_0x39b48d,_0x3fa7de,_0x59474b){return _0x5d10(_0x39bb31- -_0x7aab62._0x5ddd70,_0x59474b);}_0x3f6962[_0x5e7b1a(_0x2d176d._0x429dfe,0xa1,_0x2d176d._0xb6b05,0xb0)]=_0x5e7b1a(0x48,0x28,_0x2d176d._0x31d475,_0x2d176d._0xe8623d);const _0x483d50=_0x3f6962;function _0x5e7b1a(_0x498294,_0x3e3fcf,_0x14428c,_0x190a62){return _0x5d10(_0x14428c- -_0x525b4d._0x6228a6,_0x498294);}return _0x483d50[_0x25c07b(-0x284,-0x261,-0x2bc,-_0x2d176d._0x19dd81)](_0x3bbf80?.[_0x25c07b(-0x259,-_0x2d176d._0x4d6d6e,-0x242,-_0x2d176d._0x3bdc6a)],_0x483d50[_0x25c07b(-_0x2d176d._0x29df35,-0x248,-0x245,-0x205)]);}function toReferenceObjective(_0x5c0f91,_0x40fdd4){const _0x28e800={_0x492e46:0x45d,_0x65c66f:0xec,_0xabd14a:0x104},_0x4d0ace={};_0x4d0ace['id']=_0x40fdd4?.[_0x39c16d(0x42e,_0x28e800._0x492e46,0x41f,0x433)]||_0x5c0f91;function _0x2e9d90(_0x174e04,_0x5e5666,_0x585c78,_0x3df95b){return _0x5d10(_0x174e04- -0x246,_0x585c78);}_0x4d0ace['name']=_0x40fdd4?.[_0x2e9d90(-0xcb,-_0x28e800._0x65c66f,-0x99,-_0x28e800._0xabd14a)]||_0x5c0f91;function _0x39c16d(_0x1ef6b9,_0xd75960,_0x251b33,_0x32c848){return _0x5d10(_0x32c848-0x2ee,_0x1ef6b9);}return _0x4d0ace;}function sortBySortOrder(_0x5d72e9,_0x5bcf42){const _0x2bb9be={_0x4a3892:0x92,_0x55d87e:0xbf,_0x562873:0xa4,_0x4b9e1d:0x99,_0x2856fc:0x1da,_0x2e31e0:0x1c1,_0x598b85:0x1a4,_0x570dd7:0x94,_0xbb29f9:0x4a,_0x4d63d0:0x5d,_0x5638be:0x21,_0x4ec3c4:0x17d,_0x2debaa:0x1af,_0x10ff65:0x17f,_0x22e886:0x16d,_0x1a6e59:0x13e,_0x401eea:0x44,_0x5ded5c:0x61,_0x319de8:0x6a,_0x1ac30e:0xac,_0x2cfc78:0x1a6,_0x54359d:0x1cd,_0x5daddc:0x202,_0x3207e4:0x236,_0x26330c:0x1f9,_0x24be6e:0x53,_0x564154:0x1d1,_0x1c9f54:0x197},_0x4d84ab={_0xbb8be8:0x87},_0xb77410={};_0xb77410[_0x54209d(_0x2bb9be._0x4a3892,_0x2bb9be._0x55d87e,_0x2bb9be._0x562873,_0x2bb9be._0x4b9e1d)]='\x5c$&',_0xb77410[_0x2d9fbb(_0x2bb9be._0x2856fc,_0x2bb9be._0x2e31e0,_0x2bb9be._0x598b85,0x1f2)]=function(_0x3e8eee,_0x4717b5){return _0x3e8eee!==_0x4717b5;},_0xb77410['nLZrq']=_0x54209d(0x95,0x79,_0x2bb9be._0x570dd7,0x50),_0xb77410[_0x54209d(_0x2bb9be._0xbb29f9,_0x2bb9be._0x4d63d0,0x5c,0x8)]=function(_0x77afca,_0x284d3d){return _0x77afca-_0x284d3d;};function _0x54209d(_0x84caac,_0x1cc7cc,_0x5a1ee8,_0x16e7e0){return _0x5d10(_0x84caac- -0xd5,_0x1cc7cc);}const _0x3ad0af=_0xb77410,_0x1df5ff=_0x5d72e9[_0x54209d(_0x2bb9be._0x5638be,0x3,0x6,0x24)]||-0x1d5*-0xd+0x1680+-0x47*0xa7,_0x32f242=_0x5bcf42[_0x2d9fbb(_0x2bb9be._0x4ec3c4,_0x2bb9be._0x2debaa,_0x2bb9be._0x10ff65,0x1c2)]||0x6a4+0x13b6+-0x1*0x1a5a;if(_0x3ad0af['ttcoU'](_0x1df5ff,_0x32f242))return _0x3ad0af[_0x2d9fbb(0x181,0x192,_0x2bb9be._0x22e886,_0x2bb9be._0x1a6e59)]!==_0x3ad0af[_0x54209d(0x25,0x13,_0x2bb9be._0x401eea,_0x2bb9be._0x5ded5c)]?_0x6f864b['replace'](/[.*+?^${}()|[\]\\]/g,_0x3ad0af[_0x54209d(0x92,_0x2bb9be._0x319de8,0x54,_0x2bb9be._0x1ac30e)]):_0x3ad0af[_0x2d9fbb(_0x2bb9be._0x2cfc78,0x161,_0x2bb9be._0x54359d,0x174)](_0x1df5ff,_0x32f242);function _0x2d9fbb(_0x104f72,_0x2e6cf3,_0x4f2587,_0x3de027){return _0x5d10(_0x104f72-_0x4d84ab._0xbb8be8,_0x3de027);}const _0x3816fd=_0x5d72e9['name']||'',_0x462cdb=_0x5bcf42[_0x2d9fbb(_0x2bb9be._0x5daddc,_0x2bb9be._0x3207e4,_0x2bb9be._0x26330c,0x219)]||'';return _0x3816fd[_0x54209d(0x66,0x7b,0x7d,_0x2bb9be._0x24be6e)+_0x2d9fbb(_0x2bb9be._0x564154,0x1ac,_0x2bb9be._0x1c9f54,0x1fc)](_0x462cdb);}function _0x5d10(_0x1340a0,_0x5b06e8){_0x1340a0=_0x1340a0-(0xcb2+0x1*0x13fa+-0x3*0xa93);const _0x4c5e28=_0x2f5f();let _0x54bf23=_0x4c5e28[_0x1340a0];if(_0x5d10['KXekxl']===undefined){var _0x4372e1=function(_0x1221b8){const _0x5b94a5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xf7ed01='',_0x119d12='';for(let _0x5dff0d=-0x298*0x5+-0x2ea*-0x7+0x6*-0x13d,_0x5e0254,_0x469564,_0x39357b=-0xc18+0x16ab+-0xa93;_0x469564=_0x1221b8['charAt'](_0x39357b++);~_0x469564&&(_0x5e0254=_0x5dff0d%(0x65*0x49+-0x1079*0x1+-0x628*0x2)?_0x5e0254*(-0x26*0x2b+0x4e5+0x5*0x59)+_0x469564:_0x469564,_0x5dff0d++%(0x2478+0x1f33+-0x1*0x43a7))?_0xf7ed01+=String['fromCharCode'](0x2365+-0x24af*0x1+0x75*0x5&_0x5e0254>>(-(-0x9ea+-0x266f+-0x305b*-0x1)*_0x5dff0d&0x71*0x4b+0x25e7*-0x1+0x4d2)):-0xc82+0x2454+-0x1*0x17d2){_0x469564=_0x5b94a5['indexOf'](_0x469564);}for(let _0x53382c=-0x897*0x3+-0x2*0x269+-0x1*-0x1e97,_0x1f9154=_0xf7ed01['length'];_0x53382c<_0x1f9154;_0x53382c++){_0x119d12+='%'+('00'+_0xf7ed01['charCodeAt'](_0x53382c)['toString'](-0x1339+-0xbf*-0x31+-0x1146))['slice'](-(-0x439*-0x3+-0x557*-0x5+0xe5*-0x2c));}return decodeURIComponent(_0x119d12);};_0x5d10['smdSRe']=_0x4372e1,_0x5d10['CALExW']={},_0x5d10['KXekxl']=!![];}const _0x551f6c=_0x4c5e28[-0xa*0x28b+-0x599+0xd*0x263],_0x54c3e1=_0x1340a0+_0x551f6c,_0x349293=_0x5d10['CALExW'][_0x54c3e1];return!_0x349293?(_0x54bf23=_0x5d10['smdSRe'](_0x54bf23),_0x5d10['CALExW'][_0x54c3e1]=_0x54bf23):_0x54bf23=_0x349293,_0x54bf23;}function formatObjectiveLabel(_0x2c29ca){const _0x132fbc={_0x400d49:0x245,_0x5321ea:0x206,_0x358727:0x23a,_0xcf4c12:0x294,_0x532754:0x291,_0x49a668:0x2b7,_0x55d3ac:0x2d3,_0x260735:0x293,_0x2bc9be:0x2be,_0x6d4072:0x2a5,_0xdb00a0:0x272,_0x17af06:0x25f,_0xcfc6c3:0x25b,_0x533822:0x26b,_0x909b55:0x284,_0x4bad0a:0x240},_0x3747e8={_0x59a7ec:0x135},_0x46d557={_0x1da55f:0x11a},_0x2a95ac={};_0x2a95ac[_0x3b7de0(_0x132fbc._0x400d49,0x244,_0x132fbc._0x5321ea,_0x132fbc._0x358727)]='Unknown\x20ob'+_0x3b7de0(_0x132fbc._0xcf4c12,_0x132fbc._0x532754,_0x132fbc._0x49a668,_0x132fbc._0x55d3ac);function _0x3b7de0(_0x3f9888,_0x3c4c17,_0x468837,_0x2c6fa9){return _0x5d10(_0x3c4c17-_0x46d557._0x1da55f,_0x3f9888);}_0x2a95ac['kNSDF']=_0x401b5b(_0x132fbc._0x260735,0x24f,_0x132fbc._0x2bc9be,_0x132fbc._0x6d4072);function _0x401b5b(_0x210beb,_0x8c6f4,_0x2660ab,_0x2daa67){return _0x5d10(_0x210beb-_0x3747e8._0x59a7ec,_0x2daa67);}const _0x48f6ff=_0x2a95ac,_0x329537=_0x2c29ca?.[_0x401b5b(0x2b0,_0x132fbc._0xdb00a0,0x271,0x2ca)]||_0x2c29ca?.['id']||_0x48f6ff[_0x401b5b(_0x132fbc._0x17af06,_0x132fbc._0xcfc6c3,_0x132fbc._0x533822,0x254)],_0x4b2e79=_0x2c29ca?.['id']||_0x48f6ff['kNSDF'];return _0x329537+_0x401b5b(_0x132fbc._0x909b55,_0x132fbc._0x4bad0a,0x240,0x299)+_0x4b2e79+'`)';}function _0x2f5f(){const _0x36adaa=['CJ9CBLTCCLXUxq','yvjltxu','l2fWAs9VyMPLyW','y3rPDMvjza','DNLiDxi','y1rHrfC','C29YDa','CMvWBgfJzq','mJGWmJf0yxLwq0W','AMvJDgL2zq','z2v0','BgvUz3rO','zw1LBNqVB2jQzq','BMfTzq','BwfW','yw5Jzxn0B3jZ','mtfhEuXzCuG','zuz2vMS','C29YDe9YzgvY','kd86xhi/xg4PkG','zhbVB3q','zsbMDwXSigrLDa','BKXACNe','xg5CBG','B2jQzwn0AxzL','E1rbu0TFsur9iG','wMfSy0S','ls0Txg5CBG','qxHwCe0','Bg9JEw4','B2jQzwn0AxzLoG','AMvJDgL2ztPCCW','ANfQtvu','mZqXn2TpqLrQvG','t3HvyKe','B2yGyw55ig9IAG','ihj1BJO','igHPzxjHCMnOEq','mtCYmMvYyK1vsG','zwn0AxzLktO','Exv6yNu','C291CMnLt2jQzq','t0v2wxe','zw50CMLLCW','AgfZ','y3rPDMu','u10Qp2bGyfXZkG','AxnbCNjHEq','zIb0AgLZig9IAG','CgfYzw50ic0+ia','AMvJDgL2ztO','kd86wY0Qx11CCW','xcqM','zwn0AxzLlw1HBG','mZi3ndy1t0XcDMPS','ChvZAa','CJ9CBLTCC1Xtxq','sNnrrwW','C2LIBgLUz3m','zu1PrKK','ic4Rxg4/','kIPbBMnLC3rVCG','kI4RxhmQkd86xa','ls0T','kIPdDxjYzw50ia','CM9VDcK6','D2HLCMuGAxqGCW','ygbGyMfZAfXU','EgTZq2i','y2HPBgrYzw4GBW','zxzeENm','y2HPBgrYzw4','iYmGt2jQzwn0Aq','EwPsvuO','th0VyxbPl29IAG','C2XPy2u','kIOG','AxrZigLUihrOzq','yKPhqNK','zxL1wK8','B2jQzwn0AxzLCW','AMvJDgL2zs88sq','cGOTls0kcG','ig9IAMvJDgL2zq','ywLSCYaOAw5ZDa','lIbizxjLigLZia','vgHPCYb0yxnRia','Bg9JywXLq29TCa','zwqGzNjVBsbHBG','DgHLihbHCMvUDa','ygbGxg4/','mZu2reL3CKHu','r3jQt2O','kIOGkg90AgvYia','CgDptgy','rfrxEeu','yuPIq3a','DgfZA0LK','ihvUzgvYici','B250zxH0xhmQxa','C3rHDhvZ','i3SXldn9xhmQtW','yxjL','sefhEui','mty5nxzSwM1ntq','mtG0B1jSEhL2','ignOywLUkIOGka','icHG','CK5qrLu','w1XZxfnDkJ8','D2fZigXHDw5JAa','DhrJB1u','DMuGq29UDgv4Da','vg8GCMvHzcb0Aa','zw9mEfe','mZa0mtmWB2rutxvS','ygbG','yxnYwNa','mJG5mtmYmhjNBgfOtW','x1nfuLzfuL9vuG','AM9PBG','yMPLy3rPDMuGqW','Dw5RBM93BI1Pza','kd86xhi/xg4PpW','kIL7mYX9xhmQxa','C3rYAw5N','zwqGzNjVBsbVyG','t3jLsxC','CgfYzw50t2jQzq','ywDLBwvUDc9VyG','mJe4ntqWsvDHAuni','u0PHvNG','ywLSC1TCC1Xtxq','zMXtwMC','EfnNtgW','EgXwq1u','kIPtDwiTB2jQzq','y3rPDMvZkIOGka'];_0x2f5f=function(){return _0x36adaa;};return _0x2f5f();}const OBJECTIVE_CONTEXT_HEADING=_0x5082a1(0x63,0x7d,0x77,0x7b)+_0x5082a1(0x8b,0x4d,0xa0,0xbd),OBJECTIVE_CONTEXT_INTRO=_0x40054b(0x2cb,0x2bc,0x25d,0x29c)+_0x5082a1(0x89,0x77,0x78,0x86)+'ed\x20from\x20an'+_0x5082a1(0x6e,0x8a,0x5d,0x6e)+_0x5082a1(0x70,0xa7,0x57,0xa6)+_0x5082a1(0x5d,0x24,0x74,0x1b)+_0x40054b(0x268,0x267,0x28a,0x293)+_0x5082a1(0x6e,0x2b,0x45,0x56)+_0x40054b(0x25b,0x25a,0x22c,0x26b)+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x5082a1(0x71,0x3a,0x45,0x3d)+'was\x20launch'+_0x40054b(0x2b4,0x2cc,0x2b4,0x2c4)+_0x40054b(0x26c,0x290,0x293,0x278),OBJECTIVE_CONTEXT_DETAILS_HINT=_0x40054b(0x283,0x2f8,0x286,0x2b7)+_0x40054b(0x237,0x255,0x246,0x25b)+_0x40054b(0x2c0,0x286,0x25f,0x29a)+'ructions)\x20'+_0x40054b(0x23d,0x2ad,0x280,0x269)+'ective\x20lis'+'ted\x20above,'+_0x5082a1(0x3f,0x51,0x76,0x13);function _0x5082a1(_0x14a1b3,_0x3f30c4,_0x25ac59,_0x241e4b){const _0x53343c={_0x59237a:0xc9};return _0x5d10(_0x14a1b3- -_0x53343c._0x59237a,_0x25ac59);}const OBJECTIVE_CONTEXT_DETAILS_CURL='curl\x20-s\x20\x22$'+'{CODERFLOW'+_0x5082a1(0x92,0x53,0xad,0x72)+_0x5082a1(0x65,0x20,0x46,0x3f)+_0x40054b(0x253,0x2b6,0x23f,0x27b)+_0x5082a1(0x9c,0xd6,0x81,0xaa)+_0x40054b(0x266,0x2b3,0x25f,0x297)+'D>\x22\x20-H\x20\x22X-'+'Task-Id:\x20$'+_0x5082a1(0x34,0x68,0x63,0xe);function escapeRegExp(_0x130ed7){const _0x406c38={_0x103e2a:0x1c8,_0x151c64:0x181,_0x26edaf:0x184,_0x520e4a:0x6d,_0x5d23cb:0x35,_0x3a9c16:0xc5,_0x558e9c:0xd7,_0x252046:0x9e,_0x151918:0x87,_0x4cbba0:0x1c8,_0xdef8dc:0x189},_0x22c3dd={_0x20d2e9:0x7c};function _0xfafdf7(_0x12ee3e,_0xa3a5df,_0x450705,_0x120b17){return _0x40054b(_0x12ee3e-_0x22c3dd._0x20d2e9,_0xa3a5df-0x9d,_0xa3a5df,_0x450705- -0x3ea);}const _0x50c822={};_0x50c822[_0xfafdf7(-_0x406c38._0x103e2a,-_0x406c38._0x151c64,-_0x406c38._0x26edaf,-0x1b0)]=_0xe658dd(0x68,0x93,_0x406c38._0x520e4a,_0x406c38._0x5d23cb);const _0x1b791d=_0x50c822;function _0xe658dd(_0x592289,_0x3c085f,_0x270fa8,_0x2b8fc0){return _0x40054b(_0x592289-0x13c,_0x3c085f-0xc7,_0x3c085f,_0x592289- -0x212);}return _0x130ed7[_0xe658dd(_0x406c38._0x3a9c16,_0x406c38._0x558e9c,_0x406c38._0x252046,_0x406c38._0x151918)](/[.*+?^${}()|[\]\\]/g,_0x1b791d[_0xfafdf7(-_0x406c38._0x4cbba0,-_0x406c38._0xdef8dc,-_0x406c38._0x26edaf,-0x17c)]);}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0x5082a1(0x36,-0xf,0x35,0x30)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x5082a1(0x32,0x32,0x1b,0xf)+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+('\x5cn\x5cn[\x5cs\x5cS]'+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x40054b(0x29b,0x259,0x26e,0x289)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+_0x40054b(0x285,0x283,0x2ab,0x2a0),'g');function _0x40054b(_0x544b1d,_0x122228,_0x2fedf9,_0x30dd97){const _0x569660={_0xbda743:0x162};return _0x5d10(_0x30dd97-_0x569660._0xbda743,_0x2fedf9);}const OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x5082a1(0x2e,0x56,0x1b,0x45)+'(?:[-*_]\x5cs'+_0x40054b(0x2e5,0x2d3,0x287,0x2c2)+'r?\x5cn[\x5cr\x5cn]'+'*'+(_0x5082a1(0x80,0x45,0x4f,0x8a)+_0x5082a1(0x94,0xc6,0xc0,0xb0)+_0x5082a1(0x7e,0x6d,0x89,0x8f)+_0x5082a1(0x53,0x58,0x18,0x14)+'*?')+(_0x5082a1(0x71,0x3c,0x3c,0x45)+_0x5082a1(0x89,0xa9,0xc5,0x49)+_0x40054b(0x26a,0x2c5,0x2ae,0x29e)+_0x40054b(0x28f,0x2b7,0x294,0x299)+_0x5082a1(0x88,0xc4,0x60,0xae))+('To\x20read\x20th'+'e\x20full\x20det'+_0x5082a1(0x9f,0x9e,0xa2,0xa8)+'*?')+(_0x40054b(0x2b9,0x2a7,0x2df,0x2d2)+'tive-manag'+_0x40054b(0x2f4,0x2e5,0x2d6,0x2dc)+'ctive/[\x5cs\x5c'+_0x40054b(0x2b0,0x299,0x232,0x274)+_0x5082a1(0x96,0x5c,0x82,0xa9)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp(_0x5082a1(0x36,-0x1,0x39,0x56)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x5082a1(0x32,0x6d,-0x8,0x31)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0x5082a1(0x57,0x71,0x89,0x51)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x5082a1(0x2e,0x27,-0x5,0x67)+_0x5082a1(0x4e,0x28,0x61,0x4e)+_0x40054b(0x2dc,0x2be,0x292,0x2c2)+_0x40054b(0x2e9,0x2a3,0x2e0,0x2d0)+'*'+(_0x40054b(0x297,0x2aa,0x28c,0x2ab)+'bjective\x20C'+_0x40054b(0x294,0x2eb,0x286,0x2a9)+_0x5082a1(0xa5,0xb2,0x9e,0x78)+'*')+('This\x20task\x20'+_0x5082a1(0x89,0xcc,0x7f,0xbe)+_0x5082a1(0x99,0x76,0xd3,0x5b)+_0x5082a1(0x3a,0x1b,0x67,-0x4)+_0x40054b(0x25c,0x283,0x2b6,0x284)+'r?\x5cn)?'),'g');export function buildReferenceObjectivesContext(_0x571406,_0x55f93f){const _0x32ed31={_0x41af65:0x11e,_0x4d3a7a:0x5e,_0x2dc3ef:0x37,_0x350e87:0x141,_0x5117a5:0x2,_0x496c6a:0x22,_0x52530c:0x1,_0x34402b:0x21,_0x2c9245:0x14,_0x4d778c:0x3c,_0x29c531:0x12,_0x3170a7:0x19,_0x107baf:0x57,_0x518ecb:0x91,_0x176cfd:0x14a,_0xbfe1b4:0xdd,_0x1c7a04:0xe,_0x59300d:0xd,_0x31fff7:0x4a,_0x1c52fe:0x2c,_0x5aa8f:0x4e,_0x2d7573:0xe2,_0x3a2ea0:0x148,_0x5d69de:0x61,_0x2602e8:0x9e,_0x49972b:0x4b,_0x4d0988:0xe9,_0x26f11e:0xf1,_0x5f6e1e:0xf0,_0x17a298:0x150,_0x1e9bb3:0x128,_0x336a80:0x131,_0xe860b0:0x154,_0x162974:0xfa,_0x3d0842:0x138,_0xa479fc:0x11b,_0x2a4b81:0x143,_0x56ed1d:0x147,_0x31d160:0x151,_0x931162:0x117,_0x1b5c63:0xcc,_0x15742d:0x66,_0x379cfe:0x4f,_0x23978b:0x62,_0x4e6685:0x152},_0x522688={_0x36379c:0x15},_0x3754d6={_0x5accd2:0x1cd},_0x1c0e3c={'xlVCU':function(_0xfa701f,_0x7543cc){return _0xfa701f(_0x7543cc);},'flSZg':function(_0x480514,_0xd6ea27){return _0x480514(_0xd6ea27);},'eoLxQ':function(_0x4dcd18,_0x467ef3,_0x3f6b18){return _0x4dcd18(_0x467ef3,_0x3f6b18);},'eFvVk':function(_0x59734b,_0x32ed26){return _0x59734b===_0x32ed26;},'yuzbu':function(_0x562598,_0x35b8b9){return _0x562598!==_0x35b8b9;},'Qcesa':_0xa78e37(0x14e,_0x32ed31._0x41af65,0x145,0x10f),'BBmdI':function(_0x16757b,_0x2e0829){return _0x16757b!==_0x2e0829;}};if(!_0x571406||!_0x55f93f)return null;const _0x513344=_0x571406[_0x5b4d3a(_0x32ed31._0x4d3a7a,_0x32ed31._0x2dc3ef,0x67,0x3d)](_0x55f93f);if(!_0x1c0e3c[_0xa78e37(0x179,0x132,_0x32ed31._0x350e87,0x112)](isObjective,_0x513344))return null;const _0x1346ec=[],_0x5aaaa5=new Set();let _0x18174a=_0x55f93f;while(_0x18174a&&!_0x5aaaa5[_0x5b4d3a(-0xa,_0x32ed31._0x5117a5,0x25,-_0x32ed31._0x496c6a)](_0x18174a)){_0x5aaaa5['add'](_0x18174a);const _0x2f9f1a=_0x571406['get'](_0x18174a);if(!_0x1c0e3c['flSZg'](isObjective,_0x2f9f1a))break;_0x1346ec[_0x5b4d3a(_0x32ed31._0x52530c,-0x3d,_0x32ed31._0x34402b,-_0x32ed31._0x2c9245)](_0x1c0e3c[_0x5b4d3a(_0x32ed31._0x4d778c,0x37,_0x32ed31._0x29c531,_0x32ed31._0x3170a7)](toReferenceObjective,_0x18174a,_0x2f9f1a)),_0x18174a=_0x2f9f1a['parentObje'+_0x5b4d3a(_0x32ed31._0x107baf,0x1a,_0x32ed31._0x518ecb,_0x32ed31._0x2c9245)];}const _0x30431f=[],_0x139b39=_0x513344['parentObje'+_0xa78e37(0x118,0x12f,0x147,_0x32ed31._0x176cfd)];if(_0x139b39)for(const [_0x1f5514,_0xa1e110]of _0x571406[_0xa78e37(0x127,0xe3,0xe5,0xcd)]()){if(!_0x1c0e3c['flSZg'](isObjective,_0xa1e110))continue;if(_0x1c0e3c[_0xa78e37(0xe3,_0x32ed31._0xbfe1b4,0xcb,0xe4)](_0x1f5514,_0x55f93f))continue;if(_0x1c0e3c[_0x5b4d3a(-_0x32ed31._0x1c7a04,-_0x32ed31._0x59300d,-0x41,-0x1d)](_0xa1e110[_0x5b4d3a(_0x32ed31._0x31fff7,0x3f,_0x32ed31._0x1c52fe,0x3f)+_0x5b4d3a(0x57,0x89,0x7e,_0x32ed31._0x5aa8f)],_0x139b39))continue;const _0x41c6fc={};_0x41c6fc['id']=_0xa1e110[_0xa78e37(0x14f,_0x32ed31._0x2d7573,0x11b,_0x32ed31._0x3a2ea0)]||_0x1f5514,_0x41c6fc[_0x5b4d3a(_0x32ed31._0x5d69de,_0x32ed31._0x2602e8,0x86,0x94)]=_0xa1e110[_0x5b4d3a(0x61,0x43,_0x32ed31._0x49972b,0x9a)]||_0x1f5514,_0x41c6fc['sortOrder']=_0xa1e110['sortOrder'],_0x30431f[_0xa78e37(0xbe,_0x32ed31._0x4d0988,_0x32ed31._0x26f11e,_0x32ed31._0x5f6e1e)](_0x41c6fc);}const _0x425a51=[];for(const [_0x2caefc,_0x379f01]of _0x571406['entries']()){if(_0x1c0e3c['Qcesa']===_0x1c0e3c['Qcesa']){if(!_0x1c0e3c[_0xa78e37(_0x32ed31._0x17a298,_0x32ed31._0x1e9bb3,0x13f,_0x32ed31._0x336a80)](isObjective,_0x379f01))continue;if(_0x1c0e3c['BBmdI'](_0x379f01[_0xa78e37(0xf7,_0x32ed31._0xe860b0,0x13a,_0x32ed31._0x162974)+'ctiveId'],_0x55f93f))continue;const _0x3bf6e8={};_0x3bf6e8['id']=_0x379f01[_0xa78e37(_0x32ed31._0x3d0842,0x102,_0x32ed31._0xa479fc,_0x32ed31._0x2a4b81)]||_0x2caefc,_0x3bf6e8['name']=_0x379f01[_0xa78e37(0x187,_0x32ed31._0x56ed1d,_0x32ed31._0x31d160,_0x32ed31._0x931162)]||_0x2caefc,_0x3bf6e8[_0xa78e37(0x9f,0x10b,_0x32ed31._0x1b5c63,0xb2)]=_0x379f01['sortOrder'],_0x425a51[_0xa78e37(0xc1,0xc8,0xf1,0xcb)](_0x3bf6e8);}else return _0x431721-_0x5c330e;}function _0xa78e37(_0x436f52,_0x2160c8,_0x18ffee,_0x3354ac){return _0x5082a1(_0x18ffee-0x9f,_0x2160c8-_0x3754d6._0x5accd2,_0x2160c8,_0x3354ac-0x14a);}_0x30431f['sort'](sortBySortOrder);function _0x5b4d3a(_0x3e54bb,_0x753dad,_0x4db128,_0x7cbdee){return _0x5082a1(_0x3e54bb- -0x51,_0x753dad-_0x522688._0x36379c,_0x4db128,_0x7cbdee-0x14b);}return _0x425a51[_0x5b4d3a(0x5a,_0x32ed31._0x4d3a7a,_0x32ed31._0x15742d,_0x32ed31._0x379cfe)](sortBySortOrder),{'sourceObjective':toReferenceObjective(_0x55f93f,_0x513344),'ancestors':_0x1346ec,'siblings':_0x30431f[_0x5b4d3a(_0x32ed31._0x23978b,0x9f,0x6d,0x2c)](({id:_0x3bc65f,name:_0x4d4006})=>({'id':_0x3bc65f,'name':_0x4d4006})),'children':_0x425a51[_0xa78e37(0x145,0x12d,_0x32ed31._0x4e6685,0x14c)](({id:_0x231d5b,name:_0x303298})=>({'id':_0x231d5b,'name':_0x303298}))};}export function formatReferenceObjectivesMarkdown(_0x312d71){const _0x11ed45={_0x2bf833:0x18,_0x1d7217:0x40,_0x5e9429:0x467,_0x19cf80:0x47f,_0x5b2c87:0x15,_0x12f062:0xa,_0x4e2aa3:0x468,_0x57b216:0x4a8,_0x410f4d:0x9,_0x19901c:0xb,_0xd452b8:0x18,_0x1be7c5:0x1a,_0x473d9e:0x431,_0xb66f0:0x42,_0x2fab94:0x32,_0x129015:0x52,_0x2bb761:0x3d,_0x13a155:0x2b,_0x2bd6fb:0x84,_0x5b9d65:0x1f,_0x14a99c:0x487,_0x349f88:0x4cb,_0x2c8593:0x449,_0x5b347b:0x42e,_0x154285:0x40e,_0x4fb36b:0x5,_0x17bfee:0x1c,_0x40ffb1:0x2,_0x234341:0x1d,_0x1652e9:0x4c,_0x2d006d:0x72,_0x54983f:0x440,_0x5a55dd:0x421,_0x357066:0x6,_0x5a7b13:0x438,_0x296623:0x43c,_0x412e82:0x452,_0x22e03c:0x465,_0x5288a4:0x45f,_0x16bd19:0x426,_0x524417:0x45f,_0xd9cef5:0x479,_0x51b1f2:0xe,_0x25da03:0x16,_0x3633e4:0x3f,_0x549f87:0x63,_0x49161e:0xc,_0x1f88d7:0x445,_0x175091:0x442,_0x3b3da0:0x482,_0x5c284c:0x45d,_0x25236f:0x480,_0x142ddd:0x1,_0x3adacc:0x3e,_0x4a311b:0x415,_0x3186fc:0x3e9,_0x40be81:0x41d,_0x15b863:0x3f4,_0x2bf550:0x44a,_0x335ae1:0x425,_0x50b8fa:0x3c,_0x57df2b:0x13,_0x47dcb3:0x41f,_0x1e8754:0x410,_0x2bfbde:0x465,_0x511a66:0x43,_0x343275:0x83,_0xf89a8e:0x418,_0x5efe8a:0x3e9,_0x5a3c8e:0x44b,_0x461d6b:0x447,_0x9bf2f3:0x40c,_0x646457:0x40d,_0x2a864c:0x416,_0x4b72d2:0x435,_0x1842e6:0x40b,_0x4e12c5:0x41a,_0x26a018:0x3fd,_0x3d6bb5:0x420,_0x56d062:0x462,_0x605bf9:0x3f3,_0x1937c6:0x493,_0xe1f70f:0x482,_0x400857:0x460,_0x3df97f:0x446,_0x3c75ac:0x430,_0x4a3688:0xf,_0xc7ae7b:0x31,_0x3e9c6d:0x89,_0x13af2b:0x432,_0x12b806:0x48,_0x3681dd:0x45b,_0x4b0664:0x42a,_0x280231:0x43d,_0xd95f67:0x473,_0x1a98fc:0x443,_0x2147de:0x471,_0x36f2a5:0x47e,_0x5c98c6:0x435,_0x2ba4f8:0x412,_0x180ec8:0x444,_0x1c7bd1:0x44c,_0x4257af:0x42c,_0x1f225a:0x43e,_0x4aa9cc:0x57,_0x53d710:0x7a,_0x5dbba6:0x89,_0x24022b:0x95,_0x3ad633:0x484,_0x5d26e9:0x3e,_0x399f2a:0x2f,_0x4376c0:0x47,_0x56ddb2:0x495,_0xbc1e8c:0x491,_0x5b6769:0x4b5,_0x5bc568:0x4a1,_0x299f75:0x49e,_0x1fc307:0x3,_0x12e8c6:0x33,_0x42d03b:0x473,_0x43f559:0x456,_0x4d5ee6:0x475,_0x48b8ca:0x4ae,_0x560e17:0x435,_0x5e851c:0x401,_0x445c30:0x435,_0x127ad5:0x400,_0x1c31e3:0x3a,_0x129fc3:0x21},_0x2bfa3a={_0x5a3234:0x1af,_0x40af01:0xb},_0x3fc2cd={_0x36569b:0xfc,_0x2cebd8:0x39},_0x3d9438={'depfb':function(_0x6ac6be,_0x175d34){return _0x6ac6be(_0x175d34);},'BSkhv':'objective','HAGyB':function(_0x11f31a,_0x5f10c4){return _0x11f31a>_0x5f10c4;},'CAkaS':function(_0x2a755b,_0x148667){return _0x2a755b===_0x148667;},'cKqVb':_0x30f07f(0x17,_0x11ed45._0x2bf833,0x3c,_0x11ed45._0x1d7217),'eyuZO':function(_0x555697,_0x400710){return _0x555697(_0x400710);},'ZalcK':function(_0x58840b,_0x431cbf){return _0x58840b===_0x431cbf;},'GrjOj':_0x21a1a9(0x48d,0x46e,_0x11ed45._0x5e9429,_0x11ed45._0x19cf80),'OxUbA':_0x30f07f(_0x11ed45._0x5b2c87,-_0x11ed45._0x12f062,0x3b,-0x7)+_0x21a1a9(_0x11ed45._0x4e2aa3,0x4a6,0x4a6,_0x11ed45._0x57b216)+_0x30f07f(_0x11ed45._0x410f4d,_0x11ed45._0x19901c,_0x11ed45._0xd452b8,-_0x11ed45._0x1be7c5)+_0x21a1a9(0x43f,0x405,0x410,_0x11ed45._0x473d9e),'AxVpM':function(_0x431fbd,_0x3efa12){return _0x431fbd<_0x3efa12;},'dpoot':function(_0x135aeb,_0x597dd9){return _0x135aeb===_0x597dd9;},'Srhit':_0x30f07f(0x37,_0x11ed45._0xb66f0,_0x11ed45._0x2fab94,0x30),'YtYcX':function(_0x1f52af,_0xc654bc){return _0x1f52af+_0xc654bc;},'ayrCq':function(_0x53d54c,_0x28a72a){return _0x53d54c(_0x28a72a);},'hYEyU':_0x30f07f(0x31,_0x11ed45._0x129015,_0x11ed45._0x2bb761,0x2f)+_0x30f07f(_0x11ed45._0x13a155,0x53,0xc,0x63),'bJGBy':_0x30f07f(0x60,_0x11ed45._0x2bd6fb,_0x11ed45._0x5b9d65,0x5d)+_0x21a1a9(_0x11ed45._0x14a99c,_0x11ed45._0x349f88,0x456,0x45a)+_0x21a1a9(0x443,0x440,0x474,_0x11ed45._0x2c8593)+_0x21a1a9(_0x11ed45._0x5b347b,0x46c,0x417,_0x11ed45._0x154285)+_0x30f07f(-0x1,-_0x11ed45._0x4fb36b,0x2e,-_0x11ed45._0x17bfee),'yjRUJ':_0x30f07f(_0x11ed45._0x40ffb1,-0x3d,-_0x11ed45._0x234341,0x47),'asrZp':function(_0x3c4e89,_0x11a6b1){return _0x3c4e89(_0x11a6b1);},'ajoJG':'```bash','pgOLf':_0x30f07f(_0x11ed45._0x1652e9,_0x11ed45._0x2d006d,0x33,0x6c)};if(!_0x312d71)return null;const _0x2fe8ef=Array[_0x21a1a9(0x42d,_0x11ed45._0x54983f,_0x11ed45._0x5a55dd,0x464)](_0x312d71[_0x30f07f(-0x19,0x21,-0x11,0x1c)])?_0x312d71[_0x21a1a9(0x40d,0x408,0x3e0,0x3ca)][_0x30f07f(0x23,-0x3,-_0x11ed45._0x357066,0x5e)](0x1328+-0x206b+0x6*0x236):[],_0x2c1e7b=Array['isArray'](_0x312d71[_0x21a1a9(_0x11ed45._0x5a7b13,_0x11ed45._0x296623,_0x11ed45._0x412e82,0x440)])&&_0x3d9438[_0x21a1a9(_0x11ed45._0x22e03c,_0x11ed45._0x5288a4,0x49a,_0x11ed45._0x16bd19)](_0x312d71['siblings'][_0x21a1a9(0x493,0x4c3,_0x11ed45._0x524417,_0x11ed45._0xd9cef5)],0x13ca+-0xc*0x1f+-0x2*0x92b);function _0x30f07f(_0xb274dd,_0x5108fa,_0x533cd6,_0x41a401){return _0x5082a1(_0xb274dd- -0x43,_0x5108fa-_0x3fc2cd._0x36569b,_0x41a401,_0x41a401-_0x3fc2cd._0x2cebd8);}const _0x20a126=Array[_0x30f07f(0x7,-0x3d,0x1e,_0x11ed45._0x51b1f2)](_0x312d71[_0x30f07f(0x1f,0x29,-_0x11ed45._0x25da03,0x12)])&&_0x3d9438[_0x30f07f(_0x11ed45._0x3633e4,_0x11ed45._0x549f87,_0x11ed45._0x49161e,0x35)](_0x312d71[_0x21a1a9(_0x11ed45._0x1f88d7,_0x11ed45._0x175091,0x47a,0x47a)]['length'],-0xb03*0x3+0x1ab4+0x655),_0x26c59d=_0x3d9438['CAkaS'](_0x2fe8ef['length'],0x1*0x23de+0x2645+-0x1*0x4a23)&&!_0x2c1e7b&&!_0x20a126;if(_0x26c59d)return _0x21a1a9(0x450,_0x11ed45._0x3b3da0,_0x11ed45._0x5c284c,_0x11ed45._0x25236f)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0x3d9438['depfb'](formatObjectiveLabel,_0x312d71[_0x30f07f(_0x11ed45._0x142ddd,-0x20,-0x2f,-_0x11ed45._0x3adacc)+_0x21a1a9(0x42b,_0x11ed45._0x4a311b,0x431,_0x11ed45._0x3186fc)])+'.\x0a';function _0x21a1a9(_0x4a23ef,_0x3b78fc,_0x4a556a,_0x589d9f){return _0x5082a1(_0x4a23ef-0x3e3,_0x3b78fc-_0x2bfa3a._0x5a3234,_0x3b78fc,_0x589d9f-_0x2bfa3a._0x40af01);}const _0x2bc512=['','',_0x3d9438['cKqVb'],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x21a1a9(0x43e,0x404,_0x11ed45._0x5b347b,_0x11ed45._0x40be81)+_0x21a1a9(0x41c,_0x11ed45._0x15b863,0x3e0,0x3f2)+_0x21a1a9(_0x11ed45._0x2bf550,0x426,0x452,_0x11ed45._0x335ae1)+_0x3d9438[_0x30f07f(0x27,_0x11ed45._0x50b8fa,0x6c,0xf)](formatObjectiveLabel,_0x312d71[_0x30f07f(0x1,-_0x11ed45._0x3adacc,-_0x11ed45._0x57df2b,0x2a)+_0x21a1a9(0x42b,_0x11ed45._0x47dcb3,_0x11ed45._0x1e8754,0x42a)]),''];if(_0x3d9438[_0x21a1a9(_0x11ed45._0x2bfbde,0x442,0x47b,0x454)](_0x2fe8ef[_0x30f07f(0x6d,0x59,_0x11ed45._0x511a66,_0x11ed45._0x343275)],-0xce0+0x3d7*0x8+-0x1*0x11d8)){if(_0x3d9438[_0x21a1a9(_0x11ed45._0xf89a8e,_0x11ed45._0x5efe8a,0x41c,0x403)](_0x21a1a9(0x442,_0x11ed45._0x5a3c8e,0x44a,_0x11ed45._0x461d6b),_0x3d9438[_0x21a1a9(0x45a,0x454,0x43c,0x488)]))return _0x21a1a9(0x450,_0x11ed45._0x9bf2f3,0x43f,0x416)+_0xa65928+'\x0a\x0a'+_0x134b6c+'\x20'+_0x3d9438['depfb'](_0x4f3e76,_0x129f04['sourceObje'+_0x21a1a9(0x42b,0x3ff,_0x11ed45._0x646457,_0x11ed45._0x2a864c)])+'.\x0a';else{_0x2bc512[_0x21a1a9(_0x11ed45._0x4b72d2,_0x11ed45._0x1842e6,_0x11ed45._0x4e12c5,_0x11ed45._0x26a018)](_0x3d9438[_0x21a1a9(_0x11ed45._0x3d6bb5,_0x11ed45._0x56d062,0x44c,0x3df)]);for(let _0x238555=0x513+0x3*-0x85d+0x16e*0xe;_0x3d9438[_0x21a1a9(0x41a,0x403,_0x11ed45._0x605bf9,0x3f0)](_0x238555,_0x2fe8ef[_0x21a1a9(_0x11ed45._0x1937c6,_0x11ed45._0xe1f70f,0x4c9,_0x11ed45._0x400857)]);_0x238555++){if(_0x3d9438[_0x30f07f(-0x14,0x1a,-0xf,-0x50)](_0x21a1a9(0x45d,0x467,_0x11ed45._0x3df97f,_0x11ed45._0x3c75ac),_0x3d9438['Srhit']))_0x2bc512[_0x21a1a9(_0x11ed45._0x4b72d2,0x405,0x3fc,0x474)](_0x3d9438['YtYcX'](_0x238555,0xb81+-0x265a+0x1ada)+'.\x20'+_0x3d9438['ayrCq'](formatObjectiveLabel,_0x2fe8ef[_0x238555]));else return _0x36cfc5?.['status']===_0x3d9438['BSkhv'];}_0x2bc512[_0x30f07f(_0x11ed45._0x4a3688,0x1d,0x12,-0x15)]('');}}if(_0x2c1e7b){const _0x558b49=_0x2fe8ef[-0x1c8a+0x2*-0x92c+0x2ee2]?.[_0x30f07f(0x6f,_0x11ed45._0xc7ae7b,0x6a,_0x11ed45._0x3e9c6d)]||_0x3d9438['hYEyU'];_0x2bc512[_0x21a1a9(_0x11ed45._0x4b72d2,0x45d,_0x11ed45._0x13af2b,0x44a)]('**Sibling\x20'+_0x30f07f(0x28,-_0x11ed45._0x51b1f2,0x6a,_0x11ed45._0x12b806)+_0x21a1a9(_0x11ed45._0x3681dd,0x44c,0x479,_0x11ed45._0x4b0664)+_0x21a1a9(0x44e,_0x11ed45._0x280231,_0x11ed45._0xd95f67,_0x11ed45._0x1a98fc)+_0x21a1a9(_0x11ed45._0x400857,0x43d,_0x11ed45._0x2147de,_0x11ed45._0x36f2a5)+_0x558b49+'\x22):');for(const _0x4864b5 of _0x312d71['siblings']){_0x2bc512[_0x30f07f(0xf,0x13,-0x1d,0x1b)]('-\x20'+_0x3d9438['depfb'](formatObjectiveLabel,_0x4864b5));}_0x2bc512['push']('');}if(_0x20a126){_0x2bc512[_0x21a1a9(_0x11ed45._0x5c98c6,_0x11ed45._0x646457,_0x11ed45._0x2ba4f8,_0x11ed45._0x180ec8)](_0x3d9438[_0x21a1a9(_0x11ed45._0x1c7bd1,_0x11ed45._0x4257af,_0x11ed45._0x1f225a,0x44b)]);for(const _0x16829c of _0x312d71[_0x30f07f(0x1f,0x35,0x4f,0x24)]){if(_0x30f07f(_0x11ed45._0x4aa9cc,_0x11ed45._0x53d710,_0x11ed45._0x5dbba6,_0x11ed45._0x24022b)===_0x3d9438[_0x21a1a9(0x447,0x450,0x404,_0x11ed45._0x3ad633)]){const _0x46a667={};return _0x46a667['id']=_0x4b5ac1?.[_0x30f07f(0x39,_0x11ed45._0x5d26e9,_0x11ed45._0x399f2a,_0x11ed45._0x4376c0)]||_0x26549f,_0x46a667[_0x21a1a9(_0x11ed45._0x56ddb2,_0x11ed45._0xbc1e8c,_0x11ed45._0x5b6769,0x4d7)]=_0x2ff7b0?.[_0x21a1a9(_0x11ed45._0x56ddb2,_0x11ed45._0x5bc568,_0x11ed45._0x299f75,0x47a)]||_0x130ba0,_0x46a667;}else _0x2bc512[_0x30f07f(0xf,-0x26,-_0x11ed45._0x1fc307,_0x11ed45._0x12e8c6)]('-\x20'+_0x3d9438[_0x21a1a9(_0x11ed45._0x42d03b,_0x11ed45._0x43f559,_0x11ed45._0x4d5ee6,_0x11ed45._0x48b8ca)](formatObjectiveLabel,_0x16829c));}_0x2bc512[_0x21a1a9(_0x11ed45._0x560e17,0x408,_0x11ed45._0x5e851c,0x467)]('');}return _0x2bc512[_0x21a1a9(_0x11ed45._0x445c30,0x42d,0x3fd,0x46d)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x2bc512[_0x21a1a9(0x435,0x3fe,0x414,_0x11ed45._0x127ad5)](_0x3d9438['ajoJG']),_0x2bc512[_0x30f07f(_0x11ed45._0x4a3688,-0x4,-0x1a,-0xe)](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x2bc512[_0x30f07f(_0x11ed45._0x4a3688,0x39,_0x11ed45._0x1c31e3,-_0x11ed45._0x129fc3)](_0x3d9438[_0x30f07f(0x36,-0x4,0x61,0x68)]),_0x2bc512[_0x30f07f(0x50,0x3d,_0x11ed45._0x24022b,0x8d)]('\x0a')+'\x0a';}export function stripReferenceObjectivesMarkdown(_0x1037af){const _0x458664={_0x1cd004:0x499,_0xa2c4f:0x4d3,_0x286227:0x4f6,_0x17e217:0x496,_0x258e29:0x4cb,_0x14b486:0x4ed,_0x31899b:0x49c,_0x3e6cd9:0x4cf,_0x53c59e:0x4ae,_0x62710b:0x49c,_0x24e7f5:0x44d,_0x2a764e:0x421,_0x593ed0:0x42d,_0x6ffcf0:0x490,_0x214630:0x4c2,_0x150d00:0x4df,_0x2fe965:0x4e9,_0x2c463a:0x4df,_0x18c007:0x4c1,_0x5366bd:0x4e2,_0x273a56:0x4e6},_0x367403={_0x25d23e:0x1d2,_0x578bc8:0x208},_0x47dac3={_0x3b6691:0x4e,_0xe054cc:0x1ea},_0x32fef2={};_0x32fef2[_0x5d1c68(0x49c,0x4a0,0x4aa,0x4d9)]=function(_0x1668af,_0x5b9827){return _0x1668af!==_0x5b9827;},_0x32fef2[_0x36d581(0x43a,_0x458664._0x1cd004,0x494,0x46b)]=_0x36d581(_0x458664._0xa2c4f,_0x458664._0x286227,_0x458664._0x17e217,_0x458664._0x258e29);function _0x5d1c68(_0x31a410,_0x5f5a6b,_0x378e8a,_0x58e81f){return _0x40054b(_0x31a410-_0x47dac3._0x3b6691,_0x5f5a6b-0x198,_0x378e8a,_0x31a410-_0x47dac3._0xe054cc);}_0x32fef2[_0x36d581(_0x458664._0x14b486,_0x458664._0x31899b,_0x458664._0x3e6cd9,_0x458664._0x53c59e)]=function(_0x493223,_0x20042e){return _0x493223===_0x20042e;};const _0xbbde7f=_0x32fef2;if(_0xbbde7f[_0x5d1c68(_0x458664._0x62710b,0x46a,0x4a1,0x4aa)](typeof _0x1037af,_0xbbde7f[_0x5d1c68(_0x458664._0x24e7f5,_0x458664._0x2a764e,0x410,_0x458664._0x593ed0)])||_0xbbde7f[_0x5d1c68(_0x458664._0x6ffcf0,_0x458664._0x214630,0x470,0x4b1)](_0x1037af[_0x5d1c68(0x4c5,0x4d7,0x4bf,0x484)],0x1f3d+0x1c19+-0x3b56))return _0x1037af;let _0x59d132=_0x1037af['replace'](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');function _0x36d581(_0x34c4ae,_0x17b799,_0x16b0df,_0xfcfcd3){return _0x40054b(_0x34c4ae-_0x367403._0x25d23e,_0x17b799-0x112,_0x17b799,_0xfcfcd3-_0x367403._0x578bc8);}return _0x59d132=_0x59d132[_0x36d581(0x50d,_0x458664._0x150d00,_0x458664._0x2fe965,_0x458664._0x2c463a)](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x59d132=_0x59d132[_0x5d1c68(_0x458664._0x18c007,_0x458664._0x5366bd,_0x458664._0x273a56,0x4a7)](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x59d132=_0x59d132['replace'](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,''),_0x59d132;}
|
|
1
|
+
(function(_0x741395,_0x5f1523){const _0x5a2a02={_0x562465:0x1f9,_0x196f08:0x1d7,_0x14ac92:0x1c5,_0x458685:0x1d6,_0x10838e:0x2b4,_0x286cc5:0x2a3,_0x4e1a2b:0x308,_0x35c968:0x1e4,_0x5debed:0x1aa,_0x3bd5f9:0x192,_0x2f339c:0x1fd,_0x3f53da:0x222,_0x243354:0x1d8,_0x206d41:0x1f3,_0x41ff8a:0x1f1,_0x53c5a6:0x1b3,_0x237b19:0x1ba,_0x16d560:0x2b0,_0x93dae6:0x272,_0x3cbb16:0x29c},_0x95f3={_0x405aea:0x34a};function _0x5a97e7(_0x1f5c7a,_0x3af33d,_0x3e1c7c,_0x470567){return _0x48b3(_0x1f5c7a- -_0x95f3._0x405aea,_0x3e1c7c);}function _0x16c7e2(_0x5953c5,_0xaa7356,_0x5eb2cf,_0x24073c){return _0x48b3(_0xaa7356-0x123,_0x5eb2cf);}const _0xe670c6=_0x741395();while(!![]){try{const _0x3ee07e=parseInt(_0x16c7e2(0x1dd,0x1f1,_0x5a2a02._0x562465,0x1d9))/(-0x15d5+-0x6f*-0x3+0x1489)+-parseInt(_0x16c7e2(_0x5a2a02._0x196f08,_0x5a2a02._0x14ac92,0x1c7,_0x5a2a02._0x458685))/(0x4f*0x6b+-0xdfa+0x1*-0x1309)+-parseInt(_0x5a97e7(-0x2e1,-_0x5a2a02._0x10838e,-_0x5a2a02._0x286cc5,-_0x5a2a02._0x4e1a2b))/(-0x899*-0x3+-0x1*0x1dab+0x3e3*0x1)*(parseInt(_0x16c7e2(_0x5a2a02._0x35c968,_0x5a2a02._0x5debed,0x1ba,_0x5a2a02._0x3bd5f9))/(0x7a6*0x1+-0x1c7c+-0x11*-0x13a))+parseInt(_0x16c7e2(0x1e7,_0x5a2a02._0x2f339c,_0x5a2a02._0x3f53da,0x226))/(-0x4a1+-0x2191+0x2637)+parseInt(_0x16c7e2(0x1e5,_0x5a2a02._0x243354,_0x5a2a02._0x206d41,_0x5a2a02._0x41ff8a))/(-0xf*0x161+-0xc27*0x2+0x2d03)+parseInt(_0x16c7e2(0x19e,_0x5a2a02._0x53c5a6,0x1a5,_0x5a2a02._0x237b19))/(0x8e7+0xea5+0x1785*-0x1)*(-parseInt(_0x5a97e7(-0x280,-0x249,-_0x5a2a02._0x16d560,-0x273))/(-0x1944+-0xe0+0x86*0x32))+parseInt(_0x5a97e7(-_0x5a2a02._0x93dae6,-_0x5a2a02._0x3cbb16,-0x286,-0x257))/(0xf36+0x6c2*0x4+-0x871*0x5);if(_0x3ee07e===_0x5f1523)break;else _0xe670c6['push'](_0xe670c6['shift']());}catch(_0xa94654){_0xe670c6['push'](_0xe670c6['shift']());}}}(_0x3e5f,-0x66609*-0x1+0x152ec*-0x1+-0x9*0x20bc));function isObjective(_0x5bd212){const _0x21e669={_0x56acf2:0x9c,_0x2b11d0:0x66,_0x4a2f0a:0xa7,_0x523cf7:0x8b,_0x3586c9:0xaa},_0x187977={};_0x187977[_0x489dde(_0x21e669._0x56acf2,0x82,0x8b,_0x21e669._0x2b11d0)]=function(_0x559c2b,_0x5563ab){return _0x559c2b===_0x5563ab;};const _0x3f94d1=_0x187977;function _0x489dde(_0x450fae,_0x449ee1,_0x127007,_0x469abb){return _0x48b3(_0x127007- -0x10,_0x450fae);}function _0x4d1801(_0x29ed2b,_0x37dc15,_0x12139e,_0x16a8c2){return _0x48b3(_0x29ed2b-0xf5,_0x12139e);}return _0x3f94d1[_0x489dde(0xc4,_0x21e669._0x4a2f0a,_0x21e669._0x523cf7,0xac)](_0x5bd212?.['status'],_0x489dde(_0x21e669._0x3586c9,0xbc,0x86,0x5d));}function toReferenceObjective(_0x30ca19,_0xfceb70){const _0x275303={_0x930aa6:0x2e1},_0x11c746={_0x4c23b5:0x3d1},_0x1175b5={};function _0x3bb1e6(_0x8fa3ed,_0x1690ca,_0x220ae4,_0x5e702c){return _0x48b3(_0x1690ca- -_0x11c746._0x4c23b5,_0x8fa3ed);}return _0x1175b5['id']=_0xfceb70?.[_0x3bb1e6(-0x32f,-0x2ff,-0x329,-_0x275303._0x930aa6)]||_0x30ca19,_0x1175b5['name']=_0xfceb70?.['name']||_0x30ca19,_0x1175b5;}function sortBySortOrder(_0x2f92ca,_0x3e4d72){const _0x211fef={_0x166abb:0x468,_0x226246:0x2ee,_0x209123:0x40e,_0x478853:0x2e9,_0x223ee4:0x2f3,_0x2a0d6d:0x482,_0x45034c:0x4aa,_0x42fb5b:0x48e,_0x1e0f55:0x47c,_0x50a91c:0x470,_0x2f8da9:0x28d,_0x5d84e2:0x273,_0x3fd3b8:0x2b7},_0x2cd6fb={_0x18c330:0x3ad},_0x5cc3aa={_0x55a4fd:0x354},_0x49b707={};_0x49b707[_0x1158f6(0x42c,0x417,_0x211fef._0x166abb,0x44b)]=function(_0x59c2fb,_0x16587f){return _0x59c2fb!==_0x16587f;},_0x49b707['XGmXU']=function(_0x4ba1de,_0x273fa8){return _0x4ba1de-_0x273fa8;};function _0x56db3d(_0x1fe21b,_0x4f43b9,_0x4ad986,_0x56b5a2){return _0x48b3(_0x1fe21b- -_0x5cc3aa._0x55a4fd,_0x4f43b9);}function _0x1158f6(_0x2a4c3a,_0x5bd7ac,_0x4a2b89,_0xa316a){return _0x48b3(_0xa316a-_0x2cd6fb._0x18c330,_0x2a4c3a);}const _0x4e9790=_0x49b707,_0x343ec4=_0x2f92ca['sortOrder']||-0xd0e*0x1+-0x46+0xd54,_0x5022c6=_0x3e4d72[_0x56db3d(-0x2ec,-0x2f7,-_0x211fef._0x226246,-0x2d2)]||0x1562+0xe7d+-0x23df;if(_0x4e9790[_0x1158f6(0x448,_0x211fef._0x209123,0x489,0x44b)](_0x343ec4,_0x5022c6))return _0x4e9790[_0x56db3d(-_0x211fef._0x478853,-0x318,-_0x211fef._0x223ee4,-0x2b4)](_0x343ec4,_0x5022c6);const _0x1480b7=_0x2f92ca[_0x1158f6(0x480,_0x211fef._0x2a0d6d,_0x211fef._0x45034c,_0x211fef._0x42fb5b)]||'',_0x9ad81c=_0x3e4d72[_0x1158f6(_0x211fef._0x1e0f55,0x451,_0x211fef._0x50a91c,0x48e)]||'';return _0x1480b7[_0x56db3d(-_0x211fef._0x2f8da9,-0x2c9,-_0x211fef._0x5d84e2,-0x2c0)+_0x56db3d(-0x278,-0x250,-0x2ab,-_0x211fef._0x3fd3b8)](_0x9ad81c);}function formatObjectiveLabel(_0x1f8b00){const _0x596b95={_0x52e6b6:0x140,_0x425ecf:0x136,_0x38e7cb:0x362,_0x20b035:0x366,_0x558f09:0x356,_0x3c5f90:0x328,_0x47bcc2:0x2fa,_0x3eb512:0x2f5,_0x793363:0x2c8,_0x2b3af1:0x32c,_0x6afc57:0x163,_0x57762e:0x13e,_0x1554a4:0x104,_0x1a34bd:0x346},_0x54254e={};function _0x471a2b(_0x29eea5,_0x550508,_0x22b4bc,_0x5a7cca){return _0x48b3(_0x550508-0x289,_0x5a7cca);}function _0x31198a(_0x3b3814,_0x513f2e,_0x228b1e,_0x191da0){return _0x48b3(_0x228b1e-0x5d,_0x3b3814);}_0x54254e[_0x31198a(0x134,_0x596b95._0x52e6b6,_0x596b95._0x425ecf,0x130)]='Unknown\x20ob'+_0x471a2b(_0x596b95._0x38e7cb,_0x596b95._0x20b035,_0x596b95._0x558f09,_0x596b95._0x3c5f90),_0x54254e[_0x471a2b(_0x596b95._0x47bcc2,_0x596b95._0x3eb512,_0x596b95._0x793363,_0x596b95._0x2b3af1)]='unknown-id';const _0x28509e=_0x54254e,_0x23ff4d=_0x1f8b00?.[_0x31198a(0x103,_0x596b95._0x6afc57,_0x596b95._0x57762e,_0x596b95._0x1554a4)]||_0x1f8b00?.['id']||_0x28509e['mNLDQ'],_0x1f19e9=_0x1f8b00?.['id']||_0x28509e['vGagJ'];return _0x23ff4d+_0x471a2b(0x35b,0x352,0x36a,_0x596b95._0x1a34bd)+_0x1f19e9+'`)';}const OBJECTIVE_CONTEXT_HEADING=_0x232d53(-0x1bb,-0x194,-0x184,-0x1ac)+_0x232d53(-0x169,-0x170,-0x142,-0x18d),OBJECTIVE_CONTEXT_INTRO=_0x232d53(-0x17f,-0x164,-0x16c,-0x18f)+_0x266380(0x264,0x216,0x245,0x228)+'ed\x20from\x20an'+_0x232d53(-0x15c,-0x177,-0x161,-0x156)+_0x232d53(-0x1b6,-0x19e,-0x15f,-0x165)+_0x266380(0x233,0x21d,0x25b,0x240)+_0x266380(0x274,0x24e,0x245,0x250)+_0x232d53(-0x149,-0x177,-0x166,-0x140)+'\x20hierarchy'+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x232d53(-0x15d,-0x164,-0x163,-0x136)+_0x232d53(-0x172,-0x175,-0x18a,-0x13e)+_0x266380(0x21d,0x222,0x221,0x243)+_0x266380(0x215,0x233,0x272,0x245),OBJECTIVE_CONTEXT_DETAILS_HINT='To\x20read\x20th'+_0x232d53(-0x1a5,-0x16e,-0x134,-0x15a)+_0x266380(0x223,0x230,0x220,0x21c)+_0x266380(0x1bc,0x1cb,0x1eb,0x1ee)+_0x266380(0x264,0x21e,0x1ef,0x22e)+_0x266380(0x259,0x1fe,0x201,0x234)+_0x232d53(-0x162,-0x149,-0x15b,-0x15c)+_0x232d53(-0x1a3,-0x199,-0x18f,-0x1a8);function _0x266380(_0x3d343a,_0x5ca878,_0x43bbf7,_0x3b1663){return _0x48b3(_0x3b1663-0x180,_0x3d343a);}function _0x48b3(_0x150104,_0x5cd631){_0x150104=_0x150104-(0x6d*0x3a+0x1*0x647+-0x1e91);const _0x4ce3a1=_0x3e5f();let _0x336db1=_0x4ce3a1[_0x150104];if(_0x48b3['CwBlfE']===undefined){var _0x10bb7f=function(_0x527779){const _0x1220ce='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x54b757='',_0x1fbc59='';for(let _0xc917d9=0x242c+0x4bb*0x5+-0x3bd3,_0x2ef81f,_0xbcb988,_0xd3739a=0x894+0x1*-0xdfd+-0x5*-0x115;_0xbcb988=_0x527779['charAt'](_0xd3739a++);~_0xbcb988&&(_0x2ef81f=_0xc917d9%(0xb65+0x1*-0x154f+0x9ee)?_0x2ef81f*(0x1*0x2029+-0x6*-0x288+0x2f19*-0x1)+_0xbcb988:_0xbcb988,_0xc917d9++%(0x3*-0x1e2+0x1*-0x175e+-0x4*-0x742))?_0x54b757+=String['fromCharCode'](0x1bcf+0x22db+0x3dab*-0x1&_0x2ef81f>>(-(-0xf*0x24f+-0x3cb+0x266e)*_0xc917d9&-0x1a47+-0xfd4+0x2a21)):-0x25b4+-0x1*-0xed5+0x16df){_0xbcb988=_0x1220ce['indexOf'](_0xbcb988);}for(let _0x3a911b=-0x1010+-0x5*0x237+0x1b23,_0x32a9f4=_0x54b757['length'];_0x3a911b<_0x32a9f4;_0x3a911b++){_0x1fbc59+='%'+('00'+_0x54b757['charCodeAt'](_0x3a911b)['toString'](-0x2620+0x200+0x304*0xc))['slice'](-(-0x6*-0x190+0x15bb+-0x1f19));}return decodeURIComponent(_0x1fbc59);};_0x48b3['yEfBKO']=_0x10bb7f,_0x48b3['nyETcf']={},_0x48b3['CwBlfE']=!![];}const _0x36bcc3=_0x4ce3a1[0x14*0x44+-0x3*0x177+0x1*-0xeb],_0x1e15a8=_0x150104+_0x36bcc3,_0xe6ce61=_0x48b3['nyETcf'][_0x1e15a8];return!_0xe6ce61?(_0x336db1=_0x48b3['yEfBKO'](_0x336db1),_0x48b3['nyETcf'][_0x1e15a8]=_0x336db1):_0x336db1=_0xe6ce61,_0x336db1;}const OBJECTIVE_CONTEXT_DETAILS_CURL=_0x232d53(-0x154,-0x179,-0x16c,-0x165)+_0x232d53(-0x168,-0x185,-0x1ae,-0x19a)+_0x266380(0x23c,0x257,0x27c,0x265)+_0x232d53(-0x157,-0x13d,-0x157,-0x175)+'ective-man'+'agement/ob'+_0x266380(0x23d,0x256,0x245,0x24d)+_0x232d53(-0x167,-0x19a,-0x183,-0x1bc)+_0x232d53(-0x1b4,-0x1ae,-0x1c4,-0x1b1)+'{TASK_ID}\x22';function escapeRegExp(_0x56ad05){const _0x12b43a={_0x507437:0x36e,_0x29e45e:0x3ab,_0x577ec1:0x388,_0x12ddb2:0x1ce,_0x3263c0:0x192},_0x5a7e59={_0x38b722:0x178},_0x5955df={_0x31ba25:0x53e,_0x22c274:0x98},_0x4bbdbe={};function _0x1c8e31(_0x367bbb,_0x11e4f0,_0x54b94e,_0x4d8605){return _0x232d53(_0x367bbb-0x179,_0x11e4f0-_0x5955df._0x31ba25,_0x367bbb,_0x4d8605-_0x5955df._0x22c274);}function _0x5d0de7(_0x300bfa,_0x5c594e,_0x16575e,_0x5a4c18){return _0x266380(_0x16575e,_0x5c594e-0x117,_0x16575e-_0x5a7e59._0x38b722,_0x5a4c18- -0x39c);}_0x4bbdbe[_0x1c8e31(_0x12b43a._0x507437,_0x12b43a._0x29e45e,0x399,_0x12b43a._0x577ec1)]='\x5c$&';const _0x3500e0=_0x4bbdbe;return _0x56ad05['replace'](/[.*+?^${}()|[\]\\]/g,_0x3500e0[_0x5d0de7(-_0x12b43a._0x12ddb2,-0x163,-0x199,-_0x12b43a._0x3263c0)]);}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0x266380(0x247,0x206,0x219,0x20e)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+'\x5cn\x5cn'+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+('\x5cn\x5cn[\x5cs\x5cS]'+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x266380(0x23d,0x222,0x25e,0x22a)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+_0x266380(0x246,0x24b,0x25f,0x253),'g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp('(?:\x5cr?\x5cn)*'+_0x232d53(-0x11c,-0x13a,-0x107,-0x12a)+_0x266380(0x258,0x27f,0x270,0x255)+_0x266380(0x27b,0x21b,0x23e,0x246)+'*'+(_0x266380(0x1eb,0x206,0x1e9,0x206)+_0x266380(0x1d0,0x1e3,0x1e7,0x201)+'ontext\x5cs*\x5c'+'r?\x5cn[\x5cs\x5cS]'+'*?')+(_0x232d53(-0x128,-0x164,-0x129,-0x176)+_0x232d53(-0x1b1,-0x175,-0x154,-0x1b3)+_0x266380(0x215,0x23b,0x259,0x236)+'\x20objective'+'[\x5cs\x5cS]*?')+(_0x266380(0x21b,0x254,0x28d,0x251)+_0x266380(0x225,0x202,0x205,0x22f)+_0x232d53(-0x197,-0x18e,-0x17f,-0x164)+'*?')+(_0x266380(0x21d,0x25c,0x281,0x24b)+_0x232d53(-0x198,-0x162,-0x14f,-0x173)+_0x266380(0x224,0x226,0x220,0x257)+'ctive/[\x5cs\x5c'+_0x232d53(-0x113,-0x147,-0x148,-0x186)+'(?:\x5cr?\x5cn)?'),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp('---\x5cn\x5cn'+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x266380(0x247,0x299,0x26f,0x25b)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0x266380(0x1e3,0x20d,0x1e6,0x1f1)),'g');function _0x232d53(_0x341d52,_0x3bdb88,_0x26fe6b,_0x45eaf4){return _0x48b3(_0x3bdb88- -0x21d,_0x26fe6b);}const OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x266380(0x23a,0x24d,0x1fb,0x21f)+_0x232d53(-0x136,-0x13a,-0x179,-0x129)+_0x232d53(-0x14c,-0x148,-0x126,-0x139)+_0x232d53(-0x171,-0x157,-0x176,-0x170)+'*'+(_0x232d53(-0x1b0,-0x197,-0x159,-0x15e)+_0x266380(0x1cd,0x20a,0x1c7,0x201)+_0x266380(0x257,0x1f8,0x22c,0x233)+_0x232d53(-0x12f,-0x157,-0x18c,-0x17e)+'*')+(_0x232d53(-0x13a,-0x164,-0x137,-0x172)+_0x232d53(-0x16c,-0x175,-0x13b,-0x146)+_0x266380(0x217,0x240,0x269,0x243)+_0x232d53(-0x1c9,-0x1ab,-0x1d8,-0x1ab)+'*.+\x5cs*(?:\x5c'+'r?\x5cn)?'),'g');export function buildReferenceObjectivesContext(_0x1d165c,_0x117455){const _0x519ec8={_0x5b1a8b:0xf8,_0x633ef6:0xa8,_0x3b4ff7:0x96,_0x4471d6:0x11d,_0x58c998:0x134,_0x2ee64b:0x12b,_0x8f1903:0x130,_0x5e17d6:0xf8,_0x4d7d61:0x17d,_0x175b6d:0x171,_0x156f2b:0x114,_0x563551:0x116,_0x51c0c5:0x14d,_0x5d1aae:0x104,_0x4baf51:0xff,_0x114e3f:0x139,_0x317d24:0x158,_0x45787b:0x11a,_0x4d5067:0x14d,_0x429db8:0x139,_0x1cb7f3:0xfd,_0x28f34f:0x100,_0x1de9eb:0xd6,_0x2c42c2:0xaa,_0x3f6147:0xb0,_0x10c6f7:0xce,_0x556b8c:0x12a,_0x17f07c:0x125,_0x2b3c70:0xfb,_0x55f720:0xcd,_0x18d447:0x13a,_0x3a5be3:0x137,_0x2e920b:0x124,_0x4e3370:0x13b,_0x25c35b:0x13d,_0x2748b3:0x126,_0x22e3d1:0x134,_0x32c8d0:0xc0,_0xc7337:0xaf,_0x4ce113:0xf3,_0x2bdc4c:0x126,_0x46b4a0:0x142,_0x340b04:0x11f,_0x3009cf:0x14e,_0x36ea5f:0x187,_0x330f1d:0xff,_0x3a6ce6:0xdf,_0x4a1ebd:0xdb,_0x4775b3:0xc1,_0x10ddf5:0x96,_0xf12fa3:0xb6,_0x1396eb:0xc3,_0xf92487:0x156,_0x37b23e:0x15f,_0x40eccd:0x111,_0x4eef0d:0xb9,_0x233c17:0xfd,_0x578e74:0x115,_0x150614:0xe7,_0x13e6d6:0xc1,_0x3948fc:0x1b1,_0x259672:0x1ad,_0x5e6983:0x13f,_0x320bc1:0x103,_0x459730:0x10e,_0x20e287:0xea,_0x35efb9:0xd1,_0x575e0e:0xd0,_0x5f1a43:0x199,_0x557569:0x130,_0xd8f4d1:0x190},_0x5d2106={_0x3f2f96:0x17f,_0x100297:0x322},_0x434dfe={_0x1138dd:0x35e},_0x445279={'hEmoD':function(_0x1f72cb,_0x1a779a){return _0x1f72cb!==_0x1a779a;},'xvhLZ':_0xe4f393(-0xc3,-_0x519ec8._0x5b1a8b,-_0x519ec8._0x633ef6,-_0x519ec8._0x3b4ff7),'hWjXw':function(_0x55a734,_0xbb4778){return _0x55a734===_0xbb4778;},'rLbzQ':function(_0x55d432,_0x23d3eb){return _0x55d432(_0x23d3eb);},'evldb':'vwxUx','YmnTx':function(_0x32f9b0,_0x3dec4d,_0x3973f0){return _0x32f9b0(_0x3dec4d,_0x3973f0);},'OmxcV':_0xe4f393(-_0x519ec8._0x4471d6,-0x113,-0x114,-_0x519ec8._0x58c998),'hiVhm':'JaxBR','eLcbx':function(_0x512d25,_0x266f25){return _0x512d25!==_0x266f25;}};function _0x475a77(_0x20f28e,_0xa4dcf5,_0x20a68c,_0x58a81e){return _0x266380(_0xa4dcf5,_0xa4dcf5-0x1e8,_0x20a68c-0xc5,_0x58a81e- -_0x434dfe._0x1138dd);}if(!_0x1d165c||!_0x117455)return null;const _0x38d7b4=_0x1d165c[_0xe4f393(-_0x519ec8._0x2ee64b,-0x108,-_0x519ec8._0x8f1903,-_0x519ec8._0x5e17d6)](_0x117455);if(!_0x445279['rLbzQ'](isObjective,_0x38d7b4))return null;const _0x8aae95=[],_0x2fa945=new Set();let _0x23da9b=_0x117455;while(_0x23da9b&&!_0x2fa945[_0x475a77(-_0x519ec8._0x4d7d61,-0x155,-0x199,-_0x519ec8._0x175b6d)](_0x23da9b)){_0x2fa945['add'](_0x23da9b);const _0x46c529=_0x1d165c[_0xe4f393(-_0x519ec8._0x2ee64b,-0x123,-_0x519ec8._0x156f2b,-_0x519ec8._0x563551)](_0x23da9b);if(!_0x445279['rLbzQ'](isObjective,_0x46c529)){if(_0x445279[_0x475a77(-_0x519ec8._0x51c0c5,-_0x519ec8._0x5d1aae,-_0x519ec8._0x4baf51,-_0x519ec8._0x114e3f)](_0x445279[_0xe4f393(-0x138,-0x145,-0x176,-0x142)],_0x475a77(-0xe7,-0x155,-_0x519ec8._0x317d24,-_0x519ec8._0x45787b))){if(_0x445279[_0x475a77(-0x11a,-_0x519ec8._0x4d5067,-0x138,-_0x519ec8._0x429db8)](typeof _0x4a503c,_0x445279['xvhLZ'])||_0x445279['hWjXw'](_0xf00cbd['length'],-0x14cb*0x1+-0x8ec*-0x4+-0x1f*0x7b))return _0x3b827f;let _0x20e8fd=_0x4ef472[_0x475a77(-0x108,-0x146,-0x146,-0x133)](_0x26e898,'');return _0x20e8fd=_0x20e8fd[_0xe4f393(-0xf7,-0x128,-_0x519ec8._0x1cb7f3,-_0x519ec8._0x28f34f)](_0x54f2f3,''),_0x20e8fd=_0x20e8fd['replace'](_0xf23687,''),_0x20e8fd=_0x20e8fd[_0x475a77(-0x137,-0x100,-0x14d,-0x133)](_0x4909af,''),_0x20e8fd;}else break;}_0x8aae95[_0xe4f393(-_0x519ec8._0x1de9eb,-_0x519ec8._0x2c42c2,-_0x519ec8._0x3f6147,-_0x519ec8._0x10c6f7)](_0x445279[_0xe4f393(-_0x519ec8._0x556b8c,-0xf8,-0x116,-_0x519ec8._0x17f07c)](toReferenceObjective,_0x23da9b,_0x46c529)),_0x23da9b=_0x46c529[_0xe4f393(-_0x519ec8._0x2b3c70,-0xbd,-_0x519ec8._0x55f720,-_0x519ec8._0x18d447)+_0x475a77(-0x116,-0x113,-0x158,-0x13b)];}const _0x572469=[],_0x36dd07=_0x38d7b4[_0x475a77(-_0x519ec8._0x8f1903,-_0x519ec8._0x156f2b,-0x130,-_0x519ec8._0x3a5be3)+_0x475a77(-0x171,-0x16e,-_0x519ec8._0x2e920b,-_0x519ec8._0x4e3370)];if(_0x36dd07){if(_0x445279['OmxcV']===_0x445279[_0x475a77(-0x15d,-0x132,-_0x519ec8._0x18d447,-_0x519ec8._0x25c35b)])return _0xe4f393(-0xf2,-0xcb,-_0x519ec8._0x4471d6,-0xca)+_0x43f70c+'\x0a\x0a'+_0x1ee941+'\x20'+_0x445279[_0xe4f393(-_0x519ec8._0x2748b3,-_0x519ec8._0x22e3d1,-0x153,-0x150)](_0xc56517,_0xb6919c[_0xe4f393(-0xe3,-0x11c,-0xad,-0xbe)+_0xe4f393(-0xe8,-_0x519ec8._0x32c8d0,-_0x519ec8._0xc7337,-_0x519ec8._0x4ce113)])+'.\x0a';else for(const [_0x756ef5,_0x3fc1a8]of _0x1d165c['entries']()){if(!_0x445279[_0xe4f393(-_0x519ec8._0x2bdc4c,-_0x519ec8._0x46b4a0,-_0x519ec8._0x4baf51,-_0x519ec8._0x340b04)](isObjective,_0x3fc1a8))continue;if(_0x445279[_0x475a77(-0x14d,-0x144,-_0x519ec8._0x3009cf,-0x161)](_0x756ef5,_0x117455))continue;if(_0x445279[_0x475a77(-0x18f,-_0x519ec8._0x36ea5f,-0x142,-0x165)](_0x3fc1a8['parentObje'+_0xe4f393(-_0x519ec8._0x330f1d,-_0x519ec8._0x3a6ce6,-_0x519ec8._0x3a5be3,-0xef)],_0x36dd07))continue;const _0x49c94d={};_0x49c94d['id']=_0x3fc1a8['taskId']||_0x756ef5,_0x49c94d[_0xe4f393(-0xc1,-0xc7,-_0x519ec8._0x4a1ebd,-0xbe)]=_0x3fc1a8[_0xe4f393(-_0x519ec8._0x4775b3,-_0x519ec8._0x10ddf5,-_0x519ec8._0xf12fa3,-_0x519ec8._0x1396eb)]||_0x756ef5,_0x49c94d[_0xe4f393(-0x13a,-_0x519ec8._0xf92487,-0x16e,-_0x519ec8._0x37b23e)]=_0x3fc1a8['sortOrder'],_0x572469[_0xe4f393(-0xd6,-_0x519ec8._0x40eccd,-_0x519ec8._0x4eef0d,-_0x519ec8._0x233c17)](_0x49c94d);}}const _0x16366e=[];for(const [_0x18763d,_0x1d839d]of _0x1d165c[_0xe4f393(-0x116,-_0x519ec8._0x578e74,-_0x519ec8._0x3009cf,-_0x519ec8._0x150614)]()){if(!isObjective(_0x1d839d))continue;if(_0x1d839d['parentObje'+'ctiveId']!==_0x117455)continue;const _0x2792b4={};_0x2792b4['id']=_0x1d839d['taskId']||_0x18763d,_0x2792b4[_0xe4f393(-_0x519ec8._0x13e6d6,-0xb8,-0x8d,-0x90)]=_0x1d839d[_0xe4f393(-0xc1,-0xf8,-0x87,-0x86)]||_0x18763d,_0x2792b4[_0x475a77(-_0x519ec8._0x3948fc,-_0x519ec8._0x259672,-_0x519ec8._0x5e6983,-0x176)]=_0x1d839d['sortOrder'],_0x16366e['push'](_0x2792b4);}function _0xe4f393(_0x4f3af9,_0x4c8499,_0x1e8f91,_0x2acaa1){return _0x266380(_0x1e8f91,_0x4c8499-_0x5d2106._0x3f2f96,_0x1e8f91-0x15b,_0x4f3af9- -_0x5d2106._0x100297);}return _0x572469[_0x475a77(-0x160,-_0x519ec8._0x320bc1,-_0x519ec8._0x459730,-0x126)](sortBySortOrder),_0x16366e[_0xe4f393(-_0x519ec8._0x20e287,-0xf1,-_0x519ec8._0x35efb9,-_0x519ec8._0x575e0e)](sortBySortOrder),{'sourceObjective':toReferenceObjective(_0x117455,_0x38d7b4),'ancestors':_0x8aae95,'siblings':_0x572469[_0x475a77(-_0x519ec8._0x5f1a43,-_0x519ec8._0x557569,-_0x519ec8._0xd8f4d1,-0x164)](({id:_0x44a75c,name:_0x93b0bb})=>({'id':_0x44a75c,'name':_0x93b0bb})),'children':_0x16366e['map'](({id:_0x354329,name:_0x3e44f8})=>({'id':_0x354329,'name':_0x3e44f8}))};}export function formatReferenceObjectivesMarkdown(_0xb70331){const _0x5bd366={_0x326a6e:0x412,_0x383b99:0x435,_0x2a7cfb:0x28d,_0x15ddd1:0x28e,_0x4ff21e:0x40b,_0x3d17c5:0x414,_0x4fa490:0x441,_0x301944:0x4a3,_0x5039ef:0x498,_0x148303:0x433,_0x50a421:0x436,_0x49815b:0x443,_0x2d63de:0x435,_0x535421:0x444,_0x4e5f39:0x1f5,_0xea988c:0x210,_0x50e13c:0x457,_0x408ad6:0x454,_0x35fcaf:0x47e,_0x92265d:0x462,_0x232864:0x431,_0x12baf0:0x41f,_0x414683:0x431,_0x548886:0x456,_0x1f0047:0x1c8,_0x29813b:0x1dd,_0x8ed6ae:0x207,_0x4e7d9f:0x22b,_0x2d90dc:0x43c,_0x1fe913:0x489,_0xf8aaec:0x454,_0x416be7:0x446,_0x19000a:0x415,_0x35717d:0x3fc,_0x177c32:0x42a,_0x4dbca0:0x450,_0x319fa5:0x43e,_0x53ce29:0x453,_0xe57710:0x469,_0x22cb8f:0x23e,_0x905996:0x463,_0xc19f28:0x467,_0x532749:0x445,_0x118b00:0x43e,_0x230846:0x452,_0x2ff6ce:0x437,_0x4aad00:0x49a,_0x3fd823:0x48f,_0x2ff80e:0x423,_0x3aa0dd:0x455,_0x307ed1:0x492,_0x41f655:0x277,_0x460db1:0x238,_0x2dbb1e:0x288,_0x3bd514:0x1fa,_0x178f35:0x25b,_0x465522:0x285,_0x205194:0x26b,_0x5b4f27:0x270,_0x301194:0x238,_0x1ffeef:0x495,_0x75beb3:0x464,_0x939c8d:0x3cf,_0x43a9e3:0x3fc,_0x4c8e9e:0x25c,_0x540483:0x234,_0x3cede7:0x218,_0x165f06:0x3ec,_0x2dd779:0x42a,_0x1a7bfe:0x260,_0x89c97c:0x25e,_0x3dd1d8:0x26c,_0x4f76b8:0x45c,_0x3c6353:0x485,_0x42dfa6:0x446,_0x532341:0x247,_0x561906:0x22f,_0x163164:0x25a,_0xa7043c:0x228,_0x56608a:0x461,_0x3b60e4:0x48d,_0x2447c7:0x464,_0x469c0a:0x480,_0x47553e:0x413,_0x111837:0x3d9,_0x44619d:0x22a,_0x14ce15:0x21a,_0x23be94:0x213,_0x1c7156:0x441,_0x78b897:0x459,_0x311a8b:0x3f3,_0x1dcca1:0x49a,_0x25c561:0x212,_0x5cf0fb:0x251,_0x4aed8f:0x25f,_0x45275f:0x48a,_0x533ba5:0x465,_0x3ece20:0x464,_0x231d71:0x27b,_0x58e5ca:0x266,_0x5c61e5:0x25e,_0x57636f:0x205,_0x3a68d1:0x224,_0x58123e:0x1d1,_0x5c9057:0x491,_0x14d0d9:0x1dc,_0x505b8b:0x208},_0x340914={_0x188190:0x5b5,_0x318520:0x189},_0x488be6={_0x49d6d5:0x12},_0x2bcb4c={'AlDww':_0x5b38f7(0x3ff,_0x5bd366._0x326a6e,_0x5bd366._0x383b99,0x455)+_0x2c9b8c(_0x5bd366._0x2a7cfb,_0x5bd366._0x15ddd1,0x26f,0x243),'umYkz':'unknown-id','rvNfl':function(_0x4006e7,_0x549175){return _0x4006e7>_0x549175;},'DnYda':function(_0xa7fec9,_0xe0955f){return _0xa7fec9===_0xe0955f;},'qGKGb':_0x5b38f7(0x3ef,0x3cd,_0x5bd366._0x4ff21e,_0x5bd366._0x3d17c5),'GijhM':_0x2c9b8c(0x1f0,0x222,0x21f,0x1e0),'DPOwV':function(_0x2dbb3e,_0x23884e){return _0x2dbb3e(_0x23884e);},'pIUTw':_0x5b38f7(_0x5bd366._0x4fa490,_0x5bd366._0x301944,0x467,_0x5bd366._0x5039ef),'oAsHw':function(_0xbbe004,_0x21d221){return _0xbbe004+_0x21d221;},'ugBbC':_0x5b38f7(0x419,0x45c,0x432,0x3f6)+_0x5b38f7(_0x5bd366._0x148303,0x454,0x43e,_0x5bd366._0x50a421),'VcQaK':function(_0x51d681,_0x344cf0){return _0x51d681(_0x344cf0);},'bAslA':_0x5b38f7(_0x5bd366._0x49815b,_0x5bd366._0x2d63de,_0x5bd366._0x535421,0x43a)+_0x2c9b8c(_0x5bd366._0x4e5f39,0x1f9,0x225,_0x5bd366._0xea988c)+'children\x20o'+_0x5b38f7(0x454,0x3fd,0x438,0x3ff)+'ective):','vlAlz':_0x5b38f7(0x43c,0x45d,0x423,0x3f1)};if(!_0xb70331)return null;const _0xf624a2=Array[_0x5b38f7(_0x5bd366._0x50e13c,0x431,_0x5bd366._0x408ad6,_0x5bd366._0x35fcaf)](_0xb70331[_0x5b38f7(0x432,_0x5bd366._0x92265d,_0x5bd366._0x232864,_0x5bd366._0x383b99)])?_0xb70331['ancestors']['slice'](-0x246c+0x1*-0x1ef7+-0x2*-0x21b2):[],_0xe843f0=Array[_0x5b38f7(0x459,0x493,0x454,0x439)](_0xb70331['siblings'])&&_0x2bcb4c[_0x5b38f7(_0x5bd366._0x12baf0,_0x5bd366._0x414683,_0x5bd366._0x548886,0x42e)](_0xb70331[_0x2c9b8c(_0x5bd366._0x1f0047,_0x5bd366._0x29813b,_0x5bd366._0x8ed6ae,_0x5bd366._0x4e7d9f)]['length'],0x709+0x1e6*0x6+-0x126d),_0x2307df=Array[_0x5b38f7(_0x5bd366._0x2d90dc,_0x5bd366._0x1fe913,_0x5bd366._0xf8aaec,0x473)](_0xb70331[_0x5b38f7(0x40c,_0x5bd366._0x416be7,0x42d,0x411)])&&_0xb70331['children']['length']>0xf54+0x1617+-0x256b,_0x5422d1=_0xf624a2[_0x5b38f7(_0x5bd366._0x19000a,_0x5bd366._0x35717d,_0x5bd366._0x177c32,0x455)]===-0x19c9+0x1426+0x5a3&&!_0xe843f0&&!_0x2307df;if(_0x5422d1)return _0x2bcb4c[_0x5b38f7(0x462,_0x5bd366._0x4dbca0,0x429,0x3f5)](_0x2bcb4c[_0x5b38f7(_0x5bd366._0x319fa5,_0x5bd366._0x53ce29,0x42f,_0x5bd366._0xe57710)],_0x2bcb4c[_0x2c9b8c(_0x5bd366._0x22cb8f,0x25c,0x229,0x202)])?'\x0a\x0a---\x0a\x0a'+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+formatObjectiveLabel(_0xb70331[_0x5b38f7(_0x5bd366._0x905996,_0x5bd366._0xc19f28,0x457,_0x5bd366._0x532749)+_0x5b38f7(0x420,_0x5bd366._0x118b00,_0x5bd366._0x230846,_0x5bd366._0x2ff6ce)])+'.\x0a':_0x12fc6f;const _0xe4c76=['','',_0x2bcb4c['GijhM'],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x2c9b8c(0x249,0x230,_0x5bd366._0xea988c,0x1fe)+'objective:'+_0x5b38f7(_0x5bd366._0x4aad00,0x499,0x47a,_0x5bd366._0x3fd823)+_0x2bcb4c[_0x5b38f7(0x478,_0x5bd366._0x2ff80e,_0x5bd366._0x3aa0dd,0x477)](formatObjectiveLabel,_0xb70331[_0x5b38f7(_0x5bd366._0x307ed1,0x46e,_0x5bd366._0x50e13c,0x446)+'ctive']),''];if(_0x2bcb4c[_0x2c9b8c(_0x5bd366._0x41f655,_0x5bd366._0x460db1,0x250,_0x5bd366._0x2dbb1e)](_0xf624a2[_0x2c9b8c(_0x5bd366._0x3bd514,0x24b,0x224,_0x5bd366._0x178f35)],-0xfe*0xa+0x5d0+0x41c)){if(_0x2bcb4c[_0x2c9b8c(_0x5bd366._0x465522,_0x5bd366._0x205194,_0x5bd366._0x5b4f27,_0x5bd366._0x301194)]==='kjOJz'){_0xe4c76[_0x5b38f7(0x483,_0x5bd366._0x1ffeef,_0x5bd366._0x75beb3,_0x5bd366._0x301944)]('**Ancestor'+'\x20chain**\x20('+_0x5b38f7(_0x5bd366._0x939c8d,0x407,0x408,_0x5bd366._0x43a9e3)+_0x2c9b8c(_0x5bd366._0x4c8e9e,_0x5bd366._0x540483,0x244,_0x5bd366._0x3cede7));for(let _0x427a00=-0xc09+-0x184a+0x2453;_0x427a00<_0xf624a2[_0x5b38f7(0x403,_0x5bd366._0x165f06,_0x5bd366._0x2dd779,0x45c)];_0x427a00++){_0xe4c76['push'](_0x2bcb4c['oAsHw'](_0x427a00,0x2683+0x1116+0x944*-0x6)+'.\x20'+formatObjectiveLabel(_0xf624a2[_0x427a00]));}_0xe4c76[_0x2c9b8c(_0x5bd366._0x1a7bfe,0x238,_0x5bd366._0x89c97c,_0x5bd366._0x3dd1d8)]('');}else{const _0x4b59e7=_0x31b11a?.[_0x5b38f7(_0x5bd366._0x4f76b8,_0x5bd366._0x3c6353,0x479,_0x5bd366._0x42dfa6)]||_0x4a91da?.['id']||_0x2bcb4c[_0x2c9b8c(_0x5bd366._0x532341,_0x5bd366._0x561906,_0x5bd366._0x163164,_0x5bd366._0xa7043c)],_0x3e5ddb=_0x1f704d?.['id']||_0x2bcb4c['umYkz'];return _0x4b59e7+_0x5b38f7(0x46a,0x479,_0x5bd366._0x56608a,0x455)+_0x3e5ddb+'`)';}}if(_0xe843f0){const _0x40675c=_0xf624a2[0x4*0x54b+0x3*0x16b+-0x196d*0x1]?.[_0x2c9b8c(_0x5bd366._0x540483,0x254,0x273,0x254)]||_0x2bcb4c[_0x2c9b8c(_0x5bd366._0x561906,0x22f,0x243,0x267)];_0xe4c76[_0x5b38f7(_0x5bd366._0x3b60e4,0x43e,_0x5bd366._0x2447c7,_0x5bd366._0x469c0a)](_0x5b38f7(0x446,0x437,_0x5bd366._0x47553e,_0x5bd366._0x111837)+'objectives'+_0x2c9b8c(_0x5bd366._0x44619d,0x235,_0x5bd366._0x14ce15,_0x5bd366._0x23be94)+_0x5b38f7(0x478,0x480,_0x5bd366._0x1c7156,0x44f)+_0x5b38f7(_0x5bd366._0x3aa0dd,0x457,_0x5bd366._0x78b897,0x486)+_0x40675c+'\x22):');for(const _0x2e2e41 of _0xb70331[_0x5b38f7(0x3e3,_0x5bd366._0x311a8b,0x40d,_0x5bd366._0x939c8d)]){_0xe4c76['push']('-\x20'+_0x2bcb4c[_0x5b38f7(0x3f7,0x3ff,0x42c,0x46b)](formatObjectiveLabel,_0x2e2e41));}_0xe4c76['push']('');}if(_0x2307df){_0xe4c76[_0x5b38f7(0x46d,0x479,0x464,_0x5bd366._0x1dcca1)](_0x2bcb4c[_0x2c9b8c(0x1fa,0x233,_0x5bd366._0x25c561,0x234)]);for(const _0x2827bb of _0xb70331['children']){_0xe4c76[_0x2c9b8c(_0x5bd366._0x5cf0fb,_0x5bd366._0x4aed8f,_0x5bd366._0x89c97c,0x23e)]('-\x20'+formatObjectiveLabel(_0x2827bb));}_0xe4c76[_0x5b38f7(_0x5bd366._0x45275f,_0x5bd366._0x533ba5,_0x5bd366._0x3ece20,0x44e)]('');}_0xe4c76[_0x2c9b8c(0x23f,0x29c,_0x5bd366._0x89c97c,_0x5bd366._0x231d71)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0xe4c76[_0x2c9b8c(_0x5bd366._0x58e5ca,0x221,_0x5bd366._0x5c61e5,0x281)](_0x2bcb4c[_0x2c9b8c(_0x5bd366._0x57636f,_0x5bd366._0x3a68d1,0x206,_0x5bd366._0x58123e)]),_0xe4c76[_0x5b38f7(0x47e,0x458,0x464,_0x5bd366._0x5c9057)](OBJECTIVE_CONTEXT_DETAILS_CURL);function _0x2c9b8c(_0x34d525,_0x33618a,_0x46c5f7,_0x1e04c2){return _0x266380(_0x1e04c2,_0x33618a-0x18f,_0x46c5f7-0xf2,_0x46c5f7-_0x488be6._0x49d6d5);}function _0x5b38f7(_0x332159,_0x1e4898,_0x2355b8,_0x97bc98){return _0x232d53(_0x332159-0xcc,_0x2355b8-_0x340914._0x188190,_0x97bc98,_0x97bc98-_0x340914._0x318520);}return _0xe4c76['push'](_0x2c9b8c(_0x5bd366._0x14d0d9,_0x5bd366._0x22cb8f,0x214,0x1fc)),_0xe4c76[_0x2c9b8c(0x231,0x1e5,_0x5bd366._0x505b8b,0x206)]('\x0a')+'\x0a';}function _0x3e5f(){const _0x2a7b64=['CNL1vfK','i3SXldn9xhmQtW','mtK2ntKZmNb3Ewj4rW','kIOGkg90AgvYia','iYmGt2jQzwn0Aq','AK9yv2u','ygbGyMfZAa','zw50CMLLCW','ls0T','ls0Txg5CBG','ywLSC1TCC1Xtxq','nZDft1bSD2y','rg5zzge','BgvUz3rO','y3rPDMvZkIOGka','vMnryuS','y2HPBgrYzw4','B2jQzwn0AxzL','CuDlr2i','E0nprevsrKXpvW','yw5Jzxn0B3jZ','DgHLihbHCMvUDa','vfzzzM8','ywLSCYaOAw5ZDa','vw5RBM93BIbVyG','s2XKBhe','kd86xhi/xg4PkG','zIb0AgLZig9IAG','AgLwAg0','mJeWoteWC25eqvPA','y3rPDMvjza','y3vYBcaTCYaIja','AevTB0q','ig9IAMvJDgL2zq','CgfYzw50t2jQzq','D2fZigXHDw5JAa','B2jQzwn0AxzLCW','ygbGyMfZAfXU','CMvWBgfJzq','kIPtDwiTB2jQzq','DMuGq29UDgv4Da','B2yGyw55ig9IAG','zsbMDwXSigrLDa','cGOTls0kcG','DwDcyKm','CM9VDcK6','B250zxH0xhmQxa','zwn0AxzLigXPCW','mJu0mtq2mMnQBfjsta','zwqGzNjVBsbHBG','teHiCKW','C29YDa','vgHPCYb0yxnRia','y3rPDMu','DgL2zs1Tyw5HzW','AxnbCNjHEq','rfbpD1y','CNzozMW','C291CMnLt2jQzq','D2HLCMuGAxqGCW','ihvUzgvYici','AKzKBxO','zwqGzNjVBsbVyG','DND4vxG','AMvJDgL2ztO','CJ9CBLTCCLXUxq','Bg9JywXLq29TCa','qwXeD3C','icHG','odC2mJrPEvfMsuy','l2fWAs9VyMPLyW','ChvZAa','AMvJDgL2zs88sq','mtqXmJbHzefwsMy','A2PpsNO','AxrZigLUihrOzq','vg8GCMvHzcb0Aa','DgfZA0LK','ygbGxg4/','DgvKigfIB3zLla','kIL7mYX9xhmQxa','u10Qp2bGyfXZkG','zw1LBNqVB2jQzq','mtyXotG0n290t1PTsW','Bu5mrfe','mtC4ndq3mePnrwPhEG','xg5CBG','yxjL','AMvJDgL2zq','CeLvvhC','C3rYAw5N','th0VyxbPl29IAG','BMfTzq','kIOG','kd86wY0Qx11CCW','vvDpsuu','x1nfuLzfuL9vuG','C29YDe9YzgvY','m29eBvbJrW','zxzSzgi','weDTwfu','DKDHz0O','AgfZ','CNvJDgLVBNmPia','vgfZAY1jzdOGja','CgfYzw50ic0+ia','ic4Rxg4/','AMvJDgL2ztPCCW','vLrPAuS','DMXbBhO','C2LIBgLUz3m','AM9PBG','z2v0','ww1UvhG','zuXJyNG','BwfW','kIPtAwjSAw5Nia','CKXIELe','AfDQwhC','kIPdDxjYzw50ia','lIbizxjLigLZia','yKfZBee','yMPLy3rPDMuGqW','ygbG','rd4Iic1iicjylq','ihj1BJO'];_0x3e5f=function(){return _0x2a7b64;};return _0x3e5f();}export function stripReferenceObjectivesMarkdown(_0xba5a1d){const _0x478e28={_0x4b2b0d:0x3d2,_0x3462a8:0x3fb,_0x587899:0x90,_0xb991c1:0xcc,_0x2389a4:0x5e,_0x104c1e:0x3bf,_0x339d5e:0x7b,_0x1bc01d:0x8b,_0x54cea9:0x8d,_0x1aeb07:0x3a8,_0x47a34e:0x57,_0x315656:0x5b},_0x3dc832={_0x1eb1ac:0xe6,_0x3b0416:0x1d4},_0xbef5b3={};_0xbef5b3[_0x3ea189(0x3ec,_0x478e28._0x4b2b0d,_0x478e28._0x3462a8,0x3ea)]=function(_0x4277bb,_0x5d2596){return _0x4277bb!==_0x5d2596;},_0xbef5b3['LHHrL']='string';function _0x26a083(_0x4536b1,_0x32d77f,_0x3aeee9,_0x471b35){return _0x266380(_0x471b35,_0x32d77f-0x1b2,_0x3aeee9-_0x3dc832._0x1eb1ac,_0x4536b1- -_0x3dc832._0x3b0416);}_0xbef5b3['jFdmz']=function(_0x5a296e,_0x396daf){return _0x5a296e===_0x396daf;};const _0x3131bd=_0xbef5b3;function _0x3ea189(_0x3fbfbb,_0x3976c0,_0xd4181e,_0x4dc6d5){return _0x266380(_0xd4181e,_0x3976c0-0xfb,_0xd4181e-0xeb,_0x3fbfbb-0x188);}if(_0x3131bd[_0x26a083(_0x478e28._0x587899,0xb4,_0x478e28._0xb991c1,_0x478e28._0x2389a4)](typeof _0xba5a1d,_0x3131bd[_0x3ea189(_0x478e28._0x104c1e,0x3f5,0x381,0x3ae)])||_0x3131bd[_0x26a083(0x6e,_0x478e28._0x339d5e,_0x478e28._0x1bc01d,_0x478e28._0x54cea9)](_0xba5a1d['length'],-0xda5+0x77a+0x62b))return _0xba5a1d;let _0x3a4d72=_0xba5a1d['replace'](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');return _0x3a4d72=_0x3a4d72[_0x3ea189(0x3b3,_0x478e28._0x1aeb07,0x3ca,0x3d6)](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x3a4d72=_0x3a4d72['replace'](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x3a4d72=_0x3a4d72[_0x26a083(_0x478e28._0x47a34e,0x31,_0x478e28._0x315656,0x86)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,''),_0x3a4d72;}
|
package/dist/lib/oidc-auth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0xbc270e,_0x219d09){const _0x5a2fe4={_0x5277a4:0x2b1,_0x395cca:0x348,_0x2db0f1:0x2ee,_0xd09b3c:0x240,_0x141297:0x297,_0x5c06aa:0x234,_0x51382d:0x19e,_0x546374:0x1d0,_0x309d7a:0x17c,_0x58a84f:0x22e,_0x210906:0x238,_0x3cc447:0x28e,_0x4bef5a:0x2b6,_0x17e4aa:0x27b,_0x414f88:0x2be},_0x5e46e5={_0x30fe6a:0x9d},_0x6ffde3={_0x54a2ea:0x1f},_0x52d269=_0xbc270e();function _0x4f158f(_0x379bbb,_0x21f5b0,_0xe2aa97,_0x3a730c){return _0x5dad(_0x21f5b0- -_0x6ffde3._0x54a2ea,_0x3a730c);}function _0x39171c(_0x334e24,_0x35639c,_0x6c338c,_0x5cf704){return _0x5dad(_0x6c338c-_0x5e46e5._0x30fe6a,_0x5cf704);}while(!![]){try{const _0x3b983c=parseInt(_0x39171c(_0x5a2fe4._0x5277a4,_0x5a2fe4._0x395cca,_0x5a2fe4._0x2db0f1,0x349))/(0x13*-0x1d7+0x1e3b+0x7*0xad)+parseInt(_0x4f158f(0x19d,0x1fa,0x1cc,_0x5a2fe4._0xd09b3c))/(0x164*-0x8+-0x1*-0x222b+0x1709*-0x1)+-parseInt(_0x39171c(_0x5a2fe4._0x141297,_0x5a2fe4._0x5c06aa,0x25d,0x26d))/(-0x1a51+0x22c0+-0x86c)+parseInt(_0x39171c(0x2a8,0x2d7,0x2b0,0x2ef))/(-0x1*-0x187d+0x3*-0xae+-0x166f)*(-parseInt(_0x4f158f(_0x5a2fe4._0x51382d,_0x5a2fe4._0x546374,_0x5a2fe4._0x309d7a,0x20a))/(-0x1dc6+0xfe6+0xde5))+-parseInt(_0x39171c(_0x5a2fe4._0x58a84f,0x27e,_0x5a2fe4._0x210906,0x212))/(0x25*0x56+0x1b17+-0x277f)*(parseInt(_0x39171c(0x252,0x23d,0x26b,_0x5a2fe4._0x3cc447))/(0x58*0xd+0x17ae+-0x1c1f))+-parseInt(_0x39171c(0x2bf,0x255,0x27f,_0x5a2fe4._0x4bef5a))/(-0x4b7+0x1c*-0x1d+0x7eb)+-parseInt(_0x39171c(0x2b0,0x2cb,0x27c,0x24e))/(-0x6a3+-0x1056+0x1*0x1702)*(-parseInt(_0x39171c(_0x5a2fe4._0x17e4aa,0x293,0x2c7,_0x5a2fe4._0x414f88))/(-0x1f*0x44+-0xb*0x278+0x1*0x236e));if(_0x3b983c===_0x219d09)break;else _0x52d269['push'](_0x52d269['shift']());}catch(_0xa9ca03){_0x52d269['push'](_0x52d269['shift']());}}}(_0x4efe,-0x2f5*0x4a+-0xbf033*0x1+0x1846ed*0x1));import*as _0x269bb1 from'openid-client';import{promises as _0x7e7526}from'fs';import _0x5bcb09 from'path';import _0x43f178 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(-0x933+0xcf6+0x1*-0x3b9)*(0x198d*-0x1+0x1*-0x1f4d+0x2*0x1c8b)*(-0x7e8*0x3+0x7dd*-0x2+0x2b5a);function _0x5dad(_0x412a13,_0x51afc0){_0x412a13=_0x412a13-(0x896*0x1+-0x4ee+0x10*-0x21);const _0x3c7f3e=_0x4efe();let _0x3dde80=_0x3c7f3e[_0x412a13];if(_0x5dad['FYdCvv']===undefined){var _0x340ea8=function(_0x46ded7){const _0x4dc7a1='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4fcac3='',_0x47c054='';for(let _0x1ace66=0x35b*0x9+0x1*-0xfbb+0x39e*-0x4,_0x12c1f5,_0x7777d0,_0x2fd2a3=-0x20d1*-0x1+-0x77c+0x1*-0x1955;_0x7777d0=_0x46ded7['charAt'](_0x2fd2a3++);~_0x7777d0&&(_0x12c1f5=_0x1ace66%(0x2088+0x24b6+-0x453a)?_0x12c1f5*(0x1d25+0x90*-0x29+-0x5d5*0x1)+_0x7777d0:_0x7777d0,_0x1ace66++%(-0x6*-0x27a+-0xb*0x313+-0x3*-0x653))?_0x4fcac3+=String['fromCharCode'](0x6*0x409+-0x1ecf+0x3*0x288&_0x12c1f5>>(-(-0x5b*0x3b+-0x6*-0x21f+0x841)*_0x1ace66&0x970*0x1+0x226f+-0x2bd9)):-0x1f31+-0x1*0x2543+0x4474){_0x7777d0=_0x4dc7a1['indexOf'](_0x7777d0);}for(let _0x356969=0x22ef+-0x2*0x375+0x1*-0x1c05,_0x335e37=_0x4fcac3['length'];_0x356969<_0x335e37;_0x356969++){_0x47c054+='%'+('00'+_0x4fcac3['charCodeAt'](_0x356969)['toString'](0x416+-0x2*0xf2b+0x1a50*0x1))['slice'](-(0x8de*-0x1+0x5d1+0x30f));}return decodeURIComponent(_0x47c054);};_0x5dad['ZjMAfB']=_0x340ea8,_0x5dad['wDVlOq']={},_0x5dad['FYdCvv']=!![];}const _0x111950=_0x3c7f3e[0x1563+0x19b7+0x2f1a*-0x1],_0x1ff8e9=_0x412a13+_0x111950,_0x32bad5=_0x5dad['wDVlOq'][_0x1ff8e9];return!_0x32bad5?(_0x3dde80=_0x5dad['ZjMAfB'](_0x3dde80),_0x5dad['wDVlOq'][_0x1ff8e9]=_0x3dde80):_0x3dde80=_0x32bad5,_0x3dde80;}setInterval(()=>{const _0x533bcc={_0x5ea41a:0x7c,_0x287d7e:0xb1,_0x21c4ba:0x333,_0x4c460d:0x360,_0x38f753:0xf1,_0x3c9b01:0xa6,_0x237b7d:0x186,_0x37c45e:0x13c,_0x4c585b:0x146,_0x2890a4:0x372,_0x2c2bec:0x305,_0x4659ee:0x36a,_0x474ac5:0x35a,_0x12d1c7:0x354,_0x1a00ad:0x3b4,_0x32f7ae:0x3dd,_0x342670:0x3ff,_0xa00d5c:0x3d1,_0x54c233:0xcc,_0x39cd03:0x133,_0x5b93e2:0xde,_0x280486:0x3cd,_0x53d295:0x32e,_0x207dfc:0x2e0,_0x46122d:0x56,_0x396282:0xad},_0x3dfaaf={_0x42a4bc:0x187},_0x1f32cf={_0x477f49:0xf9},_0x59a26d={};_0x59a26d[_0x383a39(0x70,_0x533bcc._0x5ea41a,0x9c,_0x533bcc._0x287d7e)]=function(_0x170efe,_0x55ebf4){return _0x170efe>_0x55ebf4;},_0x59a26d[_0x58dbf7(_0x533bcc._0x21c4ba,0x36b,_0x533bcc._0x4c460d,0x36a)]=function(_0x3e8508,_0x1d179d){return _0x3e8508-_0x1d179d;},_0x59a26d['TMGBd']=function(_0x355554,_0x53981){return _0x355554===_0x53981;};function _0x383a39(_0x3824bd,_0x1cfa79,_0x550c8f,_0x193a9c){return _0x5dad(_0x193a9c- -_0x1f32cf._0x477f49,_0x550c8f);}function _0x58dbf7(_0x7235bf,_0x5d5980,_0x316fd2,_0xfe2b38){return _0x5dad(_0x5d5980-_0x3dfaaf._0x42a4bc,_0x7235bf);}const _0x40b676=_0x59a26d,_0x3cc0e2=Date[_0x383a39(_0x533bcc._0x38f753,0xd4,0xfe,_0x533bcc._0x3c9b01)]();for(const [_0x33f9b,_0x4f8189]of stateStore[_0x383a39(_0x533bcc._0x237b7d,0xff,_0x533bcc._0x37c45e,_0x533bcc._0x4c585b)]()){if(_0x40b676[_0x58dbf7(_0x533bcc._0x2890a4,0x331,0x2f5,_0x533bcc._0x2c2bec)](_0x40b676['SHgSB'](_0x3cc0e2,_0x4f8189[_0x58dbf7(0x32d,_0x533bcc._0x4659ee,0x311,0x342)]),STATE_TTL)){if(_0x40b676[_0x58dbf7(0x397,_0x533bcc._0x474ac5,_0x533bcc._0x12d1c7,_0x533bcc._0x1a00ad)](_0x58dbf7(0x414,_0x533bcc._0x32f7ae,_0x533bcc._0x342670,_0x533bcc._0xa00d5c),_0x383a39(_0x533bcc._0x54c233,0xaa,_0x533bcc._0x39cd03,_0x533bcc._0x5b93e2))){const _0x29528f={};return _0x29528f['path']=_0x24de21,_0x5cc1ac[_0x58dbf7(0x3d0,0x3de,0x38e,_0x533bcc._0x280486)](_0x58dbf7(0x30e,_0x533bcc._0x53d295,_0x533bcc._0x207dfc,0x345)+_0x383a39(0x19a,0x158,0x14f,0x14e)+'n\x20file\x20fou'+'nd',_0x29528f),null;}else stateStore[_0x383a39(0x50,_0x533bcc._0x46122d,0x77,_0x533bcc._0x396282)](_0x33f9b);}}},(0x17b2+-0x1daa+0x5fd)*(0x11*0xaa+-0x23e5+0x18d7*0x1)*(-0x1bd4*-0x1+0xbcd*-0x2+-0x52))['unref']();let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x31f348={_0x1e63b3:0x193,_0x301028:0x19e,_0x3cc5d3:0x33b,_0x2110ba:0x379,_0x4f312b:0x353,_0x5efb35:0x34d,_0x56b85a:0x38c,_0x1a4c63:0x113,_0x39d707:0x2f8,_0x171126:0x298,_0x21f36f:0x2d0,_0x437d86:0x306,_0x4d0003:0x152,_0x2410ca:0x106,_0x5df1d9:0x15b,_0x21b9e7:0x167,_0x2a7c29:0x317,_0x12ef50:0x372,_0xe686e0:0x344,_0x48fa36:0x389,_0x5e9c7a:0x339,_0x1fb2ca:0x3ac,_0x553259:0x365,_0x1c2a67:0x3ba,_0x31204d:0x12c,_0xea1ffe:0xf9,_0x340531:0x16a,_0x10344a:0x13e,_0x257bb6:0x146,_0x2fbda8:0x184,_0x397c3b:0x12a,_0xf94931:0x15d,_0x4d74bf:0x144,_0x4a92f2:0x19e,_0x47fbee:0x128,_0x1871cf:0x157,_0x53edb2:0x11f,_0x5a63b8:0x15e,_0x5efcd4:0x18f,_0x253b42:0xf6,_0x708121:0x30c,_0x2669e8:0x29c,_0x478423:0x2af,_0x7ceaf9:0xed,_0x554c72:0x360,_0xd12be0:0x145,_0x40f5ba:0x15c,_0x2c8c1d:0xac,_0x30a542:0x149,_0x2989a3:0x274,_0x60e648:0x2c4,_0x22f393:0x12b,_0x51da1b:0x141,_0x508bae:0x178,_0x3db7d4:0x2a5,_0x1a5c59:0x271,_0x32e6f8:0x25c,_0x1c21b6:0xcd,_0x3121fd:0x2bd,_0x588fc0:0x2cf,_0x5088de:0x391,_0x3f48da:0x317,_0x1b1655:0x2e7,_0x30e6a2:0x333,_0x1adb75:0x305,_0x275b5c:0x325,_0x38dd4a:0x271,_0x242d6d:0x2a6,_0x1c2320:0x260,_0x5b669d:0x312,_0x3c283e:0x31b,_0x513e60:0x32e,_0x12deed:0x331,_0x591b43:0x196,_0x571290:0x13d,_0x4631d7:0x169,_0x522d14:0x109,_0x4ef71b:0xb4,_0x107386:0x177,_0x523ed6:0x157,_0x1052ea:0x15d,_0x535abd:0x185,_0x49e2a4:0x16e,_0x265369:0xbe,_0x4c68ba:0x12e,_0x41b494:0x117,_0x15b9e7:0x193,_0x1c086d:0x1a2,_0x32a8f3:0x166,_0x34a734:0x1e7,_0x7d13e6:0x172,_0x32cb0e:0x2fd,_0x5e8f45:0x356,_0x55c7e4:0x35b,_0x10b82b:0x121,_0x11dfaa:0x130,_0x5d5a03:0xdd,_0xa511ef:0x100,_0x28e3aa:0xa7,_0x32512f:0xc7,_0x223333:0x31d,_0x17e12b:0x36e,_0x3e2ed0:0x329,_0x1eae6d:0x17c,_0x34d700:0x194,_0x43d81c:0x1b0,_0x5d95c4:0x135,_0x248ff7:0x110,_0x2b59c6:0x14f,_0x348fe6:0x1e8,_0x53166e:0x1b5,_0x3aeea1:0x31e,_0x52206c:0x2d7,_0x12ccf7:0x39b,_0x3ce610:0x326,_0x2be4ae:0x358,_0x3139b8:0x1ac,_0x4a2813:0x16c,_0x26fa76:0x319,_0x370b9f:0x15a,_0x150c07:0x286,_0x37cd60:0x119,_0x442375:0x1ac,_0x353bb5:0x1c6,_0x35a247:0x34d,_0x245554:0x2db,_0x11f340:0x337,_0x2b141f:0x2f5,_0x275ac5:0x2ca,_0x3a2842:0x384,_0x48220f:0x32a,_0x118ac0:0x336,_0x45f98e:0xcb,_0x3d99d1:0x16e,_0x38dd96:0x2ce,_0x1d84e9:0x2c0,_0x16ae14:0x120,_0xf6069b:0x179,_0x40b97b:0x373,_0x37d435:0x381,_0x57dca7:0x3a4,_0xa9ac3e:0x2ca,_0x2d3637:0x316,_0x2d0264:0x2c6,_0x85a8fb:0x2c9,_0x273145:0x183,_0x401e88:0x132,_0x31b2da:0xf2,_0x36d5ea:0xf0,_0x44a197:0x15c,_0x37e373:0x123,_0x628f45:0x2be,_0x400f06:0x27b,_0x4d372c:0x2b6,_0x3b09e0:0x25f,_0x33102e:0x2b4,_0xe0801a:0x157,_0xba9529:0x198,_0x27e72e:0x2f4,_0x526cbd:0x307,_0x3dbfab:0x348,_0x40d194:0x2c7,_0x4b4cce:0xd0,_0x1d8a6f:0x10f,_0x2b22ac:0x127,_0x22d662:0x172,_0x2f727c:0x324,_0x1951c6:0x2dc,_0x214faa:0x2db,_0x132295:0x125,_0x45acb7:0xee,_0x10e2e2:0x187,_0x5023b0:0x30b,_0x1684b3:0x37f,_0x3d5cbd:0x297,_0x255e07:0x2e3,_0x33e03e:0xf3,_0x51fde0:0xaa,_0x466b1f:0x142,_0xee3c76:0x144,_0x4b5f3e:0x105,_0x128e40:0x300,_0x32f281:0x2f8,_0x4dec55:0x2ea,_0x4ff18a:0x327,_0x460110:0x10c,_0x59fa57:0x2f2,_0x3842d4:0x11d,_0x272846:0x10f,_0x52d0d1:0x103,_0x3cee9a:0x110,_0xb5acd2:0x101,_0x5616f6:0x122,_0x585ee2:0xc2,_0x5c7272:0x1c1,_0x3dcb93:0x2da,_0xde02b:0x2cc,_0x544208:0x13c,_0x4d2b2a:0x372},_0x58a6a6={_0x3fd0ff:0x10a},_0x3ba807={};_0x3ba807[_0x454786(_0x31f348._0x1e63b3,0x1f2,_0x31f348._0x301028,0x1d4)]=_0x33e6bd(0x379,0x380,_0x31f348._0x3cc5d3,_0x31f348._0x2110ba)+_0x33e6bd(_0x31f348._0x4f312b,_0x31f348._0x5efb35,0x353,_0x31f348._0x56b85a)+_0x454786(0x138,0xe1,_0x31f348._0x1a4c63,0x14c)+_0x33e6bd(_0x31f348._0x39d707,_0x31f348._0x171126,_0x31f348._0x21f36f,0x2df)+_0x33e6bd(0x361,_0x31f348._0x437d86,0x31c,0x2e7);function _0x33e6bd(_0x49c90b,_0x25acbe,_0x50ca5a,_0x5a3b6f){return _0x5dad(_0x50ca5a-_0x58a6a6._0x3fd0ff,_0x49c90b);}_0x3ba807[_0x454786(_0x31f348._0x4d0003,_0x31f348._0x2410ca,_0x31f348._0x5df1d9,_0x31f348._0x21b9e7)]=_0x33e6bd(_0x31f348._0x2a7c29,_0x31f348._0x12ef50,_0x31f348._0xe686e0,_0x31f348._0x48fa36),_0x3ba807[_0x33e6bd(_0x31f348._0x5e9c7a,_0x31f348._0x1fb2ca,_0x31f348._0x553259,_0x31f348._0x1c2a67)]=_0x454786(_0x31f348._0x31204d,0x14d,_0x31f348._0xea1ffe,_0x31f348._0x340531),_0x3ba807[_0x454786(_0x31f348._0x10344a,_0x31f348._0x257bb6,_0x31f348._0x2fbda8,_0x31f348._0x397c3b)]=_0x454786(0x179,_0x31f348._0xf94931,_0x31f348._0x4d74bf,0x128),_0x3ba807[_0x454786(0x157,0x113,_0x31f348._0x4a92f2,0x162)]=function(_0x47378f,_0x986214){return _0x47378f!==_0x986214;},_0x3ba807[_0x454786(0x10b,_0x31f348._0x31204d,_0x31f348._0x1a4c63,0x143)]=_0x454786(_0x31f348._0x47fbee,0xd6,_0x31f348._0x1871cf,_0x31f348._0x53edb2),_0x3ba807[_0x454786(0x130,_0x31f348._0x5a63b8,_0x31f348._0x5efcd4,_0x31f348._0x253b42)]=_0x33e6bd(_0x31f348._0x708121,0x24d,0x2ab,_0x31f348._0x2669e8),_0x3ba807[_0x33e6bd(0x265,0x2f9,_0x31f348._0x478423,0x304)]=_0x454786(_0x31f348._0x7ceaf9,0xa9,0x144,0xab),_0x3ba807[_0x33e6bd(0x36f,_0x31f348._0x554c72,0x331,0x30c)]=_0x454786(0x107,0x106,0xe2,_0x31f348._0xd12be0),_0x3ba807[_0x454786(0x190,0x146,0x15d,_0x31f348._0x40f5ba)]=_0x454786(0x186,_0x31f348._0x1871cf,_0x31f348._0x1e63b3,0x14a),_0x3ba807[_0x454786(0xeb,_0x31f348._0x2c8c1d,_0x31f348._0x30a542,0xbd)]='openid',_0x3ba807['cRQTv']=_0x33e6bd(0x275,_0x31f348._0x2989a3,_0x31f348._0x60e648,0x28c),_0x3ba807['CXYFF']=_0x454786(_0x31f348._0x22f393,0x165,_0x31f348._0x51da1b,_0x31f348._0x508bae),_0x3ba807[_0x33e6bd(_0x31f348._0x3db7d4,_0x31f348._0x1a5c59,0x2a8,_0x31f348._0x32e6f8)]=_0x454786(0x117,0xd4,0x10d,_0x31f348._0x1c21b6),_0x3ba807[_0x33e6bd(0x324,_0x31f348._0x3121fd,_0x31f348._0x588fc0,0x2c3)]=function(_0x188a29,_0x5e9e27){return _0x188a29===_0x5e9e27;},_0x3ba807['fFYQt']=_0x33e6bd(_0x31f348._0x5088de,_0x31f348._0x3f48da,0x348,_0x31f348._0x1b1655),_0x3ba807[_0x33e6bd(_0x31f348._0x30e6a2,0x2ad,_0x31f348._0x1adb75,_0x31f348._0x275b5c)]='No\x20OIDC\x20co'+'nfiguratio'+_0x33e6bd(0x2ca,_0x31f348._0x38dd4a,_0x31f348._0x242d6d,_0x31f348._0x1c2320)+'nd',_0x3ba807[_0x33e6bd(_0x31f348._0x5b669d,_0x31f348._0x3c283e,0x362,0x33b)]='Failed\x20to\x20'+_0x33e6bd(0x32d,_0x31f348._0x513e60,0x32c,_0x31f348._0x12deed)+_0x454786(_0x31f348._0x591b43,_0x31f348._0x571290,0x13e,_0x31f348._0x4631d7)+_0x33e6bd(0x2f6,0x26a,0x2cb,0x283);const _0x6e4df7=_0x3ba807,_0x3c6bf8=_0x5bcb09[_0x454786(_0x31f348._0x522d14,0xdb,0x105,_0x31f348._0x4ef71b)](DATA_DIR,_0x454786(_0x31f348._0x5df1d9,0x1b7,_0x31f348._0x107386,0x1ab));function _0x454786(_0x494428,_0x114337,_0x40d1fa,_0x1b671d){return _0x5dad(_0x494428- -0xad,_0x40d1fa);}try{const _0x140bc8=await _0x7e7526[_0x454786(0x1a0,0x1d2,_0x31f348._0x523ed6,_0x31f348._0x1052ea)](_0x3c6bf8,_0x6e4df7[_0x454786(_0x31f348._0x4d0003,0x19d,_0x31f348._0x535abd,0x183)]),_0x2fb77c=JSON[_0x454786(0x11b,_0x31f348._0x49e2a4,0xce,_0x31f348._0x265369)](_0x140bc8);if(!_0x2fb77c[_0x454786(_0x31f348._0x4c68ba,0xdd,0xf0,_0x31f348._0x41b494)])return logger['info'](_0x6e4df7[_0x454786(_0x31f348._0x15b9e7,_0x31f348._0x1c086d,0x1be,_0x31f348._0x32a8f3)]),null;const _0x5d004c=[_0x6e4df7[_0x454786(0x1ae,0x14e,_0x31f348._0x34a734,_0x31f348._0x7d13e6)],_0x6e4df7[_0x33e6bd(0x31e,0x2ba,0x2f5,_0x31f348._0x32cb0e)]];for(const _0x11b8c7 of _0x5d004c){if(!_0x2fb77c[_0x11b8c7]){if(_0x6e4df7[_0x33e6bd(0x351,_0x31f348._0x5e8f45,0x30e,_0x31f348._0x55c7e4)](_0x6e4df7[_0x454786(0x10b,_0x31f348._0x10b82b,0xda,0x134)],_0x6e4df7[_0x454786(_0x31f348._0x11dfaa,0x11b,_0x31f348._0x5d5a03,0xed)]))throw new Error('Missing\x20re'+_0x454786(_0x31f348._0xa511ef,_0x31f348._0x28e3aa,_0x31f348._0x32512f,0x11d)+_0x33e6bd(_0x31f348._0x223333,_0x31f348._0x17e12b,_0x31f348._0x3e2ed0,0x2e7)+_0x454786(_0x31f348._0x1eae6d,_0x31f348._0x34d700,_0x31f348._0x1871cf,_0x31f348._0x43d81c)+'d:\x20'+_0x11b8c7);else return _0x34c33c[_0x454786(0x13b,_0x31f348._0x5d95c4,0x111,0x13b)](_0x6e4df7['WNvRZ']),null;}}if(!_0x2fb77c[_0x454786(0x120,_0x31f348._0x248ff7,0x15e,_0x31f348._0x2b59c6)+_0x454786(0x1a7,_0x31f348._0x30a542,_0x31f348._0x348fe6,_0x31f348._0x53166e)]&&_0x2fb77c[_0x33e6bd(_0x31f348._0x3aeea1,0x292,_0x31f348._0x52206c,_0x31f348._0x5e9c7a)+'ret_file']){const _0x205ae7=_0x5bcb09[_0x33e6bd(_0x31f348._0x12ccf7,_0x31f348._0x3ce610,_0x31f348._0x2be4ae,0x37b)](_0x2fb77c[_0x454786(0x120,0x13c,0x166,0x10b)+_0x454786(_0x31f348._0x3139b8,0x1e7,0x19f,_0x31f348._0x4a2813)])?_0x2fb77c[_0x33e6bd(0x305,_0x31f348._0x26fa76,0x2d7,_0x31f348._0x60e648)+_0x454786(0x1ac,0x1ab,0x167,_0x31f348._0x370b9f)]:_0x5bcb09[_0x33e6bd(0x2dc,0x2a8,0x2c0,_0x31f348._0x150c07)](DATA_DIR,_0x6e4df7[_0x454786(0xf8,0xbb,_0x31f348._0x37cd60,0x11c)],_0x2fb77c[_0x33e6bd(0x2de,0x2df,_0x31f348._0x52206c,0x312)+_0x454786(_0x31f348._0x442375,0x15a,_0x31f348._0x353bb5,0x1dd)]);try{if(_0x6e4df7['ZbQYo']===_0x6e4df7['AuKxw'])return{'success':![],'error':_0x33e6bd(_0x31f348._0x35a247,_0x31f348._0x245554,0x2fe,_0x31f348._0x11f340)+_0x33e6bd(_0x31f348._0x2b141f,_0x31f348._0x275ac5,_0x31f348._0x3ce610,_0x31f348._0x3a2842)+_0x33e6bd(0x2cb,0x2cd,0x306,_0x31f348._0x48220f)+_0x33e6bd(0x33a,0x317,0x30b,_0x31f348._0x118ac0)+_0x454786(0x11f,0x15d,_0x31f348._0x45f98e,_0x31f348._0x3d99d1)+_0x10ef5b[_0x33e6bd(_0x31f348._0x38dd96,0x2b7,_0x31f348._0x1d84e9,0x289)](',\x20')};else _0x2fb77c[_0x454786(_0x31f348._0x16ae14,0x132,_0x31f348._0xf6069b,0x13f)+'ret']=(await _0x7e7526[_0x33e6bd(_0x31f348._0x40b97b,_0x31f348._0x37d435,0x357,_0x31f348._0x57dca7)](_0x205ae7,_0x6e4df7['sVsmq']))[_0x33e6bd(_0x31f348._0xa9ac3e,_0x31f348._0x2d3637,_0x31f348._0x2d0264,0x289)]();}catch(_0x5b6e86){throw new Error(_0x33e6bd(_0x31f348._0x85a8fb,0x27b,0x2c7,0x2bb)+_0x454786(_0x31f348._0x273145,0x19b,0x127,_0x31f348._0x401e88)+_0x454786(0x139,_0x31f348._0x31b2da,_0x31f348._0x523ed6,_0x31f348._0x36d5ea)+_0x454786(0x115,_0x31f348._0x22f393,0xf1,_0x31f348._0x44a197)+_0x205ae7+':\x20'+_0x5b6e86[_0x454786(0xf6,0xea,0xb0,0xc9)]);}}_0x2fb77c[_0x454786(_0x31f348._0x37e373,0xeb,0xe2,0x134)]=_0x2fb77c[_0x33e6bd(_0x31f348._0x628f45,_0x31f348._0x400f06,0x2da,_0x31f348._0x4d372c)]||[_0x6e4df7[_0x33e6bd(0x2a7,0x2df,0x2a2,_0x31f348._0x3b09e0)],_0x6e4df7[_0x33e6bd(0x2db,_0x31f348._0x33102e,0x30f,0x324)],_0x6e4df7[_0x454786(0x18f,0x159,_0x31f348._0xe0801a,_0x31f348._0xba9529)]],_0x2fb77c['auto_provi'+_0x33e6bd(0x312,_0x31f348._0x2d0264,_0x31f348._0x27e72e,0x334)]=_0x6e4df7['yHknc'](_0x2fb77c[_0x33e6bd(_0x31f348._0x526cbd,_0x31f348._0x3dbfab,_0x31f348._0x39d707,0x2e1)+_0x33e6bd(0x2d4,_0x31f348._0x40d194,_0x31f348._0x27e72e,0x321)],![]),_0x2fb77c['default_ro'+'le']=_0x2fb77c[_0x454786(0x160,0x194,0x110,0x186)+'le']||_0x6e4df7[_0x454786(0xf1,_0x31f348._0x4c68ba,0xc5,_0x31f348._0x4b4cce)],_0x2fb77c[_0x454786(0x124,_0x31f348._0x1d8a6f,_0x31f348._0x2b22ac,_0x31f348._0x22d662)+_0x33e6bd(_0x31f348._0x2f727c,0x320,_0x31f348._0x1951c6,0x31f)]=_0x2fb77c[_0x33e6bd(0x33b,0x297,_0x31f348._0x214faa,0x27c)+_0x454786(_0x31f348._0x132295,0x180,_0x31f348._0x45acb7,_0x31f348._0x10e2e2)]!==![],_0x2fb77c['display_na'+'me']=_0x2fb77c[_0x33e6bd(0x363,_0x31f348._0x5023b0,0x332,_0x31f348._0x1684b3)+'me']||'Sign\x20in\x20wi'+'th\x20SSO',cachedConfig=_0x2fb77c;const _0x3da777={};return _0x3da777['issuer']=_0x2fb77c[_0x454786(0x179,0x1b2,0x13c,0x182)],_0x3da777[_0x33e6bd(0x2e9,0x29e,0x2ff,0x2de)]=_0x2fb77c[_0x33e6bd(_0x31f348._0x3d5cbd,0x339,_0x31f348._0x255e07,0x2e6)],_0x3da777[_0x454786(_0x31f348._0x33e03e,_0x31f348._0x51fde0,_0x31f348._0x466b1f,0x142)+_0x454786(0x114,_0x31f348._0xee3c76,0xd1,_0x31f348._0x4b5f3e)]=_0x2fb77c[_0x33e6bd(_0x31f348._0x478423,_0x31f348._0x128e40,_0x31f348._0x32f281,_0x31f348._0x4dec55)+_0x33e6bd(0x2f4,0x2ed,0x2f4,_0x31f348._0x4ff18a)],_0x3da777[_0x454786(0x16d,_0x31f348._0x460110,0x16e,0x166)+'Auth']=_0x2fb77c[_0x33e6bd(0x2fd,_0x31f348._0x150c07,0x2db,0x315)+'l_auth'],logger[_0x33e6bd(0x345,0x2ad,_0x31f348._0x59fa57,0x354)](_0x454786(_0x31f348._0x3842d4,0x12a,0x125,_0x31f348._0x272846)+_0x454786(0x144,0x129,0x10d,0x126)+_0x454786(_0x31f348._0x52d0d1,_0x31f348._0x3cee9a,_0x31f348._0xb5acd2,_0x31f348._0x5616f6),_0x3da777),_0x2fb77c;}catch(_0x4107b5){if(_0x6e4df7[_0x454786(0x118,0x15a,0x141,_0x31f348._0x585ee2)](_0x4107b5[_0x33e6bd(_0x31f348._0x3c283e,0x2c5,0x313,0x346)],_0x6e4df7[_0x454786(0x163,_0x31f348._0x40f5ba,0x11c,_0x31f348._0x5c7272)])){const _0x1e537f={};return _0x1e537f[_0x33e6bd(0x2f0,_0x31f348._0x3dcb93,0x2b5,_0x31f348._0xde02b)]=_0x3c6bf8,logger['debug'](_0x6e4df7[_0x33e6bd(_0x31f348._0x4dec55,0x363,_0x31f348._0x1adb75,0x2c0)],_0x1e537f),null;}logger[_0x454786(0x11e,0xf0,_0x31f348._0x544208,0xf8)](_0x6e4df7[_0x33e6bd(0x394,_0x31f348._0x4d2b2a,0x362,0x3a5)],_0x4107b5);throw _0x4107b5;}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x5c5717){const _0x4e478b={_0x299da4:0x32c,_0x351af8:0x2f7,_0x54cb2b:0x37a,_0x1045b4:0x2d4,_0x2ea34c:0x3bf,_0x5d9ce2:0x3ce,_0x2c9165:0x40a,_0x1d2e8f:0x328,_0x2066df:0x314,_0x2e6489:0x49e,_0x136012:0x511,_0x449a27:0x4a1,_0x15f5c9:0x373,_0x25d6eb:0x336,_0x3261a5:0x321,_0x549382:0x39b,_0x40b69f:0x544,_0x226244:0x507,_0x5d3f60:0x36e,_0x745544:0x2e9,_0xc42480:0x347,_0x10172d:0x379,_0x36c716:0x37b,_0x20ece3:0x3aa,_0x5aa24f:0x37d,_0x15ebf9:0x3e9,_0x3f0225:0x371,_0x5db60f:0x387,_0x2d783a:0x335,_0x225b04:0x380,_0x28b51a:0x38c,_0x26da00:0x506,_0x374418:0x4ee,_0x242a36:0x4f5,_0xdce06c:0x535,_0x14d7e3:0x4d8,_0x58b384:0x2d5,_0x45bc81:0x4da,_0x390e03:0x50b,_0x1fa9fc:0x531,_0x24dcfd:0x3b9,_0x4083e6:0x378,_0x1d5113:0x39c,_0x267d3f:0x3ca,_0x4e0410:0x39e,_0x54fb5f:0x37e,_0x283ac6:0x2d1,_0xfbf665:0x35b,_0x313d66:0x36f,_0x90ef93:0x339},_0x10ffd1={};function _0x46b01f(_0x1fba70,_0x82b717,_0x240aef,_0x214972){return _0x5dad(_0x1fba70-0x30d,_0x82b717);}_0x10ffd1[_0x4e85ac(_0x4e478b._0x299da4,_0x4e478b._0x351af8,_0x4e478b._0x54cb2b,_0x4e478b._0x1045b4)]=_0x4e85ac(_0x4e478b._0x2ea34c,0x3e5,_0x4e478b._0x5d9ce2,_0x4e478b._0x2c9165),_0x10ffd1[_0x4e85ac(0x35c,0x385,_0x4e478b._0x1d2e8f,_0x4e478b._0x2066df)]=_0x46b01f(0x4f6,_0x4e478b._0x2e6489,_0x4e478b._0x136012,_0x4e478b._0x449a27)+_0x4e85ac(_0x4e478b._0x15f5c9,_0x4e478b._0x25d6eb,_0x4e478b._0x3261a5,_0x4e478b._0x549382)+_0x46b01f(0x541,0x584,0x537,0x584),_0x10ffd1['Lfags']='Failed\x20to\x20'+_0x46b01f(0x4f4,0x512,_0x4e478b._0x40b69f,0x53d)+_0x46b01f(0x559,_0x4e478b._0x226244,_0x4e478b._0x136012,0x548)+'er';const _0x3cdc85=_0x10ffd1;function _0x4e85ac(_0x41c343,_0x26740c,_0x535481,_0x4a0135){return _0x5dad(_0x41c343-0x165,_0x535481);}if(cachedOidcConfig){if(_0x3cdc85['SXxXb']===_0x3cdc85[_0x4e85ac(_0x4e478b._0x299da4,_0x4e478b._0x5d3f60,_0x4e478b._0x745544,_0x4e478b._0xc42480)])return cachedOidcConfig;else{const _0x38df2b={};return _0x38df2b[_0x46b01f(0x505,0x52d,_0x4e478b._0x136012,0x506)]=![],_0x38df2b[_0x4e85ac(0x330,0x35b,_0x4e478b._0x10172d,0x301)]=_0x4e85ac(0x359,0x301,_0x4e478b._0x36c716,0x35c)+_0x4e85ac(_0x4e478b._0x20ece3,_0x4e478b._0x5aa24f,0x3a3,_0x4e478b._0x15ebf9)+'eturned\x20'+_0x2cf503[_0x4e85ac(_0x4e478b._0x3f0225,0x326,_0x4e478b._0x5db60f,_0x4e478b._0x2d783a)]+':\x20'+_0x362b9d[_0x4e85ac(_0x4e478b._0x225b04,_0x4e478b._0x28b51a,0x32e,0x3b9)],_0x38df2b;}}try{const _0x4084c9={};return _0x4084c9[_0x46b01f(0x533,0x570,_0x4e478b._0x26da00,_0x4e478b._0x374418)]=_0x5c5717['issuer'],logger[_0x46b01f(_0x4e478b._0x242a36,0x4cd,_0x4e478b._0xdce06c,_0x4e478b._0x14d7e3)](_0x3cdc85[_0x4e85ac(0x35c,0x39e,0x33b,0x345)],_0x4084c9),cachedOidcConfig=await _0x269bb1[_0x4e85ac(0x313,0x316,0x367,_0x4e478b._0x58b384)](new URL(_0x5c5717[_0x4e85ac(0x38b,0x37e,0x38c,0x3d8)]),_0x5c5717['client_id'],_0x5c5717[_0x46b01f(_0x4e478b._0x45bc81,_0x4e478b._0x390e03,_0x4e478b._0x1fa9fc,0x528)+_0x4e85ac(_0x4e478b._0x24dcfd,_0x4e478b._0x4083e6,0x372,0x3ca)]),logger['info']('OIDC\x20provi'+_0x4e85ac(_0x4e478b._0x1d5113,_0x4e478b._0x549382,_0x4e478b._0x267d3f,0x3d9)+_0x46b01f(0x52b,0x51b,0x508,_0x4e478b._0x45bc81)+_0x4e85ac(_0x4e478b._0x4e0410,0x369,_0x4e478b._0x36c716,0x3be)),cachedOidcConfig;}catch(_0x2d2c09){logger[_0x4e85ac(0x330,_0x4e478b._0x54fb5f,_0x4e478b._0x283ac6,_0x4e478b._0xfbf665)](_0x3cdc85[_0x4e85ac(0x351,_0x4e478b._0x313d66,0x30e,_0x4e478b._0x90ef93)],_0x2d2c09);throw _0x2d2c09;}}export async function generateAuthorizationUrl(_0x4930a2,_0x11e202){const _0x27e9b3={_0x4646c9:0x5c4,_0x4cbc2f:0x5c4,_0x165a2b:0x577,_0x1f96c6:0x56c,_0x510bad:0x558,_0x2dd183:0x572,_0x1b77b5:0x54c,_0x5d4e19:0x58e,_0x54a406:0x563,_0x4b5bdd:0x53e,_0x23ebb9:0x543,_0x3a02e1:0x551,_0x37b6a3:0x546,_0x327780:0x569,_0x1e2ac5:0x62c,_0x24e59d:0x5ec,_0x9da33a:0x59b,_0x48e27d:0x50f,_0xfe66e:0x593,_0x377428:0x56c,_0x3ddf8d:0x5b7,_0x3165b5:0x594,_0x58cc6f:0x597,_0x36e927:0x5a0,_0x39380b:0x5e2,_0x48905e:0x56d,_0x2854f6:0x5fb,_0x18ed3d:0x557,_0x1b99a3:0x54a,_0x3c8530:0x536,_0x1c4ee8:0x58c,_0x1be86a:0x622,_0x1b7544:0x5d0,_0x570e15:0x5df,_0x212b5b:0x5db,_0xf73687:0x578,_0x21bd22:0x4ed,_0x26fc8a:0x52b,_0x124a7e:0x511,_0x2b85f:0x521,_0x39c452:0x57f,_0x26d654:0x550,_0x22bb34:0x581,_0x1c44b4:0x56c,_0x11f929:0x568,_0xdfed6b:0x555,_0x2b4903:0x5f1,_0x1dfbec:0x4e8,_0x3d412f:0x53e,_0x24f432:0x540,_0x17ca0c:0x5a3,_0x4c0b7b:0x4e2,_0xc096c1:0x59d,_0x4f71f9:0x635,_0x2ff0ac:0x5fc,_0x10d1db:0x5be,_0x300cd8:0x5aa,_0xa22456:0x500,_0x456854:0x549},_0x5003ae={};_0x5003ae[_0x17eca2(_0x27e9b3._0x4646c9,0x5b8,_0x27e9b3._0x4cbc2f,0x5e6)]=_0x4e64a5(_0x27e9b3._0x165a2b,_0x27e9b3._0x1f96c6,_0x27e9b3._0x510bad,_0x27e9b3._0x2dd183);function _0x4e64a5(_0x41e58b,_0x110775,_0xbc73f1,_0x4c7d2f){return _0x5dad(_0xbc73f1-0x39a,_0x4c7d2f);}_0x5003ae[_0x17eca2(0x5a2,0x5b4,0x592,_0x27e9b3._0x1b77b5)]=_0x4e64a5(0x55a,_0x27e9b3._0x5d4e19,_0x27e9b3._0x54a406,_0x27e9b3._0x4b5bdd),_0x5003ae[_0x4e64a5(_0x27e9b3._0x23ebb9,0x582,0x53e,0x4ed)]='Generated\x20'+'OIDC\x20autho'+'rization\x20U'+'RL';function _0x17eca2(_0xe295b7,_0x4a19a8,_0x44bca4,_0x5d9bc7){return _0x5dad(_0x44bca4-0x399,_0xe295b7);}_0x5003ae[_0x4e64a5(_0x27e9b3._0x3a02e1,_0x27e9b3._0x37b6a3,_0x27e9b3._0x327780,0x5ba)]=function(_0x104312,_0x4ac7db){return _0x104312+_0x4ac7db;},_0x5003ae[_0x17eca2(0x5f5,_0x27e9b3._0x1e2ac5,_0x27e9b3._0x24e59d,_0x27e9b3._0x9da33a)]=_0x4e64a5(0x4f9,_0x27e9b3._0x48e27d,0x54b,0x5a7);const _0x1f5e3e=_0x5003ae,_0x3e8366=await discoverOidcProvider(_0x4930a2),_0x2547e5=_0x43f178['randomByte'+'s'](0xa87+0x14b8+-0x1f1f)['toString'](_0x1f5e3e['agbEi']),_0x3fc3c1=_0x43f178['randomByte'+'s'](-0x23d2+-0x5*-0x11b+0x1e6b)[_0x4e64a5(_0x27e9b3._0xfe66e,_0x27e9b3._0x377428,0x58a,0x575)](_0x1f5e3e[_0x17eca2(0x5ed,_0x27e9b3._0x3ddf8d,0x5c4,_0x27e9b3._0x3165b5)]),_0x2b530e=_0x269bb1[_0x4e64a5(0x620,_0x27e9b3._0x58cc6f,0x5cc,0x56e)+_0x4e64a5(0x5f0,_0x27e9b3._0x2dd183,_0x27e9b3._0x36e927,_0x27e9b3._0x39380b)+'er'](),_0x20b6ee=await _0x269bb1[_0x17eca2(_0x27e9b3._0x48905e,_0x27e9b3._0x2854f6,0x5a3,_0x27e9b3._0x18ed3d)+_0x4e64a5(0x54e,0x59b,0x597,0x553)+_0x17eca2(0x50b,_0x27e9b3._0x1b99a3,_0x27e9b3._0x3c8530,_0x27e9b3._0x1c4ee8)](_0x2b530e);stateStore[_0x17eca2(_0x27e9b3._0x1be86a,_0x27e9b3._0x1b7544,_0x27e9b3._0x570e15,_0x27e9b3._0x212b5b)](_0x2547e5,{'nonce':_0x3fc3c1,'codeVerifier':_0x2b530e,'createdAt':Date[_0x17eca2(_0x27e9b3._0xf73687,_0x27e9b3._0x21bd22,0x538,0x503)]()});const _0x57816c={'redirect_uri':_0x11e202,'scope':_0x4930a2[_0x4e64a5(0x5aa,_0x27e9b3._0x26fc8a,0x56a,_0x27e9b3._0x124a7e)][_0x4e64a5(_0x27e9b3._0x2b85f,_0x27e9b3._0x39c452,_0x27e9b3._0x26d654,_0x27e9b3._0x22bb34)]('\x20'),'state':_0x2547e5,'nonce':_0x3fc3c1,'code_challenge':_0x20b6ee,'code_challenge_method':_0x1f5e3e[_0x17eca2(0x5e0,_0x27e9b3._0x510bad,0x592,0x55b)]},_0x22b50d=_0x269bb1[_0x17eca2(0x5e1,_0x27e9b3._0x1c44b4,0x58f,0x5f1)+_0x17eca2(_0x27e9b3._0x11f929,_0x27e9b3._0xdfed6b,0x55c,0x566)+'l'](_0x3e8366,_0x57816c);logger[_0x4e64a5(0x5de,0x597,_0x27e9b3._0x2b4903,0x64b)](_0x1f5e3e[_0x4e64a5(_0x27e9b3._0x1dfbec,0x529,_0x27e9b3._0x3d412f,_0x27e9b3._0x24f432)],{'state':_0x1f5e3e[_0x4e64a5(0x56d,_0x27e9b3._0x17ca0c,0x569,0x574)](_0x2547e5[_0x4e64a5(0x4db,_0x27e9b3._0x4c0b7b,0x53c,_0x27e9b3._0xc096c1)](-0xc2*0x1e+0x1714+-0xb*0x8,-0x3ce*0x9+0x16cc*0x1+0xb7a),_0x1f5e3e[_0x17eca2(_0x27e9b3._0x4f71f9,_0x27e9b3._0x2ff0ac,0x5ec,0x638)]),'redirectUri':_0x11e202});const _0x3f2b68={};return _0x3f2b68['url']=_0x22b50d[_0x4e64a5(0x5bd,0x567,_0x27e9b3._0x10d1db,_0x27e9b3._0x300cd8)],_0x3f2b68[_0x17eca2(_0x27e9b3._0xa22456,_0x27e9b3._0x456854,0x54e,0x57a)]=_0x2547e5,_0x3f2b68;}export async function handleCallback(_0x1008a1,_0x20cb05,_0x228cf0){const _0x1db2fc={_0x4c4f54:0x18f,_0x344039:0x1b6,_0x2f125e:0x1d0,_0x4053aa:0x133,_0x56f6e8:0x1e7,_0x4722eb:0x518,_0x401cac:0x527,_0x40adb5:0x4e1,_0x24a842:0x4e2,_0xf31804:0x101,_0x1ad343:0x11c,_0x5b7cec:0x4c3,_0x128fbd:0x4fd,_0x8d6320:0x502,_0x28ef17:0x535,_0x253193:0x168,_0xf7ca5b:0x1c5,_0x2a531d:0x16c,_0x3aea90:0x1f7,_0x373547:0x583,_0x4f1e7f:0x598,_0x427d00:0x56a,_0x3fb668:0x4a8,_0x5896bb:0x52c,_0x11b1d8:0x4f6,_0x45e715:0x154,_0xb3bab3:0x143,_0x574b62:0x10d,_0x5060a2:0x538,_0x126052:0x1d7,_0x54f61b:0x561,_0x4752d8:0x4f2,_0x4e1915:0x56c,_0x521167:0x122,_0x2ecaf5:0x1a2,_0x3eba80:0x1d4,_0x4a3fe4:0x495,_0x16d96a:0x45a,_0x1913e4:0x4d3,_0x5e1236:0x4dd,_0x5b796d:0x4b7,_0x210694:0x185,_0x9d1b:0x1cb,_0x1048e3:0x197,_0xfed7e6:0x1d9,_0x349319:0x1e1,_0x210561:0x541,_0x29e352:0x55c,_0x5cc1ea:0x1dd,_0x460341:0x517,_0x6e0dd1:0x518,_0x37323c:0x4c7,_0x1daf73:0x4a6,_0x1036e5:0x4f9,_0x226a75:0x4f6,_0x5a8fa6:0x4ab,_0x27c3d7:0x1cf,_0x1e5e01:0x55d,_0x1dcd62:0x523,_0x333f02:0x49d,_0x4b70f1:0x4c1,_0x3ab680:0x19c,_0x58b8f2:0x14f,_0x4c72bf:0x55e,_0x2dc280:0x50d,_0x1eeaf4:0x1ed,_0x77327a:0x22d,_0x34df90:0x17a,_0xb65bef:0x127,_0x4aa516:0x195,_0x279327:0x19f,_0x250afb:0x1c9,_0x4dde2e:0x53f,_0x5dd8a8:0x178,_0x412625:0x1c2,_0x37d0cb:0x182,_0x21a69a:0x1da,_0x4d4626:0x54a,_0x2758ae:0x52b,_0x105210:0x5a1,_0x11bd3f:0x52d,_0x3ba683:0x562,_0x38b018:0x1b6,_0x1a3851:0x4b4,_0xa97dd6:0x4fc,_0x5efe95:0x470,_0x568454:0x46e,_0x5dd4ae:0x4c0},_0xb288f3={_0x5e689b:0x5e},_0x1b2fd9={};_0x1b2fd9[_0x591a75(_0x1db2fc._0x4c4f54,_0x1db2fc._0x344039,_0x1db2fc._0x2f125e,_0x1db2fc._0x4053aa)]=function(_0x53981a,_0x772c70){return _0x53981a!==_0x772c70;},_0x1b2fd9[_0x591a75(0x1a4,_0x1db2fc._0x56f6e8,0x155,0x148)]=_0x4945e3(0x4e9,0x530,_0x1db2fc._0x4722eb,_0x1db2fc._0x401cac),_0x1b2fd9[_0x4945e3(_0x1db2fc._0x40adb5,0x52f,_0x1db2fc._0x24a842,0x4ec)]=_0x591a75(0x13b,_0x1db2fc._0xf31804,_0x1db2fc._0x1ad343,0x194);function _0x591a75(_0x590062,_0x346183,_0x541bef,_0x52c927){return _0x5dad(_0x590062- -_0xb288f3._0x5e689b,_0x346183);}_0x1b2fd9[_0x4945e3(_0x1db2fc._0x5b7cec,0x554,0x4f8,_0x1db2fc._0x4722eb)]=_0x4945e3(_0x1db2fc._0x128fbd,0x581,_0x1db2fc._0x8d6320,_0x1db2fc._0x28ef17)+'\x20expired\x20s'+_0x591a75(0x15d,0x11b,0x125,_0x1db2fc._0x253193)+'eter',_0x1b2fd9[_0x591a75(_0x1db2fc._0xf7ca5b,_0x1db2fc._0x2a531d,0x1a6,0x1e8)]=function(_0x2e9672,_0x58f42d){return _0x2e9672-_0x58f42d;},_0x1b2fd9[_0x591a75(_0x1db2fc._0x3aea90,0x1cc,0x1d0,0x1d3)]=_0x4945e3(_0x1db2fc._0x373547,_0x1db2fc._0x4f1e7f,_0x1db2fc._0x427d00,0x546)+_0x4945e3(0x54c,_0x1db2fc._0x3fb668,_0x1db2fc._0x5896bb,_0x1db2fc._0x11b1d8)+_0x591a75(_0x1db2fc._0x45e715,_0x1db2fc._0xb3bab3,_0x1db2fc._0x574b62,0x1b2),_0x1b2fd9[_0x4945e3(0x4df,0x53b,0x538,_0x1db2fc._0x5060a2)]=_0x591a75(0x1d3,_0x1db2fc._0x126052,0x1a1,0x213)+_0x4945e3(0x53e,0x553,0x531,_0x1db2fc._0x54f61b)+'successful';const _0x279d9f=_0x1b2fd9,{state:_0x84951b}=_0x228cf0,_0x27d1dd=stateStore[_0x4945e3(0x51b,0x53a,_0x1db2fc._0x11b1d8,_0x1db2fc._0x4752d8)](_0x84951b);if(!_0x27d1dd){if(_0x279d9f[_0x4945e3(0x538,0x4f2,0x4c9,0x505)](_0x279d9f[_0x4945e3(0x57a,_0x1db2fc._0x4e1915,0x56d,0x51a)],_0x279d9f[_0x591a75(0x176,_0x1db2fc._0x521167,0x18f,_0x1db2fc._0x2ecaf5)]))throw new Error(_0x279d9f[_0x591a75(_0x1db2fc._0x2ecaf5,_0x1db2fc._0x3eba80,0x1b8,0x1c2)]);else return null;}stateStore[_0x4945e3(0x494,_0x1db2fc._0x4a3fe4,0x520,0x4be)](_0x84951b);function _0x4945e3(_0x23d3c1,_0x3ec7d2,_0xa93bbf,_0x3804ae){return _0x5dad(_0x3804ae-0x318,_0xa93bbf);}if(_0x279d9f['SFwWe'](Date[_0x4945e3(_0x1db2fc._0x16d96a,_0x1db2fc._0x1913e4,_0x1db2fc._0x5e1236,_0x1db2fc._0x5b796d)](),_0x27d1dd[_0x591a75(_0x1db2fc._0x210694,_0x1db2fc._0x9d1b,_0x1db2fc._0x1048e3,0x181)])>STATE_TTL)throw new Error(_0x279d9f[_0x591a75(0x1f7,0x1d5,_0x1db2fc._0xfed7e6,0x24a)]);const _0x52cf8f=await discoverOidcProvider(_0x1008a1);try{const _0x2e4279=new URL(_0x20cb05);for(const [_0x11030f,_0x158aae]of Object[_0x591a75(_0x1db2fc._0x349319,0x242,0x1dd,_0x1db2fc._0x9d1b)](_0x228cf0)){_0x2e4279[_0x4945e3(0x512,_0x1db2fc._0x210561,0x500,_0x1db2fc._0x29e352)+'ms'][_0x591a75(0x1e8,0x1d1,0x231,_0x1db2fc._0x5cc1ea)](_0x11030f,_0x158aae);}const _0xd7e4b0={};_0xd7e4b0['pkceCodeVe'+_0x4945e3(0x4e3,_0x1db2fc._0x460341,_0x1db2fc._0x6e0dd1,_0x1db2fc._0x37323c)]=_0x27d1dd[_0x4945e3(0x4c6,0x50e,_0x1db2fc._0x1daf73,_0x1db2fc._0x1036e5)+'er'],_0xd7e4b0[_0x4945e3(0x49e,_0x1db2fc._0x226a75,_0x1db2fc._0x5a8fa6,0x4f8)+'nce']=_0x27d1dd['nonce'],_0xd7e4b0[_0x4945e3(_0x1db2fc._0x29e352,0x4fb,0x4f2,0x51b)+_0x591a75(_0x1db2fc._0x27c3d7,0x19a,0x1db,0x229)]=_0x84951b;const _0x3d1eaa=await _0x269bb1[_0x4945e3(0x51b,_0x1db2fc._0x1e5e01,0x590,0x568)+_0x4945e3(0x4ba,_0x1db2fc._0x1dcd62,_0x1db2fc._0x333f02,_0x1db2fc._0x4b70f1)+'nt'](_0x52cf8f,_0x2e4279,_0xd7e4b0),_0x58ce10=_0x3d1eaa[_0x591a75(_0x1db2fc._0x3ab680,0x18c,_0x1db2fc._0x58b8f2,0x19a)](),_0x1697ea={};_0x1697ea[_0x4945e3(0x51e,_0x1db2fc._0x4c72bf,_0x1db2fc._0x2dc280,0x563)]=_0x58ce10[_0x591a75(_0x1db2fc._0x1eeaf4,0x201,0x20a,_0x1db2fc._0x77327a)],_0x1697ea[_0x591a75(0x17a,0x195,0x145,0x180)]=_0x58ce10[_0x591a75(_0x1db2fc._0x34df90,0x12d,_0x1db2fc._0xb65bef,0x178)],_0x1697ea[_0x591a75(_0x1db2fc._0x4aa516,0x1b9,_0x1db2fc._0x279327,_0x1db2fc._0x250afb)]=_0x58ce10[_0x4945e3(_0x1db2fc._0x4dde2e,0x53d,0x568,0x50b)],logger[_0x591a75(0x18a,0x1c5,0x167,_0x1db2fc._0x5dd8a8)](_0x279d9f[_0x591a75(_0x1db2fc._0x412625,_0x1db2fc._0x37d0cb,_0x1db2fc._0x21a69a,0x183)],_0x1697ea);const _0x17828d={};return _0x17828d[_0x591a75(0x19c,0x17d,0x1f3,0x171)]=_0x58ce10,_0x17828d[_0x4945e3(_0x1db2fc._0x4d4626,0x558,_0x1db2fc._0x2758ae,0x50a)+'n']=_0x3d1eaa[_0x4945e3(_0x1db2fc._0x105210,_0x1db2fc._0x11bd3f,0x50d,_0x1db2fc._0x3ba683)+'en'],_0x17828d['idToken']=_0x3d1eaa[_0x591a75(_0x1db2fc._0x38b018,0x191,0x215,0x17c)],_0x17828d;}catch(_0x31e8c1){logger['error'](_0x4945e3(0x473,0x4f3,_0x1db2fc._0x1a3851,0x4cf)+_0x4945e3(0x54b,_0x1db2fc._0xa97dd6,0x57d,0x559)+_0x4945e3(_0x1db2fc._0x5efe95,_0x1db2fc._0x568454,0x4e4,_0x1db2fc._0x5dd4ae),_0x31e8c1);throw _0x31e8c1;}}function _0x4efe(){const _0x3d023=['u0HNu0i','AxmGzgLZywjSzq','y2XPzw50ihnLyW','zgLZy292zxiGtW','Aw5MBW','rgLZy292zxjPBG','C2LVBG','t2zRvfK','tgzHz3m','t2XZrw0','yxv0B19WCM92Aq','mtm2nJvzDgvrqM8','Dg9tDhjPBMC','z3vYyxrPB24GBa','ywnJzxnZvg9Rzq','BMfTzq','rgLZy292zxj5ia','y2XPzw50swq','yNvPBgrbDxrOBW','re96Ae4','C3vJy2vZCW','CKfPrMW','y2XHAw1Z','v3PSuxC','AxnZAw5NihjLCq','s0nfq29KzunOyq','y29UBMvJDcb0BW','C1zZBxe','wxf6zgm','DwLYzwqGzMLLBa','sgjUAeq','zxHWzwn0zwrtDa','EuHRBMm','y1jrvhy','q29KzvzLCMLMAq','y0z3rwS','B2LKyY5QC29U','y29Kzq','y2fSy3vSyxrLua','yxbWBgLJyxrPBW','C3rHDhvZ','zgvMyxvSDf9YBW','zYbpsurdihbYBW','ru9Pthm','zKzzuxq','u0rZrwm','z3vYyxrPB24','nty4DxbYCMzX','AwrFDg9Rzw4','DgLTzw91Da','vxDSq0G','z0req3e','t0LeqYbJywnOzq','mJi2ntG4nfLSB2HMEq','ywXSB3DmB2nHBa','C3rHDhvZvgv4Da','CMvZCg9UC2uGBq','sw52ywXPzcbVCG','zxjLzcbZDwnJzq','qYbJB25MAwD1CG','ruLly1C','zxr1CM5Lzca','Bg9Hzcbpsurdia','u0z3v2u','AhjLzG','C2nVCgvZx3n1Ca','AxnZDwvY','wMjrww8','zgLZCgXHEv9Uyq','yxrPB24GzMLLBa','mtbJwKH6BMe','ywDIrwK','BuvdqNa','yxrL','u3rHDguGCgfYyq','Cg9YDgvK','CMvHzcbpsurdia','t0LeqYbHDxrOzq','CMfUzg9TueTdrq','r3vjrMi','DMLKzxi','BgvUz3rO','A0zgAuu','zgvYigrPC2nVDG','BI9VCgvUAwqTyW','C3nMDwXSEq','DxrMltG','Aw9Ux2vUzhbVAq','q1HzrKy','qxvlEhC','ru5pru5u','zw50CMLLCW','v052uLO','igv4y2HHBMDLia','uu9PDLm','y29UzMLNDxjHDa','C2vHCMnOugfYyq','zw5KCg9PBNqGCG','C2v0','BMzPz3vYyxrPBW','Dg9Rzw5Fzw5KCa','BNrPy2f0Aw9Uia','ywnJzxnZx3rVAW','C3vI','surdihbYB3zPza','CMvHzezPBgu','AxnbyNnVBhv0zq','igvUzhbVAw50','yxv0Ag9YAxPHDa','nta2mtaZu2rSqxz4','Dxf6DMO','yNzrDNe','CMv0','zffrA2S','zLnNA1i','zgvIDwC','BgvWDKC','CMv0x2zPBgu','vwXvzM4','AKXtt3m','rxjlv2C','zuvQz3y','lNnLy3jLDhm','mJrOueXpCxm','BIbMAwXLigzVDq','BgXLBMDL','wMPnvgK','BM93','yxv0B1bYB3zPCW','ChrvtuO','C3vIC3rYAw5N','BwvZC2fNzq','q0LSCKG','EgHlBwq','zgvSzxrL','tM8Gt0LeqYbJBW','zMfPBgvK','Aw9Uq29KzuDYyq','D0XgBNO','Cgf0Aa','ignSzwfYzwq','CxvPCMvKie9jra','zgLZy292zxj5','CMLMAwvY','B2fKzwq','lI4U','CMvK','B2LUDa','whjyt2m','C3rHDgu','AM9PBG','t0LeqYb0B2TLBG','uxfHAvO','lNDLBgWTA25VDW','ChjVzMLSzq','Dgf0zsbWyxjHBq','DhjPBq','rMfPBgvKihrVia','Agv4','y2XLyxi','ndq0odC5z3DNr1Hy','Aw9U','CMv0igzYB20G','CML6yxrPB25vCG','zgv2zwXVCgvY','s0PnC28','zcbPBIbJB25MAq','u1H4wgi','CgfYC2u','uZi1nG','t0LeqYbJB25MAq','zxjYB3i','zhm6ia','y2XPzw50x3nLyW','nJyYnJK3u1vbEwjN','tejhtuu','C2nVCgvZ','ywXSB3DFBg9Jyq','Bf9HDxrO','ve1hqMq','A2nmC2K','BNvmvuK','q2PnCwK','BLLKrKy','zw1HAwW','y2XPzw50x2LK','z2v0','zw5HyMXLza','BI9QC29U','B0X6Bxe','Bwv0zxiGzxHWAq','odK0mJa1ogn5AxfMBq','zxHWzwn0zwroBW','y29KzvzLCMLMAq','nZCXotqYnezHt1vWsG','y3jLyxrLzef0'];_0x4efe=function(){return _0x3d023;};return _0x4efe();}export function getPublicOidcConfig(){const _0x207631={_0x65439a:0x585,_0x56f69d:0x614,_0x5031cc:0x56c,_0x11e43e:0x5a4,_0x413464:0x5bd,_0x73f7f9:0x57c,_0x3698af:0x58d,_0x33edc3:0x5c4,_0x3827da:0x56a,_0xd6fb95:0x2c8,_0xe0d921:0x26f,_0xc5289e:0x2e6,_0x41653e:0x523,_0x21c4cc:0x5a8,_0x53449f:0x567},_0x513483={_0x116e40:0x395};if(!cachedConfig)return null;function _0x197720(_0x4ce72f,_0x6dfef1,_0x3ae149,_0x5d7c1b){return _0x5dad(_0x4ce72f-0xf7,_0x6dfef1);}const _0x451b4f={};function _0xc77b41(_0x5cddd0,_0x36faf1,_0x4f6040,_0x254d57){return _0x5dad(_0x254d57-_0x513483._0x116e40,_0x5cddd0);}return _0x451b4f[_0xc77b41(_0x207631._0x65439a,0x541,0x56f,0x570)]=!![],_0x451b4f['display_na'+'me']=cachedConfig[_0xc77b41(_0x207631._0x56f69d,_0x207631._0x5031cc,_0x207631._0x11e43e,_0x207631._0x413464)+'me'],_0x451b4f[_0xc77b41(_0x207631._0x73f7f9,0x510,_0x207631._0x3698af,0x566)+_0xc77b41(_0x207631._0x33edc3,_0x207631._0x3827da,0x5c0,0x567)]=cachedConfig[_0x197720(_0x207631._0xd6fb95,_0x207631._0xe0d921,_0x207631._0xc5289e,0x2cf)+_0xc77b41(_0x207631._0x41653e,_0x207631._0x21c4cc,0x574,_0x207631._0x53449f)],_0x451b4f;}export function clearOidcCache(){const _0x59e3de={_0x1b962e:0xaa,_0x6be692:0x164,_0x4df2fc:0x10a,_0xa5f1a4:0x134,_0xf2c7d4:0xa9,_0x34120e:0x1a7,_0x386dab:0x174},_0x1b5c65={_0x543129:0x256};function _0x319263(_0x94e408,_0x2da07e,_0x1a9d95,_0x540f22){return _0x5dad(_0x94e408- -_0x1b5c65._0x543129,_0x1a9d95);}const _0x312730={};_0x312730[_0x4cd63c(-0x136,-_0x59e3de._0x1b962e,-_0x59e3de._0x6be692,-_0x59e3de._0x4df2fc)]=_0x4cd63c(-0x153,-0xe7,-0x18e,-_0x59e3de._0xa5f1a4)+_0x319263(-_0x59e3de._0x1b962e,-_0x59e3de._0xf2c7d4,-0xc5,-0xb1);const _0x39659b=_0x312730;function _0x4cd63c(_0x3a60de,_0x6632bb,_0xdbe957,_0x44a3b7){return _0x5dad(_0x44a3b7- -0x34c,_0xdbe957);}cachedConfig=null,cachedOidcConfig=null,stateStore[_0x4cd63c(-_0x59e3de._0x34120e,-0x1b1,-_0x59e3de._0x386dab,-0x18d)](),logger['info'](_0x39659b['QOivS']);}export async function reloadOidcConfig(){const _0x73db52={_0x2368e6:0x82,_0x15824a:0x10b,_0x449764:0xdf,_0x423512:0xc8,_0x23f779:0x17d,_0x1b38de:0x122},_0xbf6415={_0x4949a3:0x177},_0x3610f6={_0x29f571:0x114},_0x1f1ab9={'kFFiE':function(_0x4a7ad9){return _0x4a7ad9();}};function _0x3ac619(_0x18044f,_0x550103,_0x26ce4b,_0x48f7bc){return _0x5dad(_0x26ce4b- -_0x3610f6._0x29f571,_0x48f7bc);}function _0x8573ac(_0x1570a8,_0x5dad7d,_0x328562,_0x27f01c){return _0x5dad(_0x5dad7d- -_0xbf6415._0x4949a3,_0x1570a8);}return _0x1f1ab9[_0x8573ac(_0x73db52._0x2368e6,0xbf,_0x73db52._0x15824a,_0x73db52._0x449764)](clearOidcCache),await _0x1f1ab9[_0x3ac619(_0x73db52._0x423512,_0x73db52._0x23f779,_0x73db52._0x1b38de,0x10b)](loadOidcConfig);}export async function testOidcDiscovery(_0x376b50){const _0x5606f5={_0x385011:0x596,_0x1d812d:0x17a,_0x309c19:0x178,_0x1ee70f:0x138,_0x337cdf:0x21d,_0x56f69e:0x180,_0x4b4dbb:0x1d2,_0x3c5284:0x5fd,_0x5b53d8:0x510,_0xbdd33b:0x539,_0x54d77b:0x505,_0xf4c009:0x543,_0x38e35d:0x555,_0x575865:0x5bc,_0x1157c6:0x584,_0x5d280d:0x186,_0x2cb175:0x195,_0x2184b2:0x19b,_0x6064aa:0x59c,_0x2f5058:0x19f,_0x2e0cae:0x159,_0x1bea51:0x1ec,_0x4fbcee:0x12b,_0x20aac1:0x170,_0xdde599:0x5c0,_0x308ead:0x5dc,_0x340ff5:0x19b,_0x55d714:0x1e5,_0x27a58c:0x57d,_0x514221:0x59d,_0x2f0792:0x551,_0x493dc6:0x17d,_0x185b09:0x1f5,_0x5f4e0d:0x5c6,_0x417da8:0x61d,_0x3ac0dd:0x5d0,_0x12b9bf:0x18f,_0x3132b5:0x17c,_0x57abc2:0x19a,_0xe6ed2f:0x5fb,_0x4d070d:0x606,_0x43854b:0x5d6,_0x3d4813:0x5c1,_0x38ebff:0x133,_0x2a0ba2:0x184,_0x30d52e:0x19c,_0x55ebcb:0x5fb,_0x1928a0:0x5bb,_0x5222e6:0x546,_0x1c7b89:0x587,_0x58115d:0x1d0,_0x373ab4:0x21c,_0x13b9d4:0x545,_0x131522:0x57e,_0x544fca:0x187,_0x3d3cb1:0x168,_0x15d0a4:0x13e,_0x121427:0x1b4,_0x1cc282:0x1fd,_0x26a131:0x239,_0x5d7c91:0x5b4,_0x3f4efb:0x5af,_0x5679cc:0x243,_0x55e544:0x1d3,_0x4282f0:0x1a3,_0x2b9db1:0x576,_0x182218:0x57e,_0xf39f85:0x211,_0x53941f:0x218,_0x3823ca:0x246,_0x5dd68b:0x1ac,_0x18530b:0x24c,_0xb9bfee:0x55c},_0x2dd6a0={_0x1e2674:0x386},_0x49a74c={_0x3ef43b:0x3b0},_0x595994={'gDDCq':_0x5eac59(0x52c,_0x5606f5._0x385011,0x522,0x53f)+_0x46c205(-_0x5606f5._0x1d812d,-_0x5606f5._0x309c19,-0x15b,-_0x5606f5._0x1ee70f)+'onfigurati'+'on','UwlCH':function(_0xb7bc1f,_0xa3c4a){return _0xb7bc1f+_0xa3c4a;},'SDsEc':function(_0x642ecb,_0x2ff678,_0x2101a7){return _0x642ecb(_0x2ff678,_0x2101a7);},'uqzvj':_0x5eac59(0x5e6,0x590,0x541,0x591)+_0x46c205(-_0x5606f5._0x337cdf,-0x1d4,-_0x5606f5._0x56f69e,-_0x5606f5._0x4b4dbb),'cFwEk':_0x5eac59(0x5ad,_0x5606f5._0x3c5284,0x5f4,0x5ac),'gtkDE':_0x46c205(-0x115,-0x168,-0x175,-0x1ad)+_0x5eac59(0x504,0x581,_0x5606f5._0x5b53d8,_0x5606f5._0xbdd33b),'mECBp':function(_0x23d43d,_0x50feb9){return _0x23d43d>_0x50feb9;},'CjMqi':_0x5eac59(0x543,0x572,_0x5606f5._0x54d77b,_0x5606f5._0xf4c009)+_0x5eac59(_0x5606f5._0x38e35d,0x548,_0x5606f5._0x575865,_0x5606f5._0x1157c6)+'\x20discovery'+_0x46c205(-_0x5606f5._0x5d280d,-0x161,-_0x5606f5._0x2cb175,-0x158)};function _0x46c205(_0x37d0c2,_0x3a6253,_0x1bce03,_0x1628d0){return _0x5dad(_0x3a6253- -_0x49a74c._0x3ef43b,_0x1628d0);}function _0x5eac59(_0x43b40d,_0x24d87d,_0x2af390,_0x3d33d7){return _0x5dad(_0x3d33d7-_0x2dd6a0._0x1e2674,_0x24d87d);}try{const _0x1a5f2a=new URL(_0x595994[_0x46c205(-0x185,-0x199,-_0x5606f5._0x2184b2,-0x154)],_0x376b50['endsWith']('/')?_0x376b50:_0x595994[_0x5eac59(0x5cb,0x5fc,0x588,_0x5606f5._0x6064aa)](_0x376b50,'/')),_0x5e2c9b=await _0x595994[_0x46c205(-0x15a,-_0x5606f5._0x2f5058,-_0x5606f5._0x2e0cae,-_0x5606f5._0x1bea51)](fetch,_0x1a5f2a[_0x46c205(-_0x5606f5._0x4fbcee,-0x18c,-0x16e,-_0x5606f5._0x20aac1)],{'headers':{'Accept':_0x595994[_0x5eac59(_0x5606f5._0xdde599,_0x5606f5._0x308ead,0x630,0x5d8)]},'signal':AbortSignal[_0x46c205(-0x1f7,-_0x5606f5._0x340ff5,-_0x5606f5._0x55d714,-_0x5606f5._0x20aac1)](-0x81c+-0x1528*-0x1+0x1a04)});if(!_0x5e2c9b['ok']){const _0x73f9da={};return _0x73f9da[_0x5eac59(0x598,_0x5606f5._0x27a58c,_0x5606f5._0x514221,0x57e)]=![],_0x73f9da[_0x5eac59(0x51b,0x51c,0x590,_0x5606f5._0x2f0792)]=_0x46c205(-0x19a,-0x1bc,-_0x5606f5._0x493dc6,-_0x5606f5._0x185b09)+_0x5eac59(_0x5606f5._0x5f4e0d,_0x5606f5._0x417da8,_0x5606f5._0x3ac0dd,0x5cb)+_0x46c205(-0x1a2,-_0x5606f5._0x12b9bf,-0x1b6,-0x17e)+_0x5e2c9b['status']+':\x20'+_0x5e2c9b['statusText'],_0x73f9da;}const _0x2eb5c8=await _0x5e2c9b['json'](),_0x2e4a5d=[_0x595994[_0x46c205(-0x159,-0x1a9,-_0x5606f5._0x3132b5,-_0x5606f5._0x57abc2)],_0x5eac59(0x5df,_0x5606f5._0xe6ed2f,_0x5606f5._0x4d070d,_0x5606f5._0x43854b)+_0x5eac59(0x612,0x5a0,_0x5606f5._0x385011,_0x5606f5._0x3d4813)+'nt',_0x595994['gtkDE']],_0x331fe6=_0x2e4a5d['filter'](_0x2d5582=>!_0x2eb5c8[_0x2d5582]);if(_0x595994[_0x46c205(-_0x5606f5._0x38ebff,-_0x5606f5._0x2a0ba2,-_0x5606f5._0x30d52e,-0x175)](_0x331fe6[_0x5eac59(_0x5606f5._0x5f4e0d,_0x5606f5._0x55ebcb,0x5e9,_0x5606f5._0x1928a0)],0x1d9d+0x21b0+-0xca9*0x5))return{'success':![],'error':'Discovery\x20'+'response\x20m'+'issing\x20req'+_0x5eac59(0x594,_0x5606f5._0x5222e6,0x585,_0x5606f5._0x1c7b89)+_0x46c205(-_0x5606f5._0x58115d,-0x1e4,-0x1ba,-_0x5606f5._0x373ab4)+_0x331fe6['join'](',\x20')};const _0x2242c1={};return _0x2242c1[_0x5eac59(0x553,0x574,_0x5606f5._0x13b9d4,_0x5606f5._0x131522)]=!![],_0x2242c1[_0x46c205(-0x1ad,-0x18a,-0x1cc,-0x16b)]=_0x2eb5c8[_0x5eac59(0x59d,0x600,0x5fc,0x5ac)],_0x2242c1['authorizat'+'ion_endpoi'+'nt']=_0x2eb5c8[_0x5eac59(0x5cb,0x59c,0x5b7,0x5d6)+'ion_endpoi'+'nt'],_0x2242c1[_0x46c205(-_0x5606f5._0x544fca,-_0x5606f5._0x3d3cb1,-_0x5606f5._0x15d0a4,-_0x5606f5._0x121427)+_0x46c205(-0x1e6,-_0x5606f5._0x1cc282,-_0x5606f5._0x26a131,-0x1c6)]=_0x2eb5c8[_0x5eac59(_0x5606f5._0x5d7c91,0x62b,_0x5606f5._0x3f4efb,0x5ce)+_0x46c205(-_0x5606f5._0x5679cc,-0x1fd,-0x1ea,-0x25c)],_0x2242c1['scopes_sup'+_0x46c205(-0x140,-0x181,-_0x5606f5._0x55e544,-0x1e2)]=_0x2eb5c8[_0x46c205(-_0x5606f5._0x12b9bf,-0x18b,-0x1a2,-_0x5606f5._0x4282f0)+_0x5eac59(0x5f2,_0x5606f5._0x2b9db1,0x5f4,0x5b5)]||[],_0x2242c1;}catch(_0x306182){const _0x9c56fe={};return _0x9c56fe[_0x5eac59(0x5d0,_0x5606f5._0x385011,0x55c,_0x5606f5._0x182218)]=![],_0x9c56fe[_0x46c205(-_0x5606f5._0x1bea51,-0x1e5,-_0x5606f5._0xf39f85,-_0x5606f5._0x53941f)]=_0x306182[_0x46c205(-_0x5606f5._0x3823ca,-0x20d,-_0x5606f5._0x5dd68b,-_0x5606f5._0x18530b)]||_0x595994[_0x5eac59(0x5ae,0x57d,0x51b,_0x5606f5._0xb9bfee)],_0x9c56fe;}}
|
|
1
|
+
(function(_0x273441,_0x399cc1){const _0x30aeab={_0x904b6b:0xd9,_0x5000f8:0xec,_0x52b5d8:0xb8,_0x146d3b:0x15a,_0x23f9d2:0x16d,_0x33668a:0x18e,_0x116287:0xd7,_0x3164bf:0xb5,_0x5b35a1:0x100,_0x1fb818:0x14f,_0x443ac7:0x15f,_0xf923e0:0x11a,_0x3c5ab7:0xb8,_0x4744e8:0xb3,_0x210e62:0x10e},_0xdf270={_0x529aee:0x8};function _0x528e10(_0x133089,_0x2221b8,_0x2e6200,_0x2d253a){return _0x5df2(_0x2e6200- -0x11,_0x2d253a);}function _0x39fff3(_0x31bca0,_0x8127c4,_0x228571,_0x2c0b05){return _0x5df2(_0x2c0b05-_0xdf270._0x529aee,_0x8127c4);}const _0x37f55f=_0x273441();while(!![]){try{const _0x388e80=parseInt(_0x39fff3(_0x30aeab._0x904b6b,0xca,0xd1,0x117))/(0x131*-0x1d+-0x1*-0x36f+0x1f1f)*(parseInt(_0x528e10(0xd1,0x119,_0x30aeab._0x5000f8,_0x30aeab._0x52b5d8))/(0xf*-0x40+0x1bce+0x2*-0xc06))+parseInt(_0x528e10(0x1ad,0x19a,_0x30aeab._0x146d3b,_0x30aeab._0x23f9d2))/(-0x14c3+-0x1511+0x29d7)+parseInt(_0x39fff3(_0x30aeab._0x33668a,0x15a,_0x30aeab._0x116287,0x135))/(-0xc4d*-0x3+0x7d*-0x4c+0x39)*(parseInt(_0x528e10(_0x30aeab._0x3164bf,0xb1,0x105,_0x30aeab._0x5b35a1))/(-0x3*-0x7a7+0xdf*-0x5+-0x1295))+-parseInt(_0x528e10(0x167,0x1a6,0x155,_0x30aeab._0x1fb818))/(0x26a6+0x1*0x5ae+-0x2c4e)+-parseInt(_0x39fff3(0x11c,0x15f,0x163,0x14a))/(-0xd73*0x1+-0x34*0x15+0x1*0x11be)*(-parseInt(_0x528e10(0x11a,0x12b,0xfa,0x132))/(-0x24f1+-0x4*0x4f4+0x38c9*0x1))+parseInt(_0x39fff3(0x17e,_0x30aeab._0x443ac7,0x151,_0x30aeab._0xf923e0))/(0x18ab+0x9*0x332+0x3*-0x11cc)+-parseInt(_0x39fff3(0x163,_0x30aeab._0x3c5ab7,_0x30aeab._0x4744e8,_0x30aeab._0x210e62))/(0x377*0x7+0xa*0x14a+-0x1*0x251b);if(_0x388e80===_0x399cc1)break;else _0x37f55f['push'](_0x37f55f['shift']());}catch(_0x4cf8c9){_0x37f55f['push'](_0x37f55f['shift']());}}}(_0x29dd,-0x269*-0x3ea+-0xa3*0x15a3+0x11181b));import*as _0x2a882b from'openid-client';import{promises as _0x1093c8}from'fs';import _0x31a3ca from'path';import _0x3b0f5e from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(-0x2540+0xc88*0x2+0xc3a)*(0x17a7*0x1+0x137e+-0x2ae9)*(-0xd*-0x223+-0x185f+0x80);setInterval(()=>{const _0x407672={_0x5dade6:0x244,_0x5098c7:0x25e,_0x595c64:0x203,_0x22ec79:0x1b6,_0x469ae0:0x279,_0x5a30af:0x2aa,_0x59e66f:0x2de,_0x2f6c81:0x2b4,_0x18bce2:0x237,_0x4cea5f:0x26e,_0x3a4fe3:0x366,_0x53de5c:0x31c,_0x407e7a:0x301,_0x417956:0x323,_0x2d9290:0x1f7,_0x4caab4:0x209,_0x15edc3:0x20c,_0x225fe4:0x295,_0x554088:0x24a},_0x330847={_0x151b63:0x123},_0x32c4fa={};function _0x5ca85b(_0x158339,_0x45c4c1,_0x468b24,_0x5327c8){return _0x5df2(_0x158339-_0x330847._0x151b63,_0x5327c8);}function _0x2b184b(_0x4390cb,_0x4ed0f9,_0x2df9fa,_0x37ba7e){return _0x5df2(_0x4ed0f9- -0x3df,_0x4390cb);}_0x32c4fa[_0x5ca85b(0x1f6,0x218,0x21d,_0x407672._0x5dade6)]=_0x2b184b(-_0x407672._0x5098c7,-0x2aa,-0x2eb,-0x261),_0x32c4fa[_0x5ca85b(_0x407672._0x595c64,_0x407672._0x22ec79,0x1a4,0x230)]=function(_0x2fb1ff,_0x180380){return _0x2fb1ff>_0x180380;},_0x32c4fa['JzxsA']=function(_0x23ee0a,_0x37effc){return _0x23ee0a-_0x37effc;};const _0x1a3893=_0x32c4fa,_0x3304e1=Date['now']();for(const [_0x1a7c9c,_0x5b893e]of stateStore['entries']()){if(_0x1a3893['qbeOJ']===_0x2b184b(-_0x407672._0x469ae0,-_0x407672._0x5a30af,-0x288,-0x27f))_0x1a3893[_0x5ca85b(_0x407672._0x595c64,0x22e,0x225,0x22f)](_0x1a3893[_0x2b184b(-_0x407672._0x59e66f,-0x2b9,-_0x407672._0x2f6c81,-0x314)](_0x3304e1,_0x5b893e[_0x5ca85b(0x285,_0x407672._0x18bce2,_0x407672._0x4cea5f,0x2ca)]),STATE_TTL)&&stateStore[_0x2b184b(-_0x407672._0x3a4fe3,-_0x407672._0x53de5c,-_0x407672._0x407e7a,-_0x407672._0x417956)](_0x1a7c9c);else throw new _0x34fd6b('Invalid\x20or'+_0x5ca85b(0x23b,_0x407672._0x2d9290,_0x407672._0x4caab4,_0x407672._0x15edc3)+'tate\x20param'+_0x2b184b(-0x2f4,-_0x407672._0x225fe4,-0x240,-_0x407672._0x554088));}},(0x1ff3*0x1+0x589+-0x2577)*(0x1b7*0x2+-0x88*0xd+0x3b6)*(0x202f+0x351+-0x1f98))[_0x14cb53(0x14a,0x146,0x1de,0x181)]();let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x115c26={_0x5e2cd9:0x197,_0x685c62:0x164,_0x2be350:0x1e5,_0x1373bf:0x1c6,_0x8fd587:0x220,_0x32a67d:0x1ea,_0x6b6e6d:0x17c,_0x50cadf:0x180,_0x51892c:0x19a,_0x17c82a:0x2eb,_0x28a6c4:0x346,_0x301b0b:0x2fe,_0x35c4d5:0x356,_0x5b7a05:0x2aa,_0x42fc09:0x301,_0x76ef42:0x2dc,_0x580b54:0x31d,_0x400073:0x1b5,_0x494d13:0x37c,_0x180899:0x2d6,_0x2bc11c:0x2a8,_0x48eb63:0x2d1,_0x385f51:0x195,_0x5ed075:0x1c1,_0x1804f9:0x225,_0x98be78:0x30c,_0x1acc0b:0x208,_0x2c72d3:0x214,_0x45a867:0x25f,_0x4b2ffa:0x2e9,_0x3fe6cc:0x2c0,_0x24ced4:0x2a3,_0x473544:0x2e5,_0x37d7ab:0x2c1,_0x3dd76d:0x1cd,_0x2a0982:0x1ed,_0x52a466:0x226,_0x2d3f15:0x257,_0x6d0645:0x20a,_0xcb2721:0x1f5,_0x8687c5:0x212,_0x5e257a:0x228,_0x3ef76f:0x1cf,_0x15dca5:0x259,_0x52cd10:0x25e,_0x1e7a31:0x221,_0x301b42:0x22a,_0x28e0c4:0x2f4,_0x14f7c8:0x2f8,_0x2ba9bb:0x310,_0x5972dd:0x304,_0x58d45f:0x2c6,_0x2d01b1:0x2d5,_0x5d50f8:0x1c4,_0x16591a:0x21a,_0x10ca85:0x230,_0x1d27b6:0x29b,_0x31787d:0x292,_0x4d35c5:0x2ce,_0x5cb6a7:0x2ee,_0x4c0c07:0x2e8,_0x3601b6:0x28d,_0x13efbb:0x300,_0x4c1592:0x2c2,_0x287fe8:0x28a,_0x3cee55:0x2ec,_0x47e3f0:0x31a,_0x479263:0x250,_0x41f8f4:0x1cf,_0x1feed6:0x218,_0x561c30:0x247,_0x26c2ac:0x304,_0x24fec6:0x35b,_0x289e48:0x1b8,_0x2777b6:0x1db,_0x23661e:0x210,_0x3e233f:0x1ae,_0x34a5fd:0x1f8,_0x9c3b3d:0x33d,_0x45082a:0x32f,_0x4ddd11:0x313,_0x32c517:0x26a,_0x1f1525:0x1f7,_0x4475ad:0x1e2,_0x1d7e05:0x206,_0x3effb1:0x2a5,_0x441495:0x243,_0x2fc7f8:0x208,_0x5c37d7:0x2c4,_0x4535f9:0x2aa,_0x3a2af7:0x221,_0x419d86:0x241,_0x465d7f:0x266,_0x2a5e7b:0x206,_0x1b84a8:0x224,_0x5a9259:0x32e,_0x4b9b97:0x33f,_0x2ac08a:0x1d0,_0x2efc71:0x17e,_0x458b18:0x2e1,_0x281f6a:0x258,_0x4af261:0x2aa,_0x45ea52:0x24a,_0x202a54:0x288,_0x5aac41:0x2c5,_0x11b6b0:0x2d6,_0x355d9c:0x2a4,_0x249ee1:0x2bc,_0x49782a:0x336,_0x7491c1:0x2e4,_0x4f75d4:0x33a,_0x28dcd3:0x29c,_0x2c3b78:0x19f,_0x35a533:0x1fa,_0x5a891f:0x1dd,_0x1104dc:0x204,_0x4cc68e:0x1f4,_0x19ca1c:0x1a8,_0x14dbe6:0x1b4,_0x1f8fb2:0x1e2,_0x5085e6:0x17c,_0x25229d:0x303,_0x22db2d:0x2a5,_0x45ddbc:0x1c0,_0x2b4869:0x2ef,_0x104b4b:0x36d,_0x3cd6f7:0x31f,_0x269514:0x2eb,_0x5c1497:0x2e4,_0x14470a:0x290,_0x57c0f0:0x2e0,_0x28b13f:0x236,_0x2dbfae:0x276,_0x4fa0a5:0x1aa,_0x4186a2:0x176,_0x5b6706:0x283,_0x5cd6a9:0x1b3,_0x186e7a:0x1c7,_0x183447:0x24b,_0x43d0c8:0x24f,_0x418424:0x2ad,_0x289474:0x1ea,_0x4ca702:0x307,_0x3bcd51:0x360,_0x11f58d:0x38a,_0x45eb68:0x2b9,_0x2b886e:0x2b1,_0x1f70ad:0x25c,_0x2e8bf4:0x263,_0x47b4fb:0x2db,_0x4a106d:0x202,_0x16f362:0x1bb,_0x182d02:0x266,_0x7efa37:0x194,_0x3e5742:0x1c9,_0x54e74e:0x231,_0x1c5c14:0x2c7,_0x18bc44:0x2e6,_0xbb6580:0x341,_0x58cc33:0x2fc,_0x26d8ec:0x240,_0x3143f4:0x31c,_0x1f4c45:0x1a4,_0x237dcf:0x201,_0x2da23f:0x24c,_0x54bf26:0x2f0,_0x2d96bb:0x289,_0x2eb791:0x2df,_0x53b5f3:0x27c,_0x4dbe11:0x188,_0x56e590:0x1d6,_0x4105c4:0x221,_0x195b4c:0x238,_0xccef95:0x322,_0x2c2ef4:0x305,_0x4e8696:0x347,_0x2137f8:0x28d,_0x57493b:0x26e,_0x4a500a:0x229,_0x433cb4:0x1e9,_0x42b885:0x231,_0x55bac1:0x1e6,_0x449ec2:0x1fe,_0x185f91:0x30b,_0x140287:0x31b,_0x202d94:0x34e,_0x18ba2a:0x306,_0x864722:0x32e,_0x1332b0:0x287,_0x160202:0x1c5,_0x2003fa:0x224,_0x1e5171:0x26d,_0x86f19b:0x1b9,_0x2e7791:0x1a5},_0x14103d={_0x12f41b:0x1a9},_0x2c1aca={_0x324cf2:0x1d2,_0x1ffb3b:0x196},_0x1d51bb={};_0x1d51bb[_0x1a5caa(_0x115c26._0x5e2cd9,_0x115c26._0x685c62,0x1ac,_0x115c26._0x2be350)]=_0x1a5caa(0x1d0,_0x115c26._0x1373bf,_0x115c26._0x8fd587,_0x115c26._0x32a67d),_0x1d51bb[_0x1a5caa(0x172,0x15b,0x1a3,_0x115c26._0x6b6e6d)]=function(_0x1ad787,_0x1d8685){return _0x1ad787!==_0x1d8685;},_0x1d51bb['YTKCx']=_0x1a5caa(0x15c,_0x115c26._0x50cadf,_0x115c26._0x51892c,0x1ed),_0x1d51bb[_0x25ead5(_0x115c26._0x17c82a,_0x115c26._0x28a6c4,_0x115c26._0x301b0b,_0x115c26._0x35c4d5)]=_0x25ead5(0x2f6,_0x115c26._0x5b7a05,0x299,0x2e2),_0x1d51bb[_0x25ead5(0x2fe,_0x115c26._0x42fc09,_0x115c26._0x76ef42,_0x115c26._0x580b54)]=_0x1a5caa(0x1b2,0x199,_0x115c26._0x400073,0x16a)+'ntication\x20'+'is\x20disable'+_0x25ead5(0x359,_0x115c26._0x494d13,0x332,0x34f)+'guration',_0x1d51bb['EzDcg']=_0x25ead5(_0x115c26._0x180899,0x2ee,0x293,0x2d2),_0x1d51bb[_0x25ead5(0x2c5,0x2a8,_0x115c26._0x2bc11c,_0x115c26._0x48eb63)]=_0x1a5caa(_0x115c26._0x385f51,_0x115c26._0x5ed075,0x1c3,0x1d0),_0x1d51bb['PilLF']='MioKj',_0x1d51bb[_0x1a5caa(0x1e4,0x182,0x1df,_0x115c26._0x1804f9)]='omrGO',_0x1d51bb['QopmS']=_0x25ead5(0x2b5,0x2f3,_0x115c26._0x98be78,0x2d8),_0x1d51bb[_0x1a5caa(_0x115c26._0x1acc0b,_0x115c26._0x2c72d3,0x205,_0x115c26._0x45a867)]=_0x25ead5(_0x115c26._0x4b2ffa,_0x115c26._0x3fe6cc,_0x115c26._0x24ced4,_0x115c26._0x473544),_0x1d51bb['ZvNFh']=_0x25ead5(0x373,0x327,0x31d,_0x115c26._0x37d7ab),_0x1d51bb[_0x1a5caa(_0x115c26._0x3dd76d,0x23a,_0x115c26._0x2a0982,_0x115c26._0x52a466)]=_0x1a5caa(0x2b7,0x2a5,_0x115c26._0x2d3f15,_0x115c26._0x6d0645),_0x1d51bb[_0x1a5caa(_0x115c26._0xcb2721,0x1dc,0x222,0x1e2)]=_0x1a5caa(_0x115c26._0x8687c5,0x213,_0x115c26._0x5e257a,_0x115c26._0x3ef76f);function _0x25ead5(_0xe3e03e,_0x4835fa,_0x38411c,_0x4b1dd0){return _0x14cb53(_0x4b1dd0,_0x4835fa-_0x2c1aca._0x324cf2,_0x38411c-0x152,_0x38411c-_0x2c1aca._0x1ffb3b);}_0x1d51bb['rfSbd']=function(_0x470004,_0x9d88fe){return _0x470004!==_0x9d88fe;},_0x1d51bb[_0x25ead5(_0x115c26._0x15dca5,0x2d5,0x2bc,_0x115c26._0x52cd10)]=_0x1a5caa(0x298,0x261,0x245,0x28f),_0x1d51bb[_0x1a5caa(0x204,_0x115c26._0x2be350,_0x115c26._0x1e7a31,_0x115c26._0x301b42)]=function(_0x1d86cd,_0x355561){return _0x1d86cd===_0x355561;};function _0x1a5caa(_0x2ce57c,_0x2d4f9f,_0x463c08,_0xf3e88e){return _0x14cb53(_0xf3e88e,_0x2d4f9f-_0x14103d._0x12f41b,_0x463c08-0x92,_0x463c08-0xb0);}_0x1d51bb['odFgW']=_0x25ead5(0x2e9,_0x115c26._0x28e0c4,0x2de,_0x115c26._0x14f7c8),_0x1d51bb[_0x25ead5(_0x115c26._0x2ba9bb,0x2bf,_0x115c26._0x5972dd,0x2dd)]=_0x25ead5(_0x115c26._0x58d45f,0x2c4,0x322,_0x115c26._0x2d01b1)+'nfiguratio'+'n\x20file\x20fou'+'nd';const _0x298e80=_0x1d51bb,_0x17e59d=_0x31a3ca[_0x1a5caa(0x21d,0x19e,_0x115c26._0x5d50f8,_0x115c26._0x16591a)](DATA_DIR,_0x298e80[_0x25ead5(_0x115c26._0x10ca85,_0x115c26._0x1d27b6,_0x115c26._0x31787d,_0x115c26._0x4d35c5)]);try{if(_0x298e80['tZpmU'](_0x298e80['YTKCx'],_0x298e80[_0x1a5caa(0x206,0x1f9,0x223,0x255)]))throw new _0x1ba636('Missing\x20re'+_0x25ead5(_0x115c26._0x5cb6a7,_0x115c26._0x4c0c07,_0x115c26._0x3601b6,0x2e1)+_0x25ead5(0x302,_0x115c26._0x13efbb,0x305,0x331)+_0x25ead5(_0x115c26._0x3fe6cc,0x32a,0x30f,_0x115c26._0x4c1592)+_0x25ead5(0x309,_0x115c26._0x287fe8,_0x115c26._0x3cee55,_0x115c26._0x47e3f0)+_0x33261d);else{const _0x38e214=await _0x1093c8[_0x1a5caa(0x206,0x232,_0x115c26._0x479263,0x299)](_0x17e59d,_0x298e80[_0x1a5caa(0x210,_0x115c26._0x41f8f4,_0x115c26._0x1feed6,_0x115c26._0x561c30)]),_0x122fc8=JSON[_0x25ead5(_0x115c26._0x26c2ac,_0x115c26._0x24fec6,0x319,0x369)](_0x38e214);if(!_0x122fc8[_0x1a5caa(_0x115c26._0x289e48,0x231,_0x115c26._0x2777b6,0x1bd)])return logger[_0x1a5caa(_0x115c26._0x23661e,0x160,_0x115c26._0x3e233f,_0x115c26._0x34a5fd)](_0x298e80[_0x25ead5(_0x115c26._0x9c3b3d,0x2ec,0x2dc,0x2a3)]),null;const _0x51e484=[_0x298e80[_0x25ead5(0x334,_0x115c26._0x45082a,_0x115c26._0x4ddd11,0x35e)],_0x298e80['pcPLs']];for(const _0x4e25a0 of _0x51e484){if(!_0x122fc8[_0x4e25a0]){if(_0x298e80['tZpmU'](_0x298e80['PilLF'],_0x298e80[_0x1a5caa(_0x115c26._0x32c517,_0x115c26._0x5d50f8,0x20f,0x25d)]))throw new _0xeaa118(_0x1a5caa(_0x115c26._0x1f1525,0x20c,_0x115c26._0x4475ad,_0x115c26._0x1d7e05)+'read\x20OIDC\x20'+_0x25ead5(0x293,0x27b,_0x115c26._0x3effb1,0x2a5)+_0x1a5caa(_0x115c26._0x441495,0x1cc,_0x115c26._0x2fc7f8,_0x115c26._0x2fc7f8)+_0x2a8665+':\x20'+_0x4c245b[_0x25ead5(0x2b8,0x258,0x296,_0x115c26._0x5c37d7)]);else throw new Error(_0x25ead5(_0x115c26._0x4535f9,0x27d,0x2d7,0x284)+'quired\x20OID'+_0x1a5caa(0x24d,_0x115c26._0x3a2af7,0x21f,0x217)+_0x1a5caa(_0x115c26._0x2c72d3,_0x115c26._0x419d86,0x229,_0x115c26._0x465d7f)+_0x1a5caa(0x1e7,0x256,_0x115c26._0x2a5e7b,0x257)+_0x4e25a0);}}if(!_0x122fc8['client_sec'+'ret']&&_0x122fc8[_0x25ead5(0x374,0x356,0x32e,0x2f8)+'ret_file']){const _0x1ba6d1=_0x31a3ca[_0x1a5caa(_0x115c26._0x1b84a8,0x20c,0x20c,0x1a9)](_0x122fc8[_0x25ead5(_0x115c26._0x13efbb,0x34b,_0x115c26._0x5a9259,_0x115c26._0x4b9b97)+_0x1a5caa(0x1a6,0x206,_0x115c26._0x2ac08a,_0x115c26._0x2efc71)])?_0x122fc8[_0x25ead5(_0x115c26._0x458b18,0x355,_0x115c26._0x5a9259,0x327)+_0x25ead5(0x28b,_0x115c26._0x281f6a,0x2b6,0x2ed)]:_0x31a3ca[_0x25ead5(0x309,0x254,_0x115c26._0x4af261,_0x115c26._0x45ea52)](DATA_DIR,'.secrets',_0x122fc8[_0x25ead5(0x32c,0x2d4,_0x115c26._0x5a9259,0x392)+'ret_file']);try{if(_0x298e80[_0x25ead5(0x278,_0x115c26._0x202a54,_0x115c26._0x5aac41,_0x115c26._0x11b6b0)]!==_0x298e80[_0x25ead5(0x2b7,0x2c6,0x29d,0x2a6)])_0x122fc8[_0x1a5caa(_0x115c26._0x355d9c,_0x115c26._0x3effb1,0x248,_0x115c26._0x8687c5)+_0x25ead5(_0x115c26._0x249ee1,_0x115c26._0x4c1592,0x29c,_0x115c26._0x287fe8)]=(await _0x1093c8[_0x25ead5(0x345,0x326,_0x115c26._0x49782a,_0x115c26._0x5a9259)](_0x1ba6d1,_0x298e80[_0x25ead5(0x2c3,_0x115c26._0x7491c1,_0x115c26._0x301b0b,_0x115c26._0x4f75d4)]))[_0x25ead5(0x2ba,0x28f,0x2d6,_0x115c26._0x28dcd3)]();else{_0x375253[_0x1a5caa(_0x115c26._0x5e2cd9,0x13f,_0x115c26._0x2c3b78,0x1fd)]('Failed\x20to\x20'+_0x1a5caa(_0x115c26._0x35a533,_0x115c26._0x5a891f,_0x115c26._0x1104dc,_0x115c26._0x4cc68e)+_0x1a5caa(0x1c2,0x15d,0x19b,_0x115c26._0x400073)+'er',_0x2e9965);throw _0x392ef4;}}catch(_0xb7b313){throw new Error(_0x1a5caa(_0x115c26._0x19ca1c,_0x115c26._0x14dbe6,_0x115c26._0x1f8fb2,0x23b)+_0x1a5caa(0x1b8,0x1cd,_0x115c26._0x5a891f,_0x115c26._0x5085e6)+_0x25ead5(_0x115c26._0x249ee1,_0x115c26._0x25229d,_0x115c26._0x22db2d,0x2c0)+_0x1a5caa(_0x115c26._0x45ddbc,0x232,_0x115c26._0x1acc0b,0x267)+_0x1ba6d1+':\x20'+_0xb7b313[_0x25ead5(0x2b4,_0x115c26._0x2b4869,0x296,0x2b2)]);}}_0x122fc8[_0x25ead5(0x344,_0x115c26._0x104b4b,_0x115c26._0x3cd6f7,0x2e2)]=_0x122fc8['scopes']||[_0x298e80[_0x25ead5(0x2d9,0x305,_0x115c26._0x269514,_0x115c26._0x5c1497)],_0x298e80[_0x25ead5(0x2fa,0x2ed,0x2e9,0x311)],_0x298e80['bxsKi']],_0x122fc8[_0x25ead5(0x29d,_0x115c26._0x249ee1,_0x115c26._0x14470a,_0x115c26._0x57c0f0)+_0x1a5caa(0x1f9,0x21e,_0x115c26._0x28b13f,0x1e1)]=_0x298e80[_0x25ead5(_0x115c26._0x2dbfae,0x250,0x289,0x267)](_0x122fc8[_0x1a5caa(0x1fd,0x1fc,_0x115c26._0x4fa0a5,_0x115c26._0x4186a2)+_0x1a5caa(0x283,_0x115c26._0x6d0645,_0x115c26._0x28b13f,_0x115c26._0x5b6706)],![]),_0x122fc8[_0x1a5caa(_0x115c26._0x5cd6a9,0x1fa,_0x115c26._0x186e7a,0x202)+'le']=_0x122fc8[_0x25ead5(_0x115c26._0x183447,_0x115c26._0x43d0c8,_0x115c26._0x418424,0x2c2)+'le']||_0x298e80[_0x1a5caa(0x1c7,_0x115c26._0x289474,0x222,0x26d)],_0x122fc8[_0x25ead5(0x363,0x35a,0x30d,_0x115c26._0x4ca702)+_0x25ead5(_0x115c26._0x3bcd51,0x36d,0x342,_0x115c26._0x11f58d)]=_0x122fc8['allow_loca'+_0x1a5caa(_0x115c26._0x45eb68,_0x115c26._0x2b886e,_0x115c26._0x1f70ad,_0x115c26._0x2e8bf4)]!==![],_0x122fc8['display_na'+'me']=_0x122fc8[_0x25ead5(_0x115c26._0x47b4fb,0x352,_0x115c26._0x4f75d4,0x398)+'me']||'Sign\x20in\x20wi'+_0x1a5caa(_0x115c26._0x4a106d,0x1f0,0x1e4,_0x115c26._0x8687c5),cachedConfig=_0x122fc8;const _0x2549bb={};return _0x2549bb[_0x1a5caa(_0x115c26._0x16f362,0x1b2,0x1c3,0x1ae)]=_0x122fc8['issuer'],_0x2549bb[_0x25ead5(_0x115c26._0x182d02,0x2bf,_0x115c26._0x287fe8,0x259)]=_0x122fc8['client_id'],_0x2549bb['autoProvis'+_0x1a5caa(_0x115c26._0x7efa37,_0x115c26._0x3e5742,0x1ea,_0x115c26._0x54e74e)]=_0x122fc8[_0x25ead5(_0x115c26._0x1c5c14,0x24a,_0x115c26._0x14470a,0x2b9)+_0x25ead5(0x2e3,0x310,0x31c,_0x115c26._0x18bc44)],_0x2549bb[_0x25ead5(_0x115c26._0xbb6580,0x2d6,_0x115c26._0x58cc33,0x33b)+_0x1a5caa(_0x115c26._0x26d8ec,0x277,0x225,0x1c3)]=_0x122fc8[_0x25ead5(_0x115c26._0x3143f4,_0x115c26._0x473544,0x30d,0x306)+'l_auth'],logger['info'](_0x1a5caa(0x1f8,_0x115c26._0x1f4c45,_0x115c26._0x237dcf,_0x115c26._0x2da23f)+'guration\x20l'+_0x25ead5(_0x115c26._0x54bf26,0x287,0x2a2,_0x115c26._0x2d96bb),_0x2549bb),_0x122fc8;}}catch(_0x4c2094){if(_0x298e80[_0x25ead5(0x317,_0x115c26._0x4ca702,_0x115c26._0x2eb791,_0x115c26._0x53b5f3)](_0x298e80[_0x1a5caa(0x1e7,_0x115c26._0x4dbe11,_0x115c26._0x56e590,_0x115c26._0x4105c4)],_0x298e80[_0x1a5caa(_0x115c26._0x5e2cd9,0x1e0,_0x115c26._0x56e590,0x204)])){if(!_0x5a837e[_0xb1a149])throw new _0x4f370e('Missing\x20re'+_0x25ead5(0x2d3,_0x115c26._0x195b4c,_0x115c26._0x3601b6,_0x115c26._0x2e8bf4)+_0x25ead5(_0x115c26._0xccef95,_0x115c26._0x48eb63,_0x115c26._0x2c2ef4,_0x115c26._0x4e8696)+_0x1a5caa(_0x115c26._0x2137f8,_0x115c26._0x57493b,_0x115c26._0x4a500a,_0x115c26._0x433cb4)+'d:\x20'+_0x32330f);}else{if(_0x298e80[_0x25ead5(0x354,0x2ff,0x307,0x332)](_0x4c2094[_0x1a5caa(0x1ca,_0x115c26._0x42b885,_0x115c26._0x55bac1,_0x115c26._0x449ec2)],_0x298e80['odFgW'])){const _0x18a747={};return _0x18a747[_0x25ead5(0x2eb,0x335,0x302,_0x115c26._0x185f91)]=_0x17e59d,logger[_0x25ead5(0x368,0x335,_0x115c26._0x140287,_0x115c26._0x202d94)](_0x298e80[_0x25ead5(_0x115c26._0x42fc09,_0x115c26._0x18ba2a,0x304,_0x115c26._0x864722)],_0x18a747),null;}logger['error']('Failed\x20to\x20'+_0x1a5caa(_0x115c26._0x1332b0,_0x115c26._0x160202,_0x115c26._0x2003fa,_0x115c26._0x1e5171)+_0x1a5caa(0x1a8,_0x115c26._0x86f19b,_0x115c26._0x2e7791,0x17c)+_0x1a5caa(0x1db,0x22b,0x1ea,0x20d),_0x4c2094);throw _0x4c2094;}}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x42e6c4){const _0x5759b8={_0x39396:0x18b,_0x160348:0x156,_0x19a06e:0x109,_0xe84aee:0x14e,_0x5f47ac:0x199,_0x2fe498:0x136,_0x5562e3:0x194,_0x4032dc:0x158,_0x36e9f0:0xd6,_0x2567b1:0xa0,_0x354426:0x1be,_0x4841aa:0x1e7,_0x1dd052:0x197,_0x5cfd33:0x103,_0x43b1e9:0xe4,_0x7abfb:0x190,_0x4c6d09:0x1e3,_0x2c0675:0x1eb,_0x4b86fd:0x198,_0x2ab6f0:0x1c8,_0x2a5bcb:0x140,_0x28fc3c:0x16e,_0x3ec28c:0x16f,_0x36aad4:0xec,_0x59432e:0x105,_0x172ea7:0x101,_0x23ea61:0xb4,_0x1ee627:0xc0,_0x585409:0x152,_0x5cf580:0x13e,_0x5f36f0:0x160,_0x273c86:0xc9,_0xb35864:0x7a,_0x142e9d:0x125,_0x44d99d:0x94,_0x2d4907:0x39,_0x5afd86:0xac,_0x3be91f:0xdb,_0x2ab23e:0x94,_0x66cd88:0x7a,_0x2858e8:0x37,_0x1d6255:0xc6,_0x8df934:0x1cf,_0x31ce52:0x1e4,_0x568a92:0x1e4,_0x5128f0:0x1a4,_0x2ea9f9:0x12d,_0x1c516f:0x16b,_0x1c3393:0x143,_0xd7bcc0:0x126,_0x7d8386:0xa8,_0x288179:0x74,_0x452cb7:0x109,_0x11fe08:0x196,_0x184d4e:0x18d,_0x3479ae:0xf5,_0x2acbca:0x141,_0xd2ba56:0x132,_0x1984be:0x138,_0x317f94:0x150,_0x2b8d9a:0xc4,_0x280fd0:0x100,_0x56be4c:0x106,_0x3b7f6a:0x151,_0x2cf798:0x1b2},_0x1de2b1={_0x3e6d01:0x103},_0x522774={};_0x522774[_0x5b6baa(-_0x5759b8._0x39396,-0x18c,-0x15c,-0x1b7)]=_0x5b6baa(-_0x5759b8._0x160348,-_0x5759b8._0x19a06e,-0x18e,-0x149)+'nfiguratio'+_0x161d27(-_0x5759b8._0xe84aee,-_0x5759b8._0x5f47ac,-0x14a,-0x18e)+'nd';function _0x161d27(_0x36d382,_0x405722,_0x47346d,_0x2b0609){return _0x14cb53(_0x405722,_0x405722-_0x1de2b1._0x3e6d01,_0x47346d-0xb5,_0x36d382- -0x240);}_0x522774['PVWbn']=function(_0x4aecf4,_0x4f4690){return _0x4aecf4!==_0x4f4690;},_0x522774['HEQFC']='AAQmF',_0x522774[_0x161d27(-_0x5759b8._0x2fe498,-_0x5759b8._0x5562e3,-_0x5759b8._0x4032dc,-0x101)]=_0x161d27(-_0x5759b8._0x36e9f0,-_0x5759b8._0x2567b1,-0x139,-0x9d)+_0x5b6baa(-0x1b9,-0x1d2,-_0x5759b8._0x354426,-_0x5759b8._0x4841aa)+'vider',_0x522774[_0x5b6baa(-_0x5759b8._0x1dd052,-0x199,-0x191,-0x190)]=_0x5b6baa(-0x139,-_0x5759b8._0x5cfd33,-0x113,-_0x5759b8._0x43b1e9)+'der\x20discov'+'ered\x20succe'+_0x5b6baa(-0x1b6,-0x16b,-_0x5759b8._0x7abfb,-0x209),_0x522774[_0x5b6baa(-_0x5759b8._0x4c6d09,-0x237,-_0x5759b8._0x2c0675,-_0x5759b8._0x4b86fd)]=_0x5b6baa(-_0x5759b8._0x2ab6f0,-0x1bd,-0x226,-0x17a);function _0x5b6baa(_0x3ec392,_0x52fe9,_0x2d79bc,_0x326611){return _0x14cb53(_0x2d79bc,_0x52fe9-0x4,_0x2d79bc-0x30,_0x3ec392- -0x2e2);}_0x522774[_0x5b6baa(-_0x5759b8._0x2a5bcb,-_0x5759b8._0x28fc3c,-0x100,-0x170)]=_0x5b6baa(-0x1b0,-_0x5759b8._0x3ec28c,-0x1ec,-0x1dd)+_0x161d27(-_0x5759b8._0x36aad4,-0x97,-0x8e,-0xe0)+_0x161d27(-0x155,-0x12c,-0x1a0,-_0x5759b8._0x59432e)+'er';const _0x1cb98f=_0x522774;if(cachedOidcConfig){if(_0x1cb98f['PVWbn'](_0x1cb98f[_0x161d27(-_0x5759b8._0x172ea7,-0x141,-0x115,-0x12a)],_0x1cb98f[_0x161d27(-_0x5759b8._0x172ea7,-_0x5759b8._0x23ea61,-0x112,-_0x5759b8._0x1ee627)])){if(!_0x4941f3)return null;const _0x3e5aa7={};return _0x3e5aa7[_0x161d27(-0x115,-0x105,-0xf3,-0x13b)]=!![],_0x3e5aa7[_0x5b6baa(-0x13e,-_0x5759b8._0x585409,-0x167,-0x11b)+'me']=_0x26a3fb[_0x5b6baa(-_0x5759b8._0x5cf580,-0x108,-0x16a,-_0x5759b8._0x5f36f0)+'me'],_0x3e5aa7[_0x161d27(-_0x5759b8._0x273c86,-_0x5759b8._0xb35864,-0x9c,-_0x5759b8._0x142e9d)+_0x161d27(-_0x5759b8._0x44d99d,-_0x5759b8._0x2d4907,-_0x5759b8._0x5afd86,-_0x5759b8._0x3be91f)]=_0x548319[_0x161d27(-_0x5759b8._0x273c86,-0xa3,-0xc1,-0xe9)+_0x161d27(-_0x5759b8._0x2ab23e,-_0x5759b8._0x66cd88,-_0x5759b8._0x2858e8,-_0x5759b8._0x1d6255)],_0x3e5aa7;}else return cachedOidcConfig;}try{const _0x38a4ce={};return _0x38a4ce[_0x5b6baa(-_0x5759b8._0x8df934,-0x200,-_0x5759b8._0x31ce52,-0x226)]=_0x42e6c4['issuer'],logger[_0x5b6baa(-_0x5759b8._0x568a92,-0x21d,-0x23a,-_0x5759b8._0x5128f0)](_0x1cb98f['NgOrr'],_0x38a4ce),cachedOidcConfig=await _0x2a882b[_0x5b6baa(-0x1c7,-0x16d,-0x217,-0x186)](new URL(_0x42e6c4[_0x161d27(-_0x5759b8._0x2ea9f9,-_0x5759b8._0x1c516f,-0xef,-0x103)]),_0x42e6c4[_0x161d27(-_0x5759b8._0x1c3393,-0xf1,-_0x5759b8._0xd7bcc0,-0x11a)],_0x42e6c4[_0x161d27(-_0x5759b8._0x7d8386,-0x92,-_0x5759b8._0x288179,-_0x5759b8._0x452cb7)+'ret']),logger[_0x5b6baa(-0x1e4,-0x1ee,-_0x5759b8._0x11fe08,-_0x5759b8._0x184d4e)](_0x1cb98f[_0x161d27(-_0x5759b8._0x3479ae,-0xd5,-0x92,-0x136)]),cachedOidcConfig;}catch(_0x37e088){if(_0x1cb98f[_0x161d27(-_0x5759b8._0x2acbca,-_0x5759b8._0xd2ba56,-_0x5759b8._0x1984be,-_0x5759b8._0x317f94)]===_0x5b6baa(-0x1aa,-0x1c8,-0x1ae,-0x1ed)){const _0x4644f8={};return _0x4644f8[_0x161d27(-0xd4,-_0x5759b8._0x2b8d9a,-_0x5759b8._0x280fd0,-_0x5759b8._0x36e9f0)]=_0x367a8d,_0x2b1f58[_0x5b6baa(-0x15d,-_0x5759b8._0x317f94,-_0x5759b8._0x56be4c,-0x192)](_0x1cb98f[_0x5b6baa(-0x18b,-0x172,-0x17d,-0x141)],_0x4644f8),null;}else{logger[_0x161d27(-_0x5759b8._0x3b7f6a,-_0x5759b8._0x2cf798,-0x15b,-0x165)](_0x1cb98f['fjsmy'],_0x37e088);throw _0x37e088;}}}export async function generateAuthorizationUrl(_0x76b98e,_0x2f3854){const _0x3fecc2={_0x4cd229:0xc4,_0x3b3295:0x6b,_0x542cf5:0x60,_0x3254ae:0x56,_0x3ce6ba:0x1a,_0x296b41:0x4,_0x124d30:0x66,_0xb63820:0x5,_0x4fe76a:0x79,_0x1bd4fa:0xe3,_0x20de28:0x95,_0xd3e7a2:0x7a,_0x59201c:0xaf,_0x9cb3fd:0xb3,_0x4781b4:0x43,_0x4c743b:0x2,_0x2807c4:0xa7,_0x426dff:0x1c,_0x3c2bc5:0x31,_0x452e46:0x27,_0x2c940c:0xb4,_0x2042a4:0xa2,_0x3f090b:0x4f,_0x3d51f7:0x4c,_0x361817:0x8d,_0x32b6df:0x42,_0x4c2304:0x8e,_0x189e1d:0x6,_0x5396f0:0x6e,_0x3804f5:0x57,_0x56bc5a:0x70,_0x5a5d97:0xd2,_0x5eb7cd:0xce,_0x3580ec:0xa1,_0x2b1eee:0x9a},_0x2f2c05={_0x155e2f:0xc3,_0x2ac856:0x80,_0x30307b:0x10a},_0x31f087={_0x3ade98:0x1ba,_0x44b832:0x1b0},_0x5df146={'RCZwd':function(_0x1158e6,_0x530308){return _0x1158e6(_0x530308);},'XboQE':_0xd09a0d(0x66,0xa3,_0x3fecc2._0x4cd229,_0x3fecc2._0x3b3295),'UdUlr':_0x1f1b93(-0xb6,-0x9b,-_0x3fecc2._0x542cf5,-0x8b),'aIpZS':_0xd09a0d(0x7a,_0x3fecc2._0x3254ae,0x13,-0x5)+_0xd09a0d(_0x3fecc2._0x3ce6ba,_0x3fecc2._0x296b41,-0x48,-0x34)+'rization\x20U'+'RL','bJILW':function(_0x52322a,_0x2942d1){return _0x52322a+_0x2942d1;},'ZBQoe':_0x1f1b93(-_0x3fecc2._0x124d30,-0x31,-_0x3fecc2._0xb63820,-_0x3fecc2._0x4fe76a)},_0x2f990f=await _0x5df146[_0xd09a0d(_0x3fecc2._0x1bd4fa,_0x3fecc2._0x20de28,0x64,0xdd)](discoverOidcProvider,_0x76b98e),_0x1e43e0=_0x3b0f5e[_0x1f1b93(-_0x3fecc2._0xd3e7a2,-0x63,-_0x3fecc2._0x59201c,-_0x3fecc2._0x9cb3fd)+'s'](-0x1*0x150a+-0x1234+0x275e)['toString'](_0x5df146['XboQE']);function _0x1f1b93(_0xba9465,_0x301004,_0x2971a1,_0x2e701c){return _0x14cb53(_0x2971a1,_0x301004-_0x31f087._0x3ade98,_0x2971a1-0x6c,_0x301004- -_0x31f087._0x44b832);}const _0xab0b07=_0x3b0f5e[_0xd09a0d(0x78,_0x3fecc2._0x4781b4,0x9c,0x71)+'s'](-0x14f2*0x1+0x449*-0x7+-0x1*-0x3311)['toString'](_0x5df146[_0xd09a0d(0x8b,0x50,-_0x3fecc2._0x4c743b,_0x3fecc2._0x2807c4)]);function _0xd09a0d(_0x492695,_0x2d5090,_0x60dd4,_0x4771c0){return _0x14cb53(_0x60dd4,_0x2d5090-_0x2f2c05._0x155e2f,_0x60dd4-_0x2f2c05._0x2ac856,_0x2d5090- -_0x2f2c05._0x30307b);}const _0xe284d2=_0x2a882b[_0xd09a0d(0x7,0x59,_0x3fecc2._0x426dff,_0x3fecc2._0x3c2bc5)+'CodeVerifi'+'er'](),_0x183f2a=await _0x2a882b['calculateP'+'KCECodeCha'+_0x1f1b93(-_0x3fecc2._0x452e46,-0x4e,-0x48,-0x55)](_0xe284d2);stateStore[_0x1f1b93(-_0x3fecc2._0x2c940c,-0x89,-0x91,-_0x3fecc2._0x2042a4)](_0x1e43e0,{'nonce':_0xab0b07,'codeVerifier':_0xe284d2,'createdAt':Date[_0x1f1b93(-0x34,-0x23,-0x43,-0x64)]()});const _0x2b622a={'redirect_uri':_0x2f3854,'scope':_0x76b98e['scopes'][_0xd09a0d(0x42,0xa,_0x3fecc2._0x3f090b,-_0x3fecc2._0x3d51f7)]('\x20'),'state':_0x1e43e0,'nonce':_0xab0b07,'code_challenge':_0x183f2a,'code_challenge_method':_0x5df146['UdUlr']},_0x2ae6ff=_0x2a882b[_0x1f1b93(-0x2d,-_0x3fecc2._0x361817,-_0x3fecc2._0x32b6df,-0xe0)+'rizationUr'+'l'](_0x2f990f,_0x2b622a);logger['debug'](_0x5df146[_0x1f1b93(-0x41,-0x32,-0x82,-_0x3fecc2._0x4c2304)],{'state':_0x5df146['bJILW'](_0x1e43e0[_0x1f1b93(_0x3fecc2._0x189e1d,-0x26,-0x35,-_0x3fecc2._0x5396f0)](-0x22a8+0xe44+0x1464,-0x1682+-0x60*-0xf+0x1*0x10ea),_0x5df146[_0x1f1b93(-_0x3fecc2._0x3804f5,-0x6e,-0x59,-_0x3fecc2._0x56bc5a)]),'redirectUri':_0x2f3854});const _0x5295f1={};return _0x5295f1[_0x1f1b93(-_0x3fecc2._0x5a5d97,-0xc4,-_0x3fecc2._0x5eb7cd,-0xb8)]=_0x2ae6ff[_0xd09a0d(0xbf,0x87,_0x3fecc2._0x3580ec,_0x3fecc2._0x2b1eee)],_0x5295f1['state']=_0x1e43e0,_0x5295f1;}function _0x5df2(_0x392ef4,_0x441e30){_0x392ef4=_0x392ef4-(0x74+0xa34*-0x2+-0x14a4*-0x1);const _0x34fd6b=_0x29dd();let _0x28f4bf=_0x34fd6b[_0x392ef4];if(_0x5df2['WeQesF']===undefined){var _0x48d173=function(_0x4349ad){const _0x353a9c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x49b066='',_0x1ae5b1='';for(let _0x23a42e=-0x1*0x164d+0x1*0xeb6+0x797*0x1,_0x252a6c,_0x4e30d5,_0x502250=-0x2048+0x57*-0x6a+-0xe*-0x4e1;_0x4e30d5=_0x4349ad['charAt'](_0x502250++);~_0x4e30d5&&(_0x252a6c=_0x23a42e%(0x2*-0xbd9+-0x24c5*0x1+-0x1*-0x3c7b)?_0x252a6c*(0x20d5+-0x1cf*-0xb+-0x347a)+_0x4e30d5:_0x4e30d5,_0x23a42e++%(0x936+-0x1ece+0x567*0x4))?_0x49b066+=String['fromCharCode'](-0x1c9e+0x11f*0x8+0x2f3*0x7&_0x252a6c>>(-(0x2316+-0x1dfa+0x1*-0x51a)*_0x23a42e&-0xd9e+0x17*0xa3+-0x101*0x1)):0x1b0f*-0x1+-0x43b+0x642*0x5){_0x4e30d5=_0x353a9c['indexOf'](_0x4e30d5);}for(let _0x550dc7=0x20ad*-0x1+-0x1e49*0x1+0x3ef6,_0x13d992=_0x49b066['length'];_0x550dc7<_0x13d992;_0x550dc7++){_0x1ae5b1+='%'+('00'+_0x49b066['charCodeAt'](_0x550dc7)['toString'](-0xbfb+0x16f+0xa9c))['slice'](-(-0x2*0x1df+0x590+-0x1d0));}return decodeURIComponent(_0x1ae5b1);};_0x5df2['GdTPLo']=_0x48d173,_0x5df2['LyOgBI']={},_0x5df2['WeQesF']=!![];}const _0x2c9de6=_0x34fd6b[-0x888+-0x2370+0x2bf8],_0x1c089e=_0x392ef4+_0x2c9de6,_0x4174c0=_0x5df2['LyOgBI'][_0x1c089e];return!_0x4174c0?(_0x28f4bf=_0x5df2['GdTPLo'](_0x28f4bf),_0x5df2['LyOgBI'][_0x1c089e]=_0x28f4bf):_0x28f4bf=_0x4174c0,_0x28f4bf;}export async function handleCallback(_0x99a564,_0x346a23,_0x1a4c7f){const _0x240bb={_0x1e0b1a:0x1ec,_0x5d5132:0x161,_0x15b246:0x18b,_0x2e6520:0x144,_0x5bfdfa:0x4d0,_0x147254:0x4e0,_0xfc475d:0x4d6,_0x51dced:0x4ed,_0x390d52:0x114,_0x4891b6:0x183,_0x4f4a93:0x142,_0x3953d6:0x51b,_0xa6212f:0x4e9,_0xd51a8a:0x450,_0x199ffa:0x488,_0x412c48:0x495,_0x506428:0x121,_0x3144fd:0x159,_0x58fa54:0x1e4,_0x50815a:0x224,_0x1a3530:0x1db,_0x107820:0x47b,_0x2b2609:0x452,_0x29bf31:0x4fa,_0x4dee94:0x53e,_0x1e3a98:0x514,_0x19a7ad:0x51d,_0x12b7c7:0x56c,_0x29c3cf:0x50a,_0x5b37e0:0x4c6,_0x3d38f0:0x51e,_0x35fb1c:0x43a,_0x38c94b:0x494,_0xef9600:0x477,_0x61a417:0x4ff,_0x212f6f:0x4cb,_0x308cde:0x4ef,_0x46d828:0x4b2,_0x5c4f17:0x106,_0x55bdee:0x14b,_0x54ea39:0x53f,_0x1bc394:0x4df,_0x581eb6:0x4f4,_0x5d27f0:0x48f,_0x45833d:0x4a7,_0x1c647c:0x47f,_0x139cb6:0x140,_0x133933:0x1c2,_0x4ee854:0x196,_0x28aab3:0x4dc,_0x343266:0x4f9,_0x4353ee:0x4ec,_0x278326:0x4b4,_0x161715:0x504,_0xaf0361:0x4b7,_0x243131:0x131,_0x5ee9e:0x18c,_0xb8f828:0x199,_0x1cb880:0x1a0,_0x52a33c:0x49e,_0x4f5956:0x539,_0x54562d:0x4e2,_0x127f4e:0x17c,_0x919bd2:0x12b,_0x5654ec:0x560,_0x3e899b:0x543,_0xedd869:0x14c,_0x5b985a:0x193,_0x3f3703:0x126,_0x5ea66d:0x123,_0x1f3cbe:0x107,_0x49f6a7:0xfb,_0x3c528d:0xe0,_0x54d086:0x44a,_0x58bbe4:0x4cd,_0x313d6c:0x443,_0x558f86:0x48e,_0x597658:0x1c0,_0x2926d2:0x18d,_0x1ada94:0x134,_0x2672e2:0x524,_0x2f56f7:0xe5,_0x180c50:0x4fc,_0x64f137:0x1f1,_0x58d420:0x14e,_0x57b763:0x467,_0x50adfa:0x46b,_0x210bb9:0x4b8,_0x54ff9e:0x547,_0x3441b5:0x551,_0x540610:0x1d2,_0x5b3737:0x1c9,_0x58e3d0:0x457,_0x4d77f6:0x4bd,_0x4f4c44:0x41c,_0x3e8604:0x47f,_0x1ee914:0x197,_0x2aaf7b:0x196},_0x339596={_0x25fad3:0x11,_0x55b25e:0x390};function _0x5260c2(_0x5adb08,_0x5ab2a4,_0x533467,_0x21fb44){return _0x14cb53(_0x533467,_0x5ab2a4-0xad,_0x533467-0x14d,_0x21fb44- -0x2c4);}const _0x2db49b={'KSWGV':'OIDC\x20token'+_0x5260c2(-_0x240bb._0x1e0b1a,-_0x240bb._0x5d5132,-0x1a3,-_0x240bb._0x15b246)+_0x5260c2(-0x12e,-0x173,-0x154,-_0x240bb._0x2e6520),'DDEBv':_0x5000d7(_0x240bb._0x5bfdfa,0x502,0x4d0,0x531)+_0x5000d7(0x4d5,0x51e,0x496,_0x240bb._0x147254)+_0x5000d7(0x47a,_0x240bb._0xfc475d,_0x240bb._0x51dced,0x498)+_0x5260c2(-0x108,-_0x240bb._0x390d52,-_0x240bb._0x4891b6,-_0x240bb._0x4f4a93),'ySeeA':function(_0x1dc511,_0x89f9ff){return _0x1dc511>_0x89f9ff;},'FiwuC':function(_0x312359,_0x529657){return _0x312359-_0x529657;},'QbTCK':function(_0x1d969b,_0x299c3a){return _0x1d969b(_0x299c3a);},'zFMAS':function(_0x1d8fe1,_0x3867a9){return _0x1d8fe1!==_0x3867a9;},'EHTax':_0x5000d7(_0x240bb._0x3953d6,0x4fb,0x508,_0x240bb._0xa6212f),'PZgYM':_0x5000d7(_0x240bb._0xd51a8a,_0x240bb._0x199ffa,0x4d5,_0x240bb._0x412c48)+'ntication\x20'+_0x5260c2(-_0x240bb._0x506428,-0x124,-0x1bc,-_0x240bb._0x3144fd),'pBArm':_0x5260c2(-0x1b1,-_0x240bb._0x58fa54,-_0x240bb._0x50815a,-_0x240bb._0x1a3530),'CtlQY':'dYiwz'},{state:_0x2ee55c}=_0x1a4c7f,_0x3026d2=stateStore['get'](_0x2ee55c);function _0x5000d7(_0x480e70,_0x329de3,_0x31d45b,_0x1269db){return _0x14cb53(_0x480e70,_0x329de3-_0x339596._0x25fad3,_0x31d45b-0x71,_0x1269db-_0x339596._0x55b25e);}if(!_0x3026d2)throw new Error(_0x2db49b[_0x5000d7(_0x240bb._0x107820,_0x240bb._0x2b2609,0x49c,0x4a6)]);stateStore[_0x5000d7(0x43a,0x4ce,0x45a,0x48b)](_0x2ee55c);if(_0x2db49b[_0x5000d7(_0x240bb._0x29bf31,0x518,0x4f1,_0x240bb._0x4dee94)](_0x2db49b['FiwuC'](Date[_0x5000d7(0x53b,_0x240bb._0x1e3a98,0x578,_0x240bb._0x19a7ad)](),_0x3026d2['createdAt']),STATE_TTL))throw new Error(_0x5000d7(_0x240bb._0x12b7c7,_0x240bb._0x29c3cf,_0x240bb._0x5b37e0,_0x240bb._0x3d38f0)+_0x5000d7(0x44d,0x499,_0x240bb._0x35fb1c,_0x240bb._0x38c94b)+'red');const _0x32d6e8=await _0x2db49b[_0x5000d7(0x4b5,_0x240bb._0xef9600,_0x240bb._0x61a417,_0x240bb._0x212f6f)](discoverOidcProvider,_0x99a564);try{const _0xc13e4e=new URL(_0x346a23);for(const [_0x52c0e2,_0x55d272]of Object[_0x5000d7(0x4c7,_0x240bb._0x308cde,0x4de,_0x240bb._0x46d828)](_0x1a4c7f)){if(_0x2db49b[_0x5260c2(-_0x240bb._0x5c4f17,-_0x240bb._0x55bdee,-0xfe,-0x12d)](_0x2db49b[_0x5000d7(_0x240bb._0x54ea39,_0x240bb._0x1bc394,0x4fe,_0x240bb._0x581eb6)],_0x2db49b['EHTax'])){_0x4e30d5[_0x5000d7(_0x240bb._0x5d27f0,_0x240bb._0x45833d,0x47d,_0x240bb._0x1c647c)](_0x2db49b[_0x5260c2(-_0x240bb._0x139cb6,-0x173,-_0x240bb._0x133933,-_0x240bb._0x4ee854)],_0x502250);throw _0x550dc7;}else _0xc13e4e[_0x5000d7(0x517,_0x240bb._0x28aab3,0x4fe,_0x240bb._0x343266)+'ms'][_0x5000d7(_0x240bb._0x4353ee,_0x240bb._0x278326,_0x240bb._0x161715,_0x240bb._0xaf0361)](_0x52c0e2,_0x55d272);}const _0x2f728e={};_0x2f728e[_0x5260c2(-0x10c,-0x18f,-0xd7,-_0x240bb._0x243131)+_0x5260c2(-_0x240bb._0x5ee9e,-_0x240bb._0xb8f828,-0x184,-_0x240bb._0x1cb880)]=_0x3026d2[_0x5260c2(-0x20b,-0x1cd,-0x18d,-0x1c3)+'er'],_0x2f728e['expectedNo'+'nce']=_0x3026d2[_0x5000d7(_0x240bb._0x52a33c,0x4b5,_0x240bb._0x4f5956,_0x240bb._0x54562d)],_0x2f728e[_0x5260c2(-0x174,-0x103,-_0x240bb._0x127f4e,-_0x240bb._0x919bd2)+'ate']=_0x2ee55c;const _0x24c9ee=await _0x2a882b['authorizat'+'ionCodeGra'+'nt'](_0x32d6e8,_0xc13e4e,_0x2f728e),_0x93d1c9=_0x24c9ee[_0x5000d7(_0x240bb._0x5654ec,0x4be,_0x240bb._0x3e899b,0x520)](),_0x2d560c={};_0x2d560c['sub']=_0x93d1c9[_0x5260c2(-_0x240bb._0xedd869,-0x1be,-0x186,-_0x240bb._0x5b985a)],_0x2d560c[_0x5260c2(-_0x240bb._0x3f3703,-_0x240bb._0x5ea66d,-0xd5,-0x11d)]=_0x93d1c9['email'],_0x2d560c[_0x5260c2(-0x132,-_0x240bb._0x1f3cbe,-_0x240bb._0x49f6a7,-0x135)]=_0x93d1c9[_0x5260c2(-0x149,-_0x240bb._0x3c528d,-0x17c,-0x135)],logger[_0x5000d7(_0x240bb._0x54d086,_0x240bb._0x58bbe4,_0x240bb._0x313d6c,_0x240bb._0x558f86)](_0x2db49b[_0x5260c2(-_0x240bb._0x597658,-0x1e2,-0x17c,-_0x240bb._0x2926d2)],_0x2d560c);const _0x3971f1={};return _0x3971f1[_0x5260c2(-0x102,-0xfb,-0x17f,-_0x240bb._0x1ada94)]=_0x93d1c9,_0x3971f1[_0x5000d7(0x567,0x55d,0x52f,_0x240bb._0x2672e2)+'n']=_0x24c9ee[_0x5260c2(-0x101,-_0x240bb._0x2f56f7,-0x103,-0x13c)+'en'],_0x3971f1[_0x5000d7(0x4b2,_0x240bb._0x180c50,0x4d0,0x514)]=_0x24c9ee[_0x5260c2(-_0x240bb._0x64f137,-_0x240bb._0x58d420,-0x16a,-0x191)],_0x3971f1;}catch(_0x483643){if(_0x2db49b[_0x5000d7(_0x240bb._0x57b763,_0x240bb._0x107820,_0x240bb._0x50adfa,_0x240bb._0x210bb9)]===_0x2db49b[_0x5000d7(_0x240bb._0x54ff9e,_0x240bb._0x3441b5,0x4cc,0x52d)])_0x52a0c3[_0x5260c2(-0x1fa,-0x174,-_0x240bb._0x540610,-_0x240bb._0x5b3737)](_0xcc2428);else{logger[_0x5000d7(_0x240bb._0x58e3d0,_0x240bb._0x4d77f6,_0x240bb._0x4f4c44,_0x240bb._0x3e8604)](_0x2db49b[_0x5260c2(-_0x240bb._0xedd869,-_0x240bb._0x1ee914,-0x1db,-_0x240bb._0x2aaf7b)],_0x483643);throw _0x483643;}}}export function getPublicOidcConfig(){const _0x2f4fb0={_0x57c90f:0x35f,_0x4f7868:0x36b,_0x24a56a:0x394,_0x44c85e:0x501,_0x5dc0b2:0x4cf,_0x3f95ce:0x4fb,_0x95742:0x38f,_0x14dc21:0x349,_0x432dfa:0x367,_0x176040:0x3f9,_0x332fe5:0x39c,_0x2f3ee9:0x3b7,_0x57d61b:0x4b5,_0x3bb4d9:0x478},_0x3b1890={_0x359ac6:0x49,_0x2c5d30:0x170},_0x59c6f9={_0x7d5dd6:0x1b2,_0x173479:0xc3,_0x9d2e89:0x32b};if(!cachedConfig)return null;function _0x29316a(_0x9e3d33,_0x36ace7,_0x1d9f20,_0x32e385){return _0x14cb53(_0x36ace7,_0x36ace7-_0x59c6f9._0x7d5dd6,_0x1d9f20-_0x59c6f9._0x173479,_0x1d9f20-_0x59c6f9._0x9d2e89);}const _0x292815={};_0x292815[_0x1aad8c(0x337,0x300,_0x2f4fb0._0x57c90f,0x31b)]=!![];function _0x1aad8c(_0x2fef09,_0x854f22,_0x31bf37,_0x548759){return _0x14cb53(_0x2fef09,_0x854f22-_0x3b1890._0x359ac6,_0x31bf37-_0x3b1890._0x2c5d30,_0x548759-0x1f0);}return _0x292815[_0x1aad8c(_0x2f4fb0._0x4f7868,0x3e5,0x3c3,_0x2f4fb0._0x24a56a)+'me']=cachedConfig[_0x29316a(0x47a,_0x2f4fb0._0x44c85e,_0x2f4fb0._0x5dc0b2,_0x2f4fb0._0x3f95ce)+'me'],_0x292815[_0x1aad8c(_0x2f4fb0._0x95742,_0x2f4fb0._0x14dc21,0x3ab,_0x2f4fb0._0x432dfa)+_0x1aad8c(0x349,0x3f4,_0x2f4fb0._0x176040,_0x2f4fb0._0x332fe5)]=cachedConfig[_0x1aad8c(0x37c,_0x2f4fb0._0x2f3ee9,0x310,_0x2f4fb0._0x432dfa)+_0x29316a(_0x2f4fb0._0x57d61b,0x52c,0x4d7,_0x2f4fb0._0x3bb4d9)],_0x292815;}export function clearOidcCache(){const _0x42d8ed={_0x285687:0x4c7,_0x56597d:0x4a6,_0x188b45:0x462,_0x4714eb:0x1c,_0x2b276b:0x8,_0x42f2fe:0x17,_0xc0f848:0x49,_0x5ca851:0x76,_0x17709a:0x4f3},_0x14951a={_0x23bedc:0x4d},_0x4e9d30={_0x5ae8ce:0x73,_0x43b1c4:0x1dc,_0x43cbd1:0x174},_0x9b8bef={};function _0x5a3c27(_0x5dd70c,_0x1f69d7,_0x1de0ab,_0x41ce24){return _0x14cb53(_0x5dd70c,_0x1f69d7-_0x4e9d30._0x5ae8ce,_0x1de0ab-_0x4e9d30._0x43b1c4,_0x41ce24- -_0x4e9d30._0x43cbd1);}_0x9b8bef[_0x52b550(_0x42d8ed._0x285687,_0x42d8ed._0x56597d,_0x42d8ed._0x188b45,0x486)]=_0x5a3c27(0x3f,_0x42d8ed._0x4714eb,0x2b,_0x42d8ed._0x2b276b)+_0x5a3c27(-0xa8,-0x2f,-_0x42d8ed._0x42f2fe,-0x55);const _0x159dc2=_0x9b8bef;cachedConfig=null,cachedOidcConfig=null;function _0x52b550(_0x4865b9,_0x15e70c,_0x2aa533,_0x4b006b){return _0x14cb53(_0x4b006b,_0x15e70c-_0x14951a._0x23bedc,_0x2aa533-0x147,_0x15e70c-0x385);}stateStore['clear'](),logger[_0x5a3c27(-0x6c,-_0x42d8ed._0xc0f848,-0xb3,-_0x42d8ed._0x5ca851)](_0x159dc2[_0x52b550(0x4d5,_0x42d8ed._0x56597d,0x4b5,_0x42d8ed._0x17709a)]);}export async function reloadOidcConfig(){const _0x28e25b={_0x1a7e5a:0x32d,_0x30dd07:0x362},_0x41be07={_0x3eb08f:0xcc,_0x304a82:0x197},_0x15ecf9={'LnSyZ':function(_0x264c90){return _0x264c90();}};_0x15ecf9['LnSyZ'](clearOidcCache);function _0xc6fe1c(_0x491d60,_0xe1e6a9,_0x39a78e,_0x336d9e){return _0x14cb53(_0x336d9e,_0xe1e6a9-0x182,_0x39a78e-_0x41be07._0x3eb08f,_0xe1e6a9-_0x41be07._0x304a82);}return await _0x15ecf9[_0xc6fe1c(_0x28e25b._0x1a7e5a,0x33d,_0x28e25b._0x30dd07,0x396)](loadOidcConfig);}function _0x14cb53(_0x4d9f26,_0x5e5c6f,_0xaf8bc2,_0x466255){return _0x5df2(_0x466255-0x38,_0x4d9f26);}function _0x29dd(){const _0x4bfc41=['zw1HAwW','DwLYzwqGzMLLBa','t0LeqYbWCM92Aq','BxLXrg4','CNjdA0S','Bf9HDxrO','Agv4','EvnLzue','B25MAwD1CMf0Aq','u3HeCue','Afr4zvu','surdihbYB3zPza','DxjS','C3rHDhvZ','yxv0Ag9YAxPHDa','zxjYB3i','ExDhBMy','Cg9YDgvK','BIbMAwXLigzVDq','DfPWBvu','y2XPzw50swq','y29UzMLNDxjHDa','AxnZAw5NihjLCq','CxvPCMvKie9jra','igrPC2nVDMvYEq','DgLTzw91Da','yxv0B19WCM92Aq','zgvSzxrL','EeLwCxK','y2XPzw50x2LK','Aw5MBW','DNDjBNm','BwvZC2fNzq','y29KzvzLCMLMAq','Dg9Rzw5Fzw5KCa','DxrMltG','Bwv0zxiGzxHWAq','t0LeqYbHDxrOzq','CMv0','uw9WBvm','Dgf0zsbWyxjHBq','zxr1CM5Lzca','tMDpCNi','CwjLt0O','B2fKzwq','B3bLBMLK','t0LeqYbHDxrOBW','y2XPzw50ihnLyW','yxbWBgLJyxrPBW','z1zUveS','Cgnqthm','AxnZDwvY','AM9PBG','uZi1nG','rerfqNy','zgvMyxvSDf9YBW','DhHQB2q','y2XLyxi','q1rYD0S','zgLZy292zxj5','BI9QC29U','zw5KC1DPDgG','CMvZCg9UC2uGBq','ignSzwfYzwq','CMv0x2zPBgu','ze9wEwm','zw50CMLLCW','yNvPBgrbDxrOBW','CMLMAwvY','vg11tM0','vvvirM8','C2v0','CejbCM0','zYbpsurdihbYBW','BNHOvMW','zw5HyMXLza','C3nMDwXSEq','CMvHzcbpsurdia','s1nxr1y','Ce1cCLm','C2nVCgvZx3n1Ca','C3vI','rMfPBgvKihrVia','AwrFDg9Rzw4','DgGGu1np','mNHSyK9RDa','y29Kzq','ufPNwu0','tKr5uNK','igv4y2HHBMDLia','Aw9U','uwjuq0S','B2LUDa','yNHZs2K','ndG2mtG2mJbXvKfQDNa','sevrrKm','DhjPBq','twLZC2LUzYbYzq','wKjrB2u','mtiZnZmZnLP5D1H6Bq','y29UBMvJDcb0BW','rgLZy292zxj5ia','wMjVBgK','mtm2mJu1ng1yt3vgtW','ru5pru5u','CMztyMq','mtq4mtmZnZbKrvbmu08','thD0Bfa','zNjtt3C','CMfUzg9TqNL0zq','mtu1yLfYqwDW','yNfSs1m','igv4CgLYzwqGCW','t0LeqYbJB25MAq','BM9Uy2u','wNzorMG','zgLZy292zxiGtW','swHWA24','zdOG','sgz3Exe','CMv0igzYB20G','yLvVCuK','wgjVuuu','C3vJy2vZCW','AxnbyNnVBhv0zq','q0rrrwK','sNP4C0e','ugLStey','r2vUzxjHDgvKia','qwnJzxb0','BgXLBMDL','CMfUzg9TueTdrq','ruHuyxG','mte3mZuYyuvSvw1X','ywXSB3DmB2nHBa','lNDLBgWTA25VDW','yNHKBuK','C2vHCMnOugfYyq','rgLZy292zxjPBG','C3vJy2vZC2z1Ba','Cgf0Aa','A3z1y2S','ruPpAwO','qYbJB25MAwD1CG','B2LKyY5QC29U','EgPJufC','ve1Lt2C','wvrlq3G','Bg9Hzcbpsurdia','qxv0Aa','D1fWtMO','ywXSB3DFBg9Jyq','zgv2zwXVCgvY','yxrPB24GzMLLBa','nJnMrLPirMe','zhm6ia','t0LeqYbJywnOzq','rxPey2C','yuLWwLm','lI4U','zMfPBgvK','Dw5Yzwy','zxrLCG','CgfYC2u','AwruB2TLBG','zgvIDwC','C2LVBG','ChjVzMLSzq','ywnJzxnZx3rVAW','C2nVCgvZ','C3vIC3rYAw5N','tMTXswK','tM8Gt0LeqYbJBW','BM93','u3rHDguGCgfYyq','BMfTzq','y2XHAw1Z','AhjLzG','C3rHDhvZvgv4Da','CgTJzunVzgvwzq','ywnJzxnZvg9Rzq','rMHyC0K','zu50s3i','EKznqvm','y2XPzw50x3nLyW','zxHWzwn0zwrtDa','y3jLyxrLzef0','Aw9Ux2vUzhbVAq','zcbPBIbJB25MAq','q3rSuvK','mty0odaWofDqs093EG','uKnAD2q','CMvHzezPBgu','sw52ywXPzcbVCG','zMPZBxK','mtK4nJy3nvH6BMDLvq','zgLZCgXHEv9Uyq','BgvUz3rO','tg5tEvO'];_0x29dd=function(){return _0x4bfc41;};return _0x29dd();}export async function testOidcDiscovery(_0x59d99f){const _0x37bbeb={_0x4a7eae:0x336,_0x1605cb:0x366,_0x46132c:0x38e,_0x35d9fb:0x33e,_0x2d5002:0x39b,_0x5b28d2:0x3d6,_0x5c06a0:0x395,_0x5dacc3:0x38a,_0x24a36d:0x22c,_0xb56612:0x240,_0x13fc37:0x28e,_0x381935:0x27e,_0x2ee2c8:0x2bc,_0x5ce6e9:0x27a,_0x9b0d31:0x23d,_0x58395c:0x39a,_0x3b094d:0x386,_0x291609:0x30d,_0x3d48e4:0x324,_0x5527c1:0x21c,_0xf0500d:0x1b8,_0x2f8660:0x186,_0x487c44:0x1be,_0x353ef9:0x258,_0x532b0b:0x1de,_0x392181:0x25e,_0x4937ba:0x1ed,_0x1e2558:0x23e,_0x177651:0x38a,_0x3a3cb2:0x364,_0x1e4723:0x3b7,_0xe8f938:0x360,_0x4c0388:0x304,_0x51732b:0x326,_0x3bc98f:0x344,_0x184606:0x342,_0x1d352d:0x313,_0x1fc2aa:0x33d,_0x2fc31a:0x260,_0x2cac13:0x26f,_0x65082:0x20d,_0x21e536:0x21d,_0x1aa0b6:0x318,_0x2f8849:0x25f,_0xd993d1:0x2f1,_0x36251c:0x2bb,_0x14bfb0:0x19f,_0x8eb500:0x1eb,_0x5ad9b5:0x1d6,_0x18a401:0x3a7,_0x53dda6:0x3ea,_0x41c181:0x34f,_0x1a90a1:0x2f9,_0x31b421:0x35c,_0x50237e:0x301,_0x3eb366:0x297,_0x3fd6d8:0x243,_0x2bc040:0x388,_0xd36068:0x351,_0x3100c7:0x34b,_0x2627e7:0x2fd,_0x10fc31:0x35d,_0x2fda7e:0x1bd,_0x3e1358:0x26d,_0x22a4d1:0x39d,_0x336575:0x37b,_0x2fb59a:0x2f4,_0x497906:0x31e,_0x157168:0x341,_0x1ae436:0x352,_0xf1a92f:0x37b,_0x19f168:0x1d8,_0x1a7d7d:0x1ed,_0x5d1ed5:0x264,_0x25c44b:0x271,_0x3f412d:0x254,_0x19e319:0x20c,_0x2772a6:0x20d,_0x557754:0x2f2,_0x14df96:0x366,_0x394d60:0x39a,_0x1ee7ea:0x209,_0x3878c5:0x1cd,_0x50389d:0x222,_0x174f91:0x33e,_0x3ab1df:0x33e,_0xffd8:0x33b,_0x2c4dce:0x37c,_0x24b71c:0x31c,_0x44a717:0x2dd,_0x58b257:0x2de,_0x55e0c7:0x307,_0x55ee5a:0x379,_0x32cb45:0x204,_0x3a552a:0x2a5,_0x3c9e0f:0x236,_0x4f2099:0x29a,_0x59d7e4:0x3b3,_0x58aca9:0x37a,_0x1da5d0:0x391,_0x25626e:0x357,_0x23540b:0x313,_0x1a76bb:0x2e6,_0x14020b:0x20d,_0x4cf4b5:0x2c0,_0x323267:0x2ee,_0x5dd14e:0x377,_0x5377ea:0x343,_0x149b65:0x321,_0x2eb33c:0x270},_0x37688d={_0x3afe93:0x10c},_0x11d85a={_0x20a8f0:0x1ff},_0x261c33={};function _0x6d4070(_0x480d12,_0x435b57,_0x3d07d1,_0x2ce87d){return _0x14cb53(_0x480d12,_0x435b57-0xb,_0x3d07d1-0x108,_0x3d07d1-_0x11d85a._0x20a8f0);}_0x261c33['NkqIi']=_0x6d4070(0x3c4,_0x37bbeb._0x4a7eae,_0x37bbeb._0x1605cb,_0x37bbeb._0x46132c)+'n/openid-c'+_0x6d4070(0x345,0x28f,0x2e7,0x32b)+'on',_0x261c33[_0x6d4070(0x349,0x32b,0x2ef,_0x37bbeb._0x35d9fb)]=function(_0x5e6581,_0x3aee37){return _0x5e6581+_0x3aee37;},_0x261c33[_0x6d4070(_0x37bbeb._0x2d5002,_0x37bbeb._0x5b28d2,_0x37bbeb._0x5c06a0,_0x37bbeb._0x5dacc3)]=_0x52b3ee(-_0x37bbeb._0x24a36d,-_0x37bbeb._0xb56612,-0x255,-_0x37bbeb._0x13fc37);function _0x52b3ee(_0x34be2e,_0x5e1b9d,_0x4504fc,_0x17df19){return _0x14cb53(_0x34be2e,_0x5e1b9d-_0x37688d._0x3afe93,_0x4504fc-0xa0,_0x4504fc- -0x368);}_0x261c33['wcijg']=_0x52b3ee(-_0x37bbeb._0x381935,-_0x37bbeb._0x2ee2c8,-_0x37bbeb._0x5ce6e9,-_0x37bbeb._0x9b0d31)+_0x6d4070(0x3e1,0x3e1,_0x37bbeb._0x58395c,_0x37bbeb._0x3b094d)+'nt',_0x261c33['CDQEi']='token_endp'+'oint',_0x261c33[_0x6d4070(0x2e3,_0x37bbeb._0x291609,_0x37bbeb._0x3d48e4,0x336)]=function(_0xef05ee,_0x1c5c59){return _0xef05ee>_0x1c5c59;},_0x261c33[_0x52b3ee(-0x216,-0x22c,-_0x37bbeb._0x5527c1,-_0x37bbeb._0xf0500d)]=function(_0x2c95a1,_0x1f43e9){return _0x2c95a1===_0x1f43e9;},_0x261c33[_0x52b3ee(-0x1e2,-_0x37bbeb._0x2f8660,-_0x37bbeb._0x487c44,-0x1dd)]=_0x52b3ee(-0x262,-0x2a6,-0x257,-_0x37bbeb._0x353ef9),_0x261c33['IYHbD']=_0x52b3ee(-_0x37bbeb._0x532b0b,-_0x37bbeb._0x392181,-0x219,-0x1f6),_0x261c33[_0x52b3ee(-_0x37bbeb._0x4937ba,-0x1ef,-_0x37bbeb._0x1e2558,-0x235)]='kUmjh';const _0x6cdc6e=_0x261c33;try{const _0x9b2743=new URL(_0x6cdc6e[_0x6d4070(0x3c1,0x3bf,_0x37bbeb._0x177651,0x3e3)],_0x59d99f[_0x6d4070(_0x37bbeb._0x3a3cb2,0x331,0x31c,0x37d)]('/')?_0x59d99f:_0x6cdc6e['ywGnf'](_0x59d99f,'/')),_0xde6a17={};_0xde6a17[_0x6d4070(_0x37bbeb._0x1e4723,0x394,_0x37bbeb._0xe8f938,_0x37bbeb._0x4c0388)]=_0x6d4070(_0x37bbeb._0x51732b,0x2cb,0x30f,_0x37bbeb._0x3bc98f)+_0x6d4070(_0x37bbeb._0x184606,_0x37bbeb._0x1d352d,0x31b,_0x37bbeb._0x1fc2aa);const _0x3128d4=await fetch(_0x9b2743['href'],{'headers':_0xde6a17,'signal':AbortSignal[_0x52b3ee(-0x26e,-_0x37bbeb._0x2fc31a,-_0x37bbeb._0x2cac13,-0x239)](-0x15*-0x351+-0x3df7+0x1f62)});if(!_0x3128d4['ok']){const _0x431a8d={};return _0x431a8d[_0x52b3ee(-0x1d5,-0x252,-_0x37bbeb._0x65082,-_0x37bbeb._0x21e536)]=![],_0x431a8d[_0x6d4070(_0x37bbeb._0x1aa0b6,0x2b9,0x2ee,_0x37bbeb._0x1d352d)]='Discovery\x20'+'endpoint\x20r'+_0x52b3ee(-_0x37bbeb._0x2f8849,-0x22c,-0x25f,-0x251)+_0x3128d4[_0x6d4070(_0x37bbeb._0xd993d1,0x2a1,0x2ec,_0x37bbeb._0x36251c)]+':\x20'+_0x3128d4[_0x52b3ee(-_0x37bbeb._0x14bfb0,-_0x37bbeb._0x8eb500,-_0x37bbeb._0x5ad9b5,-0x181)],_0x431a8d;}const _0x31ec40=await _0x3128d4['json'](),_0x9482ae=[_0x6cdc6e[_0x6d4070(0x3de,_0x37bbeb._0x18a401,0x395,_0x37bbeb._0x53dda6)],_0x6cdc6e['wcijg'],_0x6cdc6e[_0x6d4070(_0x37bbeb._0x41c181,_0x37bbeb._0x1a90a1,_0x37bbeb._0x31b421,_0x37bbeb._0x50237e)]],_0x1b730e=_0x9482ae['filter'](_0x3d5759=>!_0x31ec40[_0x3d5759]);if(_0x6cdc6e[_0x52b3ee(-0x25f,-_0x37bbeb._0x3eb366,-_0x37bbeb._0x3fd6d8,-0x261)](_0x1b730e[_0x52b3ee(-0x1ea,-0x216,-0x1c3,-0x21c)],-0x4*-0x1be+0x1032+-0x172a)){if(_0x6cdc6e[_0x6d4070(_0x37bbeb._0x2bc040,_0x37bbeb._0xd36068,_0x37bbeb._0x3100c7,_0x37bbeb._0x2627e7)](_0x6cdc6e[_0x6d4070(0x3ad,_0x37bbeb._0x10fc31,0x3a9,0x36d)],_0x52b3ee(-_0x37bbeb._0x4937ba,-0x1c0,-_0x37bbeb._0x2fda7e,-0x206)))_0x96c288=null,_0x1cf531=null,_0x40e57e[_0x52b3ee(-0x277,-0x20d,-0x24f,-_0x37bbeb._0x3e1358)](),_0x1ec58d['info'](_0x6d4070(_0x37bbeb._0x22a4d1,0x3d6,_0x37bbeb._0x336575,0x394)+_0x6d4070(0x37b,_0x37bbeb._0x2fb59a,_0x37bbeb._0x497906,0x325));else return{'success':![],'error':_0x6d4070(_0x37bbeb._0x157168,_0x37bbeb._0x1ae436,_0x37bbeb._0x3bc98f,_0x37bbeb._0xf1a92f)+'response\x20m'+'issing\x20req'+_0x6d4070(0x359,0x403,0x3a7,0x35f)+_0x52b3ee(-_0x37bbeb._0x19f168,-0x1be,-_0x37bbeb._0x1a7d7d,-0x1a7)+_0x1b730e[_0x52b3ee(-_0x37bbeb._0x5d1ed5,-_0x37bbeb._0x25c44b,-_0x37bbeb._0x3f412d,-0x240)](',\x20')};}const _0x398231={};return _0x398231[_0x52b3ee(-_0x37bbeb._0x19e319,-0x25a,-_0x37bbeb._0x2772a6,-0x201)]=!![],_0x398231['issuer']=_0x31ec40[_0x6d4070(_0x37bbeb._0x1ae436,_0x37bbeb._0x557754,0x312,0x346)],_0x398231['authorizat'+_0x6d4070(_0x37bbeb._0x14df96,_0x37bbeb._0x2bc040,_0x37bbeb._0x394d60,0x3c0)+'nt']=_0x31ec40['authorizat'+_0x52b3ee(-_0x37bbeb._0x1ee7ea,-0x18c,-_0x37bbeb._0x3878c5,-_0x37bbeb._0x50389d)+'nt'],_0x398231['token_endp'+_0x6d4070(_0x37bbeb._0x174f91,_0x37bbeb._0x3ab1df,_0x37bbeb._0xffd8,_0x37bbeb._0x2c4dce)]=_0x31ec40[_0x6d4070(_0x37bbeb._0x24b71c,0x2cd,0x301,_0x37bbeb._0x44a717)+'oint'],_0x398231[_0x6d4070(0x328,_0x37bbeb._0x336575,0x32f,_0x37bbeb._0x58b257)+_0x6d4070(0x2e2,0x2db,0x2f0,_0x37bbeb._0x55e0c7)]=_0x31ec40[_0x6d4070(0x38a,0x2e2,0x32f,_0x37bbeb._0x55ee5a)+'ported']||[],_0x398231;}catch(_0x52fd82){if(_0x6cdc6e['IYHbD']===_0x6cdc6e[_0x52b3ee(-_0x37bbeb._0x32cb45,-0x285,-_0x37bbeb._0x1e2558,-0x25a)])return{'success':![],'error':'Discovery\x20'+_0x52b3ee(-_0x37bbeb._0x3a552a,-0x212,-0x24a,-_0x37bbeb._0x3c9e0f)+_0x6d4070(_0x37bbeb._0x4f2099,0x331,0x2f5,0x2c2)+'uired\x20fiel'+_0x6d4070(0x39d,_0x37bbeb._0x59d7e4,_0x37bbeb._0x58aca9,_0x37bbeb._0x1da5d0)+_0x3a736f[_0x6d4070(_0x37bbeb._0x25626e,0x358,_0x37bbeb._0x23540b,_0x37bbeb._0x1a76bb)](',\x20')};else{const _0x1f04ef={};return _0x1f04ef[_0x52b3ee(-0x23d,-0x21e,-_0x37bbeb._0x14020b,-0x1d8)]=![],_0x1f04ef[_0x6d4070(_0x37bbeb._0x4cf4b5,0x30e,_0x37bbeb._0x323267,0x31e)]=_0x52fd82['message']||_0x52b3ee(-0x217,-0x217,-0x236,-0x286)+_0x6d4070(0x2ed,_0x37bbeb._0x5dd14e,_0x37bbeb._0x5377ea,_0x37bbeb._0x149b65)+_0x52b3ee(-0x2b9,-0x2c3,-_0x37bbeb._0x2eb33c,-0x27f)+'\x20endpoint',_0x1f04ef;}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3c14c5,_0xe6068b){const _0x15f0c5={_0x36559a:0xc2,_0x402a94:0xeb,_0x3240c5:0xec,_0x593623:0xf5,_0x2c1b7c:0xda,_0x22b832:0x1ed,_0x5af4d0:0x1ff,_0xbdb631:0xdb,_0x4937a1:0xd0,_0xb2c6cc:0xa2,_0x5682ea:0xb4,_0x26bc83:0x1d6,_0x3c41f3:0x1e4,_0x1c4c8e:0x1cd,_0x49824e:0x1dc,_0x3dfabe:0x1cb},_0x128444=_0x3c14c5();function _0x17899c(_0x4b4062,_0x36d7f8,_0x4c9c7a,_0x95f8aa){return _0x207b(_0x95f8aa- -0x12f,_0x4b4062);}function _0x3bfa46(_0x2b4225,_0x53415a,_0x37acaf,_0x298786){return _0x207b(_0x2b4225- -0x3dd,_0x53415a);}while(!![]){try{const _0x1a33d1=parseInt(_0x17899c(0x98,_0x15f0c5._0x36559a,0x9f,0xb8))/(-0x4dd+0x1989*-0x1+0x1e67)*(parseInt(_0x17899c(_0x15f0c5._0x402a94,0xdf,_0x15f0c5._0x3240c5,0xe2))/(0x345*-0x6+0x124b+0x155))+-parseInt(_0x17899c(0xed,_0x15f0c5._0x593623,_0x15f0c5._0x2c1b7c,0xf6))/(0x15bf*-0x1+0x1*0x3a+0x1588)+-parseInt(_0x3bfa46(-0x1f7,-_0x15f0c5._0x22b832,-_0x15f0c5._0x5af4d0,-0x1ff))/(-0x310+-0x1b4b+0x1e5f)*(-parseInt(_0x17899c(0xd3,0xc4,0xf0,_0x15f0c5._0xbdb631))/(0xf31*-0x1+-0x1180+-0x2*-0x105b))+parseInt(_0x17899c(0xdc,_0x15f0c5._0x4937a1,0xd4,0xf3))/(-0xf*-0x21d+-0x8*0x47d+-0x3*-0x169)+-parseInt(_0x17899c(0xcd,_0x15f0c5._0xb2c6cc,_0x15f0c5._0x5682ea,0xc2))/(-0x1*0x1a88+-0x1*0x3df+0x1e6e)+parseInt(_0x3bfa46(-0x1fa,-0x216,-_0x15f0c5._0x26bc83,-0x1d6))/(-0x5*0x2c7+0xcd2+0x119*0x1)+parseInt(_0x3bfa46(-_0x15f0c5._0x3c41f3,-0x1cc,-_0x15f0c5._0x1c4c8e,-_0x15f0c5._0x49824e))/(-0x2*0x19f+0x1489+-0x2*0x8a1)*(-parseInt(_0x3bfa46(-_0x15f0c5._0x3dfabe,-0x1d2,-0x1ac,-0x1c5))/(0xda1+-0x1163+0x3cc));if(_0x1a33d1===_0xe6068b)break;else _0x128444['push'](_0x128444['shift']());}catch(_0x3865d3){_0x128444['push'](_0x128444['shift']());}}}(_0x38dc,0xc159+0x10*-0x1619+0x267d7));import _0x427d12 from'crypto';import{logger}from'./logger.js';function _0x2770e5(_0x341f6f,_0x5d118f,_0x30b8a1,_0x3e11f6){const _0x3e522e={_0x3d074e:0x2f4};return _0x207b(_0x3e11f6-_0x3e522e._0x3d074e,_0x341f6f);}const DEVICE_TTL_MS=(0x1896+0x2461*0x1+-0x3ced)*(0x1*-0x55c+0x24cf+0x83*-0x3d)*(-0x526*0x3+-0x170+0x14ca),POLL_INTERVAL_MS=(-0x20fd+-0x1d4a+-0x1*-0x3e4a)*(-0x2639+0x14fe*-0x1+-0x71*-0x8f),CODE_CHARS=_0x2770e5(0x509,0x4e3,0x4f0,0x504)+_0x2770e5(0x4e1,0x4c4,0x4bc,0x4d9)+_0x2770e5(0x4d0,0x4f3,0x4ec,0x4e7)+'89',USER_CODE_LENGTH=0x445+-0x8f*-0xa+-0x9d3,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function randomUserCode(){const _0xa5f1ba={_0x110681:0x296,_0x19e941:0x2a9,_0x5465f2:0x2bb,_0xaff68a:0x296,_0x1e57a8:0x2af,_0x3073df:0x2c3},_0x325dc2={_0x517f4a:0x8a,_0x5a55b5:0xc5},_0x2ebd44={_0x493416:0x11b,_0x36cf56:0x2a5},_0x4affce={};_0x4affce[_0x55435b(0x295,_0xa5f1ba._0x110681,_0xa5f1ba._0x19e941,_0xa5f1ba._0x5465f2)]=function(_0x52184a,_0x2f5fe9){return _0x52184a<_0x2f5fe9;};const _0x41a177=_0x4affce;function _0x1bbf17(_0x29dcc4,_0x48a4a0,_0xcb8442,_0x24f321){return _0x683b01(_0x29dcc4-_0x2ebd44._0x493416,_0x29dcc4,_0xcb8442- -_0x2ebd44._0x36cf56,_0x24f321-0x5c);}let _0x481701='';function _0x55435b(_0x2b2a16,_0x193818,_0x5107fd,_0x438d2e){return _0x683b01(_0x2b2a16-0x113,_0x5107fd,_0x193818- -_0x325dc2._0x517f4a,_0x438d2e-_0x325dc2._0x5a55b5);}for(let _0x31faeb=-0x1a*0x148+0x586+0x1bca;_0x41a177[_0x55435b(0x294,_0xa5f1ba._0xaff68a,_0xa5f1ba._0x19e941,0x2ad)](_0x31faeb,USER_CODE_LENGTH);_0x31faeb+=0x4*-0x515+0x16af+0x56*-0x7){const _0x5436ee=_0x427d12['randomInt'](0x23b0*-0x1+0x15*-0x199+0x453d*0x1,CODE_CHARS['length']);_0x481701+=CODE_CHARS[_0x5436ee];}return _0x481701['slice'](-0xf16+-0x1*-0xc2b+0x1*0x2eb,-0x2173*0x1+0x27e+0x1ef9)+'-'+_0x481701[_0x55435b(_0xa5f1ba._0x1e57a8,0x2c2,0x2a5,_0xa5f1ba._0x3073df)](0x121b+-0x3df*0x1+-0xe38);}function isExpired(_0x2b1778){const _0x4f41f9={_0x464cf7:0x87,_0x49e202:0x6d},_0x273ebf={_0x5b14b8:0x20,_0x28d46e:0xbe,_0x4bc653:0x553};function _0x5b10bc(_0x53b438,_0x490b91,_0x4ec377,_0x5a2838){return _0x2770e5(_0x5a2838,_0x490b91-_0x273ebf._0x5b14b8,_0x4ec377-_0x273ebf._0x28d46e,_0x4ec377- -_0x273ebf._0x4bc653);}return Date[_0x5b10bc(-_0x4f41f9._0x464cf7,-0x7d,-_0x4f41f9._0x49e202,-0x78)]()>_0x2b1778['expiresAt'];}function cleanupExpired(){const _0x2e72b0={_0x2486f3:0xf2,_0x62bf23:0xe4,_0x3a1857:0xca,_0x486a99:0x46b,_0x400773:0x486,_0x5437ca:0x472,_0x24297d:0x46e,_0x2cddb2:0x4a8,_0x3b82e9:0x464,_0x2f26df:0x44f,_0x22dc16:0xd9,_0x2f2cf2:0xc5,_0x34d641:0xe6,_0x188c52:0xf5,_0x1c35d8:0xda,_0x2a7444:0xc7,_0x8a203:0xf7,_0x2d22d7:0xb1,_0x4bc746:0xa8,_0x263124:0x462,_0xbf742b:0x473,_0x111deb:0x47f,_0x3c7610:0xb2,_0x1244a1:0xec,_0x1c9d42:0xe1,_0x434106:0xca,_0x12bac2:0xd8,_0x4a6aac:0xd6,_0x3095e9:0x487,_0x1cc65e:0x446,_0x5b4eb1:0x476,_0x47c8cb:0x458,_0xb0aa06:0x47d,_0x30976c:0xae,_0x136179:0xa8,_0x5ba5f4:0x478,_0x461838:0x497,_0x2cc3f2:0xe2,_0x1c77b1:0xba,_0x357fba:0xac,_0x5eb6f1:0xcc,_0x2e89c7:0xdc,_0x2dac85:0xee,_0x2e4d61:0xe7,_0x312c7f:0x102,_0x21e444:0xe8,_0x43e682:0x47e},_0x439776={_0x1e2dbb:0x1eb,_0x37b1a4:0x13f},_0x43d1a0={_0x1fd7eb:0x5c5},_0xd630f={'yXpFk':function(_0x43d78c,_0x576a18){return _0x43d78c(_0x576a18);},'BnNOc':function(_0x116d25,_0x646f2c){return _0x116d25===_0x646f2c;},'cfuzf':_0x2d7ab0(-_0x2e72b0._0x2486f3,-0x117,-0xf1,-0x10d),'Varau':function(_0x212a1a,_0x21763d){return _0x212a1a>_0x21763d;},'aJhZt':function(_0x2e1e91,_0x350f83){return _0x2e1e91===_0x350f83;},'dBtuJ':_0x2d7ab0(-0xd2,-_0x2e72b0._0x62bf23,-0xd4,-0xce),'wCYUr':function(_0x302190,_0x5a97e1){return _0x302190>_0x5a97e1;},'bKaRq':function(_0x4520cf,_0x5b2a58){return _0x4520cf!==_0x5b2a58;},'JxEcX':_0x2d7ab0(-0xce,-0xb6,-_0x2e72b0._0x3a1857,-0xdc),'jlOga':_0x4487b7(0x478,0x465,0x449,_0x2e72b0._0x486a99)};function _0x2d7ab0(_0x261d36,_0x13041c,_0x47e601,_0x585032){return _0x2770e5(_0x47e601,_0x13041c-0x8f,_0x47e601-0x1c,_0x261d36- -_0x43d1a0._0x1fd7eb);}const _0x27009a=Date['now']();function _0x4487b7(_0x422685,_0x2289c4,_0x5c102c,_0x2c027c){return _0x683b01(_0x422685-_0x439776._0x1e2dbb,_0x422685,_0x2c027c-_0x439776._0x37b1a4,_0x2c027c-0xe4);}for(const [_0x1613eb,_0x3b5ff7]of deviceStore[_0x4487b7(0x477,_0x2e72b0._0x400773,0x491,_0x2e72b0._0x5437ca)]()){if(_0xd630f[_0x4487b7(_0x2e72b0._0x24297d,_0x2e72b0._0x2cddb2,0x479,0x489)](_0xd630f[_0x4487b7(_0x2e72b0._0x3b82e9,0x45e,_0x2e72b0._0x2f26df,0x471)],_0xd630f['cfuzf']))_0xd630f[_0x2d7ab0(-_0x2e72b0._0x22dc16,-_0x2e72b0._0x2f2cf2,-_0x2e72b0._0x34d641,-_0x2e72b0._0x188c52)](_0x27009a,_0x3b5ff7[_0x2d7ab0(-_0x2e72b0._0x1c35d8,-0xb9,-_0x2e72b0._0x2a7444,-_0x2e72b0._0x8a203)])&&(_0xd630f['aJhZt']('ibUHL',_0xd630f[_0x2d7ab0(-_0x2e72b0._0x2d22d7,-_0x2e72b0._0x4bc746,-0x99,-0x95)])?(_0x117233[_0x4487b7(0x45f,_0x2e72b0._0x263124,_0x2e72b0._0xbf742b,_0x2e72b0._0x111deb)](_0x36dbfa),_0x294c1f[_0x2d7ab0(-0xc8,-0xba,-_0x2e72b0._0x3c7610,-_0x2e72b0._0x1244a1)](_0x337adf[_0x2d7ab0(-0xe2,-_0x2e72b0._0x1c9d42,-_0x2e72b0._0x434106,-0xf1)])):(deviceStore['delete'](_0x1613eb),userCodeToDevice[_0x2d7ab0(-0xc8,-_0x2e72b0._0x12bac2,-_0x2e72b0._0x4a6aac,-0xc4)](_0x3b5ff7[_0x4487b7(_0x2e72b0._0x3095e9,_0x2e72b0._0x1cc65e,_0x2e72b0._0x5b4eb1,0x465)])));else return null;}for(const [_0x4aed66,_0x4e1281]of stateToDevice[_0x4487b7(_0x2e72b0._0x2f26df,_0x2e72b0._0x47c8cb,_0x2e72b0._0xb0aa06,_0x2e72b0._0x5437ca)]()){const _0x5a3bbe=deviceStore[_0x2d7ab0(-_0x2e72b0._0x30976c,-_0x2e72b0._0x136179,-0xaa,-0xc9)](_0x4e1281);if(!_0x5a3bbe||_0xd630f[_0x4487b7(0x4a3,_0x2e72b0._0x5ba5f4,0x49d,_0x2e72b0._0x461838)](_0x27009a,_0x5a3bbe[_0x2d7ab0(-0xda,-0xca,-0xcd,-_0x2e72b0._0x2cc3f2)])){if(_0xd630f[_0x2d7ab0(-_0x2e72b0._0x1c77b1,-_0x2e72b0._0x357fba,-0xaf,-0xac)](_0xd630f[_0x2d7ab0(-_0x2e72b0._0x5eb6f1,-_0x2e72b0._0x2e89c7,-_0x2e72b0._0x2dac85,-0xec)],_0xd630f[_0x2d7ab0(-_0x2e72b0._0x2e4d61,-_0x2e72b0._0x312c7f,-0xdc,-_0x2e72b0._0x21e444)]))stateToDevice['delete'](_0x4aed66);else{const _0x500e17=_0xd630f[_0x4487b7(0x43d,0x468,_0x2e72b0._0x43e682,0x462)](_0x2fb6c6,_0x5227cb);if(!_0x500e17)return![];return _0x22c947['set'](_0x54c35b,_0x857c53),!![];}}}}const cleanupInterval=setInterval(cleanupExpired,(-0xd89+-0x24ff+-0x24*-0x169)*(0x249a+-0x4*0x926+0x3e6));function _0x38dc(){const _0x390958=['z2fKEwe','odGXmti1t3nbvNnv','BM93','v1HzwJiZndu2nW','yMrOzem','wNDnBKu','EMvhtKm','zxHWAxjLC0f0','vMfYyxu','ouPAwhr2sW','teHNBNu','y2z1EMy','zw50CMLLCW','weDprM0','qxzKCui','Eujvs1C','DxnLCG','vfHRAwe','CgvUzgLUzW','twnJCgW','quPqtMS','sNHfy1G','yxbPs2v5','EurTyu0','wK1HvKe','zgvSzxrL','mtm1nxf5rgPZBa','Dg9tDhjPBMC','DwfrsMW','zK1rCuO','CMfUzg9TqNL0zq','C3rHDhvZ','qujdrevgr0HksW','mJm2mdKYsxLhAvnM','nJC5mZmWCM1Tr0zk','qM5ot2m','ChPtENK','C2XPy2u','zxHWAxjLza','yKTHuNe','C2v0','y2XLyxi','rufJy00','DhnQu1y','u1vgufq','BhvPv2y','BxL0y0e','rvPkr2K','zej0DuO','D0nzvxi','mJGYmZe4BKr4q1nK','z2v0','z3DKvei','ntCYntjSB0rMAMK','AgfZ','zsbMBg93ihn0BW','s2zcqNG','zMXVB3i','t2T0u1G','C1nRtMm','yxbWCM92zwq','B09lvvO','mtmWndyYnfzAt3DMAW','B3fzyKW','te1ouffsu1rvvG','mJbxswz2tLa','mwrjDunzza','t0LeqYbKzxzPyW','Ae1UzNy','AMXpz2e','Dw5Yzwy','EvHWrMS','Agv4','t1vYufC','DxnLCKnVzgu'];_0x38dc=function(){return _0x390958;};return _0x38dc();}cleanupInterval[_0x2770e5(0x4d5,0x502,0x502,0x4df)]();export function createDeviceFlow(){const _0x25b441={_0x2269bd:0x2f1,_0xf6f96d:0x2e6,_0x399e58:0x2d3,_0x70c141:0x2ba,_0x9d39a3:0x347,_0x90464f:0x368,_0x50547b:0x344,_0x53c0a2:0x35c,_0x39e66d:0x33e,_0x10987f:0x2f2,_0x16cfcc:0x305,_0x8729d6:0x302,_0x2b53d2:0x30f,_0x10ee99:0x2fa,_0x4f3988:0x313,_0x2a833c:0x357,_0x144362:0x363,_0xa87d79:0x345,_0x12688f:0x346,_0x4cc872:0x34c,_0x40a2cf:0x373,_0x3a2018:0x308,_0x243851:0x2dd,_0x8e59f0:0x356,_0x5ebf06:0x331,_0x54e17e:0x32d,_0x277889:0x33a,_0x130cd1:0x316,_0x1a94aa:0x322,_0x1b8c4e:0x328,_0xf569af:0x324,_0x27b3ac:0x2eb,_0x2b0ec2:0x2d9,_0x3477cc:0x2d7,_0x49c495:0x2ac,_0x548f5d:0x2ad,_0x155e10:0x330,_0x1aa507:0x321},_0x2260e0={_0x1c593a:0x122,_0x3b7743:0xeb},_0x10ec43={_0x54a511:0x1a,_0xc4a559:0x20e},_0x2646bc={'gadya':function(_0x196990,_0x118ddd){return _0x196990(_0x118ddd);},'pzSzy':function(_0x34e617){return _0x34e617();},'fMQqJ':function(_0x421b4d,_0x147d30){return _0x421b4d!==_0x147d30;},'ZiQxr':_0x43b76c(_0x25b441._0x2269bd,_0x25b441._0xf6f96d,_0x25b441._0x399e58,_0x25b441._0x70c141),'sSkNc':function(_0x4e71ad,_0x424c3e){return _0x4e71ad+_0x424c3e;},'TJVwM':_0x1dd2c5(_0x25b441._0x9d39a3,0x34a,_0x25b441._0x90464f,_0x25b441._0x50547b),'oqYbL':function(_0x25df21,_0x54ab68){return _0x25df21/_0x54ab68;}};let _0x2d8575=_0x2646bc[_0x1dd2c5(0x347,_0x25b441._0x53c0a2,0x373,0x380)](randomUserCode);function _0x43b76c(_0x419ba2,_0x549442,_0x59e6d1,_0x30027c){return _0x2770e5(_0x419ba2,_0x549442-_0x10ec43._0x54a511,_0x59e6d1-0x36,_0x59e6d1- -_0x10ec43._0xc4a559);}while(userCodeToDevice['has'](_0x2d8575)){if(_0x2646bc[_0x1dd2c5(_0x25b441._0x39e66d,0x355,0x373,0x357)]('oHTzw',_0x43b76c(_0x25b441._0x10987f,_0x25b441._0x16cfcc,_0x25b441._0x8729d6,_0x25b441._0x2b53d2)))_0x2d8575=_0x2646bc[_0x43b76c(0x2de,_0x25b441._0x8729d6,_0x25b441._0x10ee99,_0x25b441._0x4f3988)](randomUserCode);else{const _0x4232de=_0x2646bc[_0x43b76c(0x2c9,0x2ce,0x2d6,0x2b4)](_0x5893cf,_0x2e6166);if(!_0x4232de)return![];return _0x4232de[_0x1dd2c5(0x364,_0x25b441._0x2a833c,_0x25b441._0x144362,_0x25b441._0xa87d79)]=_0x1dd2c5(0x329,0x329,0x30a,0x30a),_0x4232de[_0x1dd2c5(_0x25b441._0x12688f,0x34e,_0x25b441._0x4cc872,_0x25b441._0x40a2cf)]=_0x1b4a07,_0x4232de[_0x43b76c(_0x25b441._0x3a2018,_0x25b441._0x243851,_0x25b441._0xf6f96d,0x2fa)]=_0x509738,!![];}}const _0x3e7292=_0x427d12[_0x1dd2c5(0x359,_0x25b441._0x8e59f0,_0x25b441._0x5ebf06,0x363)+'s'](-0x27c*-0x5+-0x290+0x4de*-0x2)['toString'](_0x2646bc['ZiQxr']);function _0x1dd2c5(_0x6000bf,_0x2ab10e,_0x595a9a,_0x3b6b57){return _0x683b01(_0x6000bf-_0x2260e0._0x1c593a,_0x6000bf,_0x2ab10e-0x11,_0x3b6b57-_0x2260e0._0x3b7743);}const _0x48676e=Date[_0x1dd2c5(_0x25b441._0x54e17e,_0x25b441._0x277889,_0x25b441._0x130cd1,0x351)](),_0x351d28={'deviceCode':_0x3e7292,'userCode':_0x2d8575,'createdAt':_0x48676e,'expiresAt':_0x2646bc[_0x1dd2c5(_0x25b441._0x1a94aa,_0x25b441._0x1b8c4e,0x332,_0x25b441._0xf569af)](_0x48676e,DEVICE_TTL_MS),'status':_0x2646bc['TJVwM'],'apiKey':null,'user':null};return deviceStore[_0x43b76c(0x2db,_0x25b441._0x27b3ac,0x2fe,_0x25b441._0x2b0ec2)](_0x3e7292,_0x351d28),userCodeToDevice[_0x1dd2c5(0x372,0x360,0x35d,0x34a)](_0x2d8575,_0x3e7292),{'deviceCode':_0x3e7292,'userCode':_0x2d8575,'expiresIn':Math['floor'](_0x2646bc[_0x43b76c(_0x25b441._0x3477cc,_0x25b441._0x49c495,0x2ca,_0x25b441._0x548f5d)](DEVICE_TTL_MS,-0x3*-0x123+-0x1e2+0x261)),'interval':Math[_0x1dd2c5(_0x25b441._0x155e10,0x326,0x319,_0x25b441._0x1aa507)](POLL_INTERVAL_MS/(-0x10d*-0x6+-0x10d*-0x1+-0x373))};}export function getDeviceFlow(_0x113f8c){const _0x1d4845={_0x348655:0x3e4,_0x2a9b3a:0x3c4,_0x22781b:0x1d0},_0xcc55e9={_0x43a5cd:0x16e},_0x49ecb1={_0x5ec821:0x9,_0x5bebab:0x133};function _0x2d3c58(_0x16e565,_0x3c75ec,_0x20552f,_0x3a8518){return _0x2770e5(_0x3a8518,_0x3c75ec-_0x49ecb1._0x5ec821,_0x20552f-0x74,_0x3c75ec- -_0x49ecb1._0x5bebab);}const _0x2d78d4={'yDmaM':function(_0x7d3a9,_0x43708a){return _0x7d3a9(_0x43708a);}},_0x126385=deviceStore[_0x2d3c58(0x3d7,_0x1d4845._0x348655,0x3c1,_0x1d4845._0x2a9b3a)](_0x113f8c);if(!_0x126385||_0x2d78d4[_0x374357(0x1b2,0x1c2,0x1bf,_0x1d4845._0x22781b)](isExpired,_0x126385))return null;function _0x374357(_0xe766ee,_0x4c003a,_0x386f70,_0x432ad5){return _0x683b01(_0xe766ee-0x1ab,_0xe766ee,_0x432ad5- -_0xcc55e9._0x43a5cd,_0x432ad5-0xcd);}return _0x126385;}export function getDeviceFlowByUserCode(_0x58cf09){const _0x41e320=userCodeToDevice['get'](_0x58cf09);if(!_0x41e320)return null;return getDeviceFlow(_0x41e320);}function _0x207b(_0x1ad9b,_0x423441){_0x1ad9b=_0x1ad9b-(-0x13*-0x82+0x15aa*0x1+-0xeb9*0x2);const _0x35a5f1=_0x38dc();let _0x279906=_0x35a5f1[_0x1ad9b];if(_0x207b['PYJJkx']===undefined){var _0x5c0b11=function(_0x36a3cd){const _0x4c3142='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x43ef52='',_0x327814='';for(let _0x3b1735=-0x5e4*0x5+0x44a+0x2*0xc95,_0x5968b9,_0x356887,_0x1da5ec=-0xa*0x16c+-0xf9*-0x25+-0x15c5;_0x356887=_0x36a3cd['charAt'](_0x1da5ec++);~_0x356887&&(_0x5968b9=_0x3b1735%(-0x3c1*-0x3+-0x19e6+0xea7)?_0x5968b9*(0x2051+0x5d*-0xf+-0x1a9e)+_0x356887:_0x356887,_0x3b1735++%(-0x38*-0x3+-0x37*0x91+0x1e83))?_0x43ef52+=String['fromCharCode'](-0x2429+0x3*-0x8a6+0x3f1a&_0x5968b9>>(-(-0x1772+0xc*0x22d+-0x2a8)*_0x3b1735&-0x2*-0x1297+-0xfd7+0x6b*-0x33)):-0x1aee*0x1+-0x1*0x18c7+-0x33b5*-0x1){_0x356887=_0x4c3142['indexOf'](_0x356887);}for(let _0x98866d=0x305*0x1+0x1*-0x10d5+0xdd0,_0x525764=_0x43ef52['length'];_0x98866d<_0x525764;_0x98866d++){_0x327814+='%'+('00'+_0x43ef52['charCodeAt'](_0x98866d)['toString'](0x94d*0x4+-0xf98+-0x158c))['slice'](-(-0x2cc*-0x1+0x3*-0xcf5+-0xc07*-0x3));}return decodeURIComponent(_0x327814);};_0x207b['WFHyKo']=_0x5c0b11,_0x207b['EnqZsW']={},_0x207b['PYJJkx']=!![];}const _0x5798d5=_0x35a5f1[0x6a5+0x37*0x1+0x2*-0x36e],_0x23f646=_0x1ad9b+_0x5798d5,_0x7c7954=_0x207b['EnqZsW'][_0x23f646];return!_0x7c7954?(_0x279906=_0x207b['WFHyKo'](_0x279906),_0x207b['EnqZsW'][_0x23f646]=_0x279906):_0x279906=_0x7c7954,_0x279906;}export function linkOidcStateToDevice(_0x41fccc,_0x55a9bd){const _0x3eb036={_0x456793:0x11d,_0x384c6c:0x127,_0x170d08:0x51e},_0x238b92={_0x4cd229:0x1e0,_0x374dc2:0x1de,_0x2176e4:0xd5},_0x4f6549={_0x29de84:0x66},_0x1afd59={'EZJGi':function(_0x2af8a3,_0x3cfc8e){return _0x2af8a3(_0x3cfc8e);}},_0x298c0e=_0x1afd59[_0x5f5cb8(-_0x3eb036._0x456793,-0x106,-_0x3eb036._0x384c6c,-0x144)](getDeviceFlow,_0x55a9bd);if(!_0x298c0e)return![];function _0x5f5cb8(_0x5bc043,_0x2d10c7,_0x5aa0be,_0x267fe7){return _0x2770e5(_0x5bc043,_0x2d10c7-0x1a8,_0x5aa0be-_0x4f6549._0x29de84,_0x5aa0be- -0x63a);}stateToDevice[_0x393c2d(0x549,_0x3eb036._0x170d08,0x50a,0x52d)](_0x41fccc,_0x55a9bd);function _0x393c2d(_0x43a540,_0x4c3808,_0x35d736,_0x145f93){return _0x683b01(_0x43a540-_0x238b92._0x4cd229,_0x4c3808,_0x145f93-_0x238b92._0x374dc2,_0x145f93-_0x238b92._0x2176e4);}return!![];}export function consumeDeviceForState(_0x3c3a86){const _0x237dba={_0x3afc05:0x2fb,_0x47b776:0x2e6,_0x23d568:0x2d7,_0x349910:0x40f,_0x3519cf:0x3ef,_0x5bce23:0x3e7,_0x51986b:0x3e7,_0x182982:0x2e1,_0x2cf7a0:0x2d4,_0x4b88ad:0x3e8,_0x5dc26c:0x3cd,_0x6ff9a0:0x3f2},_0xd3de03={_0x2275b0:0x125},_0x57f58b={_0x40f096:0x102},_0x50663d={'XGOFm':function(_0x41024e,_0x5109e8){return _0x41024e>_0x5109e8;},'wMZnY':function(_0x3f5c46,_0x59517c){return _0x3f5c46!==_0x59517c;},'OloqC':'luiWf','zeGNC':function(_0x1c6556,_0x1d1784){return _0x1c6556(_0x1d1784);}};function _0x1b716f(_0x288fd7,_0x475940,_0x481b47,_0x558b0a){return _0x2770e5(_0x558b0a,_0x475940-0xec,_0x481b47-0xbc,_0x288fd7- -_0x57f58b._0x40f096);}function _0x162f47(_0x12d1ca,_0x266981,_0x104845,_0xc5786c){return _0x683b01(_0x12d1ca-_0xd3de03._0x2275b0,_0x266981,_0x12d1ca- -0x5f,_0xc5786c-0x43);}const _0x879f4a=stateToDevice[_0x162f47(0x2fb,_0x237dba._0x3afc05,_0x237dba._0x47b776,_0x237dba._0x23d568)](_0x3c3a86);if(!_0x879f4a){if(_0x50663d['wMZnY'](_0x50663d['OloqC'],_0x1b716f(_0x237dba._0x349910,0x406,0x3ec,0x426))){const _0x582204=_0x490413['get'](_0x4b9ab1);(!_0x582204||_0x50663d[_0x1b716f(_0x237dba._0x3519cf,_0x237dba._0x5bce23,0x3dc,_0x237dba._0x51986b)](_0x30e63b,_0x582204['expiresAt']))&&_0x5d181e['delete'](_0x1ca833);}else return null;}return stateToDevice[_0x162f47(_0x237dba._0x182982,0x2da,0x2d5,_0x237dba._0x2cf7a0)](_0x3c3a86),_0x50663d[_0x1b716f(_0x237dba._0x4b88ad,_0x237dba._0x5dc26c,0x3e2,_0x237dba._0x6ff9a0)](getDeviceFlow,_0x879f4a);}export function approveDeviceFlow(_0x2bd5ab,_0x5ce12e,_0x49c8b6){const _0x56e8e0={_0x10a10a:0x20,_0x427b00:0x17,_0x48c829:0xb,_0x53bc6f:0x37f,_0x4f3bb2:0x380,_0x266491:0x3,_0x5c6a23:0x2d,_0x2a09a6:0x390,_0x41b0d1:0x3b4,_0x5b0bd4:0x21,_0x39bb3c:0x8,_0x563b7f:0x15,_0x58487e:0x25},_0x38b802={_0x2c2437:0xee,_0x155ac3:0x4ec},_0x237e16={_0x4349de:0x1aa};function _0x20358a(_0x48d9f2,_0x548b5f,_0x49770a,_0x21795b){return _0x2770e5(_0x48d9f2,_0x548b5f-_0x237e16._0x4349de,_0x49770a-0xb6,_0x21795b- -0x146);}function _0x39f721(_0x21a5cb,_0x45a7d8,_0x382628,_0xb24536){return _0x2770e5(_0x21a5cb,_0x45a7d8-_0x38b802._0x2c2437,_0x382628-0xf0,_0x45a7d8- -_0x38b802._0x155ac3);}const _0x489c0c={'OUrPW':function(_0x2fe651,_0x3b6a94){return _0x2fe651(_0x3b6a94);},'kunSa':_0x39f721(-_0x56e8e0._0x10a10a,-_0x56e8e0._0x427b00,-_0x56e8e0._0x48c829,0xc)},_0x3d549b=_0x489c0c[_0x20358a(_0x56e8e0._0x53bc6f,_0x56e8e0._0x4f3bb2,0x3bc,0x39c)](getDeviceFlow,_0x2bd5ab);if(!_0x3d549b)return![];return _0x3d549b[_0x39f721(0x2f,0x17,-_0x56e8e0._0x266491,_0x56e8e0._0x5c6a23)]=_0x489c0c['kunSa'],_0x3d549b[_0x20358a(0x399,_0x56e8e0._0x2a09a6,0x3da,_0x56e8e0._0x41b0d1)]=_0x5ce12e,_0x3d549b[_0x39f721(_0x56e8e0._0x5b0bd4,_0x56e8e0._0x39bb3c,-_0x56e8e0._0x563b7f,_0x56e8e0._0x58487e)]=_0x49c8b6,!![];}function _0x683b01(_0x1e9009,_0xd08da6,_0x38ddd7,_0x2fe543){return _0x207b(_0x38ddd7-0x137,_0xd08da6);}export function pollDeviceFlow(_0x2dc6c6){const _0xb553ff={_0x1fa410:0x275,_0x12dcc3:0x259,_0x5b4872:0x24b,_0x2e9f67:0x18f,_0x378a32:0x1c8,_0x199473:0x1ac,_0x3e5881:0x16b,_0x559452:0x180,_0x385f4b:0x270,_0x20dca6:0x261,_0x579e37:0x28f,_0x5bff29:0x150,_0x359c5d:0x178,_0x3b5b2c:0x18b,_0x130333:0x284,_0x52fb7d:0x191,_0x1b7d5d:0x195,_0x40aec6:0x154,_0x5c1240:0x18f,_0x4a782b:0x1a9,_0x3dd317:0x159,_0x51f154:0x150,_0x7acb1b:0x278,_0x267cda:0x290,_0x173d1e:0x285,_0x28f1ac:0x250,_0x4475b8:0x270,_0x5add48:0x161,_0x4cead2:0x158,_0x248144:0x1a2,_0xccd010:0x295,_0x1cc80f:0x292,_0x1bd94a:0x291,_0x528609:0x2a3,_0x2d7ec2:0x28a,_0x1ef7bf:0x27a,_0x5d915e:0x277,_0x1bf760:0x25f,_0x47fa3d:0x24f,_0x3e5278:0x197,_0x4b4f74:0x188,_0x30ebb5:0x173,_0x399010:0x17a,_0x334a9b:0x230,_0x415b7c:0x254,_0x3b3124:0x181,_0x40f03a:0x163,_0x48f8a0:0x16e,_0x185554:0x17d,_0x19e9e9:0x284,_0x12f402:0x276,_0xd95227:0x231,_0x2529f9:0x279,_0x4768e3:0x297,_0xb9771f:0x1ab,_0x2d264e:0x175,_0x1ef1a7:0x183,_0x4527f9:0x19a,_0x80aa6c:0x1a3,_0x56c33f:0x166,_0x2b68a9:0x1a2,_0x5cecea:0x26c,_0x133f12:0x17b,_0x4eb940:0x269},_0x16c849={_0x4e3b90:0x1d9,_0x120a33:0x166},_0x515eb1={_0x154083:0x4c0,_0x2f8146:0x8d},_0x56a816={};_0x56a816['bdhdC']=_0x4d50e9(0x259,_0xb553ff._0x1fa410,_0xb553ff._0x12dcc3,_0xb553ff._0x5b4872),_0x56a816[_0x5ab8a6(-0x1a7,-_0xb553ff._0x2e9f67,-_0xb553ff._0x378a32,-_0xb553ff._0x199473)]=function(_0x3db15e,_0x2ea3ba){return _0x3db15e+_0x2ea3ba;},_0x56a816['ZMaVA']='pending',_0x56a816[_0x5ab8a6(-_0xb553ff._0x3e5881,-0x160,-0x183,-_0xb553ff._0x559452)]=function(_0x2409d5,_0x107211){return _0x2409d5/_0x107211;};function _0x5ab8a6(_0x3ba55c,_0x5deb74,_0x23d76e,_0x435617){return _0x683b01(_0x3ba55c-0x145,_0x435617,_0x3ba55c- -_0x515eb1._0x154083,_0x435617-_0x515eb1._0x2f8146);}_0x56a816[_0x4d50e9(_0xb553ff._0x385f4b,0x254,0x24f,0x27c)]=function(_0x3c829b,_0x5024a3){return _0x3c829b/_0x5024a3;},_0x56a816[_0x4d50e9(0x266,0x249,0x284,0x289)]=_0x4d50e9(0x282,_0xb553ff._0x20dca6,0x29c,_0xb553ff._0x579e37),_0x56a816[_0x5ab8a6(-0x16f,-_0xb553ff._0x5bff29,-_0xb553ff._0x359c5d,-0x174)]=function(_0x1c7be1,_0x3158b7){return _0x1c7be1===_0x3158b7;};function _0x4d50e9(_0x382ece,_0x4947b8,_0x5df5a7,_0x3dedab){return _0x683b01(_0x382ece-_0x16c849._0x4e3b90,_0x4947b8,_0x382ece- -0xcb,_0x3dedab-_0x16c849._0x120a33);}_0x56a816['uaQJl']=_0x5ab8a6(-0x1a8,-_0xb553ff._0x3b5b2c,-_0xb553ff._0x2e9f67,-0x199),_0x56a816[_0x4d50e9(0x294,_0xb553ff._0x130333,0x2b2,0x2a9)]=function(_0x30afc5,_0x4b1ab2){return _0x30afc5===_0x4b1ab2;};const _0xbaa3d=_0x56a816,_0x44185b=getDeviceFlow(_0x2dc6c6);if(!_0x44185b){const _0x4af44f={};return _0x4af44f[_0x5ab8a6(-0x17a,-_0xb553ff._0x52fb7d,-_0xb553ff._0x1b7d5d,-_0xb553ff._0x40aec6)]=_0xbaa3d[_0x5ab8a6(-_0xb553ff._0x5c1240,-0x19f,-_0xb553ff._0x4a782b,-_0xb553ff._0x559452)],_0x4af44f;}if(_0xbaa3d[_0x5ab8a6(-0x16f,-0x170,-_0xb553ff._0x3dd317,-_0xb553ff._0x51f154)](_0x44185b['status'],_0xbaa3d[_0x4d50e9(_0xb553ff._0x7acb1b,0x29a,_0xb553ff._0x267cda,_0xb553ff._0x173d1e)])&&_0x44185b[_0x4d50e9(0x272,_0xb553ff._0x28f1ac,_0xb553ff._0x4475b8,0x27f)]){if(_0xbaa3d[_0x5ab8a6(-_0xb553ff._0x5add48,-0x147,-0x15b,-_0xb553ff._0x4cead2)](_0x5ab8a6(-_0xb553ff._0x3b5b2c,-0x182,-0x1af,-_0xb553ff._0x248144),_0x4d50e9(0x287,_0xb553ff._0xccd010,0x2a8,0x2ab))){let _0x4d7899=_0x53b71d();while(_0x3ad90b[_0x4d50e9(_0xb553ff._0x1cc80f,_0xb553ff._0x1bd94a,_0xb553ff._0x528609,_0xb553ff._0x2d7ec2)](_0x4d7899)){_0x4d7899=_0x43ef52();}const _0xb3dd02=_0x423441[_0x4d50e9(_0xb553ff._0x1ef7bf,0x254,0x276,0x25c)+'s'](-0x1827+-0x1100+0x1*0x2947)[_0x4d50e9(_0xb553ff._0x5d915e,0x252,0x25f,0x272)](_0xbaa3d[_0x4d50e9(0x260,_0xb553ff._0x1bf760,0x27f,_0xb553ff._0x47fa3d)]),_0x229cf4=_0x35a5f1[_0x5ab8a6(-_0xb553ff._0x3e5278,-_0xb553ff._0x4b4f74,-_0xb553ff._0x30ebb5,-_0xb553ff._0x399010)](),_0x731fb={'deviceCode':_0xb3dd02,'userCode':_0x4d7899,'createdAt':_0x229cf4,'expiresAt':_0xbaa3d[_0x4d50e9(0x24e,_0xb553ff._0x334a9b,_0xb553ff._0x415b7c,0x268)](_0x229cf4,_0x279906),'status':_0xbaa3d[_0x5ab8a6(-_0xb553ff._0x3b3124,-_0xb553ff._0x40f03a,-_0xb553ff._0x48f8a0,-_0xb553ff._0x185554)],'apiKey':null,'user':null};return _0x5c0b11['set'](_0xb3dd02,_0x731fb),_0x5798d5[_0x4d50e9(_0xb553ff._0x19e9e9,_0xb553ff._0x12f402,0x2a4,0x284)](_0x4d7899,_0xb3dd02),{'deviceCode':_0xb3dd02,'userCode':_0x4d7899,'expiresIn':_0x23f646[_0x4d50e9(0x24a,_0xb553ff._0xd95227,0x243,0x228)](_0xbaa3d[_0x4d50e9(_0xb553ff._0x2d7ec2,_0xb553ff._0x2529f9,0x277,_0xb553ff._0x4768e3)](_0x7c7954,-0x9b7*0x1+0x228*0x6+-0x5*-0x23)),'interval':_0x36a3cd[_0x5ab8a6(-_0xb553ff._0xb9771f,-0x1c9,-0x1a3,-0x1c3)](_0xbaa3d['AJPNk'](_0x4c3142,0x2019+-0x361*0x1+-0x18d0))};}else{const _0x36cb87={};return _0x36cb87[_0x5ab8a6(-0x17a,-_0xb553ff._0x2d264e,-0x190,-0x15f)]=_0xbaa3d['uaQJl'],_0x36cb87[_0x5ab8a6(-_0xb553ff._0x1ef1a7,-0x18b,-_0xb553ff._0x4527f9,-_0xb553ff._0x80aa6c)]=_0x44185b['apiKey'],_0x36cb87[_0x5ab8a6(-0x189,-_0xb553ff._0x56c33f,-_0xb553ff._0x2b68a9,-0x167)]=_0x44185b[_0x4d50e9(_0xb553ff._0x5cecea,0x28b,_0xb553ff._0x415b7c,0x279)],_0x36cb87;}}const _0x149c12={};return _0x149c12[_0x5ab8a6(-0x17a,-0x17e,-_0xb553ff._0x133f12,-0x17b)]=_0xbaa3d[_0x4d50e9(0x274,0x25c,_0xb553ff._0x4eb940,0x24f)],_0x149c12;}export function consumeDeviceFlow(_0x35346a){const _0x2fb57a={_0x38ac2c:0x29a,_0x598b89:0x283,_0x1bc756:0x27d,_0xeddfd1:0x28b,_0x25a46f:0x509,_0x18c58e:0x4e9,_0x44a227:0x4f0,_0x3afb93:0x4e3,_0x24c3c9:0x4cf},_0x15c5d5=getDeviceFlow(_0x35346a);function _0x2684ef(_0x50076d,_0x3ddf91,_0x2bb958,_0x5b9681){return _0x2770e5(_0x50076d,_0x3ddf91-0x3e,_0x2bb958-0x69,_0x2bb958- -0x14);}if(!_0x15c5d5)return null;deviceStore[_0x312597(_0x2fb57a._0x38ac2c,_0x2fb57a._0x598b89,_0x2fb57a._0x1bc756,_0x2fb57a._0xeddfd1)](_0x35346a);function _0x312597(_0x67fac3,_0x267bec,_0x2194a3,_0xecc332){return _0x683b01(_0x67fac3-0x18b,_0xecc332,_0x67fac3- -0xa6,_0xecc332-0x1a);}return userCodeToDevice[_0x2684ef(0x502,_0x2fb57a._0x25a46f,_0x2fb57a._0x18c58e,_0x2fb57a._0x44a227)](_0x15c5d5[_0x2684ef(0x4f0,_0x2fb57a._0x3afb93,_0x2fb57a._0x24c3c9,0x4af)]),_0x15c5d5;}export function getDeviceFlowConstants(){const _0x471a43={_0xfd1d17:0x1bd,_0x31cd29:0x186,_0x2c9674:0x185,_0x3a0d2d:0x1a8,_0x2205c6:0x16b,_0x24b709:0x162,_0x5d553c:0x15d,_0x18296b:0x161,_0xd8ab93:0x162,_0xad66fb:0x39,_0xce848e:0x66,_0x5059c8:0x59},_0x5d6fde={_0x5bd4d5:0x3b4},_0x4a0bd0={_0x312524:0x96,_0x2391a1:0x1a5},_0x37eab2={};_0x37eab2[_0x296277(_0x471a43._0xfd1d17,_0x471a43._0x31cd29,_0x471a43._0x2c9674,_0x471a43._0x3a0d2d)]=function(_0x567738,_0x19ceda){return _0x567738/_0x19ceda;};function _0x296277(_0x5f4ec0,_0x5e1a6c,_0x53aeb3,_0x54715b){return _0x683b01(_0x5f4ec0-_0x4a0bd0._0x312524,_0x53aeb3,_0x54715b- -0x1b3,_0x54715b-_0x4a0bd0._0x2391a1);}function _0x1f3009(_0x1c2014,_0xc43040,_0xe9fc02,_0x3cbd64){return _0x683b01(_0x1c2014-0x92,_0xc43040,_0x3cbd64- -_0x5d6fde._0x5bd4d5,_0x3cbd64-0x7);}const _0x344bba=_0x37eab2;return{'expiresIn':Math[_0x296277(0x15a,_0x471a43._0x2205c6,0x13f,_0x471a43._0x24b709)](DEVICE_TTL_MS/(-0x10e6+-0x1*0x11e2+0x26b0)),'interval':Math[_0x296277(_0x471a43._0x5d553c,0x162,_0x471a43._0x18296b,_0x471a43._0xd8ab93)](_0x344bba[_0x1f3009(-0x62,-_0x471a43._0xad66fb,-_0x471a43._0xce848e,-_0x471a43._0x5059c8)](POLL_INTERVAL_MS,0x1931+-0x383*-0xb+0x3bea*-0x1))};}export function resetDeviceFlowStore(){const _0x15a945={_0x44b6d9:0x74,_0x371017:0x174,_0x264061:0x1a1,_0x4284db:0x18e,_0x4e6170:0x31,_0x5bfd97:0x2d,_0x133891:0x73,_0x67ef5c:0x7a,_0xc38e8d:0x5c,_0xe29b6d:0x37,_0x20b04d:0x62,_0x588d8f:0x168,_0x30e1e4:0x175},_0x604419={_0x2afc82:0x12d,_0xc2f3d8:0x3ac},_0x41e28f={};_0x41e28f[_0x16c432(-_0x15a945._0x44b6d9,-0x74,-0x5b,-0x6c)]=_0x5720ee(-_0x15a945._0x371017,-0x1b3,-_0x15a945._0x264061,-_0x15a945._0x4284db)+_0x16c432(-0x4e,-_0x15a945._0x4e6170,-_0x15a945._0x5bfd97,-_0x15a945._0x133891)+'re\x20reset';function _0x16c432(_0x512651,_0x4653dd,_0x2b7f7a,_0x8b6631){return _0x683b01(_0x512651-_0x604419._0x2afc82,_0x8b6631,_0x512651- -_0x604419._0xc2f3d8,_0x8b6631-0xa1);}const _0x55dc3f=_0x41e28f;deviceStore[_0x16c432(-0x5c,-0x72,-0x55,-_0x15a945._0x67ef5c)](),userCodeToDevice[_0x16c432(-_0x15a945._0xc38e8d,-_0x15a945._0x67ef5c,-0x50,-_0x15a945._0xe29b6d)]();function _0x5720ee(_0x1dded7,_0x541c63,_0x464fbe,_0x48ea8e){return _0x2770e5(_0x464fbe,_0x541c63-0x150,_0x464fbe-0x1ca,_0x48ea8e- -0x66a);}stateToDevice[_0x16c432(-0x5c,-0x48,-0x3a,-_0x15a945._0x20b04d)](),logger['debug'](_0x55dc3f[_0x5720ee(-0x185,-0x16a,-_0x15a945._0x588d8f,-_0x15a945._0x30e1e4)]);}
|
|
1
|
+
function _0x134b(_0x3b8ef5,_0x1811bb){_0x3b8ef5=_0x3b8ef5-(-0x40f*0x7+0x2362*0x1+-0x55b);const _0x4bf0aa=_0x5299();let _0x280a5b=_0x4bf0aa[_0x3b8ef5];if(_0x134b['bSOoMw']===undefined){var _0x56a395=function(_0x855c7b){const _0x475687='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3354c0='',_0x266609='';for(let _0xdee584=-0x1*0x1d41+0xe*-0x10c+0x2be9,_0x484b4a,_0x4c2fa5,_0x116fc1=0x65*-0x51+0x4cf*-0x2+0x2993*0x1;_0x4c2fa5=_0x855c7b['charAt'](_0x116fc1++);~_0x4c2fa5&&(_0x484b4a=_0xdee584%(-0x1a5b+0x3f*0x35+0xd54)?_0x484b4a*(-0x234a+-0x3*0x74b+-0x396b*-0x1)+_0x4c2fa5:_0x4c2fa5,_0xdee584++%(-0x1268+0x2030+-0xdc4))?_0x3354c0+=String['fromCharCode'](-0x1*0x23f1+0x1*-0x1b5b+0x404b&_0x484b4a>>(-(0x1*-0xaf1+0x916*0x2+0x1*-0x739)*_0xdee584&0xb*-0x139+-0x1*0x1aea+0x2863)):-0x7*-0xc9+-0xd01+-0x3c1*-0x2){_0x4c2fa5=_0x475687['indexOf'](_0x4c2fa5);}for(let _0x530277=-0xc56+-0x39b*-0x2+-0x148*-0x4,_0x47638f=_0x3354c0['length'];_0x530277<_0x47638f;_0x530277++){_0x266609+='%'+('00'+_0x3354c0['charCodeAt'](_0x530277)['toString'](-0x655*0x1+0xbe2+-0x119*0x5))['slice'](-(-0xc88+-0x1*0x23db+0x3065));}return decodeURIComponent(_0x266609);};_0x134b['QhnLRe']=_0x56a395,_0x134b['JmJnJp']={},_0x134b['bSOoMw']=!![];}const _0x271397=_0x4bf0aa[-0x28f*-0x7+-0x1*-0x6df+-0x18c8],_0x21a130=_0x3b8ef5+_0x271397,_0x472b1e=_0x134b['JmJnJp'][_0x21a130];return!_0x472b1e?(_0x280a5b=_0x134b['QhnLRe'](_0x280a5b),_0x134b['JmJnJp'][_0x21a130]=_0x280a5b):_0x280a5b=_0x472b1e,_0x280a5b;}(function(_0x3c52c2,_0x53bfe4){const _0x164391={_0x3e2254:0x59,_0x1ded9b:0x50,_0x529241:0xd0,_0x18978d:0xd7,_0x145124:0x54,_0x26d841:0x76,_0x11b24e:0x57,_0x19896e:0x1f,_0x1b3adf:0xe3,_0x4712f5:0xb6,_0x2ba4ba:0x109,_0x3135ff:0xe9,_0x11d469:0x125,_0x9d75b8:0x120,_0x5d331e:0x58,_0x492d74:0x1d,_0x4b8ff2:0x38,_0x454640:0x5c};function _0x93bcda(_0x3523d2,_0x2860f6,_0x2c68b8,_0x1e8c61){return _0x134b(_0x1e8c61- -0x16f,_0x2860f6);}const _0x2ec0e1=_0x3c52c2();function _0x415715(_0x44e3ee,_0x2a05d6,_0x42a211,_0x2c715c){return _0x134b(_0x2c715c- -0x2b2,_0x42a211);}while(!![]){try{const _0x5b3a6d=parseInt(_0x93bcda(0x43,0x75,_0x164391._0x3e2254,_0x164391._0x1ded9b))/(0x6ef+0x26b3+0x1*-0x2da1)*(parseInt(_0x415715(-0x10f,-0x11c,-0x102,-0x10d))/(-0x1*0x127d+-0x1*-0x17ae+-0x1*0x52f))+-parseInt(_0x415715(-0xcf,-0xeb,-_0x164391._0x529241,-_0x164391._0x18978d))/(0x107*-0x11+-0xb9c+-0x33*-0x92)*(parseInt(_0x93bcda(_0x164391._0x145124,0x9b,0x99,_0x164391._0x26d841))/(0x1139+0x30*-0x9+-0x89*0x1d))+-parseInt(_0x93bcda(_0x164391._0x11b24e,0x71,0x9b,0x75))/(0x2059+-0x188*0x13+-0x33c)*(parseInt(_0x93bcda(_0x164391._0x19896e,0x2d,0x38,0x3d))/(-0x21be+-0xc90+0x2e54))+-parseInt(_0x415715(-_0x164391._0x1b3adf,-0xbd,-_0x164391._0x4712f5,-0xca))/(-0x557+-0x1*-0x20bb+-0x1b5d)+-parseInt(_0x415715(-_0x164391._0x2ba4ba,-0x102,-0xe8,-_0x164391._0x3135ff))/(-0xc44+-0x94+0xce0)+parseInt(_0x415715(-_0x164391._0x11d469,-_0x164391._0x9d75b8,-0x10f,-0x10c))/(-0x1fc+0x203c+-0x1e37)+-parseInt(_0x93bcda(_0x164391._0x5d331e,_0x164391._0x492d74,0x45,0x3a))/(0x1555+0x14a4+0x5*-0x863)*(-parseInt(_0x93bcda(_0x164391._0x4b8ff2,0x6f,0x39,_0x164391._0x454640))/(-0x2*0x476+-0x598+0xe8f));if(_0x5b3a6d===_0x53bfe4)break;else _0x2ec0e1['push'](_0x2ec0e1['shift']());}catch(_0x54e55a){_0x2ec0e1['push'](_0x2ec0e1['shift']());}}}(_0x5299,-0xbc71d+0x5*-0x50df4+0x338d55));import _0x480053 from'crypto';import{logger}from'./logger.js';const DEVICE_TTL_MS=(-0x124d+0x10b2+0x1a5)*(-0xe*-0x25e+-0x3*-0x523+0x7*-0x6e7)*(-0x7*0x13b+-0x2b3*-0x3+0x46c);function _0x14aa0e(_0x2ecf9a,_0x3998cd,_0x4a67e5,_0x1ce8b9){return _0x134b(_0x1ce8b9-0x354,_0x3998cd);}const POLL_INTERVAL_MS=(-0x7*0x58f+0x7*-0x119+-0x1*-0x2e9b)*(-0x1079+0x134b+0x8b*0x2),CODE_CHARS='ABCDEFGHJK'+_0x14aa0e(0x4e7,0x50b,0x4e1,0x4f6)+_0x420c63(-0x6a,-0x7b,-0x8c,-0x9c)+'89',USER_CODE_LENGTH=-0x1*-0x88f+-0x814+0x73*-0x1,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function randomUserCode(){const _0x2eebd0={_0x442b3b:0x19,_0x15071c:0x27,_0x3340be:0x31,_0x485810:0x36,_0x4962b3:0x5f,_0x476bb9:0x2c,_0xc35399:0x4e,_0x177d96:0x4c,_0x1f26b2:0x4e,_0x50f770:0x2f,_0x5eaed6:0x42,_0xd81c62:0x52,_0x4aaa99:0x84,_0x2b5fed:0x73,_0x5691eb:0x34,_0x55e623:0x5e,_0x52a9ec:0x59,_0xfacccc:0x5c,_0xb698aa:0x3c},_0x3e0a91={_0x250613:0x1c3},_0x25384e={_0x43552f:0x4cd},_0x3ab67d={'yAZOP':function(_0xff213b,_0x198a93){return _0xff213b(_0x198a93);},'NErWX':function(_0x4b7c9e,_0x182dd0){return _0x4b7c9e<_0x182dd0;},'xTtju':function(_0x4816a1,_0x5a296d){return _0x4816a1!==_0x5a296d;},'hMVmH':'YnQxU'};function _0x36d3cc(_0x343763,_0x562bab,_0x133fc4,_0x4cfc14){return _0x14aa0e(_0x343763-0x180,_0x562bab,_0x133fc4-0x16c,_0x133fc4- -_0x25384e._0x43552f);}let _0x57a163='';function _0x595154(_0x10f261,_0x9c49ce,_0x4cc012,_0x2d432c){return _0x14aa0e(_0x10f261-_0x3e0a91._0x250613,_0x2d432c,_0x4cc012-0x13,_0x4cc012- -0x532);}for(let _0x3bcca1=0x843+0x1c9f*0x1+-0x24e2*0x1;_0x3ab67d[_0x595154(-_0x2eebd0._0x442b3b,-0x16,-_0x2eebd0._0x15071c,-_0x2eebd0._0x3340be)](_0x3bcca1,USER_CODE_LENGTH);_0x3bcca1+=-0xdb6+0xcac+0x3*0x59){if(_0x3ab67d[_0x36d3cc(_0x2eebd0._0x485810,_0x2eebd0._0x4962b3,0x3c,0x61)](_0x36d3cc(_0x2eebd0._0x476bb9,_0x2eebd0._0xc35399,_0x2eebd0._0x177d96,_0x2eebd0._0x1f26b2),_0x3ab67d[_0x36d3cc(_0x2eebd0._0x50f770,_0x2eebd0._0x5eaed6,0x48,_0x2eebd0._0xd81c62)])){const _0x40b51a=_0x323979['get'](_0x40ac31);if(!_0x40b51a)return null;return _0x1e73c2[_0x36d3cc(0x64,_0x2eebd0._0x4aaa99,0x60,_0x2eebd0._0x2b5fed)](_0x4307c8),_0x3ab67d[_0x595154(-0x59,-0x1a,-_0x2eebd0._0x5691eb,-0x20)](_0x1a2dda,_0x40b51a);}else{const _0x1c368d=_0x480053[_0x36d3cc(0x72,0x42,_0x2eebd0._0x55e623,_0x2eebd0._0x52a9ec)](-0x1e36+0x170+-0xfe*-0x1d,CODE_CHARS['length']);_0x57a163+=CODE_CHARS[_0x1c368d];}}return _0x57a163[_0x36d3cc(_0x2eebd0._0xfacccc,_0x2eebd0._0xb698aa,_0x2eebd0._0x52a9ec,0x4e)](-0x1*0x18c1+0x2*0x586+0xdb5,0x1*0x1cf0+-0xe18+-0xed4)+'-'+_0x57a163['slice'](-0x1*-0x1ecb+-0x1ddf*-0x1+0x1*-0x3ca6);}function isExpired(_0x2d2605){const _0x33f9a4={_0x2de078:0x19f,_0x276782:0x15d,_0x26b4f4:0x176,_0x513a17:0x190},_0x1e5864={_0x248a40:0x89},_0x1d8e60={_0x246835:0x13e};function _0x1cb80a(_0x10b332,_0x97fbac,_0x5df03b,_0x5f148b){return _0x420c63(_0x97fbac,_0x5df03b- -0x128,_0x5df03b-0x1da,_0x5f148b-_0x1d8e60._0x246835);}function _0x51b4f3(_0x2957e1,_0xbdf8ca,_0x2a090f,_0x360e00){return _0x420c63(_0x2957e1,_0xbdf8ca-0x10a,_0x2a090f-_0x1e5864._0x248a40,_0x360e00-0xbc);}return Date[_0x1cb80a(-_0x33f9a4._0x2de078,-0x190,-0x189,-0x185)]()>_0x2d2605[_0x1cb80a(-0x167,-_0x33f9a4._0x276782,-_0x33f9a4._0x26b4f4,-_0x33f9a4._0x513a17)];}function cleanupExpired(){const _0xf5fd51={_0x5f4cda:0x82,_0x12bb36:0x38c,_0x20575f:0x380,_0x352fc2:0x73,_0x3457f2:0x89,_0x28454:0x38e,_0x32a100:0x38a,_0x205fb0:0x357,_0x2c28a0:0x390,_0x4ac31c:0x353,_0xce807f:0xa8,_0x20fce1:0xc5,_0xdfef57:0x9c,_0x307c19:0x7a,_0x1cd7da:0x9a,_0x3b4227:0x88,_0x310071:0x6f,_0x3e0277:0x7f,_0x20b814:0x38d,_0x39f346:0x399,_0x5c3289:0x38b,_0x193cbe:0x399,_0x1a6be9:0x36a,_0xd5ae4:0x396,_0x5ef539:0x7d,_0x1b10c7:0x90,_0x377b57:0xaf,_0x610de2:0xbc,_0x797a06:0x77,_0x3344d3:0x73,_0x3fc745:0x58,_0x18f5b3:0x4a,_0x21fd0b:0x83,_0x502372:0x68,_0x539781:0x4a},_0x507df8={_0x3a3d11:0x9c,_0x5f569e:0x4},_0x350bdb={_0x413be6:0x19,_0x3b0425:0x6};function _0x1cbd02(_0xd8c455,_0x4a9faf,_0xbac8bd,_0x38cdc7){return _0x420c63(_0xd8c455,_0xbac8bd- -_0x350bdb._0x413be6,_0xbac8bd-0x6d,_0x38cdc7-_0x350bdb._0x3b0425);}const _0x1f729a={};function _0x3702e6(_0x470b92,_0x3986ac,_0x5771e7,_0x3b5524){return _0x420c63(_0x3b5524,_0x5771e7-0x3e8,_0x5771e7-_0x507df8._0x3a3d11,_0x3b5524-_0x507df8._0x5f569e);}_0x1f729a[_0x1cbd02(-0xb4,-_0xf5fd51._0x5f4cda,-0x9d,-0xa1)]=function(_0x40d6fb,_0x354716){return _0x40d6fb===_0x354716;},_0x1f729a[_0x3702e6(_0xf5fd51._0x12bb36,0x35f,_0xf5fd51._0x20575f,0x3a1)]=_0x1cbd02(-_0xf5fd51._0x352fc2,-0x91,-_0xf5fd51._0x3457f2,-0x77),_0x1f729a[_0x3702e6(_0xf5fd51._0x28454,_0xf5fd51._0x32a100,0x371,_0xf5fd51._0x205fb0)]=_0x3702e6(0x395,_0xf5fd51._0x2c28a0,0x376,_0xf5fd51._0x4ac31c),_0x1f729a[_0x1cbd02(-_0xf5fd51._0xce807f,-_0xf5fd51._0x20fce1,-0xa2,-0x82)]=_0x3702e6(0x3b1,0x37e,_0xf5fd51._0x2c28a0,0x397);const _0x213189=_0x1f729a,_0x420b57=Date[_0x1cbd02(-0x7e,-_0xf5fd51._0xdfef57,-_0xf5fd51._0x307c19,-_0xf5fd51._0x1cd7da)]();for(const [_0x18034f,_0x296e86]of deviceStore[_0x1cbd02(-0xa9,-_0xf5fd51._0x3b4227,-0x92,-_0xf5fd51._0x310071)]()){if(_0x420b57>_0x296e86['expiresAt']){if(_0x213189['CGmpZ'](_0x213189[_0x1cbd02(-_0xf5fd51._0x3e0277,-_0xf5fd51._0xdfef57,-0x81,-0x72)],'MesTB'))deviceStore[_0x3702e6(_0xf5fd51._0x20b814,0x378,_0xf5fd51._0x39f346,0x3b2)](_0x18034f),userCodeToDevice[_0x3702e6(0x3b4,_0xf5fd51._0x5c3289,_0xf5fd51._0x193cbe,0x37f)](_0x296e86['userCode']);else return null;}}for(const [_0x63b353,_0x3dbf7c]of stateToDevice[_0x3702e6(0x376,_0xf5fd51._0x1a6be9,0x36f,_0xf5fd51._0xd5ae4)]()){if(_0x213189[_0x1cbd02(-_0xf5fd51._0x5ef539,-0x7f,-_0xf5fd51._0x1b10c7,-_0xf5fd51._0x377b57)]===_0x213189[_0x1cbd02(-0xbc,-_0xf5fd51._0x610de2,-0xa2,-0x9c)])return![];else{const _0x4a0147=deviceStore[_0x1cbd02(-_0xf5fd51._0x797a06,-0x63,-_0xf5fd51._0x3344d3,-_0xf5fd51._0x3fc745)](_0x3dbf7c);(!_0x4a0147||_0x420b57>_0x4a0147[_0x1cbd02(-_0xf5fd51._0x18f5b3,-_0xf5fd51._0x5f4cda,-0x67,-_0xf5fd51._0x21fd0b)])&&stateToDevice[_0x1cbd02(-0x49,-0x42,-_0xf5fd51._0x502372,-_0xf5fd51._0x539781)](_0x63b353);}}}const cleanupInterval=setInterval(cleanupExpired,(0xe9*-0x1+-0x171f+0x1844)*(0x11a6+-0x4a7+-0x917));cleanupInterval[_0x420c63(-0x32,-0x49,-0x58,-0x3f)]();function _0x5299(){const _0x59592c=['u0jhEfq','C2v0','yxbPs2v5','te1ouffsu1rvvG','zsbMBg93ihn0BW','q0DTCfO','mtK0ndiXneHqwg9RzW','otuZnJG1mfHYCfDrvW','zgvIDwC','CwT4B1K','ndq5me1nA3Hcta','EufAt1a','AgfZ','mtjhrwz3CKW','v1HzwJiZndu2nW','ywHxt2i','zw50CMLLCW','DxnLCKnVzgu','Ce9prMS','v01my1a','DxLArwG','vLvurK4','Efr0ANu','rLj2u08','tKvYv1G','twvZvei','uwjnzLG','y2XLyxi','DvLuB0i','zMXVB3i','AvHVDMW','s050B2e','mxjdtwf1uq','B1j5Aeu','Ae1wBuG','BM1Iue4','sM5Ozxu','DxnLCG','ww5rEfu','AvrWzgi','BM93','shLtuxu','mtm4mdmZmJHOv3POzeO','vvnZz20','nZKXndv4rLjKvNm','Agv4','A0HrvNC','z2v0','Dg9tDhjPBMC','sMfUwu4','t1v2C0m','C2XPy2u','wvPnBva','CMfUzg9TqNL0zq','zxHWAxjLza','wvHsq3e','CMfUzg9Tsw50','t0LeqYbKzxzPyW','zgvSzxrL','zxHWAxjLC0f0','otLtBe5jrKO','q3zzreS','C3rHDhvZ','ref3q24','Dw5Yzwy','Cufdu0i','C050s0e','qKDKteC','CMuGCMvZzxq','mZi2nJm1nxblDKjTzq','ntG1ntzAswH5BuC','CgvUzgLUzW','rKjgweW','ntu3ode1m3zPr0XPwa','q2Hjq08','yxbWCM92zwq','vwLWzKu'];_0x5299=function(){return _0x59592c;};return _0x5299();}export function createDeviceFlow(){const _0x319248={_0x42aa6b:0x1c,_0x42f387:0x52,_0x5a9263:0x1,_0x3584ea:0x1e,_0x4a378c:0x1d8,_0x1cd29d:0x1fa,_0x569212:0x15,_0x27f592:0x33,_0x5e8330:0x20b,_0x26aa37:0x1d7,_0x4b3033:0x1f7,_0xffe6dd:0x1f9,_0x12828b:0x1c2,_0x470f71:0x22a,_0x2cfc5e:0x1eb,_0x1cceff:0x1f6,_0x36c5be:0x1ac,_0x1473fb:0x38,_0x4e3696:0x1a,_0x431ccd:0x3b,_0x553b8d:0x1df,_0x2077b7:0x1c4,_0x3c6995:0x1c,_0x5da33b:0xa},_0x4fc608={_0x375240:0x2b},_0x182605={_0x284529:0x6e,_0x45e33d:0xe8},_0x590644={'hAWnG':function(_0x263607){return _0x263607();},'OUvsC':_0x5809ab(_0x319248._0x42aa6b,0x12,0x2f,0x23),'WMLcP':function(_0x5e6474,_0x2dca76){return _0x5e6474+_0x2dca76;},'qACSB':_0x5809ab(_0x319248._0x42f387,0x2c,0x42,0x10),'QbMfX':function(_0x5c1f62,_0x278f3b){return _0x5c1f62/_0x278f3b;},'YXRCq':function(_0x3cfb13,_0x34a6ca){return _0x3cfb13/_0x34a6ca;}};let _0x3e65d2=_0x590644['hAWnG'](randomUserCode);function _0x5809ab(_0x113ea4,_0x46ea78,_0x5ce940,_0x452d05){return _0x420c63(_0x452d05,_0x46ea78-_0x182605._0x284529,_0x5ce940-0x24,_0x452d05-_0x182605._0x45e33d);}while(userCodeToDevice[_0x5809ab(0x13,-0xf,-_0x319248._0x5a9263,-_0x319248._0x3584ea)](_0x3e65d2)){_0x3e65d2=_0x590644['hAWnG'](randomUserCode);}const _0x4cfd5d=_0x480053[_0x4edb30(0x1d8,_0x319248._0x4a378c,0x1fb,_0x319248._0x1cd29d)+'s'](0x49*-0xa+0x6*0xbd+-0x174)[_0x5809ab(0x10,_0x319248._0x569212,_0x319248._0x27f592,0xc)](_0x590644[_0x4edb30(_0x319248._0x5e8330,_0x319248._0x26aa37,0x20f,_0x319248._0x4b3033)]),_0x3d7b04=Date['now'](),_0x5e4d8e={'deviceCode':_0x4cfd5d,'userCode':_0x3e65d2,'createdAt':_0x3d7b04,'expiresAt':_0x590644[_0x4edb30(_0x319248._0xffe6dd,0x1de,_0x319248._0x12828b,_0x319248._0x4a378c)](_0x3d7b04,DEVICE_TTL_MS),'status':_0x590644[_0x4edb30(_0x319248._0x470f71,_0x319248._0x2cfc5e,_0x319248._0x1cceff,0x206)],'apiKey':null,'user':null};function _0x4edb30(_0x480a77,_0x2f6e60,_0x2a2e2d,_0x4c698c){return _0x14aa0e(_0x480a77-0x90,_0x480a77,_0x2a2e2d-_0x4fc608._0x375240,_0x4c698c- -0x32e);}return deviceStore[_0x4edb30(0x1a2,0x1df,_0x319248._0x36c5be,0x1c6)](_0x4cfd5d,_0x5e4d8e),userCodeToDevice[_0x5809ab(-_0x319248._0x1473fb,-_0x319248._0x4e3696,-_0x319248._0x431ccd,-0x1a)](_0x3e65d2,_0x4cfd5d),{'deviceCode':_0x4cfd5d,'userCode':_0x3e65d2,'expiresIn':Math['floor'](_0x590644[_0x4edb30(0x1fb,0x203,0x1d9,_0x319248._0x553b8d)](DEVICE_TTL_MS,-0x6a2+-0x2*-0xbb5+0x67*-0x20)),'interval':Math[_0x4edb30(0x1fb,0x1f3,_0x319248._0x2077b7,0x1e2)](_0x590644[_0x5809ab(0x11,_0x319248._0x3c6995,0x2c,-_0x319248._0x5da33b)](POLL_INTERVAL_MS,0xd20+0x3*0x4eb+0x13*-0x143))};}export function getDeviceFlow(_0x4626af){const _0x3152b1={_0x1e42ce:0x59,_0x168e90:0x62,_0x2883ce:0x6d,_0x4c96d5:0x36,_0x16dc72:0x49,_0x4fb863:0x48,_0x4d4fe2:0x6f,_0x5b7497:0x68,_0x48edd6:0x56,_0x3da34c:0x6d},_0xbfb538={_0x13d54b:0x18f,_0x31f611:0xbc},_0x41cfc1={_0x12384e:0x7d},_0x11aaa8={};_0x11aaa8[_0x2c5ee8(-0x58,-_0x3152b1._0x1e42ce,-0x76,-_0x3152b1._0x168e90)]=function(_0x13e275,_0x300ac1){return _0x13e275===_0x300ac1;},_0x11aaa8[_0x2c5ee8(-0x6f,-0x56,-_0x3152b1._0x2883ce,-_0x3152b1._0x4c96d5)]='nwpcg';function _0x2c5ee8(_0x158733,_0x4511cf,_0x3e2c19,_0x1415c2){return _0x14aa0e(_0x158733-0xaa,_0x3e2c19,_0x3e2c19-_0x41cfc1._0x12384e,_0x4511cf- -0x570);}function _0x293b99(_0x5aa01a,_0x234e76,_0x1dafdd,_0x375a30){return _0x420c63(_0x1dafdd,_0x5aa01a-0xbe,_0x1dafdd-_0xbfb538._0x13d54b,_0x375a30-_0xbfb538._0x31f611);}const _0x5a2f14=_0x11aaa8,_0x24654c=deviceStore[_0x2c5ee8(-0x4e,-0x4e,-_0x3152b1._0x16dc72,-_0x3152b1._0x4fb863)](_0x4626af);if(!_0x24654c||isExpired(_0x24654c))return _0x5a2f14[_0x293b99(0x59,0x58,0x5b,_0x3152b1._0x4d4fe2)](_0x5a2f14[_0x2c5ee8(-_0x3152b1._0x5b7497,-_0x3152b1._0x48edd6,-0x70,-_0x3152b1._0x3da34c)],_0x5a2f14[_0x293b99(0x5c,0x4c,0x7e,0x3a)])?null:null;return _0x24654c;}export function getDeviceFlowByUserCode(_0x229527){const _0x43b9f9={_0xe604ee:0x3d3,_0x1204a4:0x3b0,_0x1091d3:0x3e9,_0x41c2ad:0x3cb,_0x405dcc:0x3dc,_0x317a4c:0x3fa,_0x2e7454:0x3c2,_0x2d92db:0x3e3,_0x34de47:0x3b8,_0xcdbb44:0x3bf,_0x574050:0x273,_0x5d194a:0x27b,_0x13cbf4:0x256,_0x472202:0x240,_0x1e0abb:0x3dc,_0x82202e:0x3a7,_0x2f5148:0x3f6,_0x5ee138:0x3c7,_0xa66f3:0x3d4,_0x1ec0b3:0x3bd,_0x3b9ac5:0x27c,_0x2a088f:0x27e,_0x28fd0c:0x3dd,_0x1d6110:0x274,_0x2d38f9:0x247,_0x526ba0:0x3ce},_0x2e3185={_0x374ec2:0x9e,_0x42371b:0x1b4,_0x5ce45c:0x15f},_0x5efe1f={};_0x5efe1f[_0x2e526a(_0x43b9f9._0xe604ee,_0x43b9f9._0x1204a4,0x3b6,0x3dd)]=function(_0x5045ba,_0x244911){return _0x5045ba>_0x244911;};function _0x2e526a(_0x506c35,_0x44562b,_0x568d48,_0x5ad0bf){return _0x14aa0e(_0x506c35-_0x2e3185._0x374ec2,_0x568d48,_0x568d48-_0x2e3185._0x42371b,_0x506c35- -_0x2e3185._0x5ce45c);}function _0x150dd4(_0x134326,_0x33d1bd,_0x22ac3a,_0x1246f9){return _0x14aa0e(_0x134326-0x1ad,_0x1246f9,_0x22ac3a-0x1ee,_0x22ac3a- -0x2d1);}_0x5efe1f[_0x2e526a(0x3d1,_0x43b9f9._0x1091d3,0x3de,_0x43b9f9._0x41c2ad)]=function(_0x4632f9,_0x208958){return _0x4632f9!==_0x208958;},_0x5efe1f[_0x2e526a(_0x43b9f9._0x405dcc,_0x43b9f9._0x317a4c,0x3dc,0x3df)]=_0x2e526a(_0x43b9f9._0x2e7454,_0x43b9f9._0x2d92db,_0x43b9f9._0x34de47,0x3e2),_0x5efe1f[_0x2e526a(0x3d7,0x3b0,_0x43b9f9._0xcdbb44,0x3f8)]=_0x150dd4(_0x43b9f9._0x574050,_0x43b9f9._0x5d194a,_0x43b9f9._0x13cbf4,_0x43b9f9._0x472202);const _0x175e95=_0x5efe1f,_0x40a311=userCodeToDevice[_0x2e526a(0x3c3,0x3c1,_0x43b9f9._0x1e0abb,_0x43b9f9._0x82202e)](_0x229527);if(!_0x40a311){if(_0x175e95[_0x2e526a(0x3d1,_0x43b9f9._0x2f5148,_0x43b9f9._0x5ee138,_0x43b9f9._0xa66f3)](_0x175e95[_0x2e526a(0x3dc,0x3fd,_0x43b9f9._0x1ec0b3,_0x43b9f9._0x34de47)],_0x175e95[_0x150dd4(0x272,_0x43b9f9._0x3b9ac5,0x265,_0x43b9f9._0x2a088f)]))return null;else{const _0x33c96c=_0x387cc3[_0x2e526a(0x3c3,_0x43b9f9._0x28fd0c,0x3d3,0x3bb)](_0x22e7f1);(!_0x33c96c||_0x175e95['DAwCn'](_0x3b0377,_0x33c96c[_0x150dd4(_0x43b9f9._0x1d6110,0x252,0x25d,_0x43b9f9._0x2d38f9)]))&&_0x87074a[_0x2e526a(_0x43b9f9._0x526ba0,0x3f2,0x3e5,0x3e9)](_0x27f65a);}}return getDeviceFlow(_0x40a311);}export function linkOidcStateToDevice(_0x4a3560,_0x48cca9){const _0x3e37aa={_0x1dcace:0x1ba,_0x5b1fd4:0x1ae,_0x2ec16b:0x1ac,_0x29304c:0x1d3,_0x13ceb7:0x1c8,_0x2ae85f:0x1c0,_0x43ae56:0x1b6,_0x2d98b0:0x197,_0x107474:0x1b1,_0x82a421:0x1cd,_0x5263ee:0x15b,_0x2e16cd:0x17b,_0x196939:0x185,_0x8d2a7b:0x19e,_0x404e9f:0x1ae,_0x4e1cd8:0x181},_0xadeebf={_0x6ad038:0xb5,_0x820198:0x1e3},_0x347048={_0xc64708:0xa9,_0x593702:0x18};function _0x4b4778(_0x1b4d64,_0xdce483,_0x2b6072,_0x374aba){return _0x420c63(_0xdce483,_0x374aba- -0x14c,_0x2b6072-_0x347048._0xc64708,_0x374aba-_0x347048._0x593702);}const _0x3e6364={'UipfE':'approved','uYToB':function(_0x425f79,_0x1b2e73){return _0x425f79(_0x1b2e73);},'qkxoY':function(_0x5a3195,_0x2f0279){return _0x5a3195!==_0x2f0279;},'KNtoa':'yhuHR'},_0x9975a=_0x3e6364[_0x4440cb(0x195,0x17b,0x197,_0x3e37aa._0x1dcace)](getDeviceFlow,_0x48cca9);if(!_0x9975a){if(_0x3e6364[_0x4b4778(-0x1db,-_0x3e37aa._0x5b1fd4,-0x1e9,-0x1cc)](_0x3e6364[_0x4b4778(-0x19e,-_0x3e37aa._0x2ec16b,-0x1b5,-0x1b6)],_0x3e6364[_0x4b4778(-_0x3e37aa._0x29304c,-_0x3e37aa._0x13ceb7,-_0x3e37aa._0x2ae85f,-_0x3e37aa._0x43ae56)])){const _0x3ec8fa={};return _0x3ec8fa[_0x4b4778(-0x1a1,-0x1b8,-0x19e,-_0x3e37aa._0x2d98b0)]=_0x3e6364[_0x4b4778(-0x1d7,-_0x3e37aa._0x107474,-_0x3e37aa._0x82a421,-0x1d6)],_0x3ec8fa[_0x4440cb(0x17b,0x1a0,_0x3e37aa._0x5263ee,0x15a)]=_0x192b0f[_0x4440cb(_0x3e37aa._0x2e16cd,_0x3e37aa._0x196939,0x17a,0x159)],_0x3ec8fa['user']=_0x4054e3[_0x4440cb(_0x3e37aa._0x8d2a7b,0x181,0x17a,_0x3e37aa._0x404e9f)],_0x3ec8fa;}else return![];}function _0x4440cb(_0x39758a,_0x2e8de6,_0x4c2689,_0x30635c){return _0x14aa0e(_0x39758a-_0xadeebf._0x6ad038,_0x4c2689,_0x4c2689-_0xadeebf._0x820198,_0x39758a- -0x37a);}return stateToDevice[_0x4440cb(0x17a,0x183,0x197,_0x3e37aa._0x4e1cd8)](_0x4a3560,_0x48cca9),!![];}export function consumeDeviceForState(_0xdc1a24){const _0x234832={_0x4a9536:0x217,_0x1cf2e6:0x1fd,_0x1320b9:0x308,_0x127543:0x1f7,_0x3ba124:0x22b,_0x1302be:0x1f2,_0xe583b:0x20f,_0x5210ec:0x216,_0x20387e:0x1dc,_0x46524:0x220},_0x3d56ec={_0x20316e:0x1a3,_0x32a95f:0x56},_0x497805={_0x1193e0:0x349,_0xbee4fb:0x7f},_0x2d5f36={'sNtKA':function(_0x28d8db,_0x225e45){return _0x28d8db!==_0x225e45;},'uyZEh':'bBqfr','USsgm':function(_0xcc9bf2,_0x51e50d){return _0xcc9bf2(_0x51e50d);}},_0x5678a9=stateToDevice[_0x3ccd54(-_0x234832._0x4a9536,-_0x234832._0x1cf2e6,-0x1ea,-0x1e7)](_0xdc1a24);if(!_0x5678a9){if(_0x2d5f36[_0x29c7eb(0x303,0x302,_0x234832._0x1320b9,0x328)](_0x2d5f36['uyZEh'],_0x2d5f36[_0x3ccd54(-0x1f7,-0x218,-_0x234832._0x127543,-_0x234832._0x3ba124)]))_0x2e1013[_0x3ccd54(-0x1e6,-0x1f2,-0x1dd,-0x1d8)](_0x4c68fd);else return null;}stateToDevice[_0x3ccd54(-0x1da,-_0x234832._0x1302be,-0x219,-_0x234832._0xe583b)](_0xdc1a24);function _0x29c7eb(_0x44f09e,_0x4f66f1,_0x17a4c8,_0x3ab374){return _0x420c63(_0x44f09e,_0x4f66f1-_0x497805._0x1193e0,_0x17a4c8-_0x497805._0xbee4fb,_0x3ab374-0x1dd);}function _0x3ccd54(_0x472b86,_0xd99af1,_0x48ce71,_0x43b8db){return _0x420c63(_0x43b8db,_0xd99af1- -_0x3d56ec._0x20316e,_0x48ce71-_0x3d56ec._0x32a95f,_0x43b8db-0xb);}return _0x2d5f36[_0x3ccd54(-_0x234832._0x5210ec,-0x201,-_0x234832._0x20387e,-_0x234832._0x46524)](getDeviceFlow,_0x5678a9);}export function approveDeviceFlow(_0x4b20dc,_0x4d33b3,_0x48a2dc){const _0x5dc590={_0x5129b8:0x221,_0x506c48:0x21b,_0x3df5ee:0x220,_0x238d1d:0x205,_0x2acc3e:0x1db,_0x4a06f8:0x55},_0x4bf1f6={_0x5847a8:0x3,_0x308ebb:0x31d},_0x1091f8={_0x286e00:0x107,_0xb6294b:0x1e8},_0xfb9ab9={};_0xfb9ab9[_0x31bbad(0x220,0x204,0x206,0x220)]=_0x31bbad(_0x5dc590._0x5129b8,_0x5dc590._0x506c48,0x213,0x246);const _0x3e4942=_0xfb9ab9,_0x52d8ac=getDeviceFlow(_0x4b20dc);if(!_0x52d8ac)return![];_0x52d8ac['status']=_0x3e4942[_0x31bbad(_0x5dc590._0x3df5ee,_0x5dc590._0x238d1d,0x207,0x216)],_0x52d8ac[_0x31bbad(0x1d8,0x1bf,0x1d3,_0x5dc590._0x2acc3e)]=_0x4d33b3,_0x52d8ac[_0x48da38(-0x59,-0x5f,-0x70,-_0x5dc590._0x4a06f8)]=_0x48a2dc;function _0x48da38(_0x349882,_0x28dfaf,_0x12701d,_0x1b6625){return _0x420c63(_0x12701d,_0x1b6625-0xf,_0x12701d-_0x1091f8._0x286e00,_0x1b6625-_0x1091f8._0xb6294b);}function _0x31bbad(_0x12d2d3,_0x3d33dd,_0x6f42d6,_0x5bb65f){return _0x14aa0e(_0x12d2d3-_0x4bf1f6._0x5847a8,_0x5bb65f,_0x6f42d6-0x63,_0x12d2d3- -_0x4bf1f6._0x308ebb);}return!![];}export function pollDeviceFlow(_0x325fd3){const _0x535559={_0x3c2c0f:0xd4,_0x550336:0xe8,_0x47e522:0xc0,_0x3bef51:0x1c7,_0x1c57b4:0x1da,_0x2165c1:0x20b,_0x1192f4:0x1f7,_0x3fa360:0xac,_0x2fb4b3:0xb2,_0x478bfd:0xbd,_0x114fd8:0xa5,_0x403bb2:0x7f,_0x5f1fd8:0x93,_0x5b771c:0x98,_0x4e3548:0xad,_0x36ee20:0x90,_0x448c2b:0x1fb,_0x396a24:0x214,_0x1fa9f5:0xda,_0xbfbe8:0xe2,_0x196e63:0x1eb,_0x58d0e9:0x203,_0xac079c:0xbe,_0x19667c:0xdf,_0x1b452b:0xe4,_0xbba151:0x1d3,_0x16b0ce:0x1f6},_0x4751a5={_0x3cc7c3:0x9e},_0x5b3277={_0x1dd06a:0x1de,_0x495648:0x703},_0x2cf3d3={};_0x2cf3d3[_0x2bc7cb(-_0x535559._0x3c2c0f,-_0x535559._0x550336,-0xf4,-_0x535559._0x47e522)]=_0x371bbe(-_0x535559._0x3bef51,-_0x535559._0x1c57b4,-0x1de,-0x1c4),_0x2cf3d3[_0x371bbe(-_0x535559._0x2165c1,-0x1ed,-0x1fd,-_0x535559._0x1192f4)]=function(_0x8bf617,_0x446053){return _0x8bf617===_0x446053;},_0x2cf3d3['VUTFN']=_0x2bc7cb(-0x98,-0x8d,-0x83,-_0x535559._0x3fa360),_0x2cf3d3['oxYpO']='pending';const _0x153c40=_0x2cf3d3;function _0x371bbe(_0x4c8c40,_0x18260a,_0x54d151,_0xc668b5){return _0x14aa0e(_0x4c8c40-0x1c5,_0x54d151,_0x54d151-_0x5b3277._0x1dd06a,_0x18260a- -_0x5b3277._0x495648);}const _0x4104f2=getDeviceFlow(_0x325fd3);function _0x2bc7cb(_0x161c12,_0x1f9a12,_0x581bcf,_0x36209c){return _0x420c63(_0x1f9a12,_0x161c12- -0x5a,_0x581bcf-0x1bf,_0x36209c-_0x4751a5._0x3cc7c3);}if(!_0x4104f2){const _0x1b7260={};return _0x1b7260[_0x371bbe(-0x1cb,-0x1d2,-0x1c9,-0x1f5)]=_0x153c40[_0x2bc7cb(-0xd4,-0xdf,-0xb4,-0xe6)],_0x1b7260;}if(_0x153c40[_0x2bc7cb(-0xc0,-0xa9,-_0x535559._0x2fb4b3,-_0x535559._0x478bfd)](_0x4104f2[_0x2bc7cb(-_0x535559._0x114fd8,-_0x535559._0x403bb2,-_0x535559._0x5f1fd8,-0x96)],_0x2bc7cb(-_0x535559._0x5b771c,-_0x535559._0x4e3548,-_0x535559._0x36ee20,-0x7f))&&_0x4104f2[_0x371bbe(-_0x535559._0x448c2b,-0x20e,-0x1f8,-0x206)]){const _0x24c328={};return _0x24c328['status']=_0x153c40[_0x371bbe(-0x1ee,-_0x535559._0x448c2b,-_0x535559._0x396a24,-0x1ec)],_0x24c328[_0x2bc7cb(-0xe1,-_0x535559._0x1fa9f5,-0xe1,-_0x535559._0xbfbe8)]=_0x4104f2['apiKey'],_0x24c328[_0x371bbe(-0x1c9,-_0x535559._0x196e63,-_0x535559._0x58d0e9,-0x1c9)]=_0x4104f2[_0x2bc7cb(-_0x535559._0xac079c,-_0x535559._0x19667c,-_0x535559._0x1b452b,-0xd8)],_0x24c328;}const _0x44ada3={};return _0x44ada3[_0x371bbe(-0x1c6,-0x1d2,-_0x535559._0xbba151,-_0x535559._0x16b0ce)]=_0x153c40['oxYpO'],_0x44ada3;}export function consumeDeviceFlow(_0x20dcd0){const _0x477cb9={_0x2e0361:0x153,_0xb3e57b:0x20e,_0x350ae3:0x20d,_0x649785:0x215,_0x176819:0x20a,_0x35c4c1:0x14f,_0x585d69:0x151,_0x1dfbc4:0x14b},_0x4b9b8e={_0x939ab5:0x1b5,_0x1f1543:0x139},_0x50da41={_0x54e65c:0x1b3},_0x261e97={'HySQu':function(_0x439fcf,_0x23b1a4){return _0x439fcf(_0x23b1a4);}},_0x2161bc=_0x261e97[_0x24a6b3(0x15f,_0x477cb9._0x2e0361,0x146,0x16a)](getDeviceFlow,_0x20dcd0);function _0x24a6b3(_0x1a69ae,_0x132f6d,_0x2987a5,_0x5725d5){return _0x420c63(_0x2987a5,_0x132f6d-_0x50da41._0x54e65c,_0x2987a5-0x68,_0x5725d5-0x12c);}if(!_0x2161bc)return null;deviceStore[_0x6f17a0(-0x204,-_0x477cb9._0xb3e57b,-_0x477cb9._0x350ae3,-0x202)](_0x20dcd0),userCodeToDevice[_0x6f17a0(-0x204,-0x223,-_0x477cb9._0x649785,-_0x477cb9._0x176819)](_0x2161bc[_0x24a6b3(_0x477cb9._0x35c4c1,0x13b,_0x477cb9._0x585d69,_0x477cb9._0x1dfbc4)]);function _0x6f17a0(_0xcdfe9,_0x41bbd3,_0x50f860,_0x236e81){return _0x420c63(_0x236e81,_0xcdfe9- -_0x4b9b8e._0x939ab5,_0x50f860-_0x4b9b8e._0x1f1543,_0x236e81-0x2f);}return _0x2161bc;}function _0x420c63(_0x1b0e64,_0x56bdf7,_0x499aad,_0xf039df){return _0x134b(_0x56bdf7- -0x228,_0x1b0e64);}export function getDeviceFlowConstants(){const _0x254ae5={_0xfaf1d6:0x1a,_0x48d4a7:0x25},_0xa18ccc={_0x4b08bf:0x35a},_0x5ab6b3={_0x45e08e:0x4f6};function _0x375997(_0x13c223,_0x3cdc74,_0x46be1e,_0x1e1e39){return _0x14aa0e(_0x13c223-0xa6,_0x1e1e39,_0x46be1e-0x151,_0x3cdc74- -_0x5ab6b3._0x45e08e);}function _0x588d9d(_0x3e46dc,_0x20673b,_0x2eeca7,_0x1b1efa){return _0x420c63(_0x2eeca7,_0x20673b-_0xa18ccc._0x4b08bf,_0x2eeca7-0xe9,_0x1b1efa-0x166);}return{'expiresIn':Math[_0x375997(-0x8,_0x254ae5._0xfaf1d6,-0x1,-0x2)](DEVICE_TTL_MS/(0x338+0x4f*-0x1+0xff)),'interval':Math[_0x375997(0x4,0x1a,_0x254ae5._0x48d4a7,0x38)](POLL_INTERVAL_MS/(0x4e*0x22+-0x78f+-0x1*-0x11b))};}export function resetDeviceFlowStore(){const _0xaab837={_0x2c23d1:0x185,_0x12aaf7:0x1c8,_0x1f18c5:0x18b,_0x5e2173:0x33c,_0x46c000:0x33e,_0x53295e:0x324,_0xc772e1:0x337,_0x574d91:0x1b0,_0x44edee:0x35e,_0x3b95ef:0x347,_0x49c33a:0x363,_0x457e58:0x342,_0x19b839:0x319,_0x2cd587:0x18a},_0x3f4b2a={_0x557bb7:0x4},_0x4abd2c={};function _0x357297(_0x2c68a0,_0x10aabe,_0x33d9c2,_0x2e39ee){return _0x420c63(_0x10aabe,_0x2e39ee-0x20f,_0x33d9c2-_0x3f4b2a._0x557bb7,_0x2e39ee-0xc5);}function _0x609453(_0x1b0105,_0x120484,_0x5b3a9b,_0x5dd3d6){return _0x14aa0e(_0x1b0105-0xcc,_0x120484,_0x5b3a9b-0x90,_0x5dd3d6- -0x1f5);}_0x4abd2c[_0x357297(_0xaab837._0x2c23d1,_0xaab837._0x12aaf7,_0xaab837._0x1f18c5,0x1a4)]=_0x609453(_0xaab837._0x5e2173,_0xaab837._0x46c000,_0xaab837._0x53295e,_0xaab837._0xc772e1)+_0x357297(0x17b,0x1ad,_0xaab837._0x574d91,0x18a)+_0x609453(_0xaab837._0x44edee,_0xaab837._0x3b95ef,_0xaab837._0x49c33a,_0xaab837._0x457e58);const _0xe7ae21=_0x4abd2c;deviceStore['clear'](),userCodeToDevice['clear'](),stateToDevice[_0x609453(0x2fd,_0xaab837._0x5e2173,0x328,_0xaab837._0x19b839)](),logger[_0x357297(0x1ab,_0xaab837._0x2cd587,0x19f,0x18e)](_0xe7ae21['iXovl']);}
|