@profoundlogic/coderflow-server 0.8.9 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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/slack-service.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-git-auth-errors.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/slack.js +1 -1
- package/dist/routes/stats.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/docs/docsify-proxy-helper.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-client.transport-warning.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(_0x4c49be,_0x388f6e){const _0x5c4874={_0x19687e:0x18,_0x1f6b0b:0x5b,_0x194a87:0x2f1,_0x4e4c9f:0x2c5,_0x12de75:0x42,_0x22131f:0x32,_0x11ec45:0x14,_0x35ee9f:0x22,_0x78213e:0x40,_0x5b8557:0xb,_0x3cd2f6:0x2b5,_0x494a51:0x2fc,_0x597d89:0x51,_0x10c103:0x19,_0x13ce55:0x2c},_0x284d95={_0x26e3fd:0xfd};function _0x41f7e6(_0x4c00b8,_0x1a2735,_0x1c69c9,_0x346b46){return _0x47b1(_0x4c00b8-0x193,_0x346b46);}const _0x8bbe71=_0x4c49be();function _0x1c3306(_0x51a896,_0x1bab7e,_0x375fc8,_0x169e97){return _0x47b1(_0x1bab7e- -_0x284d95._0x26e3fd,_0x375fc8);}while(!![]){try{const _0x928752=-parseInt(_0x1c3306(-0x22,-0x7,-0xf,-0x25))/(0x10f2+-0x1a*0x17e+0x175*0xf)*(-parseInt(_0x1c3306(0x9,0x53,_0x5c4874._0x19687e,_0x5c4874._0x1f6b0b))/(0xa8f+0x5*0x16a+-0xd*0x15b))+-parseInt(_0x41f7e6(0x2ab,_0x5c4874._0x194a87,0x283,_0x5c4874._0x4e4c9f))/(-0x2*0x3d7+0x2d3+-0x7*-0xb2)+parseInt(_0x1c3306(_0x5c4874._0x12de75,0x46,0x49,0x29))/(0x47*0x1+0x1666+0x16a9*-0x1)+parseInt(_0x1c3306(_0x5c4874._0x22131f,0x6,0x2a,0xf))/(0x2069*-0x1+-0x1a9+-0x1*-0x2217)+parseInt(_0x1c3306(-_0x5c4874._0x11ec45,-_0x5c4874._0x35ee9f,-_0x5c4874._0x78213e,0xe))/(-0x388*0x2+-0x23fa+0x2b10)+-parseInt(_0x1c3306(-_0x5c4874._0x5b8557,0x37,0x24,0x32))/(-0x138c+-0x17e3+0x2*0x15bb)*(parseInt(_0x41f7e6(0x2a4,0x2a8,0x265,_0x5c4874._0x3cd2f6))/(-0x1888+-0xd00*0x1+0x2590))+parseInt(_0x41f7e6(0x2cf,0x2cd,_0x5c4874._0x494a51,0x311))/(-0xfda+-0xd1*-0x19+-0x486)*(-parseInt(_0x1c3306(_0x5c4874._0x597d89,0x1d,_0x5c4874._0x10c103,_0x5c4874._0x13ce55))/(-0x1*0xb8d+0x1346*0x2+0x1af5*-0x1));if(_0x928752===_0x388f6e)break;else _0x8bbe71['push'](_0x8bbe71['shift']());}catch(_0xe8a275){_0x8bbe71['push'](_0x8bbe71['shift']());}}}(_0x49de,0x1b9a0+-0x4b033+-0x2*-0x5498c));function _0x49de(){const _0x5d9234=['y3vYBcaTCYaIja','tMXLAfK','kd86wY0Qx11CCW','u3nvAg0','z3nRwgu','CJ9CBLTCC1Xtxq','BgvUz3rO','C29YDa','cGOTls0kcG','s01Hyxm','CNDnywO','DgL2zs1Tyw5HzW','AM9PBG','vgfZAY1jzdOGja','kIPtAwjSAw5Nia','rMTztgq','y2HPBgrYzw4GBW','vw5RBM93BIbVyG','ntGXEwvoCxDN','ygbGxg4/','sNzVsMG','CM9VDcK6','q2rKEwi','C2XPy2u','rurmsKG','ywXVwxC','nZm0mZGYq0DJzgzu','B2yGyw55ig9IAG','r055t1q','B2jQzwn0AxzL','kIPdDxjYzw50ia','BfHzB3q','zwn0AxzLigXPCW','nZK1nJmYrezKuMHV','Bu5srNG','rd4Iic1iicjylq','y3rPDMuVw1XZxa','yxjL','vgHPCYb0yxnRia','DMuGq29UDgv4Da','yMPLy3rPDMuGqW','kIPbBMnLC3rVCG','l2fWAs9VyMPLyW','AMvJDgL2ztPCCW','DgfZA0LK','Aw9kDMW','mZa3nZjds01yr1a','AMvJDgL2zq','CJ9CBLTCCLXUxq','rgTfq0q','ChvZAa','C3rYAw5N','rMHcv3G','Au9QCxG','ls0Txg5CBG','y2HPBgrYzw4','kIOGkg90AgvYia','iIK6','yw5Jzxn0B3jZ','C291CMnLt2jQzq','Dw5RBM93BI1Pza','yMDOt1m','xcqM','iYmGt2jQzwn0Aq','ic4Rxg4/','BMfTzq','E0nprevsrKXpvW','ihvUzgvYici','teDMCei','EMvVvvm','BwfW','CgfYzw50ic0+ia','B250zxH0xhmQxa','ywDLBwvUDc9VyG','ygbGyMfZAfXU','ls0T','u3nUrNC','nZiWmdi0B2vKBKzO','z2riBgC','xg5CBG','CMvWBgfJzq','BgnowLa','kd86xhi/xg4PpW','CvfyBvO','v3DvBLq','i3SXldn9xhmQtW','DxPUA0q','AxrZigLUihrOzq','B2jQzwn0AxzLoG','CJ9CBIK/','kIPtDwiTB2jQzq','CwzWEha','x1nfuLzfuL9vuG','suHYvhu','EezsCeu','kIL7mYX9xhmQxa','ignOywLUkIOGka','C29YDe9YzgvY','yMPAsMy','zw1LBNqVB2jQzq','B2jWCgi','D1fSreu','zw50CMLLCW','B2jQzwn0AxzLCW','ntnfC3Lyteq','kI4RxhmQkd86xa','qMrbEhe','y3rPDMvZkIOGka','zwn0AxzLlw1HBG','uezPqMm','BxztDNC','kIOG','igHPzxjHCMnOEq','AxnbCNjHEq','ywLSCYaOAw5ZDa','zsbMDwXSigrLDa','DMLvCLO','ndCWnJiZmfDrtK5WCa','ygbGyMfZAa','D2fZigXHDw5JAa','Bg9JywXLq29TCa','D2HLCMuGAxqGCW','CwnyBM4','AMvJDgL2ztO','zwn0AxzLktO','icHG','C2LIBgLUz3m','y3rPDMu','C3rHDhvZ','z2v0','DujdBfu','ntyWmdHVzxnRq0u','CgrYr1a','BfPsq3e','y3rPDMvjza','zwqGzNjVBsbHBG','vg8GCMvHzcb0Aa','kd86xhi/xg4PkG','nZGZotKWzerPD3Dd','CgfYzw50t2jQzq','otbzBvvmtwG','DgHLihbHCMvUDa','zIb0AgLZig9IAG','ig9IAMvJDgL2zq','BeHIEvO','ygbG','A29Lyum','AuLzwfK'];_0x49de=function(){return _0x5d9234;};return _0x49de();}function _0x47b1(_0x4e99a3,_0x10f78f){_0x4e99a3=_0x4e99a3-(0x65*0x4a+0x1*-0x1a24+-0x23b);const _0x299cad=_0x49de();let _0x1c88f0=_0x299cad[_0x4e99a3];if(_0x47b1['YgArYW']===undefined){var _0x1e07ac=function(_0x394f3d){const _0x4f2dac='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xcb64f2='',_0x229b11='';for(let _0xaf19da=-0x6a7*-0x5+-0xfa2*0x2+-0x1ff,_0x45499d,_0x6d1689,_0x1acd66=0x2b*-0xdd+-0x1ba6*-0x1+0x979;_0x6d1689=_0x394f3d['charAt'](_0x1acd66++);~_0x6d1689&&(_0x45499d=_0xaf19da%(-0x2*-0x66a+0xae*0x14+0x34d*-0x8)?_0x45499d*(-0xee6+0x128e*0x2+0x6*-0x3a9)+_0x6d1689:_0x6d1689,_0xaf19da++%(0x177c*-0x1+0x7a7+0x1*0xfd9))?_0xcb64f2+=String['fromCharCode'](0x11e4+-0x7ac+-0x939&_0x45499d>>(-(-0x2f*0x71+-0xfbc+0x247d)*_0xaf19da&0x9*-0x1d1+0xd0a+0x355)):-0xd9*-0x1d+0x10*-0x229+0x16d*0x7){_0x6d1689=_0x4f2dac['indexOf'](_0x6d1689);}for(let _0x4a295e=0x115*-0x12+-0x228d+0x1*0x3607,_0x5c6f52=_0xcb64f2['length'];_0x4a295e<_0x5c6f52;_0x4a295e++){_0x229b11+='%'+('00'+_0xcb64f2['charCodeAt'](_0x4a295e)['toString'](-0xe2a+0x1*0xe95+-0x5b))['slice'](-(-0x11d5*-0x1+0x144+-0x1317));}return decodeURIComponent(_0x229b11);};_0x47b1['DwcsRJ']=_0x1e07ac,_0x47b1['GWDWsp']={},_0x47b1['YgArYW']=!![];}const _0x69e789=_0x299cad[-0x43+0x85*-0x4a+0x26b5],_0x6124da=_0x4e99a3+_0x69e789,_0x36c288=_0x47b1['GWDWsp'][_0x6124da];return!_0x36c288?(_0x1c88f0=_0x47b1['DwcsRJ'](_0x1c88f0),_0x47b1['GWDWsp'][_0x6124da]=_0x1c88f0):_0x1c88f0=_0x36c288,_0x1c88f0;}function _0x2c338b(_0x1e44c0,_0x34e1ba,_0x219d75,_0xdabecd){const _0x4bb793={_0x14b66f:0x2c0};return _0x47b1(_0x219d75- -_0x4bb793._0x14b66f,_0x1e44c0);}function isObjective(_0x10ca92){const _0x3ba6db={_0x175fc2:0xa3,_0x539fed:0x12b,_0x51b93d:0x6d,_0x181754:0x37,_0x16f534:0xb7,_0x48b11b:0x4d,_0xb53a5c:0x7e},_0x58c92e={_0x4a95d2:0x8b},_0x1e5ca3={_0x4b997e:0x20},_0x2cea9e={};_0x2cea9e[_0x49697a(0xae,0xe5,0xd8,_0x3ba6db._0x175fc2)]=function(_0x2c2c31,_0x30026d){return _0x2c2c31===_0x30026d;};function _0x49697a(_0x4af458,_0x4895a1,_0x52c783,_0x1587e7){return _0x47b1(_0x52c783- -_0x1e5ca3._0x4b997e,_0x4895a1);}function _0x5950db(_0x14f6b2,_0x5e0c45,_0x449639,_0x68b772){return _0x47b1(_0x5e0c45- -_0x58c92e._0x4a95d2,_0x449639);}_0x2cea9e[_0x49697a(0x10a,_0x3ba6db._0x539fed,0xf2,0x136)]='objective';const _0x196595=_0x2cea9e;return _0x196595[_0x5950db(0xa4,_0x3ba6db._0x51b93d,_0x3ba6db._0x181754,0x64)](_0x10ca92?.[_0x49697a(0x12a,_0x3ba6db._0x16f534,0xee,0xfd)],_0x196595[_0x5950db(0x90,0x87,_0x3ba6db._0x48b11b,_0x3ba6db._0xb53a5c)]);}function toReferenceObjective(_0x21d1ba,_0x50a1ed){const _0x42d656={_0x518973:0xf1,_0x167c4a:0xd9,_0x252785:0xbb,_0x1a027f:0xe5,_0x4cb12e:0xa9},_0x1e429e={_0x16efb4:0x23f},_0x566428={};_0x566428['id']=_0x50a1ed?.[_0x39b924(-_0x42d656._0x518973,-0xad,-0x139,-_0x42d656._0x167c4a)]||_0x21d1ba;function _0x39b924(_0x2c8562,_0x2d6c91,_0x2d26ac,_0x42b72c){return _0x47b1(_0x2c8562- -_0x1e429e._0x16efb4,_0x2d26ac);}function _0x23e37c(_0x23cb7b,_0x336975,_0x61efb5,_0x352696){return _0x47b1(_0x23cb7b- -0x25d,_0x336975);}return _0x566428[_0x39b924(-0xdc,-_0x42d656._0x252785,-0xc4,-0xc8)]=_0x50a1ed?.[_0x39b924(-0xdc,-0xdb,-_0x42d656._0x1a027f,-_0x42d656._0x4cb12e)]||_0x21d1ba,_0x566428;}function sortBySortOrder(_0x235215,_0x344f17){const _0x1f6a4d={_0x416899:0x14e,_0x5d1eb2:0x160,_0x5b27cf:0x176,_0x29e0de:0x134,_0x19cdd5:0x120,_0x3af8fc:0x18e,_0x4dd833:0x1d5,_0x3ecb38:0x180,_0x30eef4:0x199,_0x29b38e:0x16a,_0x138daa:0x186,_0x4ef123:0x15e,_0x173837:0x1c5,_0x26cef9:0x1e4,_0x39dc8d:0x1a6,_0x565e76:0x15f,_0x3f8e75:0x1a8,_0x1c7144:0x169,_0x2a84d8:0x198,_0x1b6232:0x17b,_0x18f05e:0x1c4,_0x113846:0x17b,_0x2f395d:0x185,_0x1324e6:0x1a9,_0x21082b:0x14b,_0x30e63d:0x16d,_0xcd54c:0x14c,_0x2a87a6:0x1bb,_0x54b9ad:0x1d3,_0x5334b0:0x1cd,_0x125f20:0x188,_0xe7f659:0x1be},_0x5a7c9d={_0x1434e1:0x28b},_0x23fea6={_0x2ebdb2:0x2d3},_0x140e0a={};_0x140e0a['rwMaj']=function(_0xbd0b39,_0x22ce1a){return _0xbd0b39!==_0x22ce1a;},_0x140e0a[_0x52845b(-_0x1f6a4d._0x416899,-_0x1f6a4d._0x5d1eb2,-0x163,-0x12c)]=_0x52845b(-_0x1f6a4d._0x5b27cf,-_0x1f6a4d._0x29e0de,-_0x1f6a4d._0x19cdd5,-0xf4),_0x140e0a[_0x2cb607(-_0x1f6a4d._0x3af8fc,-_0x1f6a4d._0x4dd833,-_0x1f6a4d._0x3ecb38,-_0x1f6a4d._0x30eef4)]=function(_0x1c6a25,_0x44ac8e){return _0x1c6a25-_0x44ac8e;};const _0x469602=_0x140e0a,_0x386f02=_0x235215[_0x52845b(-_0x1f6a4d._0x29b38e,-0x19c,-_0x1f6a4d._0x138daa,-_0x1f6a4d._0x4ef123)]||0x1f33+0x1ca2+0x121*-0x35,_0x3c4ec6=_0x344f17[_0x2cb607(-0x1dd,-_0x1f6a4d._0x173837,-0x1c7,-_0x1f6a4d._0x26cef9)]||-0x1*0x17b9+0xaf5+0xcc4;if(_0x386f02!==_0x3c4ec6){if(_0x469602[_0x52845b(-_0x1f6a4d._0x39dc8d,-_0x1f6a4d._0x565e76,-0x157,-0x115)](_0x469602[_0x2cb607(-0x15f,-0x1b0,-0x1f0,-_0x1f6a4d._0x3f8e75)],_0x52845b(-_0x1f6a4d._0x1c7144,-_0x1f6a4d._0x2a84d8,-_0x1f6a4d._0x1b6232,-_0x1f6a4d._0x18f05e)))return _0x469602['EDLJH'](_0x386f02,_0x3c4ec6);else{const _0x706b5c={};return _0x706b5c['id']=_0x5b19cf?.[_0x2cb607(-_0x1f6a4d._0x113846,-0x1c9,-0x1cf,-_0x1f6a4d._0x2f395d)]||_0x451953,_0x706b5c['name']=_0x3481cf?.['name']||_0x5e4637,_0x706b5c;}}function _0x2cb607(_0x48ce7d,_0x10cff1,_0x450446,_0x374906){return _0x47b1(_0x374906- -_0x23fea6._0x2ebdb2,_0x450446);}function _0x52845b(_0x195ff5,_0x166dd8,_0x4f8bb7,_0x2eaaca){return _0x47b1(_0x166dd8- -_0x5a7c9d._0x1434e1,_0x2eaaca);}const _0x39c25a=_0x235215[_0x2cb607(-0x1b5,-_0x1f6a4d._0x1324e6,-_0x1f6a4d._0x21082b,-0x170)]||'',_0x5383d0=_0x344f17[_0x52845b(-0x16a,-0x128,-_0x1f6a4d._0x30e63d,-_0x1f6a4d._0xcd54c)]||'';return _0x39c25a[_0x2cb607(-0x1cc,-_0x1f6a4d._0x2a87a6,-_0x1f6a4d._0x54b9ad,-_0x1f6a4d._0x5334b0)+_0x2cb607(-_0x1f6a4d._0x125f20,-0x1a2,-_0x1f6a4d._0xe7f659,-0x18c)](_0x5383d0);}function formatObjectiveLabel(_0x2018c4){const _0x28f443={_0x309257:0x31,_0x2d6e54:0x52,_0x515d41:0x35,_0x10ae01:0xf,_0x5b157b:0xb,_0x22e74d:0x9d,_0x56757d:0x20,_0xc768fa:0x38},_0x105fec={_0x5743e6:0xf3};function _0x520306(_0x3a94cf,_0x4bf7aa,_0x153e35,_0x405281){return _0x47b1(_0x3a94cf- -_0x105fec._0x5743e6,_0x4bf7aa);}const _0xcb1f01={};_0xcb1f01['IHrTu']=_0x2f7de6(0x3a,0x2e,-0x2,_0x28f443._0x309257)+_0x520306(0x5e,0x1b,_0x28f443._0x2d6e54,0x22);function _0x2f7de6(_0x37528e,_0x2218d0,_0x1465a7,_0x19635c){return _0x47b1(_0x37528e- -0xf9,_0x1465a7);}const _0xf8026=_0xcb1f01,_0x400b78=_0x2018c4?.[_0x2f7de6(0x6a,0x90,0xb3,_0x28f443._0x515d41)]||_0x2018c4?.['id']||_0xf8026[_0x520306(-0x8,_0x28f443._0x10ae01,-0xc,_0x28f443._0x5b157b)],_0x37e436=_0x2018c4?.['id']||_0x2f7de6(0x65,0x36,0x62,_0x28f443._0x22e74d);return _0x400b78+_0x2f7de6(0x12,-_0x28f443._0x56757d,_0x28f443._0xc768fa,-0xa)+_0x37e436+'`)';}const OBJECTIVE_CONTEXT_HEADING=_0x2c338b(-0x139,-0x124,-0x15f,-0x137)+_0x2c338b(-0x163,-0x18f,-0x177,-0x141),OBJECTIVE_CONTEXT_INTRO=_0x2c338b(-0x1a0,-0x1b0,-0x178,-0x163)+_0x147d88(-0xfa,-0x107,-0xdd,-0xbf)+'ed\x20from\x20an'+_0x147d88(-0xfe,-0xef,-0xe2,-0xaa)+'.\x20Here\x20is\x20'+_0x2c338b(-0x1f6,-0x1cc,-0x1b9,-0x18f)+_0x2c338b(-0x19d,-0x212,-0x1db,-0x1d6)+_0x147d88(-0x106,-0xef,-0xe3,-0xab)+_0x2c338b(-0x1c1,-0x209,-0x1c2,-0x1ce)+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x2c338b(-0x1a5,-0x1a4,-0x178,-0x190)+_0x2c338b(-0x1fa,-0x202,-0x1bb,-0x19b)+'ed\x20from\x20ob'+_0x147d88(-0xd7,-0x103,-0xcc,-0xf0),OBJECTIVE_CONTEXT_DETAILS_HINT=_0x2c338b(-0x19b,-0x189,-0x1aa,-0x174)+'e\x20full\x20det'+_0x147d88(-0xf5,-0x10c,-0xce,-0x142)+'ructions)\x20'+_0x147d88(-0xc8,-0xcf,-0xe7,-0x86)+_0x2c338b(-0x1af,-0x179,-0x17e,-0x1ad)+'ted\x20above,'+'\x20run:',OBJECTIVE_CONTEXT_DETAILS_CURL=_0x147d88(-0xe3,-0xea,-0xb7,-0xe3)+_0x147d88(-0xb0,-0xa8,-0xd2,-0x90)+_0x2c338b(-0x21e,-0x21a,-0x1d6,-0x1eb)+'L}/api/obj'+_0x2c338b(-0x1d5,-0x18d,-0x1c6,-0x1ee)+_0x2c338b(-0x1da,-0x1a9,-0x1e9,-0x1ac)+'jective/<I'+_0x147d88(-0x85,-0xc7,-0xaa,-0x10d)+_0x147d88(-0xfa,-0xdd,-0xf7,-0xbc)+'{TASK_ID}\x22';function escapeRegExp(_0x1346f3){const _0x2742c8={_0x56d27a:0x177,_0x2374d3:0x17b,_0x5a18a9:0x1a3,_0x35ff17:0x1e,_0x1c81b0:0x63,_0xc148ff:0x1a,_0x325baf:0x1b4},_0x133f83={_0x24f794:0xcb},_0x50bd9e={_0x4a8640:0x1c0,_0x526814:0x1fc,_0x317a80:0x1ec},_0x1dc9de={};_0x1dc9de['PFiBc']=_0x2c0b02(-_0x2742c8._0x56d27a,-_0x2742c8._0x2374d3,-_0x2742c8._0x5a18a9,-0x177);function _0x15fcda(_0x46e85c,_0x4e54da,_0x31038a,_0x17d09e){return _0x2c338b(_0x4e54da,_0x4e54da-_0x50bd9e._0x4a8640,_0x17d09e-_0x50bd9e._0x526814,_0x17d09e-_0x50bd9e._0x317a80);}const _0x411db7=_0x1dc9de;function _0x2c0b02(_0x1fe725,_0x1dbbd3,_0x526840,_0x33fbbe){return _0x147d88(_0x1fe725-0x161,_0x1fe725- -_0x133f83._0x24f794,_0x526840-0x37,_0x1dbbd3);}return _0x1346f3[_0x15fcda(_0x2742c8._0x35ff17,_0x2742c8._0x1c81b0,0x23,_0x2742c8._0xc148ff)](/[.*+?^${}()|[\]\\]/g,_0x411db7[_0x2c0b02(-0x1dc,-0x219,-0x1d7,-_0x2742c8._0x325baf)]);}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0x147d88(-0xc0,-0xb4,-0x7d,-0xbf)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x147d88(-0x136,-0x12f,-0x136,-0xf4)+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+('\x5cn\x5cn[\x5cs\x5cS]'+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x2c338b(-0x20f,-0x1d1,-0x1e8,-0x1f9)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+_0x147d88(-0x11a,-0xd7,-0xbe,-0x116),'g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x147d88(-0xfa,-0xf5,-0xab,-0xc4)+_0x2c338b(-0x1bb,-0x199,-0x19c,-0x1c9)+_0x147d88(-0x15f,-0x11f,-0x12d,-0xde)+_0x147d88(-0xf4,-0xba,-0xc1,-0xe4)+'*'+(_0x147d88(-0x103,-0x129,-0x134,-0x12f)+_0x2c338b(-0x1b4,-0x171,-0x176,-0x1b0)+_0x2c338b(-0x22b,-0x1e6,-0x1ea,-0x205)+_0x147d88(-0xaf,-0xe5,-0xb8,-0xd8)+'*?')+(_0x147d88(-0xbb,-0xc4,-0xea,-0xcd)+_0x147d88(-0x10f,-0x107,-0x128,-0x141)+_0x147d88(-0x12a,-0xf7,-0x12f,-0xb3)+_0x2c338b(-0x1b1,-0x16f,-0x1a3,-0x1a1)+'[\x5cs\x5cS]*?')+('To\x20read\x20th'+_0x2c338b(-0x205,-0x18b,-0x1bf,-0x178)+'ails[\x5cs\x5cS]'+'*?')+(_0x147d88(-0x7d,-0xc0,-0x92,-0x92)+_0x147d88(-0x118,-0xdf,-0xdc,-0xe4)+_0x2c338b(-0x1c6,-0x1df,-0x1cf,-0x1be)+_0x147d88(-0xe1,-0xc6,-0xf4,-0xc3)+'S]*?```\x5cs*'+_0x147d88(-0x12e,-0x12c,-0x143,-0xf2)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp(_0x2c338b(-0x191,-0x12a,-0x168,-0x17b)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x147d88(-0x13b,-0x12f,-0x16f,-0x153)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0x147d88(-0x62,-0xaa,-0xbf,-0xbe)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x147d88(-0x109,-0xf5,-0xdb,-0x13d)+'(?:[-*_]\x5cs'+_0x147d88(-0x140,-0x11f,-0xe4,-0xec)+_0x2c338b(-0x1a1,-0x12a,-0x16e,-0x164)+'*'+(_0x147d88(-0x15f,-0x129,-0x118,-0xf0)+_0x2c338b(-0x138,-0x1c0,-0x176,-0x199)+_0x2c338b(-0x207,-0x1ef,-0x1ea,-0x1e6)+_0x2c338b(-0x13b,-0x164,-0x16e,-0x131)+'*')+(_0x2c338b(-0x130,-0x174,-0x178,-0x1aa)+_0x2c338b(-0x1b5,-0x180,-0x1bb,-0x19b)+'ed\x20from\x20ob'+_0x2c338b(-0x17b,-0x1b6,-0x173,-0x13d)+_0x2c338b(-0x202,-0x1ee,-0x1c9,-0x1b5)+_0x147d88(-0x101,-0x125,-0x147,-0x105)),'g');export function buildReferenceObjectivesContext(_0x2527c1,_0x452c87){const _0x3a7835={_0x41e450:0xfe,_0x4c7592:0x17a,_0x2dbe9b:0x16e,_0x3b677c:0xc8,_0x539d43:0x199,_0x519174:0x15d,_0x3ef1e0:0xa0,_0x2d7cc8:0x13f,_0x32cee1:0x79,_0x70b9dd:0x179,_0x7222c2:0x13c,_0xa9f692:0x177,_0x2ec496:0x158,_0x24a0c4:0x183,_0x44bd0d:0x1b8,_0x25baed:0x153,_0x35e866:0x126,_0x49816d:0x50,_0x32e6b4:0x161,_0x37a905:0x14b,_0x2a904f:0x10e,_0x1900dc:0x5d,_0x4835cc:0x6a,_0x3f3a21:0x17,_0x1291ee:0xaf,_0x2211da:0x79,_0x57f669:0x113,_0x74da89:0xf2,_0x49ab9c:0x186,_0x1c0d3e:0x158,_0x201469:0x187,_0x22c220:0x189,_0x33e1bb:0x139,_0xf1b4f4:0x5e,_0x562a17:0x7f,_0x474531:0x6d,_0x4d3ac0:0xb8,_0x3de0ee:0xc3,_0x59378d:0x7d,_0x2041c2:0xd1,_0x335d56:0xb2,_0x298835:0x147,_0x2f9daa:0xe3,_0x1bc147:0x9e,_0x90865a:0x131,_0x54b7fd:0x52,_0x1932e0:0x4c,_0x33eac2:0x5c,_0x6c2839:0x1d,_0x376f91:0x15b,_0x3035:0x104,_0x341115:0xda,_0x5e6020:0x130,_0x3da0ca:0xc2,_0x4e02cc:0x89,_0xd233a0:0x93,_0x211bf5:0xc8,_0x11ddbe:0x77,_0x4be459:0x10d,_0x21e85c:0x12f,_0xc1596b:0xa3,_0x48d83e:0xd9,_0x51ecea:0xa1,_0x55527b:0x18b,_0x289629:0x1ba,_0x1f5428:0x14e,_0x11f35a:0x134,_0x14a754:0xe6,_0xdd4433:0xef,_0x34f94f:0x119,_0x4ab1e5:0xec,_0x30d6a9:0xda,_0x34df19:0x4e,_0x18dc3b:0x23,_0x58dee4:0x77,_0x549daa:0x82,_0x1907e7:0x99,_0x46b260:0xd2,_0x4ab9ca:0x80,_0x28df5b:0x6c,_0x5618c6:0xa4,_0x352e8c:0x46,_0x4c9974:0xcd,_0x44d602:0xfb},_0x397ef7={_0x9c730d:0x95},_0x3d9aa0={_0x2de239:0x43,_0x59e1f7:0x5b,_0x3e5eab:0x80},_0x25d102={'SsUhm':_0x2cc0af(-0xc9,-0xd4,-_0x3a7835._0x41e450,-0x83)+_0x584f77(-0x133,-_0x3a7835._0x4c7592,-_0x3a7835._0x2dbe9b,-0x157)+'children\x20o'+_0x2cc0af(-0x95,-_0x3a7835._0x3b677c,-0xc8,-0xc3)+_0x584f77(-_0x3a7835._0x539d43,-0x144,-_0x3a7835._0x519174,-0x150),'viUrZ':function(_0x1c9a1c,_0x6d0d4b){return _0x1c9a1c(_0x6d0d4b);},'Cddyb':function(_0x1dd5f9,_0x34430d){return _0x1dd5f9===_0x34430d;},'lZRCq':_0x2cc0af(-0x72,-0x3b,-0x9f,-_0x3a7835._0x3ef1e0),'bjZJf':function(_0xab0e60,_0x4162e6){return _0xab0e60||_0x4162e6;},'gdHlg':function(_0x11a969,_0x2896ae){return _0x11a969(_0x2896ae);},'lXYot':_0x584f77(-_0x3a7835._0x2d7cc8,-0xce,-0x101,-0xc9),'mvSvw':_0x584f77(-0x160,-0x138,-0x118,-0xd2),'uznkD':function(_0x1c356b,_0x1073ec,_0x2632a5){return _0x1c356b(_0x1073ec,_0x2632a5);},'GWzlV':function(_0x10678b,_0x359a6d){return _0x10678b(_0x359a6d);},'bghOS':function(_0x1922c8,_0x126190){return _0x1922c8!==_0x126190;},'zKqgT':_0x2cc0af(-0x90,-0x61,-0xc0,-_0x3a7835._0x32cee1)};if(_0x25d102[_0x584f77(-_0x3a7835._0x70b9dd,-_0x3a7835._0x7222c2,-_0x3a7835._0xa9f692,-0x179)](!_0x2527c1,!_0x452c87))return null;const _0x186645=_0x2527c1[_0x584f77(-0x12e,-0x146,-_0x3a7835._0x2ec496,-_0x3a7835._0x24a0c4)](_0x452c87);if(!_0x25d102[_0x584f77(-0x14a,-_0x3a7835._0x44bd0d,-0x18b,-0x150)](isObjective,_0x186645))return null;function _0x584f77(_0x560ff6,_0x369761,_0x4ec3a5,_0x114aa9){return _0x147d88(_0x560ff6-_0x3d9aa0._0x2de239,_0x4ec3a5- -_0x3d9aa0._0x59e1f7,_0x4ec3a5-_0x3d9aa0._0x3e5eab,_0x114aa9);}const _0x3d0d5f=[],_0x5b2ba8=new Set();let _0x1a893a=_0x452c87;while(_0x1a893a&&!_0x5b2ba8['has'](_0x1a893a)){if(_0x25d102[_0x584f77(-_0x3a7835._0x25baed,-0xf8,-_0x3a7835._0x35e866,-0xe2)]===_0x25d102[_0x2cc0af(-0xb5,-0xf1,-0xee,-0x89)]){_0x5c0ce0[_0x2cc0af(-0x5d,-0x91,-_0x3a7835._0x49816d,-0x67)](_0x25d102[_0x584f77(-0x164,-0x108,-0x142,-_0x3a7835._0x32e6b4)]);for(const _0x21777e of _0x484cc1[_0x584f77(-0x132,-_0x3a7835._0x37a905,-_0x3a7835._0x2a904f,-0x12e)]){_0x3ab87e[_0x2cc0af(-_0x3a7835._0x1900dc,-_0x3a7835._0x4835cc,-_0x3a7835._0x3f3a21,-0x3a)]('-\x20'+_0x25d102[_0x2cc0af(-_0x3a7835._0x1291ee,-0x94,-_0x3a7835._0x2211da,-0x93)](_0x4c4f4a,_0x21777e));}_0x310665[_0x584f77(-0x141,-0x12c,-_0x3a7835._0x57f669,-_0x3a7835._0x74da89)]('');}else{_0x5b2ba8['add'](_0x1a893a);const _0x44a858=_0x2527c1[_0x584f77(-0x16b,-_0x3a7835._0x49ab9c,-_0x3a7835._0x1c0d3e,-_0x3a7835._0x201469)](_0x1a893a);if(!_0x25d102[_0x584f77(-_0x3a7835._0x22c220,-_0x3a7835._0x33e1bb,-0x165,-0x182)](isObjective,_0x44a858))break;_0x3d0d5f[_0x2cc0af(-0x5d,-_0x3a7835._0xf1b4f4,-_0x3a7835._0x562a17,-_0x3a7835._0x474531)](_0x25d102[_0x2cc0af(-0xcd,-_0x3a7835._0x4d3ac0,-0xc9,-_0x3a7835._0x3de0ee)](toReferenceObjective,_0x1a893a,_0x44a858)),_0x1a893a=_0x44a858[_0x2cc0af(-0x98,-_0x3a7835._0x59378d,-0x6e,-_0x3a7835._0x2041c2)+_0x2cc0af(-0x9d,-0x9a,-_0x3a7835._0x335d56,-0x90)];}}const _0x50d71d=[],_0x4ba36e=_0x186645['parentObje'+_0x584f77(-_0x3a7835._0x298835,-0x11b,-0x153,-0x16b)];if(_0x4ba36e)for(const [_0x5a5f1a,_0xfcd760]of _0x2527c1[_0x2cc0af(-0xbd,-0xd2,-_0x3a7835._0x2f9daa,-_0x3a7835._0x1bc147)]()){if(!_0x25d102['GWzlV'](isObjective,_0xfcd760))continue;if(_0x25d102[_0x584f77(-0x16d,-0x10c,-0x12f,-_0x3a7835._0x90865a)](_0x5a5f1a,_0x452c87))continue;if(_0x25d102[_0x2cc0af(-_0x3a7835._0x54b7fd,-_0x3a7835._0x1932e0,-_0x3a7835._0x33eac2,-_0x3a7835._0x6c2839)](_0xfcd760[_0x584f77(-0x11e,-0x12d,-0x14e,-_0x3a7835._0x376f91)+'ctiveId'],_0x4ba36e))continue;const _0x6613da={};_0x6613da['id']=_0xfcd760[_0x2cc0af(-0x63,-0x48,-0x6d,-0xa6)]||_0x5a5f1a,_0x6613da[_0x584f77(-0xc4,-0x119,-_0x3a7835._0x3035,-0x10a)]=_0xfcd760[_0x584f77(-_0x3a7835._0x341115,-_0x3a7835._0x5e6020,-0x104,-0xdf)]||_0x5a5f1a,_0x6613da[_0x2cc0af(-_0x3a7835._0x3da0ca,-_0x3a7835._0x4e02cc,-0x88,-0xac)]=_0xfcd760['sortOrder'],_0x50d71d['push'](_0x6613da);}const _0x9ae34=[];function _0x2cc0af(_0x1165e9,_0x3c3983,_0x32ff6b,_0x11cf6c){return _0x2c338b(_0x11cf6c,_0x3c3983-_0x397ef7._0x9c730d,_0x1165e9-0x10f,_0x11cf6c-0x1b9);}for(const [_0x50c7d7,_0xeb0360]of _0x2527c1['entries']()){if(_0x25d102['zKqgT']===_0x2cc0af(-_0x3a7835._0xd233a0,-_0x3a7835._0x211bf5,-0x61,-_0x3a7835._0x11ddbe))return _0x25d102[_0x584f77(-0x111,-_0x3a7835._0x4be459,-_0x3a7835._0x21e85c,-0x10f)](_0x33ac48?.[_0x2cc0af(-_0x3a7835._0xc1596b,-0xca,-_0x3a7835._0x48d83e,-0x5e)],_0x25d102[_0x2cc0af(-_0x3a7835._0x1bc147,-_0x3a7835._0x1291ee,-0x6d,-_0x3a7835._0x51ecea)]);else{if(!_0x25d102[_0x584f77(-0x1cd,-0x1bb,-_0x3a7835._0x55527b,-_0x3a7835._0x289629)](isObjective,_0xeb0360))continue;if(_0xeb0360[_0x584f77(-0x16d,-0x10c,-_0x3a7835._0x1f5428,-_0x3a7835._0x11f35a)+'ctiveId']!==_0x452c87)continue;const _0x4b2d7c={};_0x4b2d7c['id']=_0xeb0360[_0x584f77(-_0x3a7835._0x14a754,-_0x3a7835._0xdd4433,-_0x3a7835._0x34f94f,-0xd0)]||_0x50c7d7,_0x4b2d7c[_0x584f77(-_0x3a7835._0x4ab1e5,-_0x3a7835._0x30d6a9,-0x104,-0xc1)]=_0xeb0360[_0x2cc0af(-_0x3a7835._0x34df19,-_0x3a7835._0x18dc3b,-_0x3a7835._0x58dee4,-0x85)]||_0x50c7d7,_0x4b2d7c[_0x2cc0af(-0xc2,-0xcc,-_0x3a7835._0x549daa,-_0x3a7835._0x1907e7)]=_0xeb0360[_0x2cc0af(-0xc2,-0x7c,-_0x3a7835._0x46b260,-_0x3a7835._0x4ab9ca)],_0x9ae34['push'](_0x4b2d7c);}}return _0x50d71d[_0x2cc0af(-0x88,-_0x3a7835._0x28df5b,-_0x3a7835._0x5618c6,-0x6b)](sortBySortOrder),_0x9ae34[_0x2cc0af(-0x88,-0x7b,-_0x3a7835._0x34df19,-_0x3a7835._0x352e8c)](sortBySortOrder),{'sourceObjective':_0x25d102[_0x2cc0af(-_0x3a7835._0x4c9974,-0xc7,-0xd6,-0xaf)](toReferenceObjective,_0x452c87,_0x186645),'ancestors':_0x3d0d5f,'siblings':_0x50d71d[_0x2cc0af(-0xdd,-0x120,-_0x3a7835._0x44d602,-0x94)](({id:_0x1d0527,name:_0x5b5035})=>({'id':_0x1d0527,'name':_0x5b5035})),'children':_0x9ae34['map'](({id:_0x1ae0a1,name:_0x1bdf47})=>({'id':_0x1ae0a1,'name':_0x1bdf47}))};}function _0x147d88(_0x2520a6,_0x5b06c6,_0x7edc15,_0x13bbde){const _0x304805={_0x32b7e7:0x20c};return _0x47b1(_0x5b06c6- -_0x304805._0x32b7e7,_0x13bbde);}export function formatReferenceObjectivesMarkdown(_0x98f536){const _0x549619={_0x4e482f:0x1fc,_0x5dfca4:0x1d4,_0x1265de:0x16f,_0x348571:0x20a,_0x2504f8:0x1fd,_0x15e01f:0x11c,_0x5317f8:0xf8,_0x30c513:0x172,_0x33ea73:0x106,_0x539ffa:0x11f,_0x4fb40d:0x107,_0x4c2757:0xdb,_0x309ff7:0xd5,_0x5f4f05:0x118,_0x3ec2a1:0x1eb,_0x51b90c:0x1d6,_0x2de493:0x17d,_0x5374d5:0x150,_0x337ff5:0x163,_0x5d2fd3:0x130,_0x491b3a:0x105,_0x5e5ceb:0x129,_0x45274b:0x1d8,_0x473403:0x1ca,_0x23c130:0x1e8,_0x15fe6d:0x1b8,_0x57496d:0x1af,_0x13cd52:0x240,_0x58b087:0x131,_0x5781a6:0x14c,_0x3a7585:0xf6,_0xbe41d:0xd4,_0x1d24d7:0x141,_0x29ea47:0x12b,_0x26e032:0x121,_0x508167:0x172,_0x811abe:0x1ee,_0x2e1a27:0x160,_0x49550c:0x18c,_0xa98f47:0x178,_0x1ed769:0x144,_0x2353e4:0x15d,_0x1fd84c:0x147,_0x223d30:0x12c,_0x228aa9:0x114,_0x32d490:0x15a,_0x473475:0x182,_0x3e69d9:0x1cc,_0x4b5f61:0x1c3,_0xbeee43:0x1e1,_0x50b3ed:0x1d0,_0x5570b9:0x1c1,_0x3434c0:0x1f4,_0x33f489:0x1ec,_0x254362:0xf1,_0x5de814:0xcf,_0x462a14:0x1d8,_0x5a03bf:0x180,_0xa506a7:0x1a2,_0x28ee5e:0x249,_0x379836:0x1e9,_0x539532:0x210,_0x4610d2:0x15e,_0x494372:0x186,_0x422709:0x174,_0x1eac16:0x145,_0xcfc88e:0x1a3,_0x44b85a:0x113,_0x818939:0x197,_0x32ac6d:0x122,_0x568c36:0xfd,_0x5283fa:0x1c3,_0x7eb817:0x1ae,_0x3a0e2d:0x151,_0x397b31:0x1bc,_0x4d2005:0x165,_0x20a8a1:0x1b4,_0xcf64b9:0x1f9,_0x48f553:0x1e3,_0x88351b:0x19f,_0x5b81b2:0x1b6,_0x517e79:0x149,_0x5ce2de:0x103,_0xb4e463:0x100,_0x4ea57b:0xc5,_0x44e10e:0x1ba,_0x2b0b7e:0x1ce,_0xa08e0:0x136,_0x374b8d:0xfe,_0x4b9c18:0x235,_0x45723e:0x21c,_0x552281:0x248,_0x1ed897:0x17e,_0x5e1e75:0x1bb,_0x41c156:0x173,_0x15ed0e:0x17c,_0x5e2736:0x14f,_0x477eec:0x1b2,_0x44e2ca:0x179,_0x37145e:0x21f,_0xe1fa95:0x1c8,_0x879f43:0x1c5,_0x322564:0xd5,_0x55c064:0xfb,_0x11ab8f:0x108,_0x5b76dd:0xca,_0x53e665:0x20d,_0x1f3181:0x254,_0x2616db:0x164,_0x56e838:0x165,_0x23ee79:0x1a5,_0x599229:0x247,_0x1d839d:0x1c7,_0x3b71c5:0x10d,_0x12755c:0x164,_0x1cf73a:0x18e,_0x14c978:0x124,_0x4f71dd:0x195,_0x5d9d96:0x158,_0x30c6d3:0x1e7,_0x287ff8:0x1b9,_0x1fc35f:0x1a5,_0x343be3:0x15e,_0x512f58:0x1aa,_0x505a26:0x154,_0x1dafee:0xf2,_0x430cbc:0x12f,_0x3c6f5a:0x14a,_0x5379cd:0x1d5,_0x51108f:0x1f7,_0x5591a6:0x25b,_0x1c836b:0x21e,_0x451fe8:0x214,_0x6d717d:0x1e1,_0x289540:0x1c5,_0x1d7dec:0x14d,_0x245708:0x1d2,_0x3a3886:0x1df,_0x262014:0x1a6,_0x3c2213:0x24c,_0x396166:0x12e,_0x1e9331:0x190,_0x5a8ee2:0x173,_0x5b22b7:0x17b,_0x53c3c4:0x102,_0x3dc55f:0x127,_0x3adfe4:0x176,_0x4b2fd2:0x139,_0x11a8f2:0x243,_0x1019c1:0x241,_0x2347aa:0x1a4,_0x140383:0x19c,_0x5b3ce6:0x20f,_0x24d594:0x1f6,_0x1eb2e7:0x196,_0x57935d:0x194,_0xa7d89e:0x177,_0x31b459:0x173,_0x518a0a:0x21a,_0x57737d:0x20d,_0x48533c:0x200,_0x531a56:0x209,_0xaf5d8a:0x171,_0x318657:0x1af,_0x58cfed:0x173,_0x10b8b8:0x14d},_0x33e927={_0x447249:0xc9},_0x2b2179={_0x471148:0xff,_0x689de4:0x22b},_0x16abbe={'aloYw':function(_0x55fb07,_0x2e1238){return _0x55fb07===_0x2e1238;},'GNyOT':_0x485665(_0x549619._0x4e482f,0x1ba,_0x549619._0x5dfca4,0x1fa)+_0x3ead7e(_0x549619._0x1265de,0x12b,0x13c,0x180),'qfpxp':function(_0x749a19,_0x9f0d45){return _0x749a19(_0x9f0d45);},'ADxzx':'Unknown\x20ob'+_0x485665(0x1c9,0x1fc,_0x549619._0x348571,0x1df),'FhBWx':'unknown-id','qQXmZ':function(_0x6c964b,_0x1bbb76){return _0x6c964b>_0x1bbb76;},'zeoUS':_0x485665(0x1c0,0x21a,_0x549619._0x2504f8,0x221),'SsnFw':_0x3ead7e(_0x549619._0x15e01f,0xb1,_0x549619._0x5317f8,0xb2),'WwUnT':function(_0x2cfdc8,_0x1934d9){return _0x2cfdc8(_0x1934d9);},'lcNZP':_0x3ead7e(0x170,0x16d,_0x549619._0x30c513,0x1a0),'xFRpE':function(_0x2e899f,_0x567b60){return _0x2e899f<_0x567b60;},'uBClU':function(_0x1bb91d,_0x42b206){return _0x1bb91d+_0x42b206;},'gskXe':function(_0x395b11,_0x403cf4){return _0x395b11(_0x403cf4);},'qcXnn':_0x3ead7e(_0x549619._0x33ea73,_0x549619._0x539ffa,_0x549619._0x4fb40d,_0x549619._0x4c2757)+_0x3ead7e(0x14a,_0x549619._0x309ff7,_0x549619._0x5f4f05,0x12d)+_0x485665(0x1df,0x1a9,_0x549619._0x3ec2a1,_0x549619._0x51b90c)+'f\x20this\x20obj'+'ective):','JvoJh':_0x3ead7e(0x18f,_0x549619._0x2de493,_0x549619._0x5374d5,_0x549619._0x337ff5),'kbUQi':_0x3ead7e(0x155,0x14d,0x111,0x124),'ibaBV':_0x3ead7e(_0x549619._0x5d2fd3,_0x549619._0x491b3a,0x123,_0x549619._0x5e5ceb),'DeGEn':_0x485665(_0x549619._0x348571,0x19c,_0x549619._0x45274b,_0x549619._0x473403)};if(!_0x98f536)return null;const _0x12e2d6=Array[_0x485665(0x18d,_0x549619._0x23c130,_0x549619._0x15fe6d,_0x549619._0x57496d)](_0x98f536[_0x485665(_0x549619._0x13cd52,0x1ec,0x215,0x1eb)])?_0x98f536[_0x485665(0x24e,0x1dd,0x215,0x219)][_0x3ead7e(0x169,_0x549619._0x58b087,0x158,_0x549619._0x5781a6)](0x3*0xc61+0x24a9+0x833*-0x9):[],_0xecabd=Array[_0x3ead7e(_0x549619._0x3a7585,0x105,0x11e,_0x549619._0xbe41d)](_0x98f536['siblings'])&&_0x16abbe['qQXmZ'](_0x98f536[_0x3ead7e(_0x549619._0x1d24d7,0xeb,_0x549619._0x29ea47,0x162)][_0x3ead7e(0x15d,0x185,0x147,_0x549619._0x26e032)],-0x142f*0x1+0x1b35+-0x706),_0x310e64=Array[_0x485665(_0x549619._0x508167,0x1f2,0x1b8,_0x549619._0x811abe)](_0x98f536[_0x3ead7e(_0x549619._0x2e1a27,_0x549619._0x49550c,_0x549619._0xa98f47,_0x549619._0x1ed769)])&&_0x98f536['children'][_0x3ead7e(_0x549619._0x2353e4,_0x549619._0x491b3a,_0x549619._0x1fd84c,_0x549619._0x223d30)]>-0x7*-0x31f+-0x5*-0x3b8+0x1*-0x2871,_0x1dcbd7=_0x16abbe[_0x3ead7e(_0x549619._0x58b087,_0x549619._0x228aa9,_0x549619._0x32d490,_0x549619._0x473475)](_0x12e2d6[_0x485665(_0x549619._0x3e69d9,_0x549619._0x4b5f61,_0x549619._0xbeee43,_0x549619._0x50b3ed)],0x5ba+-0x5*-0x5cf+-0x22c5)&&!_0xecabd&&!_0x310e64;function _0x3ead7e(_0x51d84c,_0x4d5943,_0x384118,_0x1f66d9){return _0x147d88(_0x51d84c-_0x2b2179._0x471148,_0x384118-_0x2b2179._0x689de4,_0x384118-0x14f,_0x1f66d9);}if(_0x1dcbd7){if(_0x16abbe[_0x485665(_0x549619._0x5570b9,0x1b6,_0x549619._0x3434c0,_0x549619._0x33f489)]('mNRFx',_0x16abbe[_0x3ead7e(0xd4,_0x549619._0x254362,0xf2,_0x549619._0x5de814)]))return _0x3ead7e(0x18d,0x13b,0x149,_0x549619._0x15e01f)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0x16abbe[_0x485665(_0x549619._0x462a14,_0x549619._0x5a03bf,_0x549619._0xa506a7,0x18a)](formatObjectiveLabel,_0x98f536[_0x485665(0x222,_0x549619._0x28ee5e,0x216,0x22e)+_0x485665(0x1d4,_0x549619._0x379836,0x1c6,_0x549619._0x539532)])+'.\x0a';else{if(typeof _0x4f8b7a!==_0x3ead7e(_0x549619._0x4610d2,_0x549619._0x494372,_0x549619._0x422709,0x153)||_0x16abbe[_0x3ead7e(_0x549619._0x58b087,_0x549619._0x1eac16,0x15a,_0x549619._0xcfc88e)](_0x2fadcf[_0x3ead7e(0x155,0x163,0x147,_0x549619._0x44b85a)],0x3*0xc7+0x1c09*0x1+-0x17*0x152))return _0x1dbf1f;let _0x186fb7=_0x4b724a[_0x485665(0x182,0x189,_0x549619._0x818939,0x177)](_0x37c7a4,'');return _0x186fb7=_0x186fb7[_0x3ead7e(_0x549619._0x32ac6d,0xc1,_0x549619._0x568c36,0xbb)](_0x52da5c,''),_0x186fb7=_0x186fb7[_0x485665(_0x549619._0x5283fa,_0x549619._0x7eb817,0x197,_0x549619._0x3a0e2d)](_0x416a2c,''),_0x186fb7=_0x186fb7['replace'](_0x3ca7af,''),_0x186fb7;}}const _0x74f336=['','',_0x16abbe[_0x485665(0x1af,_0x549619._0x397b31,0x193,_0x549619._0x4d2005)],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x485665(0x221,_0x549619._0x20a8a1,_0x549619._0xcf64b9,_0x549619._0x48f553)+_0x485665(0x188,0x16d,_0x549619._0x88351b,0x190)+_0x485665(0x1af,0x17a,_0x549619._0x5b81b2,0x1b7)+_0x16abbe['WwUnT'](formatObjectiveLabel,_0x98f536['sourceObje'+'ctive']),''];if(_0x16abbe[_0x3ead7e(_0x549619._0x517e79,_0x549619._0x5ce2de,_0x549619._0xb4e463,_0x549619._0x4ea57b)](_0x12e2d6[_0x485665(_0x549619._0x44e10e,_0x549619._0x2b0b7e,_0x549619._0xbeee43,0x219)],0x20*-0x7b+0xd+0xf53)){if('DkECD'!==_0x16abbe[_0x3ead7e(0xe3,_0x549619._0xa08e0,_0x549619._0x374b8d,0xed)]){const _0x1352a=_0x3ce1c6[-0x6e0+-0x1*0x1f96+0x2676]?.[_0x485665(_0x549619._0x4b9c18,0x250,_0x549619._0x45723e,_0x549619._0x552281)]||_0x16abbe[_0x3ead7e(_0x549619._0x1fd84c,0x195,0x15d,_0x549619._0x1ed897)];_0x4a8029[_0x3ead7e(0x194,_0x549619._0x5e1e75,_0x549619._0x41c156,_0x549619._0x15ed0e)](_0x3ead7e(_0x549619._0x1ed897,0x189,_0x549619._0x5e2736,0x114)+_0x485665(0x1d5,0x168,0x1ae,_0x549619._0x477eec)+_0x3ead7e(_0x549619._0x32d490,0x1ac,_0x549619._0x44e2ca,0x191)+_0x3ead7e(0x105,0x149,_0x549619._0x228aa9,0x10a)+'\x20under\x20\x22'+_0x1352a+_0x485665(0x1fa,0x1f4,0x214,_0x549619._0x37145e));for(const _0x41aa35 of _0x1c88f0[_0x485665(0x19d,_0x549619._0xe1fa95,_0x549619._0x879f43,0x1a2)]){_0x6124da[_0x485665(0x22c,0x1e2,0x20d,0x1e7)]('-\x20'+_0x16abbe[_0x3ead7e(_0x549619._0x322564,_0x549619._0x55c064,_0x549619._0x11ab8f,_0x549619._0x5b76dd)](_0x36c288,_0x41aa35));}_0x299cad[_0x485665(_0x549619._0xcf64b9,0x1fd,_0x549619._0x53e665,_0x549619._0x1f3181)]('');}else{_0x74f336[_0x3ead7e(_0x549619._0x2616db,_0x549619._0x56e838,0x173,_0x549619._0x23ee79)](_0x485665(_0x549619._0x599229,_0x549619._0x462a14,0x204,_0x549619._0x1d839d)+_0x3ead7e(_0x549619._0x5e2736,0x143,_0x549619._0x3b71c5,0x12f)+_0x485665(_0x549619._0x12755c,0x19d,_0x549619._0x1cf73a,0x1c4)+_0x3ead7e(_0x549619._0x14c978,_0x549619._0x4f71dd,0x156,_0x549619._0x5d9d96));for(let _0x58a49d=0x1*0x1661+0x14b2+0x1*-0x2b13;_0x16abbe[_0x485665(_0x549619._0x30c6d3,_0x549619._0x287ff8,_0x549619._0x1fc35f,_0x549619._0x343be3)](_0x58a49d,_0x12e2d6['length']);_0x58a49d++){_0x74f336[_0x3ead7e(_0x549619._0x512f58,_0x549619._0x505a26,0x173,0x191)](_0x16abbe[_0x3ead7e(0x161,_0x549619._0x1dafee,_0x549619._0x430cbc,_0x549619._0x3c6f5a)](_0x58a49d,0x152c+-0x10dc+-0x44f*0x1)+'.\x20'+_0x16abbe[_0x485665(0x15e,0x160,0x19b,0x1bf)](formatObjectiveLabel,_0x12e2d6[_0x58a49d]));}_0x74f336[_0x485665(0x231,0x20a,_0x549619._0x53e665,0x21a)]('');}}if(_0xecabd){const _0x16ad45=_0x12e2d6[-0x12*-0xc1+-0x260f+0x187d]?.['name']||_0x16abbe[_0x485665(0x1d5,_0x549619._0x5379cd,_0x549619._0x51108f,_0x549619._0x2b0b7e)];_0x74f336['push']('**Sibling\x20'+_0x3ead7e(0x11e,0xd7,0x114,_0x549619._0x1ed769)+_0x3ead7e(0x17a,0x1b6,_0x549619._0x44e2ca,0x190)+_0x485665(_0x549619._0x5570b9,0x1ed,0x1ae,0x19b)+_0x485665(0x21f,_0x549619._0x5591a6,_0x549619._0x1c836b,0x200)+_0x16ad45+_0x485665(_0x549619._0x5379cd,0x222,_0x549619._0x451fe8,_0x549619._0x6d717d));for(const _0x514673 of _0x98f536[_0x485665(0x1d4,0x1ea,_0x549619._0x289540,0x1af)]){_0x74f336[_0x3ead7e(0x196,0x173,0x173,_0x549619._0x1d7dec)]('-\x20'+_0x16abbe[_0x485665(_0x549619._0x2504f8,_0x549619._0x245708,_0x549619._0x3a3886,_0x549619._0x262014)](formatObjectiveLabel,_0x514673));}_0x74f336[_0x485665(0x200,0x248,0x20d,_0x549619._0x3c2213)]('');}function _0x485665(_0x3371d3,_0x415fee,_0x22a71e,_0x32536c){return _0x147d88(_0x3371d3-_0x33e927._0x447249,_0x22a71e-0x2c5,_0x22a71e-0x174,_0x415fee);}if(_0x310e64){_0x74f336[_0x3ead7e(_0x549619._0x396166,_0x549619._0x1e9331,_0x549619._0x5a8ee2,_0x549619._0x5b22b7)](_0x16abbe[_0x3ead7e(0x116,_0x549619._0x53c3c4,_0x549619._0x3dc55f,0xde)]);for(const _0x41776a of _0x98f536[_0x3ead7e(_0x549619._0x3adfe4,0x1b1,0x178,_0x549619._0x4b2fd2)]){if(_0x16abbe[_0x485665(0x204,0x1ae,0x1ef,_0x549619._0x512f58)]!==_0x16abbe['kbUQi'])_0x74f336[_0x485665(_0x549619._0x11a8f2,0x23f,0x20d,_0x549619._0x1019c1)]('-\x20'+_0x16abbe[_0x485665(0x15b,_0x549619._0x2347aa,0x19b,_0x549619._0x140383)](formatObjectiveLabel,_0x41776a));else{const _0x335615=_0x5cfff0?.['name']||_0x158cfc?.['id']||_0x16abbe['ADxzx'],_0x20148e=_0x4c21e9?.['id']||_0x16abbe[_0x485665(0x211,0x1fb,_0x549619._0x5b3ce6,0x226)];return _0x335615+_0x485665(_0x549619._0x24d594,_0x549619._0x1eb2e7,0x1c4,_0x549619._0x57935d)+_0x20148e+'`)';}}_0x74f336[_0x3ead7e(_0x549619._0xa7d89e,0x15e,_0x549619._0x31b459,0x1a1)]('');}return _0x74f336[_0x485665(_0x549619._0x518a0a,0x248,_0x549619._0x57737d,_0x549619._0x33f489)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x74f336[_0x485665(_0x549619._0x48533c,0x1da,0x20d,_0x549619._0x531a56)](_0x16abbe['ibaBV']),_0x74f336[_0x3ead7e(_0x549619._0xaf5d8a,0x136,0x173,_0x549619._0x318657)](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x74f336[_0x3ead7e(0x139,0x168,_0x549619._0x58cfed,0x137)](_0x16abbe['DeGEn']),_0x74f336[_0x3ead7e(0x144,0x15a,_0x549619._0x10b8b8,0x128)]('\x0a')+'\x0a';}export function stripReferenceObjectivesMarkdown(_0x1e9234){const _0x52467b={_0x5ce65b:0x368,_0x155a70:0x324,_0x395d11:0x290,_0xd36182:0x282,_0x127ad8:0x2e4,_0x5c3f72:0x2ba,_0x56996e:0x29e,_0x2df45f:0x246,_0x59266e:0x262,_0x2fa432:0x302,_0x152d5f:0x321,_0x4f5188:0x2ea,_0x47c6d9:0x301,_0x39f320:0x2ee,_0x577703:0x307,_0x1b69ec:0x2df,_0x4c824f:0x2eb,_0x4de758:0x2ff},_0x3cee43={_0x5a143e:0x67,_0xbc81d3:0x4c1},_0x2cf50a={_0x450b44:0x1d1,_0x24b603:0x153};function _0x1bc3ef(_0xbcae5e,_0x4d28a4,_0x5e0f0b,_0x8e69b4){return _0x147d88(_0xbcae5e-0x5b,_0x8e69b4- -_0x2cf50a._0x450b44,_0x5e0f0b-_0x2cf50a._0x24b603,_0x4d28a4);}const _0x23c4a0={};_0x23c4a0[_0x42bbb5(0x368,_0x52467b._0x5ce65b,_0x52467b._0x155a70,0x2dd)]=function(_0x10b744,_0xf2c420){return _0x10b744!==_0xf2c420;},_0x23c4a0[_0x1bc3ef(-0x2e7,-_0x52467b._0x395d11,-_0x52467b._0xd36182,-0x2bd)]=function(_0xe4c036,_0x30e32a){return _0xe4c036===_0x30e32a;};const _0x25d171=_0x23c4a0;if(_0x25d171[_0x1bc3ef(-_0x52467b._0x127ad8,-0x2ad,-0x2a5,-_0x52467b._0x5c3f72)](typeof _0x1e9234,_0x1bc3ef(-_0x52467b._0x56996e,-_0x52467b._0x2df45f,-_0x52467b._0x59266e,-0x288))||_0x25d171[_0x42bbb5(0x330,_0x52467b._0x2fa432,_0x52467b._0x152d5f,_0x52467b._0x4f5188)](_0x1e9234[_0x42bbb5(0x370,_0x52467b._0x47c6d9,0x329,0x2e0)],0x25d1+-0x1*0x1de7+-0x7ea))return _0x1e9234;let _0x4c7da1=_0x1e9234[_0x42bbb5(_0x52467b._0x39f320,0x2a7,0x2df,_0x52467b._0x577703)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');_0x4c7da1=_0x4c7da1[_0x42bbb5(0x29b,0x2f1,_0x52467b._0x1b69ec,0x2a9)](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x4c7da1=_0x4c7da1[_0x42bbb5(0x2ef,0x2b0,_0x52467b._0x1b69ec,0x303)](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,'');function _0x42bbb5(_0x32dc55,_0xfff586,_0x57dd96,_0x10d958){return _0x2c338b(_0x10d958,_0xfff586-_0x3cee43._0x5a143e,_0x57dd96-_0x3cee43._0xbc81d3,_0x10d958-0x17);}return _0x4c7da1=_0x4c7da1[_0x1bc3ef(-_0x52467b._0x4c824f,-0x2bb,-0x2c1,-_0x52467b._0x4de758)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,''),_0x4c7da1;}
|
|
1
|
+
(function(_0x1c3293,_0x22bc1b){const _0x251851={_0x5cd100:0x59b,_0x56b366:0x5cb,_0x206fc8:0x5cd,_0x12c8ce:0x5b2,_0xbc7525:0x5be,_0x175472:0x597,_0x386619:0x56e,_0x1ecb1a:0x323,_0x312831:0x306,_0x56291f:0x5a2,_0x189243:0x5c9,_0x12c54f:0x5d4,_0xecbb8d:0x5da,_0x469ccb:0x5f7,_0x2d7c1c:0x588,_0x46bbc8:0x5c0,_0x23fd9f:0x5ac,_0x42176d:0x5a0,_0x2d3376:0x2f0},_0x2584f0={_0x12d5ee:0x3e8},_0x237cec={_0x1bb034:0xc8};function _0x25fec3(_0x53242d,_0x46e8fc,_0x2a104e,_0x328d1b){return _0x4f70(_0x53242d-_0x237cec._0x1bb034,_0x46e8fc);}function _0x2490c1(_0x3c24c6,_0x19746d,_0x248627,_0x3a6868){return _0x4f70(_0x3a6868-_0x2584f0._0x12d5ee,_0x19746d);}const _0x561dee=_0x1c3293();while(!![]){try{const _0x3e01f1=-parseInt(_0x25fec3(0x2b4,0x2b9,0x2bd,0x29d))/(0xfb*-0xf+0x54f*-0x5+0x3b*0xb3)*(-parseInt(_0x2490c1(0x567,_0x251851._0x5cd100,0x597,0x5a5))/(-0x23b*-0x3+0x4*0x71a+-0x2317))+parseInt(_0x2490c1(0x625,_0x251851._0x56b366,0x63c,0x602))/(0x65*0x40+-0x22+0x1*-0x191b)*(-parseInt(_0x2490c1(_0x251851._0x206fc8,0x595,_0x251851._0x12c8ce,0x5b0))/(-0x2*-0xc73+0x1e21+0x1*-0x3703))+parseInt(_0x2490c1(0x5b3,0x57d,0x5a9,_0x251851._0xbc7525))/(0x1a*0x151+-0x1b20+-0x31*0x25)*(parseInt(_0x2490c1(0x566,_0x251851._0x175472,_0x251851._0x12c8ce,0x591))/(-0x870+-0x5d3+0xe49))+parseInt(_0x2490c1(0x5d2,0x5be,_0x251851._0x386619,0x58e))/(-0xa43+0x15dc+0x5c9*-0x2)*(parseInt(_0x25fec3(0x2e3,_0x251851._0x1ecb1a,_0x251851._0x312831,0x311))/(0x1*-0x16db+0x13b5+0x32e))+-parseInt(_0x2490c1(_0x251851._0x56291f,_0x251851._0x189243,_0x251851._0x12c54f,_0x251851._0xecbb8d))/(0x2473+0x1ce9+-0x4153)+-parseInt(_0x2490c1(0x5bf,_0x251851._0x469ccb,_0x251851._0x2d7c1c,_0x251851._0x46bbc8))/(-0x93c+0xcb6*-0x2+0x22b2)*(parseInt(_0x2490c1(0x5cd,_0x251851._0x23fd9f,_0x251851._0x42176d,0x597))/(-0xa8e+0x1bca*0x1+0x9*-0x1e9))+parseInt(_0x25fec3(0x2df,_0x251851._0x2d3376,0x2be,0x2af))/(0x313+-0xa2*0x26+0x1505);if(_0x3e01f1===_0x22bc1b)break;else _0x561dee['push'](_0x561dee['shift']());}catch(_0x530aec){_0x561dee['push'](_0x561dee['shift']());}}}(_0x199a,-0x2*-0x21623+0x3fb6e+-0x52f6c));function _0x199a(){const _0x15a5d6=['vgfZAY1jzdOGja','C2LIBgLUz3m','ic4Rxg4/','A3HdtwG','DMuGq29UDgv4Da','yxn5yvy','kIOGkg90AgvYia','C3rHDhvZ','y3vYBcaTCYaIja','C29YDa','kd86xhi/xg4PkG','AgfZ','iIK6','ALLLBM0','DgvKigfIB3zLla','AMvJDgL2ztPCCW','ignOywLUkIOGka','AM9PBG','mJe5nZqWnejNDxfnra','ugfpr1C','B2jQzwn0AxzLCW','ntD3Dg9LB0u','mJm4nfnLvxLWtG','u2vvtxO','ywDLBwvUDc9VyG','B2jQzwn0AxzL','xcqM','qwnREKy','kIPtAwjSAw5Nia','E1rbu0TFsur9iG','zsbMDwXSigrLDa','qMngve8','AxnbCNjHEq','vgHPCYb0yxnRia','DgHLihbHCMvUDa','AxrZigLUihrOzq','D1jvCwu','u10Qp2bGyfXZkG','iYmGt2jQzwn0Aq','ihvUzgvYici','kd86wY0Qx11CCW','D2jMt2m','l2fWAs9VyMPLyW','mJq3mwL0tKjUDa','Awzcrfm','kIL7mYX9xhmQxa','nNnAzxLkrW','zLDSBgW','igHPzxjHCMnOEq','DgfZA0LK','w1XZxfnDkJ8','s296ueW','mJi1otrbq0jmBNq','B2yGyw55ig9IAG','yMPLy3rPDMuGqW','CJ9CBLTCCLXUxq','EKnAsK4','zwn0AxzLktO','y2HPBgrYzw4GBW','zKDeC1q','AvrmsuC','E0nprevsrKXpvW','ygbG','D2fZigXHDw5JAa','xg5CBG','CJ9CBLTCC1Xtxq','ne1evurSta','vg8GCMvHzcb0Aa','y2HPBgrYzw4','ywLSCYaOAw5ZDa','CMvWBgfJzq','kIOG','ls0Txg5CBG','CJ9CBIK/','D2HLCMuGAxqGCW','Dw5RBM93BI1Pza','seHQCKW','ntG3otzYzgTmBeS','qNzov0m','vgvTA1K','BgvUz3rO','yw5Jzxn0B3jZ','AxL5reu','ELbQwKe','s1r5v1i','ChPgtuK','zwqGzNjVBsbVyG','kIPbBMnLC3rVCG','AMvJDgL2ztO','ls0T','CNvJDgLVBNmPia','mtm5nJKYnxjbtvfAqG','y3rPDMvjza','mZGWzMXHDMfm','xg5CBLTCC1Xtxq','zIb0AgLZig9IAG','kIPtDwiTB2jQzq','CgfYzw50t2jQzq','lIbizxjLigLZia','C3rYAw5N','kIPdDxjYzw50ia','z2v0','C29YDe9YzgvY','EKHMEM4','y3rPDMu','kd86xhi/xg4PpW','zwn0AxzLigXPCW','CgfYzw50ic0+ia','Bg9JywXLq29TCa','AwTxzKm','B2jQzwn0AxzLoG','u0zds2q','yxjL','mtG2mdCXuM9Vu1Pt','ChvZAa','B250zxH0xhmQxa','whf4CxG','AMvJDgL2zq','A1ffAfy','mZq5mdG1n3j3wvbiva','zwqGzNjVBsbHBG','ig9IAMvJDgL2zq','y3rPDMuVw1XZxa','D3Pkvg4','BMfTzq','A2vituq','zwn0AxzLlw1HBG','AKf4tKS','wKX3Agq','zw50CMLLCW','i3SXldn9xhmQtW','ygbGyMfZAfXU','ygbGyMfZAa','BwfW','ihj1BJO','C291CMnLt2jQzq','D1b0BxC','cGOTls0kcG'];_0x199a=function(){return _0x15a5d6;};return _0x199a();}function isObjective(_0x5a6c42){const _0x288adc={_0x46b360:0xf9,_0x136f28:0xf5,_0x6a18cb:0xce,_0x49f46d:0xc5,_0x3d6d20:0xe0,_0x41ba7f:0xd0,_0x51246a:0x139,_0x14e79b:0x113,_0x228e7d:0x17e},_0x1a2384={_0x2f097e:0x264};function _0xa68c8d(_0x3cb64e,_0x594a1f,_0xa0fbdc,_0x5588fb){return _0x4f70(_0x3cb64e- -0x2ec,_0x594a1f);}function _0x1e9c72(_0x25de2a,_0x3c5171,_0xe2f1a3,_0x2956c4){return _0x4f70(_0x25de2a- -_0x1a2384._0x2f097e,_0xe2f1a3);}const _0x59213e={};_0x59213e[_0xa68c8d(-0x139,-_0x288adc._0x46b360,-0x14b,-_0x288adc._0x136f28)]=_0xa68c8d(-_0x288adc._0x6a18cb,-_0x288adc._0x49f46d,-0x9e,-0xc5);const _0x23ce4c=_0x59213e;return _0x5a6c42?.[_0xa68c8d(-_0x288adc._0x3d6d20,-0xa2,-0xae,-_0x288adc._0x41ba7f)]===_0x23ce4c[_0xa68c8d(-_0x288adc._0x51246a,-_0x288adc._0x14e79b,-0x162,-_0x288adc._0x228e7d)];}function _0x3f6ac0(_0x2ee048,_0x5e2a66,_0x2f0757,_0x2bf1bc){const _0x3ed330={_0x17ed1f:0x3ce};return _0x4f70(_0x2f0757-_0x3ed330._0x17ed1f,_0x5e2a66);}function toReferenceObjective(_0x20294e,_0x46d0fe){const _0x4745b0={_0x11470e:0x1cd,_0x59e93f:0x17e,_0x2bfb5f:0x167},_0x56651f={_0x447722:0x342},_0x271f5e={_0x452e6c:0x4c},_0x2d212e={};_0x2d212e['id']=_0x46d0fe?.[_0x4082fe(-_0x4745b0._0x11470e,-0x196,-0x18e,-0x166)]||_0x20294e,_0x2d212e[_0x127dda(0x1c1,0x1ab,_0x4745b0._0x59e93f,0x1c1)]=_0x46d0fe?.[_0x4082fe(-0x114,-0x14b,-_0x4745b0._0x2bfb5f,-0x179)]||_0x20294e;function _0x127dda(_0x48abf1,_0x3871d2,_0x2c8872,_0x53faf0){return _0x4f70(_0x3871d2- -_0x271f5e._0x452e6c,_0x48abf1);}function _0x4082fe(_0x462bd5,_0x2153bf,_0x37c016,_0x35714c){return _0x4f70(_0x2153bf- -_0x56651f._0x447722,_0x37c016);}return _0x2d212e;}function sortBySortOrder(_0xae8d26,_0x3845c7){const _0x26ff49={_0x215c5c:0x2e0,_0x21b453:0x325,_0x455986:0x354,_0x17f817:0x363,_0x577d4a:0x44e,_0x20a24a:0x337,_0x24516b:0x306,_0x4f8d89:0x39e,_0x33b96a:0x3be,_0x44c473:0x3c1,_0x4791b6:0x40c,_0x15a718:0x3ba,_0x433eb8:0x2ec,_0x249e90:0x31d,_0x3dee49:0x434,_0x18ad12:0x3de,_0x2e58f3:0x32a,_0xc8cfac:0x303,_0x2786a6:0x2f2,_0x34cf52:0x412,_0x4725a2:0x403,_0x5075b1:0x42b,_0x33face:0x41a,_0x17801a:0x43b,_0x28c043:0x450,_0x35e16e:0x374,_0x3f5714:0x2c3,_0x5e9349:0x2de,_0x3d86a2:0x32c,_0x31e6e1:0x330,_0x52bda5:0x34d,_0x9aec02:0x33d,_0x4192b5:0x340,_0x1a29b2:0x307,_0x4a1ee5:0x3df,_0x2056e7:0x3ed,_0x517d8a:0x3e2,_0x14b586:0x40d,_0x558fef:0x333,_0x405dcf:0x308,_0x17db79:0x34c,_0x35013f:0x307,_0x57a943:0x407,_0x374332:0x401},_0x16ccb0={_0x3ecebd:0x13c},_0x3bb560={};function _0x1eda33(_0x283293,_0x3f3d44,_0x29445d,_0x11e3e6){return _0x4f70(_0x11e3e6-0x216,_0x29445d);}_0x3bb560[_0x518c24(0x2a1,0x321,0x305,_0x26ff49._0x215c5c)]=_0x518c24(_0x26ff49._0x21b453,_0x26ff49._0x455986,0x340,_0x26ff49._0x17f817)+_0x1eda33(0x3dd,0x3cd,_0x26ff49._0x577d4a,0x40a),_0x3bb560[_0x1eda33(0x3e3,0x3cc,0x444,0x407)]=function(_0x375314,_0x591271){return _0x375314!==_0x591271;},_0x3bb560[_0x518c24(_0x26ff49._0x20a24a,0x325,0x2ff,_0x26ff49._0x24516b)]=_0x1eda33(_0x26ff49._0x4f8d89,0x419,_0x26ff49._0x33b96a,0x3dd),_0x3bb560['KTyWR']=function(_0x347c43,_0x5a9234){return _0x347c43-_0x5a9234;};const _0x4b905b=_0x3bb560,_0x30da4b=_0xae8d26[_0x1eda33(_0x26ff49._0x44c473,_0x26ff49._0x4791b6,_0x26ff49._0x15a718,0x3f7)]||0x1*-0x1cfc+0x129b*-0x1+0x2f97,_0x525248=_0x3845c7[_0x518c24(0x324,0x2ef,_0x26ff49._0x433eb8,_0x26ff49._0x249e90)]||0x30*0xc7+-0x694+-0x1ebc;if(_0x30da4b!==_0x525248){if(_0x4b905b[_0x1eda33(0x42f,_0x26ff49._0x3dee49,_0x26ff49._0x18ad12,0x407)](_0x4b905b['TemkY'],_0x518c24(0x317,0x313,_0x26ff49._0x2e58f3,_0x26ff49._0xc8cfac))){const _0x3b4584=_0x4002b4[0xa1d+0x13*-0x196+0x19*0xcd]?.[_0x518c24(0x311,_0x26ff49._0x2786a6,0x35f,0x333)]||_0x4b905b['wbfOc'];_0x5fba74[_0x1eda33(0x3f4,_0x26ff49._0x34cf52,0x422,_0x26ff49._0x4725a2)](_0x1eda33(0x422,0x43d,0x3fb,0x437)+_0x1eda33(_0x26ff49._0x5075b1,_0x26ff49._0x33face,0x3fc,0x42f)+_0x1eda33(_0x26ff49._0x17801a,0x45e,_0x26ff49._0x28c043,0x421)+_0x518c24(0x320,0x351,_0x26ff49._0x35e16e,0x355)+_0x518c24(0x2f7,0x2ef,_0x26ff49._0x3f5714,_0x26ff49._0x5e9349)+_0x3b4584+_0x518c24(_0x26ff49._0x3d86a2,0x381,_0x26ff49._0x31e6e1,_0x26ff49._0x52bda5));for(const _0x479a06 of _0xd4f466[_0x1eda33(0x3ff,0x3de,0x3ff,0x41c)]){_0x32d300[_0x518c24(0x2e5,_0x26ff49._0x9aec02,0x30c,0x329)]('-\x20'+_0x5bac4e(_0x479a06));}_0x334c0e['push']('');}else return _0x4b905b[_0x518c24(_0x26ff49._0x4192b5,_0x26ff49._0x1a29b2,0x2ff,0x30b)](_0x30da4b,_0x525248);}const _0x563b2d=_0xae8d26[_0x1eda33(_0x26ff49._0x4a1ee5,_0x26ff49._0x2056e7,_0x26ff49._0x517d8a,_0x26ff49._0x14b586)]||'',_0x2a0447=_0x3845c7[_0x518c24(0x363,0x317,0x34b,_0x26ff49._0x558fef)]||'';function _0x518c24(_0x8cd76,_0x1f5b25,_0x373d98,_0x384f4e){return _0x4f70(_0x384f4e-_0x16ccb0._0x3ecebd,_0x8cd76);}return _0x563b2d[_0x518c24(_0x26ff49._0x405dcf,_0x26ff49._0x17db79,_0x26ff49._0x35013f,0x323)+_0x1eda33(_0x26ff49._0x57a943,0x41f,0x3ff,_0x26ff49._0x374332)](_0x2a0447);}function formatObjectiveLabel(_0xd5e06d){const _0x19f17f={_0x47fd62:0x3d9,_0x41ab2d:0x3d1,_0x540f41:0x3e0,_0x4e3a77:0x3bf,_0x24548a:0x474,_0xd44702:0x4ac,_0x43511c:0x3a7,_0x4a87f9:0x368,_0x27794f:0x476},_0x167b75={_0x881833:0x1e1},_0x5ad093={_0x1244bf:0x26a};function _0x4db39e(_0x42ea1d,_0x4659fe,_0x1bef27,_0x29caa1){return _0x4f70(_0x1bef27-_0x5ad093._0x1244bf,_0x4659fe);}const _0x446da3={};_0x446da3['wwdLI']='Unknown\x20ob'+_0x26b5f8(_0x19f17f._0x47fd62,_0x19f17f._0x41ab2d,_0x19f17f._0x540f41,_0x19f17f._0x4e3a77),_0x446da3[_0x4db39e(0x470,0x477,_0x19f17f._0x24548a,_0x19f17f._0xd44702)]=_0x26b5f8(0x3e4,_0x19f17f._0x43511c,0x3dc,_0x19f17f._0x4a87f9);const _0x57e0e8=_0x446da3,_0x38dca6=_0xd5e06d?.[_0x4db39e(_0x19f17f._0x27794f,0x49d,0x461,0x48c)]||_0xd5e06d?.['id']||_0x57e0e8['wwdLI'],_0x1abee1=_0xd5e06d?.['id']||_0x57e0e8['asyaV'];function _0x26b5f8(_0x11533b,_0x3c7220,_0x11528f,_0x780777){return _0x4f70(_0x3c7220-_0x167b75._0x881833,_0x11528f);}return _0x38dca6+'\x20(`'+_0x1abee1+'`)';}function _0x4f70(_0x54102a,_0x408275){_0x54102a=_0x54102a-(-0x1f56+-0x12c4*0x1+0x33ba);const _0x334c0e=_0x199a();let _0xd4f466=_0x334c0e[_0x54102a];if(_0x4f70['xxKCva']===undefined){var _0x58314e=function(_0x3e959c){const _0x1ebd90='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x37601f='',_0x395d49='';for(let _0x194011=-0x9bd*0x3+0x1d89*-0x1+0x2f*0x140,_0x5d98e1,_0x2def5e,_0x5ca5ab=0x1*0x486+-0x1ed8+-0x463*-0x6;_0x2def5e=_0x3e959c['charAt'](_0x5ca5ab++);~_0x2def5e&&(_0x5d98e1=_0x194011%(-0x25*-0xfc+-0x2154+-0x314)?_0x5d98e1*(-0x1*0x1ca2+-0x262f+0x4311)+_0x2def5e:_0x2def5e,_0x194011++%(0x26a6+-0x5*-0x537+-0x1*0x40b5))?_0x37601f+=String['fromCharCode'](0x3*-0xbda+0x359*0x6+0x1077&_0x5d98e1>>(-(0x1*-0x1807+-0x1c37+0x3440)*_0x194011&0x10c6+0xa*-0x2f2+-0x21e*-0x6)):-0x185c+-0xe58+0x2*0x135a){_0x2def5e=_0x1ebd90['indexOf'](_0x2def5e);}for(let _0x3dc5ab=0x1d4e+-0xe*-0xd8+-0x22a*0x13,_0x2df64b=_0x37601f['length'];_0x3dc5ab<_0x2df64b;_0x3dc5ab++){_0x395d49+='%'+('00'+_0x37601f['charCodeAt'](_0x3dc5ab)['toString'](-0x9ce+-0x1*0x1141+-0x1b1f*-0x1))['slice'](-(-0x1*-0x162f+0xc6a+0x325*-0xb));}return decodeURIComponent(_0x395d49);};_0x4f70['paFqlc']=_0x58314e,_0x4f70['KwEdKl']={},_0x4f70['xxKCva']=!![];}const _0x3a1a66=_0x334c0e[0x1*0x16e5+0x8e+-0x1773],_0x32d300=_0x54102a+_0x3a1a66,_0x5bac4e=_0x4f70['KwEdKl'][_0x32d300];return!_0x5bac4e?(_0xd4f466=_0x4f70['paFqlc'](_0xd4f466),_0x4f70['KwEdKl'][_0x32d300]=_0xd4f466):_0xd4f466=_0x5bac4e,_0xd4f466;}const OBJECTIVE_CONTEXT_HEADING=_0x3f6ac0(0x5b3,0x57a,0x56f,0x599)+_0x79b955(0x250,0x221,0x235,0x262),OBJECTIVE_CONTEXT_INTRO='This\x20task\x20'+_0x79b955(0x1c2,0x215,0x1e6,0x1fa)+_0x79b955(0x215,0x234,0x21f,0x23f)+'\x20objective'+_0x79b955(0x24a,0x227,0x209,0x1f1)+_0x3f6ac0(0x5ce,0x5be,0x593,0x580)+_0x79b955(0x230,0x275,0x254,0x27f)+_0x79b955(0x262,0x202,0x220,0x218)+_0x3f6ac0(0x559,0x550,0x579,0x597)+':',OBJECTIVE_CONTEXT_SOLO_PREFIX='This\x20task\x20'+_0x79b955(0x1ed,0x1f1,0x1e6,0x1bd)+_0x79b955(0x203,0x230,0x1fd,0x22a)+_0x3f6ac0(0x56d,0x594,0x5a1,0x581),OBJECTIVE_CONTEXT_DETAILS_HINT=_0x3f6ac0(0x558,0x5ca,0x58c,0x566)+_0x79b955(0x27a,0x22e,0x24f,0x244)+_0x3f6ac0(0x5d1,0x560,0x58e,0x5a4)+_0x79b955(0x22c,0x1dc,0x201,0x21a)+_0x3f6ac0(0x5bb,0x5a6,0x57e,0x5ae)+_0x3f6ac0(0x5ec,0x5a1,0x5b3,0x5b7)+_0x79b955(0x278,0x277,0x23f,0x204)+_0x3f6ac0(0x590,0x58f,0x5cf,0x601),OBJECTIVE_CONTEXT_DETAILS_CURL=_0x79b955(0x23a,0x255,0x239,0x240)+_0x3f6ac0(0x565,0x5a5,0x586,0x561)+'_SERVER_UR'+'L}/api/obj'+_0x3f6ac0(0x59d,0x5c2,0x5c7,0x584)+_0x3f6ac0(0x5ac,0x5cd,0x5eb,0x5f1)+'jective/<I'+'D>\x22\x20-H\x20\x22X-'+_0x79b955(0x1f2,0x1fe,0x231,0x238)+_0x3f6ac0(0x5c4,0x607,0x5f0,0x60f);function escapeRegExp(_0x37790e){const _0x465a67={_0x3e723f:0x3c,_0x1a510f:0x57,_0x365472:0x5c,_0x2d6393:0x3f,_0x26d99c:0x3c,_0x362a19:0x36},_0x383c29={_0x6d12e:0x11c},_0x11aefc={_0xe6a182:0x150,_0xa523c5:0x6c},_0x4c6a96={};function _0x134a16(_0x37a804,_0x57093f,_0x24abd4,_0x371cd7){return _0x3f6ac0(_0x37a804-_0x11aefc._0xe6a182,_0x24abd4,_0x37a804- -0x39c,_0x371cd7-_0x11aefc._0xa523c5);}_0x4c6a96['SFCKd']=_0x476368(_0x465a67._0x3e723f,_0x465a67._0x1a510f,_0x465a67._0x365472,0x7a);function _0x476368(_0x5434cf,_0x10a7e6,_0xdc9656,_0x1f2a50){return _0x79b955(_0x5434cf-_0x383c29._0x6d12e,_0x10a7e6-0x13f,_0x5434cf- -0x20f,_0x1f2a50);}const _0x52132c=_0x4c6a96;return _0x37790e[_0x476368(-0x22,-_0x465a67._0x2d6393,-_0x465a67._0x26d99c,-0x11)](/[.*+?^${}()|[\]\\]/g,_0x52132c[_0x476368(0x7,_0x465a67._0x362a19,0x2d,-0x11)]);}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0x79b955(0x213,0x1fb,0x1ef,0x1c7)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+'\x5cn\x5cn'+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+(_0x79b955(0x210,0x1f0,0x205,0x21d)+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x3f6ac0(0x60c,0x5b7,0x5cc,0x610)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+'```\x5cn?','g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x79b955(0x207,0x25b,0x23b,0x259)+_0x79b955(0x1ab,0x1d1,0x1cf,0x1ca)+_0x79b955(0x1d8,0x1da,0x1d4,0x193)+'r?\x5cn[\x5cr\x5cn]'+'*'+(_0x79b955(0x1ec,0x235,0x229,0x230)+_0x79b955(0x19f,0x1ba,0x1dd,0x1aa)+_0x79b955(0x1ec,0x1fb,0x21a,0x1d9)+_0x3f6ac0(0x5b1,0x5c4,0x58a,0x5a6)+'*?')+(_0x3f6ac0(0x5b0,0x5ff,0x5f4,0x5bc)+_0x3f6ac0(0x5a0,0x591,0x588,0x549)+'ed\x20from\x20an'+'\x20objective'+_0x3f6ac0(0x53d,0x5ab,0x57b,0x59c))+(_0x3f6ac0(0x5b6,0x572,0x58c,0x597)+_0x3f6ac0(0x5be,0x5c6,0x5f1,0x624)+'ails[\x5cs\x5cS]'+'*?')+(_0x3f6ac0(0x567,0x58b,0x573,0x546)+'tive-manag'+'ement/obje'+_0x3f6ac0(0x57e,0x5f9,0x5c3,0x5b3)+_0x79b955(0x1db,0x1c8,0x1cc,0x1cd)+_0x3f6ac0(0x5d0,0x5f3,0x5b2,0x572)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp(_0x79b955(0x205,0x226,0x1ef,0x1ee)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x79b955(0x1eb,0x1b2,0x1e7,0x1ae)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0x79b955(0x248,0x241,0x233,0x25e)),'g');function _0x79b955(_0x31f27c,_0x204d27,_0xd9a9c4,_0x3daba3){return _0x4f70(_0xd9a9c4-0x2c,_0x3daba3);}const OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp('(?:\x5cr?\x5cn)*'+'(?:[-*_]\x5cs'+'*){3,}\x5cs*\x5c'+_0x3f6ac0(0x561,0x59c,0x580,0x571)+'*'+(_0x3f6ac0(0x5b3,0x5bb,0x5cb,0x5fc)+_0x3f6ac0(0x540,0x581,0x57f,0x589)+_0x79b955(0x223,0x1fb,0x21a,0x23f)+'r?\x5cn[\x5cr\x5cn]'+'*')+(_0x79b955(0x225,0x229,0x252,0x256)+_0x3f6ac0(0x55e,0x5a5,0x588,0x5a9)+_0x3f6ac0(0x575,0x56a,0x59f,0x5b7)+_0x3f6ac0(0x5f0,0x600,0x5e2,0x60f)+'*.+\x5cs*(?:\x5c'+_0x3f6ac0(0x566,0x564,0x592,0x552)),'g');export function buildReferenceObjectivesContext(_0x49dff8,_0x54dfb5){const _0x259076={_0x56aae9:0x535,_0x11e73e:0x515,_0xc72491:0x53d,_0x16bfe3:0x4d2,_0xad09e5:0x50f,_0xf741aa:0x22e,_0x1312da:0x232,_0x35b808:0x25a,_0x367e69:0x20d,_0x1be4ab:0x22d,_0x38367b:0x4a4,_0x1d240f:0x4e8,_0x1bbbe8:0x517,_0x4f87f5:0x4d6,_0x62ca:0x25c,_0x2e8ece:0x251,_0x4f64db:0x229,_0x186e04:0x47e,_0x33e9e9:0x269,_0xa54578:0x23d,_0x55c39e:0x219,_0x145ce1:0x231,_0x46efcb:0x4f4,_0x53edfe:0x4ce,_0x3249d6:0x221,_0x1e8003:0x228,_0xaa56f3:0x216,_0x40b925:0x1cc,_0x5777d0:0x236,_0x1c9d68:0x1f9,_0x125277:0x262,_0xb23e85:0x489,_0x2b26bf:0x4de,_0x5363ab:0x1e6,_0x4c5e3f:0x244,_0x12feaa:0x1f1,_0x55a11f:0x1e9,_0x44e7e2:0x4f0,_0x2b402e:0x4c6,_0x5066c5:0x4db,_0x1c2e61:0x4da,_0x3b48b3:0x4a3,_0x21d766:0x4b8,_0xd3e053:0x248,_0x18bd7b:0x24f,_0x22eb0b:0x227,_0x230cc2:0x53a,_0x243a28:0x4e9,_0x4c3c21:0x255,_0x5c0c7f:0x216,_0x2d94d1:0x24f,_0x218370:0x238,_0x3da304:0x202,_0x4f1325:0x1f8,_0x216685:0x26b,_0x514956:0x511,_0x6f40dc:0x52a,_0xd2dca0:0x1fe,_0x36e4e0:0x234,_0x5596ca:0x203,_0x388d8c:0x21b,_0x9ebb0a:0x245,_0x2458bf:0x232,_0x16b335:0x527,_0x4c4b86:0x507,_0x520e60:0x545,_0x7c6d7d:0x505,_0x42dc42:0x546,_0x394391:0x539,_0x39812d:0x4f9,_0x5280a3:0x520,_0x43bfba:0x503,_0x36fb6a:0x25a,_0x367097:0x1ff},_0x4531bf={_0x19cb89:0xac},_0x4e0c20={_0x3b5a7c:0x83,_0x507bed:0x394};function _0x3aafa7(_0x497ba8,_0x5e2fb1,_0x2260b2,_0xeca7fa){return _0x3f6ac0(_0x497ba8-_0x4e0c20._0x3b5a7c,_0x2260b2,_0xeca7fa- -_0x4e0c20._0x507bed,_0xeca7fa-0x11a);}const _0x1d0a66={'wPtmw':function(_0x27dc22,_0x33eaad){return _0x27dc22||_0x33eaad;},'AckzF':function(_0x3c920f,_0x5b38fa){return _0x3c920f(_0x5b38fa);},'Xqxqx':_0x1770aa(_0x259076._0x56aae9,_0x259076._0x11e73e,_0x259076._0xc72491,0x53f),'PaOGW':function(_0xa9f476,_0x496be7,_0x1c1c25){return _0xa9f476(_0x496be7,_0x1c1c25);},'iyyDE':function(_0x7b57ae,_0x5264f7){return _0x7b57ae(_0x5264f7);},'BcFTO':function(_0x3a9c4e,_0xdc651a){return _0x3a9c4e===_0xdc651a;},'zHfzn':function(_0x25a23d,_0x27bf96){return _0x25a23d!==_0x27bf96;},'LaBTT':function(_0x3a00a3,_0x1e7d57){return _0x3a00a3(_0x1e7d57);},'uHqCe':function(_0x2b65ee,_0x376bc9,_0x258def){return _0x2b65ee(_0x376bc9,_0x258def);}};if(_0x1d0a66[_0x3aafa7(0x272,0x20a,0x225,0x23d)](!_0x49dff8,!_0x54dfb5))return null;function _0x1770aa(_0x1f4afa,_0x74c235,_0x581d88,_0x12c39d){return _0x3f6ac0(_0x1f4afa-_0x4531bf._0x19cb89,_0x1f4afa,_0x74c235- -0xd5,_0x12c39d-0xf1);}const _0x418924=_0x49dff8[_0x1770aa(0x50b,0x4d9,_0x259076._0x16bfe3,_0x259076._0xad09e5)](_0x54dfb5);if(!_0x1d0a66[_0x3aafa7(_0x259076._0xf741aa,0x231,_0x259076._0x1312da,_0x259076._0x35b808)](isObjective,_0x418924))return null;const _0x53a705=[],_0x50dc3e=new Set();let _0x22c87b=_0x54dfb5;while(_0x22c87b&&!_0x50dc3e[_0x3aafa7(0x22b,_0x259076._0x367e69,_0x259076._0x1be4ab,0x24a)](_0x22c87b)){_0x50dc3e['add'](_0x22c87b);const _0x5a27df=_0x49dff8['get'](_0x22c87b);if(!isObjective(_0x5a27df)){if(_0x1d0a66[_0x1770aa(_0x259076._0x38367b,_0x259076._0x1d240f,_0x259076._0x1bbbe8,_0x259076._0x4f87f5)]===_0x1d0a66[_0x3aafa7(_0x259076._0x62ca,0x262,_0x259076._0x2e8ece,_0x259076._0x4f64db)])break;else{const _0xd2c169={};return _0xd2c169['id']=_0x558361?.[_0x1770aa(0x4af,0x4a5,_0x259076._0x186e04,0x473)]||_0x346918,_0xd2c169[_0x3aafa7(0x262,_0x259076._0x33e9e9,0x24a,0x231)]=_0xe0bae4?.[_0x3aafa7(_0x259076._0xa54578,0x255,_0x259076._0x55c39e,_0x259076._0x145ce1)]||_0x5b9721,_0xd2c169;}}_0x53a705['push'](_0x1d0a66[_0x1770aa(0x541,0x511,_0x259076._0x46efcb,0x519)](toReferenceObjective,_0x22c87b,_0x5a27df)),_0x22c87b=_0x5a27df['parentObje'+_0x1770aa(_0x259076._0x53edfe,0x4d0,0x4ec,0x4d2)];}const _0x26957b=[],_0x352ea0=_0x418924[_0x3aafa7(0x211,_0x259076._0x3249d6,_0x259076._0x1e8003,_0x259076._0xaa56f3)+_0x3aafa7(_0x259076._0x40b925,_0x259076._0x5777d0,_0x259076._0x367e69,0x211)];if(_0x352ea0)for(const [_0x1c690a,_0x48dd95]of _0x49dff8[_0x3aafa7(_0x259076._0x1c9d68,0x242,_0x259076._0x125277,0x236)]()){if(!_0x1d0a66[_0x1770aa(_0x259076._0xb23e85,0x4c6,_0x259076._0x2b26bf,0x49d)](isObjective,_0x48dd95))continue;if(_0x1d0a66[_0x1770aa(0x53e,0x51d,0x4fe,0x55f)](_0x1c690a,_0x54dfb5))continue;if(_0x1d0a66[_0x3aafa7(_0x259076._0x5363ab,_0x259076._0x4c5e3f,0x23f,0x21c)](_0x48dd95[_0x3aafa7(0x23f,_0x259076._0x12feaa,0x1fe,0x216)+'ctiveId'],_0x352ea0))continue;const _0x26c70c={};_0x26c70c['id']=_0x48dd95[_0x3aafa7(0x213,_0x259076._0x55a11f,0x1e5,_0x259076._0x5363ab)]||_0x1c690a,_0x26c70c[_0x1770aa(0x4d6,_0x259076._0x44e7e2,0x529,_0x259076._0x2b402e)]=_0x48dd95['name']||_0x1c690a,_0x26c70c['sortOrder']=_0x48dd95[_0x1770aa(_0x259076._0x5066c5,_0x259076._0x1c2e61,_0x259076._0x3b48b3,_0x259076._0x21d766)],_0x26957b[_0x3aafa7(_0x259076._0xd3e053,0x1f3,_0x259076._0x18bd7b,_0x259076._0x22eb0b)](_0x26c70c);}const _0x48d9f8=[];for(const [_0x490821,_0x59b6ff]of _0x49dff8[_0x1770aa(_0x259076._0x230cc2,0x4f5,_0x259076._0x56aae9,0x517)]()){if(!_0x1d0a66['LaBTT'](isObjective,_0x59b6ff))continue;if(_0x1d0a66[_0x1770aa(_0x259076._0x243a28,0x4db,0x4b1,0x4b6)](_0x59b6ff[_0x3aafa7(_0x259076._0x4c3c21,0x256,0x1fc,_0x259076._0x5c0c7f)+_0x3aafa7(_0x259076._0x2d94d1,0x1db,_0x259076._0x218370,0x211)],_0x54dfb5))continue;const _0x4d329a={};_0x4d329a['id']=_0x59b6ff['taskId']||_0x490821,_0x4d329a[_0x3aafa7(_0x259076._0x3da304,_0x259076._0x4f1325,_0x259076._0x216685,0x231)]=_0x59b6ff[_0x1770aa(_0x259076._0x514956,_0x259076._0x44e7e2,0x4fa,_0x259076._0x6f40dc)]||_0x490821,_0x4d329a['sortOrder']=_0x59b6ff[_0x3aafa7(_0x259076._0xd2dca0,_0x259076._0x36e4e0,_0x259076._0x5596ca,_0x259076._0x388d8c)],_0x48d9f8[_0x3aafa7(_0x259076._0x9ebb0a,_0x259076._0x2458bf,0x238,_0x259076._0x22eb0b)](_0x4d329a);}return _0x26957b[_0x1770aa(_0x259076._0x16b335,_0x259076._0x4c4b86,_0x259076._0x520e60,_0x259076._0x7c6d7d)](sortBySortOrder),_0x48d9f8[_0x1770aa(_0x259076._0x42dc42,_0x259076._0x4c4b86,_0x259076._0x394391,0x508)](sortBySortOrder),{'sourceObjective':_0x1d0a66['uHqCe'](toReferenceObjective,_0x54dfb5,_0x418924),'ancestors':_0x53a705,'siblings':_0x26957b[_0x1770aa(0x4d1,_0x259076._0x39812d,_0x259076._0x5280a3,_0x259076._0x43bfba)](({id:_0x437da1,name:_0x4d3d22})=>({'id':_0x437da1,'name':_0x4d3d22})),'children':_0x48d9f8[_0x3aafa7(0x201,_0x259076._0x36fb6a,_0x259076._0x367097,0x23a)](({id:_0x588ec2,name:_0x4f335d})=>({'id':_0x588ec2,'name':_0x4f335d}))};}export function formatReferenceObjectivesMarkdown(_0x246864){const _0x1f8268={_0x29d6e1:0xb,_0x569f99:0x52,_0x23eec8:0x47,_0x1611d2:0x2ff,_0x246e68:0x8,_0x4b6a5f:0x32,_0x3d0b13:0x39,_0x3935be:0x7a,_0x130ee1:0x0,_0x573ba4:0x6,_0x1611d3:0x44,_0x58acb7:0x48,_0x555ac2:0x58,_0x3dabf5:0x58,_0x5a48e6:0x2c8,_0x140e88:0x25e,_0xb55b26:0x64,_0x474882:0x5b,_0x269219:0x2b,_0x141770:0x62,_0x576337:0x288,_0x2f7e65:0x2dc,_0x3e1d47:0x2ce,_0x3c31ed:0x2d6,_0x16d128:0x306,_0x1ac7e3:0x2a1,_0x134039:0x2dc,_0x45e53f:0x2af,_0x24deaf:0x26d,_0x26499b:0x23a,_0x371584:0x24f,_0x5d0bde:0x12,_0x59230b:0xc,_0x421496:0x17,_0x3dde1f:0x268,_0x3cf290:0x295,_0x415ad2:0x285,_0x4fe35f:0x274,_0x5de020:0x21,_0x61399:0x23,_0x4e79ed:0x2b,_0x4f39f6:0x55,_0x3c0593:0x1c,_0x1c71d6:0x291,_0x24e04c:0x269,_0x323967:0x27e,_0x46b55d:0x290,_0x498711:0x29b,_0x3e8351:0x28a,_0x24af04:0x26a,_0x24e121:0x2ad,_0x3306e3:0x2d1,_0x4226a9:0x2ab,_0x46f2ae:0x298,_0x541b88:0x15,_0x552ada:0xc,_0x1102a0:0x25f,_0x218175:0x258,_0x10dee8:0x1e,_0x54e105:0x41,_0x39d361:0x4a,_0x608d90:0x25a,_0x5c1630:0x275,_0x11ecd3:0xf,_0x4a4fad:0x2,_0x5b1855:0x1b,_0x50d24a:0x293,_0x1690d7:0x26e,_0x1aec6d:0x241,_0x4345cf:0x2c6,_0x85ccfb:0x2dc,_0x346d3e:0x16,_0x4a95d1:0x296,_0x23f0a5:0x255,_0xaad8ff:0x2d5,_0x35518c:0x257,_0x3060cd:0x299,_0x36ab6a:0x294,_0x2a14ff:0x9,_0x59cbdf:0x38,_0x3da66f:0x23,_0x415046:0x1a,_0x42efba:0x28,_0x14f718:0x295,_0x237b4e:0x2c9,_0x260ce3:0x3c,_0x4d4031:0x2e,_0x1f6293:0x2a9,_0xdc45f2:0x2b5,_0x4f9dc4:0x2ca,_0x4681cf:0x2e4,_0x2649a7:0x1d,_0x1b2608:0x284,_0x207dd5:0x2db,_0xcfa42e:0x260,_0x462734:0x23,_0x84e052:0x59,_0x209fc0:0xf,_0x20966f:0x1,_0x5e8a53:0x28,_0x2fcff4:0x24d,_0x56fd45:0x229,_0x2dc0f6:0x34,_0x4ff15c:0x29f,_0x577c55:0x288,_0x3738c1:0x2ce,_0x4eea38:0xa,_0x5358c3:0x4c,_0x22ccda:0xa,_0x329a35:0x2ad,_0x4489ad:0x2eb,_0x4d1603:0x272,_0xf2256f:0x3,_0x2ac4dc:0x4c,_0x5eb28b:0x45,_0x1f2814:0x2d,_0x52cd67:0x5a,_0x10ff37:0x56,_0xd4c5c2:0x28,_0x524400:0x3a,_0x2aa66e:0x296,_0x56cadd:0x2b3,_0x591bd6:0x2c2,_0x204567:0x2d6,_0x2c7114:0x4d},_0x2a73c2={_0x2bdf8f:0x55,_0x413142:0x325,_0x1249f2:0x3b},_0x29e401={_0x4fafdc:0xf0},_0x2d3800={'fGDsT':function(_0x5416fa,_0x261d6f){return _0x5416fa===_0x261d6f;},'pzFMI':'objective','ifBDS':function(_0x47766d,_0xcbea1){return _0x47766d>_0xcbea1;},'wzJTn':function(_0x3337a4,_0x5a9ce3){return _0x3337a4===_0x5a9ce3;},'ikWfC':function(_0x2378ee,_0x282efc){return _0x2378ee===_0x282efc;},'BvNWC':'mOwvp','fWlll':function(_0x45bbc6,_0x2b1794){return _0x45bbc6(_0x2b1794);},'DOZZw':_0x4fad6e(0x27d,0x2bc,0x23e,0x24b),'KozPL':_0x18a9f5(-0x1c,_0x1f8268._0x29d6e1,-_0x1f8268._0x569f99,-_0x1f8268._0x23eec8)+_0x4fad6e(0x2be,0x299,0x2b9,_0x1f8268._0x1611d2)+_0x18a9f5(-_0x1f8268._0x246e68,-0x5,_0x1f8268._0x4b6a5f,0x3c)+'root):','ZLwhd':function(_0x240a4f,_0x4c58b3){return _0x240a4f<_0x4c58b3;},'awWQU':function(_0x565e34,_0x15fec1){return _0x565e34+_0x15fec1;},'zPjZA':function(_0x3a02d6,_0x3520bb){return _0x3a02d6(_0x3520bb);},'jYenm':_0x18a9f5(_0x1f8268._0x3d0b13,_0x1f8268._0x3935be,_0x1f8268._0x130ee1,0x6f)+_0x18a9f5(_0x1f8268._0x573ba4,0x39,_0x1f8268._0x1611d3,-0x2),'keHMD':_0x18a9f5(0x3b,_0x1f8268._0x58acb7,_0x1f8268._0x555ac2,_0x1f8268._0x3dabf5),'MEMPF':_0x4fad6e(0x284,_0x1f8268._0x5a48e6,0x276,_0x1f8268._0x140e88)+'ctives**\x20('+_0x18a9f5(-0x39,-_0x1f8268._0xb55b26,-_0x1f8268._0x474882,-0x5f)+_0x18a9f5(-0x14,-0x51,-0x49,-_0x1f8268._0x269219)+_0x18a9f5(-0x3a,-0x1,-_0x1f8268._0x141770,-_0x1f8268._0x58acb7),'iTLIG':function(_0x86da1e,_0x1322e6){return _0x86da1e(_0x1322e6);},'DxfPA':_0x4fad6e(0x2a8,_0x1f8268._0x576337,_0x1f8268._0x2f7e65,0x2c8),'rMqbr':_0x4fad6e(0x262,0x24b,0x25c,0x23a)};function _0x18a9f5(_0x2d32f3,_0x5c356a,_0x5b1fbb,_0x4daa42){return _0x79b955(_0x2d32f3-0x155,_0x5c356a-_0x29e401._0x4fafdc,_0x2d32f3- -0x21a,_0x5c356a);}if(!_0x246864)return null;const _0x45db7d=Array[_0x4fad6e(_0x1f8268._0x3e1d47,_0x1f8268._0x3c31ed,0x2a3,_0x1f8268._0x16d128)](_0x246864['ancestors'])?_0x246864[_0x4fad6e(0x275,0x271,_0x1f8268._0x1ac7e3,0x276)]['slice'](0x1dcb+0x1faf+-0x3d79*0x1):[],_0xf1c075=Array[_0x4fad6e(0x2ce,0x2cf,_0x1f8268._0x134039,0x2d3)](_0x246864[_0x4fad6e(_0x1f8268._0x45e53f,0x26a,_0x1f8268._0x24deaf,0x2d8)])&&_0x2d3800[_0x4fad6e(0x250,0x269,_0x1f8268._0x26499b,_0x1f8268._0x371584)](_0x246864['siblings'][_0x18a9f5(-0x23,_0x1f8268._0x5d0bde,-_0x1f8268._0x59230b,_0x1f8268._0x421496)],0x6a8+0x7*0x91+-0xa9f),_0x45ea72=Array['isArray'](_0x246864[_0x4fad6e(_0x1f8268._0x3dde1f,0x250,0x23d,0x260)])&&_0x2d3800[_0x4fad6e(0x250,_0x1f8268._0x3cf290,0x24e,_0x1f8268._0x415ad2)](_0x246864[_0x4fad6e(_0x1f8268._0x3dde1f,_0x1f8268._0x4fe35f,0x284,0x264)][_0x18a9f5(-0x23,-0x2c,-0x38,-0x16)],0x217+-0xa34+-0x43*-0x1f),_0x15608f=_0x2d3800[_0x18a9f5(0x8,-0x21,_0x1f8268._0x5de020,-0x18)](_0x45db7d[_0x18a9f5(-_0x1f8268._0x61399,-_0x1f8268._0x4e79ed,-_0x1f8268._0x4f39f6,_0x1f8268._0x3c0593)],0x129+-0x1d3*-0x2+-0x4cf)&&!_0xf1c075&&!_0x45ea72;if(_0x15608f)return _0x2d3800[_0x4fad6e(_0x1f8268._0x1c71d6,0x270,_0x1f8268._0x24e04c,_0x1f8268._0x323967)](_0x2d3800[_0x4fad6e(0x272,_0x1f8268._0x46b55d,0x269,_0x1f8268._0x498711)],_0x2d3800[_0x4fad6e(0x272,_0x1f8268._0x3e8351,_0x1f8268._0x45e53f,_0x1f8268._0x24af04)])?_0x4fad6e(_0x1f8268._0x24e121,0x2ca,_0x1f8268._0x3306e3,0x2e4)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0x2d3800['fWlll'](formatObjectiveLabel,_0x246864[_0x4fad6e(_0x1f8268._0x4226a9,0x2c8,_0x1f8268._0x46f2ae,0x2b7)+_0x18a9f5(-_0x1f8268._0x29d6e1,-0x2d,_0x1f8268._0x541b88,-_0x1f8268._0x552ada)])+'.\x0a':_0x2d3800[_0x4fad6e(_0x1f8268._0x1102a0,0x240,_0x1f8268._0x218175,0x256)](_0x49b1e6?.[_0x18a9f5(_0x1f8268._0x10dee8,0x2d,_0x1f8268._0x54e105,_0x1f8268._0x39d361)],_0x2d3800[_0x4fad6e(0x279,0x282,_0x1f8268._0x608d90,_0x1f8268._0x5c1630)]);const _0x18f3c8=['','',_0x2d3800['DOZZw'],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x18a9f5(-_0x1f8268._0x11ecd3,-0x2a,_0x1f8268._0x4a4fad,_0x1f8268._0x5b1855)+_0x4fad6e(0x292,0x275,_0x1f8268._0x50d24a,_0x1f8268._0x1690d7)+_0x4fad6e(0x26b,0x288,_0x1f8268._0x1aec6d,0x24c)+_0x2d3800['fWlll'](formatObjectiveLabel,_0x246864[_0x4fad6e(0x2ab,0x285,_0x1f8268._0x4345cf,_0x1f8268._0x85ccfb)+_0x4fad6e(0x28c,0x26b,0x2ab,0x27b)]),''];if(_0x2d3800[_0x18a9f5(-_0x1f8268._0x23eec8,-0x65,-_0x1f8268._0x346d3e,-0xd)](_0x45db7d['length'],0x1dc+0x4db*0x1+0x6b7*-0x1)){_0x18f3c8[_0x4fad6e(_0x1f8268._0x4a95d1,_0x1f8268._0x23f0a5,0x25f,_0x1f8268._0xaad8ff)](_0x2d3800[_0x4fad6e(_0x1f8268._0x35518c,_0x1f8268._0x3060cd,0x28e,_0x1f8268._0x36ab6a)]);for(let _0x2c17c1=-0x7*-0x37f+0x830+-0x3a1*0x9;_0x2d3800[_0x18a9f5(0xd,0x19,_0x1f8268._0x2a14ff,-_0x1f8268._0x59cbdf)](_0x2c17c1,_0x45db7d[_0x18a9f5(-_0x1f8268._0x3da66f,-0x25,0x3,_0x1f8268._0x11ecd3)]);_0x2c17c1++){_0x18f3c8[_0x18a9f5(-0x1,_0x1f8268._0x415046,-_0x1f8268._0x42efba,0x26)](_0x2d3800['awWQU'](_0x2c17c1,0xf31*-0x1+0xa0a+0x528)+'.\x20'+_0x2d3800[_0x18a9f5(-0x20,-0x20,-0x49,0x16)](formatObjectiveLabel,_0x45db7d[_0x2c17c1]));}_0x18f3c8[_0x4fad6e(_0x1f8268._0x4a95d1,0x2c6,_0x1f8268._0x14f718,_0x1f8268._0x237b4e)]('');}if(_0xf1c075){const _0x57c6bd=_0x45db7d[0x7d6*-0x1+-0x1345+0x1b1b]?.[_0x18a9f5(_0x1f8268._0x2a14ff,0x7,-0x30,_0x1f8268._0x260ce3)]||_0x2d3800[_0x18a9f5(0x24,_0x1f8268._0x4d4031,0x44,-0x17)];_0x18f3c8[_0x4fad6e(_0x1f8268._0x4a95d1,0x2c0,_0x1f8268._0x1f6293,_0x1f8268._0xdc45f2)](_0x4fad6e(_0x1f8268._0x4f9dc4,0x29e,_0x1f8268._0x4681cf,0x2c0)+_0x18a9f5(0x2b,0x1d,0x51,0x8)+_0x18a9f5(_0x1f8268._0x2649a7,-0x11,-_0x1f8268._0x246e68,0xa)+_0x4fad6e(0x2c2,_0x1f8268._0x1b2608,0x2e8,_0x1f8268._0x207dd5)+_0x4fad6e(0x24b,0x270,_0x1f8268._0xcfa42e,0x252)+_0x57c6bd+_0x18a9f5(_0x1f8268._0x462734,-0x22,_0x1f8268._0x84e052,-0x9));for(const _0x5ba70f of _0x246864[_0x18a9f5(0x18,0x9,-0x2,_0x1f8268._0x209fc0)]){_0x18f3c8[_0x18a9f5(-_0x1f8268._0x20966f,_0x1f8268._0x5e8a53,-0x16,-0x3d)]('-\x20'+_0x2d3800[_0x4fad6e(0x253,0x219,_0x1f8268._0x2fcff4,_0x1f8268._0x56fd45)](formatObjectiveLabel,_0x5ba70f));}_0x18f3c8[_0x18a9f5(-_0x1f8268._0x20966f,-0x21,-_0x1f8268._0x2dc0f6,-0x14)]('');}if(_0x45ea72){if(_0x2d3800[_0x4fad6e(_0x1f8268._0x4ff15c,_0x1f8268._0x577c55,_0x1f8268._0x3738c1,0x2e2)]('FSjpN',_0x2d3800[_0x18a9f5(_0x1f8268._0x4eea38,_0x1f8268._0x5358c3,0x4d,_0x1f8268._0x22ccda)]))return _0x4fad6e(_0x1f8268._0x329a35,_0x1f8268._0x4489ad,_0x1f8268._0x576337,_0x1f8268._0x4d1603)+_0x33706a+'\x0a\x0a'+_0x2544cd+'\x20'+_0x5a23db(_0x44295a[_0x18a9f5(0x14,-0x1f,0x57,_0x1f8268._0xf2256f)+_0x18a9f5(-0xb,-_0x1f8268._0x2ac4dc,0x36,-0x26)])+'.\x0a';else{_0x18f3c8[_0x18a9f5(-0x1,-0x16,-_0x1f8268._0x5eb28b,_0x1f8268._0x1f2814)](_0x2d3800['MEMPF']);for(const _0x238d56 of _0x246864[_0x18a9f5(-0x2f,-_0x1f8268._0x52cd67,-_0x1f8268._0x10ff37,-0x18)]){_0x18f3c8['push']('-\x20'+_0x2d3800[_0x18a9f5(-0x37,-0xa,-_0x1f8268._0xd4c5c2,-_0x1f8268._0x524400)](formatObjectiveLabel,_0x238d56));}_0x18f3c8[_0x18a9f5(-_0x1f8268._0x20966f,-0x42,_0x1f8268._0x29d6e1,-_0x1f8268._0x4eea38)]('');}}_0x18f3c8[_0x4fad6e(_0x1f8268._0x2aa66e,0x2cb,0x2c6,_0x1f8268._0x56cadd)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x18f3c8['push'](_0x2d3800['DxfPA']),_0x18f3c8[_0x4fad6e(_0x1f8268._0x4a95d1,_0x1f8268._0x591bd6,0x274,_0x1f8268._0x204567)](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x18f3c8[_0x18a9f5(-0x1,0x30,-0x3a,-0x16)](_0x2d3800['rMqbr']);function _0x4fad6e(_0x167d08,_0x401b08,_0x295610,_0x1228e4){return _0x3f6ac0(_0x167d08-_0x2a73c2._0x2bdf8f,_0x1228e4,_0x167d08- -_0x2a73c2._0x413142,_0x1228e4-_0x2a73c2._0x1249f2);}return _0x18f3c8[_0x18a9f5(_0x1f8268._0x5e8a53,0x3,-0x2,_0x1f8268._0x2c7114)]('\x0a')+'\x0a';}export function stripReferenceObjectivesMarkdown(_0x4cad3f){const _0x58aa3f={_0x352d95:0xb1,_0x7fb33f:0x52,_0xe6d963:0x24,_0x2ba69f:0x48,_0x47ecc2:0x8f,_0x473a40:0x3a,_0x2af303:0x45,_0x519060:0x26,_0x4c2b76:0x2b,_0x3f5079:0x2e,_0x3db161:0x6a,_0x592ec6:0x72,_0x279615:0x35,_0x1cb19e:0x2,_0x1b1fc9:0xf,_0xb0d207:0x22,_0x1386bc:0x1e,_0x457ee8:0x2d},_0x5dde22={_0x34424c:0x175},_0x346945={};function _0x193b96(_0x4856e6,_0x4110d1,_0x2dbfea,_0xaddd39){return _0x79b955(_0x4856e6-0x14e,_0x4110d1-_0x5dde22._0x34424c,_0x4856e6- -0x21a,_0xaddd39);}_0x346945['IVYWy']=function(_0x48f35e,_0x4fa015){return _0x48f35e!==_0x4fa015;},_0x346945[_0x1993bb(0x7c,0x58,_0x58aa3f._0x352d95,0x39)]=_0x1993bb(_0x58aa3f._0x7fb33f,0x43,_0x58aa3f._0xe6d963,_0x58aa3f._0x2ba69f),_0x346945[_0x1993bb(0x6e,_0x58aa3f._0x47ecc2,_0x58aa3f._0x473a40,0xa4)]=function(_0x327629,_0x287d69){return _0x327629===_0x287d69;};const _0x40fe00=_0x346945;if(_0x40fe00['IVYWy'](typeof _0x4cad3f,_0x40fe00[_0x193b96(0x1a,_0x58aa3f._0x2af303,0x4f,_0x58aa3f._0x519060)])||_0x40fe00[_0x1993bb(0x6e,0x68,_0x58aa3f._0x4c2b76,0x50)](_0x4cad3f[_0x1993bb(0x3f,_0x58aa3f._0x3f5079,_0x58aa3f._0x3db161,_0x58aa3f._0x592ec6)],-0x6d3+0x2631*-0x1+0x56*0x86))return _0x4cad3f;let _0x412d75=_0x4cad3f[_0x1993bb(_0x58aa3f._0x279615,0x12,-_0x58aa3f._0x1cb19e,-_0x58aa3f._0x1b1fc9)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');_0x412d75=_0x412d75['replace'](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x412d75=_0x412d75[_0x193b96(-0x2d,-0x24,-_0x58aa3f._0xb0d207,-_0x58aa3f._0x1386bc)](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x412d75=_0x412d75[_0x193b96(-_0x58aa3f._0x457ee8,-0x20,-0x7,-0x66)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,'');function _0x1993bb(_0x4bfc55,_0x128908,_0x37b8a6,_0x1306c5){return _0x79b955(_0x4bfc55-0x1c5,_0x128908-0x82,_0x4bfc55- -0x1b8,_0x37b8a6);}return _0x412d75;}
|
package/dist/lib/oidc-auth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0xdca5bf,_0x17f2fb){const _0x241e88={_0x5df3db:0x1de,_0x11991a:0x21d,_0x396526:0x217,_0x21e7fd:0x1fd,_0x292621:0x6f,_0x1e2ca2:0x2c,_0x2920c1:0x7c,_0x42f282:0x19,_0x481a45:0x13,_0x1fdc53:0x3e,_0x1615fb:0x46,_0x43af5a:0x8a,_0x5080e3:0x4b,_0x57d549:0x8e,_0x23b964:0x9a,_0xdc97b2:0x26f,_0x1af802:0x251,_0x37f340:0x1e5,_0x294d68:0x3a,_0xc89d65:0x2d,_0xb287a5:0x1b5,_0x32b2d7:0x17e,_0x2cd28d:0x18c},_0x94883={_0x57db16:0x7f},_0x1c00a3={_0x1c3bd3:0x1cf};function _0x3fb0bc(_0x4b514f,_0x532711,_0x31b450,_0x5121db){return _0x2a6b(_0x532711- -_0x1c00a3._0x1c3bd3,_0x31b450);}function _0x494e77(_0x537215,_0x278ad2,_0x5c8c8a,_0x18f72c){return _0x2a6b(_0x5c8c8a-_0x94883._0x57db16,_0x18f72c);}const _0x3539ff=_0xdca5bf();while(!![]){try{const _0x41e933=-parseInt(_0x494e77(0x1fb,_0x241e88._0x5df3db,_0x241e88._0x11991a,_0x241e88._0x396526))/(-0x46*0x72+0xd*0x241+0x1e0)+-parseInt(_0x494e77(0x249,0x1d4,_0x241e88._0x21e7fd,0x1cb))/(-0x2392*0x1+0x22*0x59+0x17c2)+-parseInt(_0x3fb0bc(-0x51,-_0x241e88._0x292621,-_0x241e88._0x1e2ca2,-_0x241e88._0x2920c1))/(-0xca1*0x1+0x1*-0x1307+-0x1fab*-0x1)+-parseInt(_0x3fb0bc(_0x241e88._0x42f282,-_0x241e88._0x481a45,-_0x241e88._0x1fdc53,-_0x241e88._0x1615fb))/(0x1f1d*0x1+0x26af+-0x45c8)+-parseInt(_0x3fb0bc(-0x47,-0x5c,-_0x241e88._0x43af5a,-_0x241e88._0x5080e3))/(0x24f1+-0x163*0x1+-0x2389)*(-parseInt(_0x3fb0bc(-0x47,-_0x241e88._0x57d549,-_0x241e88._0x23b964,-0xdb))/(-0x1511+-0x1*-0x261b+0x24*-0x79))+-parseInt(_0x494e77(_0x241e88._0xdc97b2,_0x241e88._0x1af802,0x220,_0x241e88._0x37f340))/(0x11*-0x223+-0x1fb3+0x440d)*(parseInt(_0x3fb0bc(-0x3d,-_0x241e88._0x294d68,0x1b,-_0x241e88._0xc89d65))/(-0x1109*-0x1+0x1*-0xae1+-0x620))+parseInt(_0x494e77(_0x241e88._0xb287a5,_0x241e88._0x32b2d7,0x1d4,_0x241e88._0x2cd28d))/(-0x88b+0xc8d+-0x1*0x3f9);if(_0x41e933===_0x17f2fb)break;else _0x3539ff['push'](_0x3539ff['shift']());}catch(_0x5d2bfd){_0x3539ff['push'](_0x3539ff['shift']());}}}(_0x3fd1,-0x122a7*-0x3+-0x886d6+0xd6685));import*as _0x4f5469 from'openid-client';import{promises as _0x305444}from'fs';import _0x137c44 from'path';import _0x2668e8 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(-0x1cc+0x105c+0xd*-0x11e)*(-0x1e86+-0x1a*-0x1b+-0x1c04*-0x1)*(0x3*-0x84e+-0x1200+0x2ed2);setInterval(()=>{const _0x56758d={_0x55d6c7:0x224,_0xaffe6b:0x26e,_0x479671:0x237,_0x612980:0x24d,_0x16e347:0x24b,_0x16bb4c:0x25e,_0x23d02a:0x2e5,_0x4cdc81:0x372,_0x2f7359:0x32b,_0x35a068:0x2ee},_0x557554={_0x564eb6:0x9b},_0xf87553={_0x51a836:0x185},_0x4165fc={};_0x4165fc[_0x3598dc(_0x56758d._0x55d6c7,_0x56758d._0xaffe6b,_0x56758d._0x479671,0x272)]=function(_0x3d4ddc,_0x22eb6e){return _0x3d4ddc>_0x22eb6e;};function _0x3261ca(_0x311812,_0x6cbf29,_0x2e2187,_0x49a596){return _0x2a6b(_0x311812-_0xf87553._0x51a836,_0x2e2187);}const _0x458479=_0x4165fc,_0x128811=Date[_0x3598dc(_0x56758d._0x612980,_0x56758d._0x16e347,0x219,_0x56758d._0x16bb4c)]();function _0x3598dc(_0x3f8706,_0x370976,_0x5e4958,_0x148ae0){return _0x2a6b(_0x370976-_0x557554._0x564eb6,_0x3f8706);}for(const [_0x21b263,_0x13e687]of stateStore['entries']()){_0x458479['LmmfG'](_0x128811-_0x13e687[_0x3261ca(0x330,0x33c,_0x56758d._0x23d02a,_0x56758d._0x4cdc81)],STATE_TTL)&&stateStore[_0x3261ca(0x301,_0x56758d._0x2f7359,0x346,_0x56758d._0x35a068)](_0x21b263);}},(-0x20*0xd4+-0x10*0x17f+0x3275*0x1)*(0x992+-0x8b*-0x23+-0x5*0x5ab)*(0x23f8*0x1+0x1*0x952+-0x2962))[_0x284f21(0xed,0x73,0xa2,0x81)]();function _0x3fd1(){const _0x9b674c=['A2jXy2C','B2LUDa','CMvK','BwvZC2fNzq','EfPyr3e','CMvHzcbpsurdia','Aw9Uq29KzuDYyq','rMfPBgvKihrVia','zeHqz3q','DxrMltG','y29UBMvJDcb0BW','yu9UBeW','t0zJEuS','Avfosei','AxnZDwvY','A3zoAMW','tvHAB2C','yxrPB24GzMLLBa','ueLJzKi','tg1TzKC','ru5pru5u','y3rcre4','zYbpsurdihbYBW','zgvIDwC','wMrOwLu','r2fws3O','ExDcEu0','AhjLzG','zxHWzwn0zwrtDa','DMX6CuG','suXNtMO','AxmGzgLZywjSzq','Aw9U','EwXWDvK','y29Kzq','yxrL','CMv0x2zPBgu','DwLYzwqGzMLLBa','CML6yxrPB25vCG','CxvPCMvKie9jra','y2XPzw50x2LK','BNf2Evi','C0z4u0O','rgLZy292zxjPBG','y2XHAw1Z','C2vHCMnOugfYyq','t0LeqYbHDxrOzq','t0LeqYbJB25MAq','BeHTBLG','rM1mBfC','yuDKCxe','CgfYC2u','lI4U','Dg9Rzw5Fzw5KCa','y2XLyxi','zcbPBIbJB25MAq','Aw9Ux2vUzhbVAq','y2fSy3vSyxrLua','ignSzwfYzwq','zw5HyMXLza','nKvtrLfyva','CMvHzezPBgu','Aw5MBW','uM5bCKq','igrPC2nVDMvYEq','BI9VCgvUAwqTyW','C3nMDwXSEq','ywXSB3DmB2nHBa','tM8Gt0LeqYbJBW','ueDRrMq','uLr4C3i','C2LVBG','Cg9YDgvK','zvjqAhy','zxr1CM5Lzca','y29UzMLNDxjHDa','yxv0B19WCM92Aq','s0XmzKC','zw5KC1DPDgG','ANnVBG','mJiYnJe3otDwqxfYr2e','AgX3q0O','z3vYyxrPB24','DMzxDu8','CMfUzg9TueTdrq','yxv0B1bYB3zPCW','sw52ywXPzcbVCG','Bf9HDxrO','DwPZv0K','thfiBMW','qYbJB25MAwD1CG','mJu4nZq3meTiDLr1za','zw50CMLLCW','s2X6BKq','C3rHDgu','DgGGu1np','C2nVCgvZx3n1Ca','yxv0Ag9YAxPHDa','yxbWBgLJyxrPBW','tuf2DNe','Be9hwhi','rgLZy292zxj5ia','DujovMm','BMfTzq','zxPXC24','Dw5Yzwy','B3bLBMLK','C3vIC3rYAw5N','zxjYB3i','zgLZy292zxiGtW','mZyWmJy5nxLAuMrOrG','z3LzEKy','qxv0Aa','ywnJzxnZvg9Rzq','BNrPy2f0Aw9Uia','ru5VAeK','AuDOCNu','ywnJzxnZx3rVAW','zgLZCgXHEv9Uyq','zgvSzxrL','r2vUzxjHDgvKia','mtK2mtCXmKroru1NBq','DgLTzw91Da','yLLjsNG','AvjyDfy','qwLIB1a','AKrytMS','zxjLzcbZDwnJzq','sw9dEhm','EerZENu','C2nVCgvZ','C3rHDhvZ','q29KzvzLCMLMAq','B25MAwD1CMf0Aq','Cgf0Aa','CuTKtwG','CMv0','y29KzvzLCMLMAq','zMfPBgvK','C3vJy2vZC2z1Ba','zKLsEfy','v2nAsve','tMXOy28','zdOG','mJiXmZa0B2D6wMzn','AM9PBG','zgvMyxvSDf9YBW','sMzzC3a','BIbMAwXLigzVDq','r0nkENC','C091thy','CMfUzg9TqNL0zq','EKP3B2O','ndCYmta4yM9YELf4','C3vJy2vZCW','t0LeqYbJywnOzq','ndL2uwDkqKe','zw1HAwW','Bg9Hzcbpsurdia','BgvUz3rO','AxnZAw5NihjLCq','r1vtwNa','zxHWzwn0zwroBW','Dg9tDhjPBMC','wg9yzxa','t0LeqYb0B2TLBG','y3jLyxrLzef0','AwrFDg9Rzw4','y2XPzw50x3nLyW','Bhz1qK4','C2v0','BM93','z2v0','CgTJzunVzgvwzq','u2LNBIbPBIb3Aq','CMv0igzYB20G','DhjPBq','ywXSB3DFBg9Jyq','lNnLy3jLDhm','BMnL','AwruB2TLBG','C3vI','BMzPz3vYyxrPBW','nty5mZK2A1nUtgTM','AxnbyNnVBhv0zq','zw5KCg9PBNqGCG','Agv4'];_0x3fd1=function(){return _0x9b674c;};return _0x3fd1();}let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x1c460b={_0x283f7a:0x376,_0xd60c50:0x3ea,_0x130f5a:0x37a,_0x534a5c:0x38f,_0x388d5b:0x30c,_0x43d352:0x318,_0x49a17e:0x304,_0x122d8b:0x544,_0x1f5a95:0x568,_0x850f53:0x54e,_0x1b48a6:0x4a7,_0x47f920:0x4c5,_0x4e5467:0x581,_0x41fe85:0x5a3,_0x5511f7:0x590,_0x2f51eb:0x360,_0xf9343e:0x4a9,_0x229fd4:0x362,_0x5afc74:0x308,_0x263e5a:0x513,_0x3e29d1:0x570,_0x3e9d0c:0x5a9,_0x1ba966:0x539,_0x14454c:0x541,_0xe5b323:0x57b,_0x1260f5:0x3c4,_0x24afff:0x58b,_0x7e4f2b:0x589,_0x4ac285:0x5a7,_0x37572d:0x5a0,_0x32cbd8:0x517,_0x423a54:0x56f,_0x151af3:0x514,_0x80d378:0x505,_0x52e27e:0x3c3,_0x1e8532:0x387,_0x56ec2f:0x547,_0x3473b5:0x553,_0x4d9de5:0x56e,_0x4386cc:0x339,_0xf3f326:0x347,_0x17b423:0x343,_0x358057:0x527,_0x411fd0:0x33c,_0x552396:0x3b1,_0x16f920:0x36b,_0x10fa52:0x4d0,_0x4d9b1b:0x2da,_0x6d023e:0x554,_0xb7296e:0x505,_0x157085:0x380,_0x5c35b6:0x34d,_0x3d1a2b:0x37f,_0x4c0f7c:0x337,_0x53deed:0x483,_0x18a579:0x528,_0x20d081:0x551,_0x142742:0x53f,_0x1139bf:0x4ea,_0x408cc7:0x556,_0x23f860:0x581,_0x340e3b:0x345,_0x22b265:0x336,_0x10c145:0x34b,_0x4d452d:0x4f7,_0x34ecf8:0x3df,_0x9d11a8:0x3a3,_0x32daf6:0x3de,_0xa5dbfb:0x39c,_0x1e38ce:0x3c2,_0x3c8cf6:0x37c,_0x5749bd:0x343,_0x32c06b:0x366,_0x59e6a2:0x3a0,_0x199b62:0x4e5,_0x1c3ba8:0x563,_0x56f1ce:0x559,_0x3dafa4:0x316,_0x282304:0x309,_0x4a1239:0x4cf,_0x5b4a51:0x548,_0x16474d:0x3a6,_0x46c21e:0x4ef,_0xa93a1a:0x4e1,_0x385ce8:0x347,_0x3b39f1:0x576,_0x5da148:0x572,_0x216f2b:0x587,_0x282da5:0x316,_0x512870:0x2f6,_0x2dff3c:0x38d,_0x46d904:0x583,_0x332deb:0x331,_0x363318:0x53b,_0x2e2433:0x37b,_0x26f3e2:0x326,_0x506812:0x365,_0x4fa2d7:0x35f,_0x2dc0f3:0x55e,_0x1d5c2d:0x5b7,_0x4e8570:0x35d,_0x45708c:0x389,_0x5bc326:0x33b,_0x1dc8f0:0x396,_0xcfc3f2:0x348,_0x4345e8:0x3b1,_0x383d0c:0x585,_0x403132:0x365,_0x1128d9:0x2fa,_0x736e78:0x334,_0x4611bd:0x52a,_0x5e06b6:0x519,_0x222b3b:0x34f,_0x519a93:0x396,_0x9938f0:0x512,_0x47e6d7:0x35f,_0x5514c5:0x36a,_0x32b8ed:0x53f,_0x2594e2:0x4f0,_0x845208:0x392,_0x59b594:0x32b,_0x51c38d:0x394,_0x2bcc15:0x33f,_0x2a03e1:0x4c5,_0x27bebf:0x522,_0x48f53e:0x354,_0x51a902:0x38e,_0x50c051:0x568,_0x42d915:0x4b2,_0x10673a:0x4e4,_0x5600c4:0x4ab,_0xc33563:0x3d3,_0x148d2b:0x377,_0x317ff5:0x328,_0x553da0:0x350,_0x4f1f51:0x367,_0xe679f6:0x381,_0xa43787:0x375,_0x3e27c7:0x339,_0x594197:0x2d9,_0x2049d5:0x2d0,_0x3eddac:0x512,_0x3c2268:0x50c,_0x5a8026:0x4e5,_0x3a5aa3:0x2e6,_0x5cfc7a:0x303,_0x4175c3:0x51c,_0x3aabd7:0x2fd,_0x4e3a04:0x39d,_0x485623:0x532,_0x3ede76:0x538,_0x51836f:0x30b,_0x1caea9:0x503,_0x48d9aa:0x557,_0x1a466a:0x554,_0x2b3f32:0x338,_0x51c5db:0x34a,_0x3bf1e5:0x561,_0x1cf6db:0x4fd,_0x5592c9:0x4ee,_0x778b12:0x314,_0x5e0f2f:0x32d,_0x5976b3:0x355,_0x1f4a17:0x310,_0x1adb56:0x529,_0x4e79c4:0x3bb,_0x18e34f:0x39d,_0x44bfcc:0x52b,_0x4ae3e1:0x583,_0x2f5be0:0x397,_0x24d588:0x392,_0x2646bf:0x343,_0x23b1a1:0x300,_0x2c07e2:0x2d7,_0x31535b:0x341,_0xf10668:0x2e5,_0x3e0516:0x2df,_0x372b9a:0x50e,_0x3096ba:0x557,_0x1f932f:0x50a,_0xabc1:0x501,_0x1df06a:0x313,_0x167cf4:0x2f2,_0x54b735:0x313,_0x4c8ae1:0x30e,_0x42d8fe:0x4dd,_0x58a481:0x4e4,_0x45bedc:0x51a,_0x1adf7c:0x535,_0x55e4d9:0x502,_0x19c065:0x526,_0x9a73d7:0x524,_0x50d684:0x598,_0x1198ae:0x575,_0x5862b3:0x36e,_0xe92a9:0x332,_0x3300e5:0x33d,_0x27b182:0x3c9,_0x146c81:0x3dd,_0x5be604:0x389,_0x539f9a:0x516,_0x4b23f7:0x54a,_0x375763:0x4ce,_0x11c8e1:0x4fe,_0x28b236:0x4f3,_0x314369:0x4b4},_0x5ca9f9={_0x67a21c:0x27e},_0x257b57={_0x4e59aa:0xaf},_0x46f814={};_0x46f814['NidRp']=function(_0x27de4c,_0x404326){return _0x27de4c===_0x404326;},_0x46f814[_0x57aecb(_0x1c460b._0x283f7a,_0x1c460b._0xd60c50,_0x1c460b._0x130f5a,_0x1c460b._0x534a5c)]='ENOENT',_0x46f814[_0x57aecb(_0x1c460b._0x388d5b,_0x1c460b._0x43d352,0x2ea,_0x1c460b._0x49a17e)]=_0xae1c35(0x566,0x568,_0x1c460b._0x122d8b,_0x1c460b._0x1f5a95)+_0xae1c35(0x4ff,0x544,0x531,_0x1c460b._0x850f53)+_0xae1c35(_0x1c460b._0x1b48a6,0x4f1,_0x1c460b._0x47f920,0x522)+_0xae1c35(0x559,_0x1c460b._0x4e5467,_0x1c460b._0x41fe85,_0x1c460b._0x5511f7),_0x46f814[_0x57aecb(0x393,0x30f,0x373,_0x1c460b._0x2f51eb)]='OIDC\x20cache'+_0xae1c35(0x4bd,0x4e0,0x4d9,_0x1c460b._0xf9343e),_0x46f814[_0x57aecb(_0x1c460b._0x49a17e,_0x1c460b._0x229fd4,0x345,_0x1c460b._0x5afc74)]='oidc.json',_0x46f814[_0xae1c35(_0x1c460b._0x263e5a,_0x1c460b._0x3e29d1,0x56f,_0x1c460b._0x3e9d0c)]=function(_0x4a93fd,_0xd5a9ac){return _0x4a93fd!==_0xd5a9ac;},_0x46f814[_0xae1c35(0x5dc,0x58b,0x5e1,_0x1c460b._0x1ba966)]='BBkku',_0x46f814[_0xae1c35(0x5c2,0x57b,_0x1c460b._0x14454c,_0x1c460b._0xe5b323)]=_0x57aecb(0x393,0x330,_0x1c460b._0x1260f5,0x37b);function _0xae1c35(_0x1a939a,_0x1a3f2b,_0x306e87,_0xc61e6d){return _0x284f21(_0x306e87,_0x1a3f2b-0x102,_0x1a3f2b-0x46d,_0xc61e6d-_0x257b57._0x4e59aa);}_0x46f814[_0x57aecb(0x2cf,0x358,0x2fa,0x30f)]=_0xae1c35(_0x1c460b._0x24afff,_0x1c460b._0x7e4f2b,0x5dc,_0x1c460b._0x4ac285),_0x46f814[_0xae1c35(0x5a6,0x565,_0x1c460b._0x37572d,0x558)]=_0xae1c35(_0x1c460b._0x32cbd8,_0x1c460b._0x423a54,0x54b,0x579),_0x46f814[_0xae1c35(_0x1c460b._0x151af3,0x4ef,0x4aa,_0x1c460b._0x80d378)]=function(_0x55a6f4,_0x12d95a){return _0x55a6f4===_0x12d95a;},_0x46f814[_0x57aecb(0x3b6,_0x1c460b._0x52e27e,0x386,_0x1c460b._0x1e8532)]=_0xae1c35(0x526,0x53b,0x531,_0x1c460b._0x56ec2f),_0x46f814[_0xae1c35(_0x1c460b._0x3473b5,_0x1c460b._0x4d9de5,0x595,0x573)]=_0x57aecb(_0x1c460b._0x4386cc,_0x1c460b._0xf3f326,0x380,_0x1c460b._0x17b423),_0x46f814[_0xae1c35(0x54e,_0x1c460b._0x358057,0x4f2,0x57d)]=_0x57aecb(_0x1c460b._0x411fd0,_0x1c460b._0x552396,_0x1c460b._0x16f920,0x354),_0x46f814['SYfkF']=function(_0x52de17,_0x46f4a6){return _0x52de17!==_0x46f4a6;},_0x46f814[_0xae1c35(_0x1c460b._0x10fa52,0x51a,0x512,0x529)]='developer',_0x46f814['JfYsp']=function(_0x2b74a0,_0x280050){return _0x2b74a0!==_0x280050;},_0x46f814[_0x57aecb(_0x1c460b._0x4d9b1b,0x30d,0x2c6,0x31b)]=_0xae1c35(0x566,_0x1c460b._0x6d023e,0x4ff,0x540)+_0xae1c35(_0x1c460b._0x32cbd8,_0x1c460b._0xb7296e,0x518,0x55b),_0x46f814[_0x57aecb(_0x1c460b._0x157085,_0x1c460b._0x5c35b6,_0x1c460b._0x3d1a2b,_0x1c460b._0x4c0f7c)]=_0xae1c35(_0x1c460b._0x53deed,0x4d5,_0x1c460b._0x18a579,0x4a8)+'guration\x20l'+'oaded',_0x46f814[_0xae1c35(_0x1c460b._0x20d081,0x503,0x533,_0x1c460b._0x142742)]=function(_0x4bb2d9,_0x9c6358){return _0x4bb2d9===_0x9c6358;};function _0x57aecb(_0x774371,_0x4ef607,_0x429521,_0xcb1e04){return _0x284f21(_0x774371,_0x4ef607-0x44,_0xcb1e04-_0x5ca9f9._0x67a21c,_0xcb1e04-0x1da);}_0x46f814['XoXep']=_0xae1c35(0x4fd,_0x1c460b._0x1139bf,_0x1c460b._0x358057,0x537)+_0xae1c35(0x4ff,0x55c,_0x1c460b._0x408cc7,_0x1c460b._0x23f860)+_0x57aecb(_0x1c460b._0x340e3b,_0x1c460b._0x22b265,0x31c,_0x1c460b._0x10c145)+'nd';const _0x43edf6=_0x46f814,_0x19d8aa=_0x137c44['join'](DATA_DIR,_0x43edf6[_0xae1c35(_0x1c460b._0x151af3,_0x1c460b._0x4d452d,0x516,0x51b)]);try{if(_0x43edf6[_0xae1c35(0x51a,0x570,0x5a6,0x562)]('BBkku',_0x43edf6[_0x57aecb(_0x1c460b._0x34ecf8,_0x1c460b._0x9d11a8,_0x1c460b._0x32daf6,_0x1c460b._0xa5dbfb)]))_0x30b87a['delete'](_0x4ce66e);else{const _0x471c93=await _0x305444['readFile'](_0x19d8aa,_0x43edf6[_0x57aecb(_0x1c460b._0x1e38ce,_0x1c460b._0x3c8cf6,0x380,0x38c)]),_0x22d5bf=JSON[_0xae1c35(0x4f7,0x4d9,0x4fe,0x4f2)](_0x471c93);if(!_0x22d5bf[_0x57aecb(0x2ce,0x2d7,0x2e9,0x2f2)])return logger[_0x57aecb(0x2f2,0x29d,_0x1c460b._0x5749bd,0x2f5)](_0x57aecb(_0x1c460b._0x32c06b,0x3d5,0x38d,_0x1c460b._0x59e6a2)+_0xae1c35(0x535,0x518,_0x1c460b._0x199b62,_0x1c460b._0x1c3ba8)+_0xae1c35(0x587,0x580,0x554,_0x1c460b._0x56f1ce)+_0xae1c35(0x480,0x4dd,0x494,0x4a4)+_0x57aecb(_0x1c460b._0x3dafa4,0x2eb,_0x1c460b._0xf3f326,_0x1c460b._0x282304)),null;const _0x1a42dd=[_0x43edf6[_0xae1c35(_0x1c460b._0x4a1239,0x4fe,_0x1c460b._0x5b4a51,0x4a2)],_0x43edf6[_0x57aecb(_0x1c460b._0x16474d,0x331,0x326,0x376)]];for(const _0x4f50b9 of _0x1a42dd){if(!_0x22d5bf[_0x4f50b9]){if(_0x43edf6[_0xae1c35(0x4ef,_0x1c460b._0x46c21e,0x4e7,_0x1c460b._0xa93a1a)](_0x43edf6[_0x57aecb(0x399,0x3d1,_0x1c460b._0x385ce8,_0x1c460b._0x1e8532)],_0x43edf6[_0xae1c35(0x5c7,_0x1c460b._0x3b39f1,_0x1c460b._0x5da148,0x5bc)]))throw new Error('Missing\x20re'+_0xae1c35(0x5d6,0x588,0x57a,_0x1c460b._0x216f2b)+_0x57aecb(_0x1c460b._0x282da5,_0x1c460b._0x512870,0x2b5,0x311)+_0xae1c35(0x51f,0x572,0x5c0,0x5b9)+_0x57aecb(0x323,_0x1c460b._0x2dff3c,0x2ed,0x346)+_0x4f50b9);else{if(_0x43edf6['NidRp'](_0x44e9e2[_0xae1c35(0x5cf,_0x1c460b._0x46d904,0x536,0x5c8)],_0x43edf6['vlzqH'])){const _0x1d1648={};return _0x1d1648[_0x57aecb(_0x1c460b._0x332deb,0x305,0x39b,0x33d)]=_0x5662e0,_0x39ba5f['debug'](_0xae1c35(_0x1c460b._0x363318,0x4ea,_0x1c460b._0x46c21e,0x505)+'nfiguratio'+'n\x20file\x20fou'+'nd',_0x1d1648),null;}_0x122030['error'](_0x43edf6['KLLfG'],_0x3c5a37);throw _0x1afe1f;}}}if(!_0x22d5bf[_0x57aecb(0x345,0x33a,_0x1c460b._0x2e2433,0x35f)+_0x57aecb(_0x1c460b._0x26f3e2,0x2e8,_0x1c460b._0x282da5,0x33f)]&&_0x22d5bf[_0x57aecb(_0x1c460b._0x506812,0x312,0x39a,_0x1c460b._0x4fa2d7)+_0xae1c35(0x527,0x585,0x5d3,0x552)]){const _0x198a2=_0x137c44[_0xae1c35(0x540,_0x1c460b._0x2dc0f3,0x56a,_0x1c460b._0x1d5c2d)](_0x22d5bf['client_sec'+_0x57aecb(_0x1c460b._0x4e8570,_0x1c460b._0x45708c,_0x1c460b._0x5bc326,_0x1c460b._0x1dc8f0)])?_0x22d5bf[_0x57aecb(_0x1c460b._0xcfc3f2,0x363,_0x1c460b._0x4345e8,_0x1c460b._0x4fa2d7)+_0xae1c35(0x5a4,_0x1c460b._0x383d0c,0x52e,_0x1c460b._0x56f1ce)]:_0x137c44[_0x57aecb(0x362,_0x1c460b._0x403132,_0x1c460b._0x1128d9,0x348)](DATA_DIR,_0x57aecb(_0x1c460b._0x736e78,0x361,0x38c,0x369),_0x22d5bf[_0xae1c35(_0x1c460b._0x4611bd,0x54e,_0x1c460b._0x5e06b6,0x50a)+_0x57aecb(_0x1c460b._0x222b3b,0x3ab,0x3c5,_0x1c460b._0x519a93)]);try{_0x43edf6[_0xae1c35(_0x1c460b._0x9938f0,0x56e,0x533,0x589)]!==_0x57aecb(_0x1c460b._0x47e6d7,_0x1c460b._0x5514c5,0x385,_0x1c460b._0x736e78)?_0x22d5bf[_0xae1c35(_0x1c460b._0x32b8ed,0x54e,0x57f,_0x1c460b._0x2594e2)+_0x57aecb(_0x1c460b._0x845208,_0x1c460b._0x59b594,_0x1c460b._0x51c38d,_0x1c460b._0x2bcc15)]=(await _0x305444[_0xae1c35(_0x1c460b._0x2a03e1,0x4e3,0x4cb,_0x1c460b._0x27bebf)](_0x198a2,_0x43edf6[_0x57aecb(0x3e0,_0x1c460b._0x48f53e,_0x1c460b._0x51a902,0x38c)]))[_0xae1c35(_0x1c460b._0x50c051,0x556,0x56b,0x55d)]():(_0x5c141c=null,_0x2bc6cc=null,_0x468a17[_0xae1c35(_0x1c460b._0x42d915,0x4dc,0x482,0x4f8)](),_0x5732b9[_0xae1c35(0x4d5,_0x1c460b._0x10673a,0x4fc,_0x1c460b._0x5600c4)](_0x43edf6['lvuBN']));}catch(_0x3f1a30){throw new Error('Failed\x20to\x20'+_0x57aecb(0x37a,0x334,_0x1c460b._0xc33563,_0x1c460b._0x148d2b)+'client\x20sec'+_0x57aecb(_0x1c460b._0x317ff5,_0x1c460b._0x553da0,0x389,_0x1c460b._0x32c06b)+_0x198a2+':\x20'+_0x3f1a30[_0x57aecb(_0x1c460b._0x4f1f51,0x3c4,_0x1c460b._0xe679f6,0x375)]);}}_0x22d5bf[_0x57aecb(0x2f6,_0x1c460b._0xa43787,0x363,_0x1c460b._0x3e27c7)]=_0x22d5bf[_0x57aecb(0x374,_0x1c460b._0x4386cc,0x2eb,0x339)]||[_0x57aecb(_0x1c460b._0x594197,0x35a,_0x1c460b._0x2049d5,0x321),'profile',_0x43edf6[_0xae1c35(_0x1c460b._0x3eddac,0x527,_0x1c460b._0x3c2268,_0x1c460b._0x5a8026)]],_0x22d5bf[_0x57aecb(0x33a,0x360,0x34b,0x303)+'sion']=_0x43edf6['SYfkF'](_0x22d5bf[_0x57aecb(0x30b,0x311,_0x1c460b._0x3a5aa3,_0x1c460b._0x5cfc7a)+_0xae1c35(_0x1c460b._0x4175c3,0x4ed,0x4ff,0x51e)],![]),_0x22d5bf[_0x57aecb(0x346,_0x1c460b._0x3aabd7,_0x1c460b._0x4e3a04,0x349)+'le']=_0x22d5bf[_0xae1c35(_0x1c460b._0x485623,_0x1c460b._0x3ede76,0x509,0x580)+'le']||_0x43edf6[_0x57aecb(_0x1c460b._0x51836f,0x2f9,0x34c,0x32b)],_0x22d5bf[_0xae1c35(_0x1c460b._0x1caea9,_0x1c460b._0x48d9aa,_0x1c460b._0x1a466a,0x526)+'l_auth']=_0x43edf6[_0x57aecb(_0x1c460b._0x2b3f32,0x319,0x359,_0x1c460b._0x51c5db)](_0x22d5bf[_0xae1c35(_0x1c460b._0x3bf1e5,_0x1c460b._0x48d9aa,0x597,0x527)+_0xae1c35(0x531,_0x1c460b._0x1cf6db,_0x1c460b._0x5592c9,0x523)],![]),_0x22d5bf[_0x57aecb(_0x1c460b._0x778b12,0x33c,_0x1c460b._0x16f920,_0x1c460b._0x5e0f2f)+'me']=_0x22d5bf['display_na'+'me']||_0x43edf6[_0x57aecb(_0x1c460b._0x5976b3,_0x1c460b._0x1f4a17,0x34e,0x31b)],cachedConfig=_0x22d5bf;const _0x306f44={};return _0x306f44[_0xae1c35(0x575,_0x1c460b._0x423a54,0x51b,_0x1c460b._0x1adb56)]=_0x22d5bf[_0x57aecb(0x352,_0x1c460b._0x4e79c4,_0x1c460b._0x18e34f,_0x1c460b._0x157085)],_0x306f44['clientId']=_0x22d5bf[_0xae1c35(_0x1c460b._0x44bfcc,0x589,_0x1c460b._0x4ae3e1,0x592)],_0x306f44[_0x57aecb(0x2be,_0x1c460b._0x4f1f51,0x355,0x30c)+_0x57aecb(0x3dd,0x38c,_0x1c460b._0x2f5be0,_0x1c460b._0x24d588)]=_0x22d5bf['auto_provi'+_0x57aecb(0x35c,_0x1c460b._0x2646bf,_0x1c460b._0x23b1a1,0x2fe)],_0x306f44[_0x57aecb(_0x1c460b._0x2c07e2,_0x1c460b._0x31535b,_0x1c460b._0xf10668,0x2fa)+_0x57aecb(0x315,0x33c,_0x1c460b._0x3e0516,0x327)]=_0x22d5bf[_0xae1c35(_0x1c460b._0x372b9a,_0x1c460b._0x3096ba,_0x1c460b._0x1f932f,_0x1c460b._0xabc1)+_0x57aecb(_0x1c460b._0x1df06a,_0x1c460b._0x167cf4,_0x1c460b._0x54b735,_0x1c460b._0x4c8ae1)],logger[_0xae1c35(_0x1c460b._0x42d8fe,_0x1c460b._0x58a481,_0x1c460b._0x45bedc,_0x1c460b._0x1adf7c)](_0x43edf6[_0xae1c35(_0x1c460b._0x55e4d9,_0x1c460b._0x19c065,_0x1c460b._0x9a73d7,_0x1c460b._0xb7296e)],_0x306f44),_0x22d5bf;}}catch(_0x5431c1){if(_0x43edf6['KlznD'](_0x5431c1[_0xae1c35(_0x1c460b._0x50d684,0x583,0x55c,0x55f)],_0xae1c35(0x57e,_0x1c460b._0x1198ae,_0x1c460b._0x56ec2f,0x5aa))){const _0x5b6ea5={};return _0x5b6ea5[_0x57aecb(_0x1c460b._0x5862b3,_0x1c460b._0xe92a9,_0x1c460b._0x23b1a1,_0x1c460b._0x3300e5)]=_0x19d8aa,logger[_0x57aecb(0x3a1,_0x1c460b._0x27b182,_0x1c460b._0x146c81,_0x1c460b._0x5be604)](_0x43edf6[_0xae1c35(_0x1c460b._0x539f9a,_0x1c460b._0x4b23f7,0x556,_0x1c460b._0x56f1ce)],_0x5b6ea5),null;}logger[_0xae1c35(0x540,_0x1c460b._0x9938f0,0x4ee,_0x1c460b._0x375763)](_0x43edf6[_0xae1c35(_0x1c460b._0x11c8e1,_0x1c460b._0x28b236,0x520,_0x1c460b._0x314369)],_0x5431c1);throw _0x5431c1;}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0xe690ff){const _0x7e399c={_0x269c59:0x25b,_0x46de7c:0x237,_0x84580c:0x287,_0x18e738:0x276,_0x2bb127:0x194,_0x57a187:0x1e4,_0x34aff3:0x1c3,_0x47907f:0x1d0,_0x38dbcd:0x274,_0x1fa92f:0x16d,_0x33c38b:0x18b,_0x38286f:0x28c,_0x5df8ed:0x219,_0x4b6458:0x1a4,_0x5cdb73:0x197,_0x5cdddf:0x1c6,_0x26023b:0x19e,_0x5093b7:0x1e5,_0x49c30d:0x1cd,_0x1f6ef8:0x174,_0x36b229:0x152,_0x340130:0x148,_0x49895a:0x137,_0xe0ec1e:0x11e,_0x3b4509:0x17b,_0x2ef4fd:0x195,_0x3db421:0x15c,_0x24d043:0x172,_0x2e70d3:0x14c,_0x177b1f:0x139,_0x280f16:0x192,_0x595475:0x13a,_0x4e84ac:0x1b2,_0x25942f:0x1c8,_0x1f0779:0x111,_0x519670:0x175,_0x31db0c:0x14a,_0x416635:0x17e,_0x328080:0x10d,_0x4a4240:0x1fd,_0x3d5744:0x1b4,_0x3b8820:0x18d,_0xf80bd8:0x1dd,_0x2d6dba:0x229,_0x3ae715:0x1d1,_0x5e2c0d:0x180,_0x4b68f3:0x1b7,_0x488f4d:0x1e0,_0x172556:0x1af,_0x891741:0x1f2,_0x18083e:0x243,_0x335ca9:0x234,_0x515c2b:0x212,_0x2d4267:0x293,_0x63b058:0x25c,_0x1e80ce:0x1bd,_0x1ebf65:0x27d,_0xc1143b:0x22e,_0xd92d5c:0x179,_0x45ad49:0x15a},_0x5cc0fc={_0x2d36c7:0x137},_0x627c2={};_0x627c2[_0x34e0a8(-_0x7e399c._0x269c59,-0x27d,-0x21e,-_0x7e399c._0x46de7c)]=_0x34e0a8(-_0x7e399c._0x84580c,-0x255,-_0x7e399c._0x18e738,-0x256)+_0x34e0a8(-_0x7e399c._0x2bb127,-0x19d,-0x1e7,-_0x7e399c._0x57a187)+_0x34e0a8(-0x214,-_0x7e399c._0x34aff3,-_0x7e399c._0x47907f,-0x206)+'nd',_0x627c2['gyYzF']=function(_0x4072eb,_0x5ae6a4){return _0x4072eb!==_0x5ae6a4;},_0x627c2[_0x34e0a8(-0x21c,-_0x7e399c._0x38dbcd,-0x23e,-0x234)]='NcNYR',_0x627c2[_0x21ed81(_0x7e399c._0x1fa92f,0x14b,0x19a,0x158)]='OIDC\x20provi'+'der\x20discov'+_0x21ed81(0x14b,_0x7e399c._0x33c38b,0x18f,0x1e3)+_0x34e0a8(-_0x7e399c._0x38286f,-0x295,-0x24e,-0x258),_0x627c2[_0x34e0a8(-_0x7e399c._0x5df8ed,-_0x7e399c._0x4b6458,-_0x7e399c._0x5cdb73,-_0x7e399c._0x5cdddf)]='YESvC',_0x627c2[_0x34e0a8(-0x1dc,-_0x7e399c._0x26023b,-_0x7e399c._0x5093b7,-_0x7e399c._0x49c30d)]=_0x21ed81(_0x7e399c._0x1f6ef8,_0x7e399c._0x36b229,_0x7e399c._0x340130,_0x7e399c._0x49895a);function _0x34e0a8(_0x18d4bf,_0x1404b9,_0x5d140f,_0x579bfe){return _0x284f21(_0x5d140f,_0x1404b9-_0x5cc0fc._0x2d36c7,_0x579bfe- -0x2d3,_0x579bfe-0x103);}const _0x287d56=_0x627c2;if(cachedOidcConfig)return cachedOidcConfig;function _0x21ed81(_0x34e6c8,_0x1a15f2,_0x32a4d9,_0x477107){return _0x284f21(_0x32a4d9,_0x1a15f2-0x58,_0x1a15f2-0xd3,_0x477107-0xe2);}try{if(_0x287d56[_0x21ed81(_0x7e399c._0xe0ec1e,_0x7e399c._0x3b4509,0x187,0x1c8)](_0x287d56[_0x21ed81(_0x7e399c._0x2ef4fd,0x172,0x1ad,_0x7e399c._0x3db421)],_0x287d56[_0x21ed81(0x176,_0x7e399c._0x24d043,0x14a,_0x7e399c._0x2e70d3)])){const _0x591648={};return _0x591648[_0x21ed81(_0x7e399c._0x177b1f,_0x7e399c._0x280f16,0x16a,_0x7e399c._0x595475)]=_0x402989,_0x4a3fb0[_0x34e0a8(-_0x7e399c._0x4e84ac,-0x18a,-0x1a0,-_0x7e399c._0x25942f)](_0x287d56[_0x21ed81(_0x7e399c._0x1f0779,0x16f,_0x7e399c._0x519670,0x152)],_0x591648),null;}else{const _0x4802e8={};return _0x4802e8['issuer']=_0xe690ff['issuer'],logger[_0x21ed81(0x147,_0x7e399c._0x31db0c,_0x7e399c._0x416635,_0x7e399c._0x328080)](_0x34e0a8(-0x188,-0x165,-_0x7e399c._0x4a4240,-_0x7e399c._0x3d5744)+_0x21ed81(_0x7e399c._0x3b8820,_0x7e399c._0xf80bd8,0x1a5,_0x7e399c._0x2d6dba)+'vider',_0x4802e8),cachedOidcConfig=await _0x4f5469['discovery'](new URL(_0xe690ff[_0x34e0a8(-0x224,-0x188,-0x1c1,-_0x7e399c._0x3ae715)]),_0xe690ff[_0x34e0a8(-_0x7e399c._0x5e2c0d,-0x1d0,-_0x7e399c._0x33c38b,-_0x7e399c._0x4b68f3)],_0xe690ff[_0x34e0a8(-0x1ed,-_0x7e399c._0x488f4d,-_0x7e399c._0x172556,-_0x7e399c._0x891741)+_0x34e0a8(-0x1f0,-_0x7e399c._0x18083e,-_0x7e399c._0x335ca9,-_0x7e399c._0x515c2b)]),logger[_0x34e0a8(-0x222,-0x292,-_0x7e399c._0x2d4267,-_0x7e399c._0x63b058)](_0x287d56['RnArD']),cachedOidcConfig;}}catch(_0x26803e){if(_0x287d56[_0x21ed81(_0x7e399c._0x1e80ce,_0x7e399c._0x488f4d,0x1d3,0x1e7)]!==_0x287d56[_0x34e0a8(-_0x7e399c._0x280f16,-0x21f,-_0x7e399c._0x5093b7,-_0x7e399c._0x49c30d)]){logger[_0x34e0a8(-0x261,-_0x7e399c._0x1ebf65,-0x211,-_0x7e399c._0xc1143b)]('Failed\x20to\x20'+_0x21ed81(0x17c,_0x7e399c._0xd92d5c,0x1ca,0x171)+'IDC\x20provid'+'er',_0x26803e);throw _0x26803e;}else _0x493444[_0x34e0a8(-_0x7e399c._0x45ad49,-_0x7e399c._0x5093b7,-0x19d,-_0x7e399c._0x4e84ac)+'ms']['set'](_0x578e06,_0x527183);}}export async function generateAuthorizationUrl(_0x17def5,_0x380522){const _0x2bd281={_0x421ad8:0x326,_0x880299:0x2c8,_0x550ae2:0x2a7,_0x769fb6:0x268,_0x3edfc5:0x272,_0x5b71a5:0x24c,_0x1d3b36:0x282,_0x104f4b:0x299,_0xa11123:0x1b8,_0x5ec972:0x206,_0x50fb3e:0x209,_0x2c83bd:0x1fa,_0x504ff1:0x2b8,_0x199b5f:0x2e4,_0x3f19a8:0x2de,_0x517b28:0x1bd,_0x2c1a02:0x1a6,_0x23acbc:0x1c3,_0x2cd26e:0x26e,_0x4727db:0x1be,_0xb90c91:0x277,_0x580755:0x2b3,_0x31703e:0x252,_0x596381:0x210,_0x29584b:0x1f3,_0xbb03a2:0x30a,_0x3ab637:0x2a7,_0x232218:0x2aa,_0x19b30d:0x2e1,_0x52926b:0x20d,_0x437cd6:0x22c,_0x51c3f4:0x1bc,_0x1f31bf:0x212,_0x1697ce:0x30b,_0x35165c:0x33c,_0x4264c5:0x1d8,_0x18c3c9:0x1e0,_0x306530:0x1f1,_0x72b043:0x253,_0x3290d3:0x1e7},_0x4b91d6={_0x48293c:0x78},_0x18a9d8={'aGdqq':function(_0x98bebe,_0x1a05fe){return _0x98bebe(_0x1a05fe);},'aOnlL':'hex','kbqcg':'S256','GUSZp':_0x4aa87f(_0x2bd281._0x421ad8,0x2e7,_0x2bd281._0x880299,0x2a2)+'OIDC\x20autho'+'rization\x20U'+'RL','ecfTc':_0x4aa87f(_0x2bd281._0x550ae2,_0x2bd281._0x769fb6,0x284,0x2e2)},_0x1907e9=await _0x18a9d8[_0x4aa87f(_0x2bd281._0x3edfc5,_0x2bd281._0x5b71a5,_0x2bd281._0x1d3b36,_0x2bd281._0x104f4b)](discoverOidcProvider,_0x17def5),_0x4009a7=_0x2668e8[_0x2a90d9(-0x1ad,-_0x2bd281._0xa11123,-_0x2bd281._0x5ec972,-0x251)+'s'](-0x1*-0x9b9+0xb*-0x2bf+-0xa4e*-0x2)[_0x2a90d9(-0x1b6,-_0x2bd281._0x50fb3e,-_0x2bd281._0x2c83bd,-0x21d)](_0x4aa87f(_0x2bd281._0x504ff1,_0x2bd281._0x199b5f,0x30a,_0x2bd281._0x3f19a8)),_0x5f16e0=_0x2668e8[_0x2a90d9(-0x202,-_0x2bd281._0x517b28,-_0x2bd281._0x5ec972,-0x1eb)+'s'](0x1489*0x1+-0xa*-0x2d5+0x1*-0x30bb)[_0x2a90d9(-_0x2bd281._0x2c1a02,-0x220,-0x1fa,-0x1cc)](_0x18a9d8[_0x2a90d9(-_0x2bd281._0x23acbc,-0x222,-0x1d7,-0x1f5)]);function _0x2a90d9(_0x48a890,_0x5a8808,_0x3e7e9b,_0x546947){return _0x284f21(_0x48a890,_0x5a8808-0x1ad,_0x3e7e9b- -0x2d6,_0x546947-0x172);}function _0x4aa87f(_0x5826fa,_0x524a7e,_0x3b7a2d,_0x11a20a){return _0x284f21(_0x5826fa,_0x524a7e-0x132,_0x3b7a2d-0x217,_0x11a20a-_0x4b91d6._0x48293c);}const _0x266591=_0x4f5469[_0x2a90d9(-0x201,-0x229,-0x249,-0x210)+_0x2a90d9(-_0x2bd281._0x2cd26e,-_0x2bd281._0x4727db,-0x219,-0x1df)+'er'](),_0x1b2b6e=await _0x4f5469[_0x4aa87f(_0x2bd281._0xb90c91,_0x2bd281._0x580755,0x289,_0x2bd281._0x31703e)+'KCECodeCha'+'llenge'](_0x266591);stateStore[_0x2a90d9(-0x1e7,-_0x2bd281._0x596381,-_0x2bd281._0x29584b,-0x22a)](_0x4009a7,{'nonce':_0x5f16e0,'codeVerifier':_0x266591,'createdAt':Date[_0x4aa87f(0x312,0x2b8,0x2fb,0x32f)]()});const _0x41252a={'redirect_uri':_0x380522,'scope':_0x17def5[_0x4aa87f(_0x2bd281._0xbb03a2,_0x2bd281._0x3ab637,0x2d2,0x30f)][_0x4aa87f(_0x2bd281._0x232218,0x2a4,_0x2bd281._0x19b30d,0x328)]('\x20'),'state':_0x4009a7,'nonce':_0x5f16e0,'code_challenge':_0x1b2b6e,'code_challenge_method':_0x18a9d8[_0x2a90d9(-_0x2bd281._0x52926b,-0x22b,-0x1e2,-_0x2bd281._0x437cd6)]},_0x237b3e=_0x4f5469['buildAutho'+_0x2a90d9(-0x1c0,-0x160,-_0x2bd281._0x51c3f4,-_0x2bd281._0x1f31bf)+'l'](_0x1907e9,_0x41252a);logger['debug'](_0x18a9d8[_0x4aa87f(_0x2bd281._0x1697ce,0x2e5,0x2f1,_0x2bd281._0x35165c)],{'state':_0x4009a7[_0x2a90d9(-_0x2bd281._0x4264c5,-0x207,-0x232,-_0x2bd281._0x18c3c9)](-0x187*0x17+-0x7a2*-0x4+0x499*0x1,0x7f*0x29+-0x2536+0x10e7)+_0x18a9d8['ecfTc'],'redirectUri':_0x380522});const _0x2de179={};return _0x2de179['url']=_0x237b3e[_0x2a90d9(-0x1be,-0x1f1,-0x1c7,-_0x2bd281._0x306530)],_0x2de179[_0x2a90d9(-_0x2bd281._0x72b043,-0x285,-0x23f,-_0x2bd281._0x3290d3)]=_0x4009a7,_0x2de179;}export async function handleCallback(_0x3cd0f7,_0x41604f,_0x4f862e){const _0x387f67={_0x51eb78:0x3a,_0x284cd0:0x8b,_0x571194:0x2e,_0x1e9f51:0x60,_0x45a53f:0x65,_0x1a39f9:0x23,_0x4eed09:0x68,_0x42bb01:0x41,_0x42b6d0:0x15,_0xa8fb33:0x14,_0x3fca40:0x1f,_0x806c2c:0x5d,_0x5b3287:0x7f,_0x45fb7b:0x92,_0x219335:0x42,_0x28187b:0x1f,_0x4b599c:0x9e,_0x15278a:0xdf,_0x4d568f:0x52,_0x12b044:0x9b,_0xc010d1:0xd2,_0x148f86:0x7e,_0xde8f35:0xd1,_0x5ccde1:0xc2,_0x1b7205:0x88,_0x4a1fe5:0x6a,_0x4b058a:0x29,_0x222b1f:0x8f,_0x55e9c0:0x48,_0x2da5f7:0x7d,_0x318fed:0x46,_0x34c817:0x2e,_0x5734b5:0x16,_0x415356:0x29,_0x172dd3:0x53,_0x44d587:0x1,_0x2190bc:0x4c,_0x3f4eca:0x71,_0x548cb3:0x7b,_0x18fde3:0x19,_0x305cf4:0x99,_0x2ac12b:0x6c,_0x177794:0x4b,_0x5d4a9:0x27,_0x1e02b5:0x78,_0x4fe876:0xb4,_0x63256b:0x33,_0x31fb80:0x80,_0x69b111:0xe3,_0x1119e7:0x4e,_0x2f950d:0xb8,_0x5cd967:0xf,_0x3476f6:0x18,_0x59aad3:0x63,_0x5b2deb:0x17,_0x1c4487:0x39,_0x3daad3:0x8a,_0x5c307d:0x3f,_0x4125a0:0x45,_0x3d2732:0x55,_0x23e7df:0x37,_0x58b145:0x1c,_0x4aefe2:0x35,_0x530f9f:0x5e,_0x563964:0x1a,_0x5b0120:0x47,_0x36083c:0x5e,_0x4e06c6:0x4a,_0x40a788:0xe,_0x2f54c4:0xa1,_0x5397da:0x53,_0x711d4a:0x65},_0xeead64={_0x6ce69a:0x1ef},_0x16557f={_0x849bdf:0xb3,_0x4c4898:0xa1},_0x532812={};_0x532812[_0x416a9d(-0x22,-0x64,_0x387f67._0x51eb78,-0x4b)]=function(_0xf31396,_0x4bb01e){return _0xf31396>_0x4bb01e;},_0x532812[_0x416a9d(-_0x387f67._0x284cd0,-_0x387f67._0x571194,-0x4e,-_0x387f67._0x1e9f51)]=function(_0x40013c,_0x3a2e0e){return _0x40013c-_0x3a2e0e;},_0x532812[_0x4bac65(-_0x387f67._0x45a53f,_0x387f67._0x1a39f9,-_0x387f67._0x4eed09,-0x2e)]='State\x20para'+'meter\x20expi'+_0x416a9d(-_0x387f67._0x42bb01,-0x25,-0x6a,-0xd),_0x532812['OFcyK']=_0x416a9d(-_0x387f67._0x42b6d0,-_0x387f67._0xa8fb33,-_0x387f67._0x3fca40,-0x67)+_0x4bac65(-0x2b,_0x387f67._0x806c2c,0x4d,_0x387f67._0xa8fb33)+_0x416a9d(-0x73,-_0x387f67._0x5b3287,-0x67,-_0x387f67._0x45fb7b);function _0x4bac65(_0x5c7ed9,_0xd2134b,_0x4df880,_0x1eade7){return _0x284f21(_0x5c7ed9,_0xd2134b-_0x16557f._0x849bdf,_0x1eade7- -0x97,_0x1eade7-_0x16557f._0x4c4898);}_0x532812[_0x416a9d(-0x25,-_0x387f67._0x219335,0x38,-0x4d)]='OIDC\x20token'+'\x20exchange\x20'+_0x4bac65(0x59,-0x24,-_0x387f67._0x28187b,0x2c);const _0x4ded98=_0x532812,{state:_0x212c5e}=_0x4f862e,_0x4afb9b=stateStore[_0x4bac65(0x69,_0x387f67._0x4b599c,_0x387f67._0x284cd0,0x4e)](_0x212c5e);if(!_0x4afb9b)throw new Error(_0x416a9d(-0xa8,-0xad,-0xc1,-_0x387f67._0x15278a)+'\x20expired\x20s'+'tate\x20param'+'eter');function _0x416a9d(_0x3feddf,_0x679ca7,_0x4e46d9,_0x1d7676){return _0x284f21(_0x679ca7,_0x679ca7-0x173,_0x3feddf- -0x137,_0x1d7676-_0xeead64._0x6ce69a);}stateStore['delete'](_0x212c5e);if(_0x4ded98[_0x4bac65(_0x387f67._0x4d568f,_0x387f67._0x12b044,_0x387f67._0xc010d1,_0x387f67._0x148f86)](_0x4ded98[_0x416a9d(-0x8b,-_0x387f67._0xde8f35,-_0x387f67._0x5ccde1,-_0x387f67._0x1b7205)](Date[_0x416a9d(-0x53,-_0x387f67._0x4a1fe5,-0x8a,-0xa8)](),_0x4afb9b[_0x4bac65(_0x387f67._0x4b058a,_0x387f67._0x222b1f,0x3d,_0x387f67._0x55e9c0)]),STATE_TTL))throw new Error(_0x4ded98[_0x4bac65(-_0x387f67._0x2da5f7,-_0x387f67._0x318fed,-0x62,-_0x387f67._0x34c817)]);const _0x42b54d=await discoverOidcProvider(_0x3cd0f7);try{const _0x334b5d=new URL(_0x41604f);for(const [_0x933e24,_0x847f48]of Object[_0x416a9d(-0xa2,-0x9b,-0xdf,-0xca)](_0x4f862e)){_0x334b5d[_0x416a9d(-_0x387f67._0x5734b5,-_0x387f67._0x415356,0x1f,-_0x387f67._0x172dd3)+'ms'][_0x4bac65(-0x4,-_0x387f67._0x44d587,0x68,_0x387f67._0x2190bc)](_0x933e24,_0x847f48);}const _0x40d321={};_0x40d321[_0x416a9d(-0x51,-_0x387f67._0x3f4eca,-_0x387f67._0x548cb3,-0x49)+'rifier']=_0x4afb9b[_0x416a9d(-0x75,-0x90,-0x84,-_0x387f67._0x18fde3)+'er'],_0x40d321[_0x416a9d(-0x5c,-0xa7,-_0x387f67._0x305cf4,-_0x387f67._0x2ac12b)+_0x416a9d(-_0x387f67._0x177794,-0x1a,-0x3f,-0x12)]=_0x4afb9b['nonce'],_0x40d321[_0x416a9d(-_0x387f67._0x5d4a9,-_0x387f67._0x1e02b5,0xf,-0x5c)+_0x4bac65(_0x387f67._0x4fe876,_0x387f67._0x63256b,0xd3,_0x387f67._0x31fb80)]=_0x212c5e;const _0x2304a4=await _0x4f5469[_0x416a9d(-0x9d,-_0x387f67._0x69b111,-_0x387f67._0x1119e7,-_0x387f67._0x2f950d)+_0x4bac65(_0x387f67._0x5cd967,0x7,_0x387f67._0x3476f6,_0x387f67._0x59aad3)+'nt'](_0x42b54d,_0x334b5d,_0x40d321),_0x25e072=_0x2304a4[_0x416a9d(-_0x387f67._0x5b2deb,0xf,0x9,-_0x387f67._0x1c4487)](),_0x4af7e1={};_0x4af7e1['sub']=_0x25e072[_0x416a9d(-0x49,-0x29,0xc,-_0x387f67._0x172dd3)],_0x4af7e1[_0x416a9d(-0x61,-0xa4,-0x15,-0x7b)]=_0x25e072[_0x4bac65(_0x387f67._0x3daad3,0x1d,0x2a,_0x387f67._0x5c307d)],_0x4af7e1[_0x4bac65(-_0x387f67._0x4125a0,_0x387f67._0x3d2732,-0x46,0x9)]=_0x25e072['name'],logger['info'](_0x4ded98[_0x416a9d(-_0x387f67._0x23e7df,_0x387f67._0x58b145,-_0x387f67._0x4aefe2,-0x3f)],_0x4af7e1);const _0x54efe8={};return _0x54efe8[_0x4bac65(0x9b,0x94,0xc9,0x89)]=_0x25e072,_0x54efe8[_0x416a9d(-0x8d,-_0x387f67._0x63256b,-_0x387f67._0x530f9f,-0xbe)+'n']=_0x2304a4[_0x4bac65(-_0x387f67._0x563964,-_0x387f67._0x5b0120,_0x387f67._0x36083c,_0x387f67._0x5b2deb)+'en'],_0x54efe8[_0x416a9d(-_0x387f67._0x4e06c6,-0x24,_0x387f67._0x40a788,-0x77)]=_0x2304a4[_0x416a9d(-0x57,-_0x387f67._0x2f54c4,-0xa8,-_0x387f67._0x4aefe2)],_0x54efe8;}catch(_0x530896){logger[_0x4bac65(_0x387f67._0x5397da,-0x6,0x59,0xe)](_0x4ded98[_0x4bac65(0xd5,_0x387f67._0x63256b,_0x387f67._0x711d4a,_0x387f67._0x548cb3)],_0x530896);throw _0x530896;}}export function getPublicOidcConfig(){const _0xccae81={_0x3db31e:0x199,_0x52e578:0x204,_0x2e27c2:0x17d,_0x5ec6e8:0x1f9,_0xd5dafe:0x218,_0x4adbb5:0x21e,_0x5a1181:0x1c3,_0x4a69bb:0x127,_0x47e70f:0x146,_0xb94673:0x178,_0x8c39e2:0x1f8,_0x263d46:0x1d4,_0x8a7634:0x1d8,_0xe4363d:0x1d2,_0x62978d:0x1d4,_0x3b3f8f:0x17e},_0x2187aa={_0x890966:0x14a},_0x2e90be={_0x5bd681:0x199,_0x3456cd:0x19d};if(!cachedConfig)return null;const _0x1997ab={};function _0x3743e8(_0x3a89b5,_0x1e0cee,_0x475163,_0x4ada13){return _0x284f21(_0x475163,_0x1e0cee-_0x2e90be._0x5bd681,_0x4ada13- -0x262,_0x4ada13-_0x2e90be._0x3456cd);}_0x1997ab[_0x40acc5(0x1be,0x16f,_0xccae81._0x3db31e,0x1b6)]=!![];function _0x40acc5(_0x463ebc,_0x296031,_0x3d0707,_0x6c0fa8){return _0x284f21(_0x6c0fa8,_0x296031-0xa9,_0x463ebc-_0x2187aa._0x890966,_0x6c0fa8-0x14a);}return _0x1997ab[_0x3743e8(-0x1f0,-_0xccae81._0x52e578,-_0xccae81._0x2e27c2,-0x1b3)+'me']=cachedConfig[_0x40acc5(_0xccae81._0x5ec6e8,_0xccae81._0xd5dafe,0x1f2,_0xccae81._0x4adbb5)+'me'],_0x1997ab[_0x3743e8(-_0xccae81._0x5a1181,-_0xccae81._0x4a69bb,-_0xccae81._0x47e70f,-_0xccae81._0xb94673)+_0x3743e8(-_0xccae81._0x8c39e2,-_0xccae81._0x263d46,-_0xccae81._0x8a7634,-_0xccae81._0xe4363d)]=cachedConfig[_0x3743e8(-_0xccae81._0x62978d,-0x199,-0x1c1,-0x178)+_0x3743e8(-0x1ed,-_0xccae81._0x3b3f8f,-0x22c,-0x1d2)],_0x1997ab;}export function clearOidcCache(){const _0x47e767={_0x2465b3:0x269,_0x1ec023:0x272,_0x550198:0x265,_0x1334e5:0x242,_0x522b6c:0x1fd,_0x153607:0x217,_0x2cadfe:0x22c,_0x5b6452:0x14e,_0x411593:0x147},_0x12c9a7={_0x1594c5:0x138,_0x28caa5:0x1a0},_0x31d1a8={};_0x31d1a8[_0x3e73c3(-0x192,-0x19b,-0x1aa,-0x1d5)]=_0x47c0a9(_0x47e767._0x2465b3,_0x47e767._0x1ec023,0x274,_0x47e767._0x550198)+'\x20cleared';const _0x53d82b=_0x31d1a8;function _0x3e73c3(_0xc5e0a0,_0x6a3fd8,_0x129e7c,_0x41e7a5){return _0x284f21(_0x6a3fd8,_0x6a3fd8-0x19b,_0xc5e0a0- -0x252,_0x41e7a5-0x1a5);}function _0x47c0a9(_0x2d85cc,_0x510653,_0x39d9e9,_0xf9dc88){return _0x284f21(_0x2d85cc,_0x510653-_0x12c9a7._0x1594c5,_0x39d9e9-_0x12c9a7._0x28caa5,_0xf9dc88-0xc8);}cachedConfig=null,cachedOidcConfig=null,stateStore[_0x47c0a9(0x26d,0x23b,0x20f,_0x47e767._0x1334e5)](),logger[_0x47c0a9(_0x47e767._0x522b6c,0x21b,_0x47e767._0x153607,_0x47e767._0x2cadfe)](_0x53d82b[_0x3e73c3(-0x192,-_0x47e767._0x5b6452,-0x191,-_0x47e767._0x411593)]);}export async function reloadOidcConfig(){const _0x43e731={_0x5837e2:0x1d4,_0x2bc78a:0x1cc,_0x1308c5:0x211,_0x21181e:0x21d},_0x19d4f3={_0x38e339:0x8,_0x41a8cf:0x29b},_0x507878={'Nlhco':function(_0x484676){return _0x484676();},'sOuLv':function(_0x791806){return _0x791806();}};function _0x3a49df(_0x3ddbfb,_0x4ee489,_0x1f6cd4,_0x250425){return _0x284f21(_0x1f6cd4,_0x4ee489-0x1b0,_0x3ddbfb-0x2f5,_0x250425-0x11);}_0x507878[_0x4e63db(-_0x43e731._0x5837e2,-0x205,-0x1f6,-0x224)](clearOidcCache);function _0x4e63db(_0x14b6fd,_0x4ee29b,_0x560e46,_0x24f37f){return _0x284f21(_0x24f37f,_0x4ee29b-_0x19d4f3._0x38e339,_0x14b6fd- -_0x19d4f3._0x41a8cf,_0x24f37f-0x6b);}return await _0x507878[_0x4e63db(-_0x43e731._0x2bc78a,-0x201,-_0x43e731._0x1308c5,-_0x43e731._0x21181e)](loadOidcConfig);}function _0x2a6b(_0x6ac53,_0x14d895){_0x6ac53=_0x6ac53-(-0x1*-0x16a3+-0x4d*-0x34+-0x2513);const _0x3c79fc=_0x3fd1();let _0x3d5ce2=_0x3c79fc[_0x6ac53];if(_0x2a6b['NETMNg']===undefined){var _0x1a6c13=function(_0xcafab6){const _0x2a8452='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x493444='',_0x578e06='';for(let _0x527183=0x2438+-0x2b5+-0x2183,_0x25f462,_0x2f148c,_0x5482a5=-0x4*0x40f+0x126+0x78b*0x2;_0x2f148c=_0xcafab6['charAt'](_0x5482a5++);~_0x2f148c&&(_0x25f462=_0x527183%(-0xcbe*-0x1+0xa05+-0x3*0x795)?_0x25f462*(-0x2*0xfd4+0x1*0x3e8+0x1c00)+_0x2f148c:_0x2f148c,_0x527183++%(0x4d*-0x7e+0x22c2+0x8*0x65))?_0x493444+=String['fromCharCode'](0x2379*-0x1+0xd8+0x2f8*0xc&_0x25f462>>(-(0x1d53+-0x1*0x2399+0x648)*_0x527183&0x71*-0x36+-0x3b9*0x3+0x2307)):-0x4*-0x73d+-0x1190+-0xb64){_0x2f148c=_0x2a8452['indexOf'](_0x2f148c);}for(let _0x388339=0x2ba+-0x10*-0x197+-0x2d1*0xa,_0x54bc08=_0x493444['length'];_0x388339<_0x54bc08;_0x388339++){_0x578e06+='%'+('00'+_0x493444['charCodeAt'](_0x388339)['toString'](0x1cf5+-0x1839+0x12b*-0x4))['slice'](-(0x1*0x1fd+-0x9ce+0x7d3));}return decodeURIComponent(_0x578e06);};_0x2a6b['cgDegl']=_0x1a6c13,_0x2a6b['qNkFUT']={},_0x2a6b['NETMNg']=!![];}const _0x5b7d71=_0x3c79fc[0x2173+0x9bf+-0x2b32],_0x350b01=_0x6ac53+_0x5b7d71,_0x2a2663=_0x2a6b['qNkFUT'][_0x350b01];return!_0x2a2663?(_0x3d5ce2=_0x2a6b['cgDegl'](_0x3d5ce2),_0x2a6b['qNkFUT'][_0x350b01]=_0x3d5ce2):_0x3d5ce2=_0x2a2663,_0x3d5ce2;}function _0x284f21(_0x31f963,_0xac2419,_0x3cb285,_0x23ad38){return _0x2a6b(_0x3cb285- -0xcc,_0x31f963);}export async function testOidcDiscovery(_0x52b616){const _0x1bf8ba={_0x49d71d:0x1f0,_0x394fb5:0x20d,_0x3ca669:0xa7,_0x468ffe:0x97,_0x51a5b3:0xb5,_0x59b27e:0x171,_0x450df8:0x220,_0x16a36a:0x246,_0x3d539a:0x141,_0x3613bc:0xf5,_0x2a5c60:0x150,_0x5b0476:0xcd,_0x4d5bbc:0x118,_0x34f460:0x231,_0x553e86:0x21d,_0x456a5d:0x5f,_0x5ccb25:0xc9,_0x160624:0x1fb,_0x3ee182:0x28d,_0x3b8025:0x249,_0x4bf2cf:0x162,_0x175440:0x142,_0x426189:0xbe,_0x1fb155:0x1d4,_0x4258d9:0x200,_0xa20cce:0x247,_0x2c17f3:0x212,_0x17b7fe:0x213,_0x4f9005:0x135,_0xefee92:0x270,_0x1412ac:0x25f,_0x47e608:0x192,_0x597e6f:0x1c6,_0x2fd89a:0x1f4,_0x5cea91:0x22e,_0x22e048:0x27f,_0x372cd6:0x230,_0xb40b6c:0x221,_0x44015d:0x210,_0x121e12:0x1bd,_0x325c1b:0x23f,_0x565140:0x1f5,_0x35d505:0x245,_0x504a47:0x257,_0x234f20:0x1f1,_0x3ae1f1:0x215,_0x236fa7:0x165,_0x1cf3ff:0x157,_0x7fc9dc:0x130,_0x702809:0x14f,_0x4918cf:0x131,_0x3b9443:0x254,_0x55a74e:0x235,_0x5533a3:0xe2,_0x184a57:0x13d,_0x1dfc95:0xf0,_0x50e503:0x160,_0x52140b:0xef,_0x5a03d7:0x14a,_0x317de2:0x12b,_0x40d6e5:0x29d,_0x5a9633:0xb3,_0x4d2704:0xa7,_0x2b06a1:0x214,_0x561326:0x24d,_0x19e5eb:0x23a,_0x272d99:0x11d,_0x57a9be:0x115,_0x5ce278:0x1b0,_0xabfb54:0x1e4,_0x8d6f55:0x1eb,_0x54bf2f:0x1d7,_0x22800a:0x20c,_0x1688d9:0x56,_0x412e1b:0xaf,_0x13a61c:0xe0,_0x546c25:0xb1,_0x388b30:0x236,_0x55a2d7:0x21e,_0x443975:0x183,_0x32f685:0x142,_0x2cfc1a:0x112,_0x2810cc:0xee,_0x4c9b13:0x110,_0x418d3b:0x11a,_0x2d69d8:0x294,_0x1d9038:0x293,_0x661f94:0x205,_0x29008a:0x18a,_0x5c24a3:0x172,_0x3f757a:0x132,_0xc7e563:0x205,_0x164eb8:0x227,_0xbdeb3f:0x1d3,_0x166c99:0x118,_0x1fa9df:0xab,_0x2eda7c:0xed,_0x54515e:0x26d,_0x55423b:0x242,_0x44acb1:0xe3,_0x2c584f:0xf3,_0xdf2144:0xe0,_0xbb7f44:0x10c,_0x54c3bd:0xbb,_0x541f04:0x10e,_0xd21d66:0x223,_0x4a4d82:0x272,_0x44894d:0x22e,_0x5731e6:0xa0,_0x1a4984:0xa7,_0x528e84:0x150,_0x1dbfd5:0xda,_0x299599:0x11c,_0x2a7554:0xb7,_0xcdbbc2:0x125,_0x4464e3:0xff},_0x3e2ed4={_0x4f2e22:0x75};function _0x2a9d06(_0x2fc97c,_0x3a006f,_0x31e541,_0x5b50a4){return _0x284f21(_0x3a006f,_0x3a006f-0xe3,_0x5b50a4- -0x1b3,_0x5b50a4-0x32);}function _0x9273e9(_0x8e1949,_0x5af66a,_0x3c42fe,_0x132ce6){return _0x284f21(_0x132ce6,_0x5af66a-_0x3e2ed4._0x4f2e22,_0x3c42fe- -0x2e3,_0x132ce6-0x4);}const _0x4277de={'bYIJx':_0x9273e9(-_0x1bf8ba._0x49d71d,-_0x1bf8ba._0x394fb5,-0x1e8,-0x1ba)+_0x2a9d06(-_0x1bf8ba._0x3ca669,-0x5d,-_0x1bf8ba._0x468ffe,-_0x1bf8ba._0x51a5b3)+_0x2a9d06(-0x154,-0x145,-0x114,-0x13a)+'\x20endpoint','dHPgt':function(_0x541d4b,_0x1f8f46){return _0x541d4b!==_0x1f8f46;},'IBYRC':'OUlSs','zJwoj':_0x2a9d06(-0x181,-0xdf,-_0x1bf8ba._0x59b27e,-0x127),'PGkFd':'.well-know'+_0x9273e9(-0x212,-_0x1bf8ba._0x450df8,-0x269,-_0x1bf8ba._0x16a36a)+_0x2a9d06(-_0x1bf8ba._0x3d539a,-0x124,-0xa2,-_0x1bf8ba._0x3613bc)+'on','tNqHx':function(_0x555fb1,_0x3f2a7f){return _0x555fb1+_0x3f2a7f;},'nqvyR':function(_0x2cb6f7,_0x2073cc,_0x737770){return _0x2cb6f7(_0x2073cc,_0x737770);},'iRXtV':_0x2a9d06(-0x11a,-_0x1bf8ba._0x2a5c60,-_0x1bf8ba._0x5b0476,-_0x1bf8ba._0x4d5bbc)+'n/json','hGybi':_0x9273e9(-_0x1bf8ba._0x34f460,-_0x1bf8ba._0x553e86,-0x22c,-0x216),'FmLlW':_0x2a9d06(-_0x1bf8ba._0x456a5d,-0x90,-_0x1bf8ba._0x5ccb25,-0xb1),'ZdhZU':_0x9273e9(-_0x1bf8ba._0x160624,-_0x1bf8ba._0x3ee182,-_0x1bf8ba._0x3b8025,-0x28d)+_0x2a9d06(-0x102,-0x145,-_0x1bf8ba._0x4bf2cf,-_0x1bf8ba._0x175440)+'nt','dYBOw':'token_endp'+_0x2a9d06(-0xca,-0x61,-0xae,-_0x1bf8ba._0x426189),'LqHnl':function(_0x6d6320,_0x4367b7){return _0x6d6320>_0x4367b7;},'WcZIQ':function(_0x9257f7,_0x5ac0b6){return _0x9257f7!==_0x5ac0b6;},'ezqsn':'yhcfV'};try{if(_0x4277de[_0x9273e9(-0x238,-0x19d,-0x1e7,-_0x1bf8ba._0x1fb155)](_0x4277de['IBYRC'],_0x4277de[_0x9273e9(-_0x1bf8ba._0x4258d9,-_0x1bf8ba._0xa20cce,-_0x1bf8ba._0x2c17f3,-_0x1bf8ba._0x17b7fe)])){const _0x35cd13=new URL(_0x4277de[_0x2a9d06(-0xfc,-0x177,-0xe8,-_0x1bf8ba._0x4f9005)],_0x52b616[_0x9273e9(-_0x1bf8ba._0xefee92,-0x25e,-0x25c,-_0x1bf8ba._0x1412ac)]('/')?_0x52b616:_0x4277de['tNqHx'](_0x52b616,'/')),_0x3d4d4a=await _0x4277de[_0x9273e9(-_0x1bf8ba._0x47e608,-0x19b,-_0x1bf8ba._0x597e6f,-0x1b4)](fetch,_0x35cd13[_0x9273e9(-0x195,-0x1db,-0x1d4,-0x1f1)],{'headers':{'Accept':_0x4277de[_0x9273e9(-_0x1bf8ba._0x2fd89a,-0x1f7,-_0x1bf8ba._0x5cea91,-_0x1bf8ba._0x22e048)]},'signal':AbortSignal[_0x9273e9(-0x1ff,-0x22c,-_0x1bf8ba._0x372cd6,-_0x1bf8ba._0xb40b6c)](0x4793+0x2280+-0x49*0xeb)});if(!_0x3d4d4a['ok']){if(_0x9273e9(-0x1f4,-0x20b,-0x1df,-0x1e4)!==_0x4277de['hGybi']){const _0x5eaa39={};return _0x5eaa39[_0x9273e9(-0x1fa,-0x223,-_0x1bf8ba._0x44015d,-_0x1bf8ba._0x121e12)]=![],_0x5eaa39[_0x9273e9(-_0x1bf8ba._0x325c1b,-_0x1bf8ba._0x372cd6,-0x23e,-0x273)]=_0x9273e9(-_0x1bf8ba._0x565140,-_0x1bf8ba._0x394fb5,-_0x1bf8ba._0x35d505,-_0x1bf8ba._0x504a47)+_0x9273e9(-0x1d8,-0x196,-_0x1bf8ba._0x234f20,-_0x1bf8ba._0x3ae1f1)+_0x2a9d06(-_0x1bf8ba._0x236fa7,-0x15f,-_0x1bf8ba._0x1cf3ff,-_0x1bf8ba._0x7fc9dc)+_0x3d4d4a[_0x2a9d06(-0x14d,-_0x1bf8ba._0x702809,-_0x1bf8ba._0x4918cf,-0xf7)]+':\x20'+_0x3d4d4a['statusText'],_0x5eaa39;}else{_0x388339[_0x9273e9(-0x245,-0x253,-0x23e,-_0x1bf8ba._0x3b9443)](_0x9273e9(-0x201,-_0x1bf8ba._0x55a74e,-0x205,-0x1aa)+'\x20exchange\x20'+_0x2a9d06(-0xfa,-_0x1bf8ba._0x5533a3,-_0x1bf8ba._0x184a57,-_0x1bf8ba._0x1dfc95),_0x54bc08);throw _0x24ec32;}}const _0x44684a=await _0x3d4d4a[_0x2a9d06(-_0x1bf8ba._0x50e503,-_0x1bf8ba._0x52140b,-_0x1bf8ba._0x5a03d7,-_0x1bf8ba._0x317de2)](),_0x308675=[_0x4277de[_0x9273e9(-0x266,-0x27c,-0x279,-_0x1bf8ba._0x40d6e5)],_0x4277de[_0x2a9d06(-0xfd,-_0x1bf8ba._0x5a9633,-0x76,-_0x1bf8ba._0x4d2704)],_0x4277de['dYBOw']],_0x494364=_0x308675['filter'](_0x4ccb24=>!_0x44684a[_0x4ccb24]);if(_0x4277de[_0x9273e9(-_0x1bf8ba._0x2b06a1,-0x263,-0x251,-_0x1bf8ba._0x561326)](_0x494364[_0x9273e9(-_0x1bf8ba._0x3b9443,-0x201,-0x20b,-_0x1bf8ba._0x19e5eb)],-0x11*-0x18d+0x24e9+-0x3f46))return{'success':![],'error':_0x2a9d06(-0xea,-_0x1bf8ba._0x272d99,-0x14f,-_0x1bf8ba._0x57a9be)+'response\x20m'+_0x9273e9(-0x1f8,-_0x1bf8ba._0x5ce278,-0x20a,-_0x1bf8ba._0xabfb54)+_0x9273e9(-0x1f0,-_0x1bf8ba._0x8d6f55,-0x1ca,-0x207)+'ds:\x20'+_0x494364[_0x9273e9(-_0x1bf8ba._0x54bf2f,-_0x1bf8ba._0x22800a,-0x219,-0x26e)](',\x20')};const _0x5e6988={};return _0x5e6988['success']=!![],_0x5e6988[_0x2a9d06(-_0x1bf8ba._0x1688d9,-0xbe,-_0x1bf8ba._0x412e1b,-0xb1)]=_0x44684a[_0x2a9d06(-_0x1bf8ba._0x13a61c,-0xcd,-0x59,-_0x1bf8ba._0x546c25)],_0x5e6988[_0x9273e9(-_0x1bf8ba._0x388b30,-_0x1bf8ba._0x55a2d7,-_0x1bf8ba._0x3b8025,-0x206)+_0x9273e9(-0x2ad,-0x220,-0x272,-0x27f)+'nt']=_0x44684a[_0x2a9d06(-0xc0,-_0x1bf8ba._0x3613bc,-0x12e,-0x119)+'ion_endpoi'+'nt'],_0x5e6988[_0x2a9d06(-_0x1bf8ba._0x443975,-_0x1bf8ba._0x32f685,-0x144,-0x145)+'oint']=_0x44684a['token_endp'+'oint'],_0x5e6988[_0x2a9d06(-_0x1bf8ba._0x2cfc1a,-_0x1bf8ba._0x2810cc,-_0x1bf8ba._0x4c9b13,-_0x1bf8ba._0x418d3b)+_0x9273e9(-_0x1bf8ba._0x2d69d8,-_0x1bf8ba._0x1d9038,-0x262,-_0x1bf8ba._0x661f94)]=_0x44684a['scopes_sup'+_0x2a9d06(-_0x1bf8ba._0x29008a,-_0x1bf8ba._0x5c24a3,-0x13e,-_0x1bf8ba._0x3f757a)]||[],_0x5e6988;}else{const _0x33d168={};return _0x33d168[_0x9273e9(-0x1fa,-0x1e2,-0x210,-_0x1bf8ba._0xc7e563)]=![],_0x33d168[_0x9273e9(-0x1fc,-0x1fc,-0x23e,-0x253)]=_0x2a9d06(-0x172,-0x13e,-0xc5,-0x115)+'endpoint\x20r'+_0x9273e9(-0x29f,-0x23e,-0x260,-0x247)+_0x25a123[_0x9273e9(-0x271,-0x20a,-_0x1bf8ba._0x164eb8,-_0x1bf8ba._0xbdeb3f)]+':\x20'+_0x501d2f['statusText'],_0x33d168;}}catch(_0x1819d4){if(_0x4277de[_0x2a9d06(-0x90,-_0x1bf8ba._0x166c99,-_0x1bf8ba._0x1fa9df,-_0x1bf8ba._0x2eda7c)](_0x4277de[_0x9273e9(-0x29f,-_0x1bf8ba._0x54515e,-_0x1bf8ba._0x55423b,-0x1ef)],_0x4277de[_0x2a9d06(-_0x1bf8ba._0x44acb1,-0xd8,-_0x1bf8ba._0x2c584f,-_0x1bf8ba._0x2cfc1a)])){const _0x3c107f={};return _0x3c107f[_0x2a9d06(-0x13a,-0x96,-0x10b,-_0x1bf8ba._0xdf2144)]=![],_0x3c107f[_0x2a9d06(-_0x1bf8ba._0xbb7f44,-0xd7,-_0x1bf8ba._0x54c3bd,-_0x1bf8ba._0x541f04)]=_0x2dc311['message']||_0x4277de[_0x9273e9(-_0x1bf8ba._0xd21d66,-_0x1bf8ba._0x4a4d82,-0x22f,-_0x1bf8ba._0x44894d)],_0x3c107f;}else{const _0x516898={};return _0x516898[_0x2a9d06(-0xf3,-_0x1bf8ba._0x5731e6,-_0x1bf8ba._0x1a4984,-_0x1bf8ba._0xdf2144)]=![],_0x516898[_0x2a9d06(-_0x1bf8ba._0x528e84,-_0x1bf8ba._0x1dbfd5,-0xc6,-_0x1bf8ba._0x541f04)]=_0x1819d4['message']||_0x4277de[_0x2a9d06(-_0x1bf8ba._0x299599,-_0x1bf8ba._0x2a7554,-_0x1bf8ba._0xcdbbc2,-_0x1bf8ba._0x4464e3)],_0x516898;}}}
|
|
1
|
+
(function(_0x40ad99,_0x30dd65){const _0x58383d={_0x2ffb10:0x490,_0x1537e0:0x4bc,_0x2fb3a2:0x491,_0x57d51b:0x473,_0x43355d:0x313,_0x3647d5:0x331,_0x36b675:0x456,_0x1ca67c:0x46d,_0x3deea7:0x26c,_0x51eed2:0x23c,_0x2cb80d:0x298,_0x2cf6c7:0x280,_0x1f16b4:0x44d,_0x17d798:0x432,_0x25e206:0x4ac,_0x55ef54:0x275,_0x2419df:0x2a1,_0x4354f6:0x28a,_0xf0786f:0x25a,_0x2d0153:0x4ca,_0x13c6a0:0x48c,_0x14493c:0x4aa,_0x19712c:0x335,_0x56ae56:0x2ff,_0x16dc37:0x2ce,_0x2e0841:0x334,_0x576773:0x25e,_0x414d41:0x2d0,_0x5f56b8:0x322},_0x5554de={_0x49112f:0x1c5};function _0x4e3da6(_0x4b9d7d,_0x156fbe,_0x2fd7bd,_0x4838c6){return _0x28dc(_0x156fbe-0x374,_0x4838c6);}const _0x2eb4e0=_0x40ad99();function _0x32e9db(_0x208a8f,_0x68f966,_0x5a693,_0x42860f){return _0x28dc(_0x68f966-_0x5554de._0x49112f,_0x208a8f);}while(!![]){try{const _0x51c3ec=parseInt(_0x4e3da6(_0x58383d._0x2ffb10,_0x58383d._0x1537e0,_0x58383d._0x2fb3a2,_0x58383d._0x57d51b))/(0x599+0x9*-0x2e+-0x3fa)*(parseInt(_0x32e9db(0x357,_0x58383d._0x43355d,0x2b8,_0x58383d._0x3647d5))/(0xdd4+0xa6c+-0xd6*0x1d))+-parseInt(_0x4e3da6(_0x58383d._0x36b675,0x47a,_0x58383d._0x1ca67c,0x4ba))/(0x1*0x92+-0x4*0x3d0+-0x1*-0xeb1)*(parseInt(_0x32e9db(0x26e,_0x58383d._0x3deea7,_0x58383d._0x51eed2,_0x58383d._0x2cb80d))/(-0x945+-0x1ade+0x2427))+-parseInt(_0x32e9db(0x251,0x26e,0x238,_0x58383d._0x2cf6c7))/(-0x99e+-0x19a9*-0x1+0x803*-0x2)*(-parseInt(_0x4e3da6(0x468,_0x58383d._0x1f16b4,0x430,_0x58383d._0x17d798))/(-0x2214+0x1184+0x1096))+-parseInt(_0x4e3da6(_0x58383d._0x25e206,0x4c0,0x50e,0x4f6))/(0x9*-0x442+0x1af0+0x1*0xb69)*(-parseInt(_0x32e9db(_0x58383d._0x55ef54,_0x58383d._0x2419df,_0x58383d._0x4354f6,_0x58383d._0xf0786f))/(-0xedb*-0x1+0x3*0xe3+-0xc*0x175))+-parseInt(_0x4e3da6(_0x58383d._0x2d0153,0x499,_0x58383d._0x13c6a0,_0x58383d._0x14493c))/(-0xf73+-0x134b+0x22c7)+-parseInt(_0x32e9db(_0x58383d._0x19712c,_0x58383d._0x56ae56,_0x58383d._0x16dc37,_0x58383d._0x2e0841))/(0xc*0x29d+-0x1520*-0x1+0x112*-0x31)*(parseInt(_0x32e9db(_0x58383d._0x576773,0x296,0x29f,0x26d))/(-0xc2+-0x22ed*0x1+-0x23ba*-0x1))+-parseInt(_0x32e9db(_0x58383d._0x414d41,0x30f,0x34c,_0x58383d._0x5f56b8))/(0x3c5*-0x4+-0x1bec+-0x74*-0x5f);if(_0x51c3ec===_0x30dd65)break;else _0x2eb4e0['push'](_0x2eb4e0['shift']());}catch(_0x26de68){_0x2eb4e0['push'](_0x2eb4e0['shift']());}}}(_0x7cef,0xa5790+-0x11d*0xeff+-0x7e7b7*-0x2));import*as _0xec6976 from'openid-client';function _0x28dc(_0x1931da,_0x22dd14){_0x1931da=_0x1931da-(-0x1969+-0x174d+0x6b*0x76);const _0xaee850=_0x7cef();let _0x480956=_0xaee850[_0x1931da];if(_0x28dc['ZJImtK']===undefined){var _0x39e847=function(_0x373df1){const _0x621c4='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2bc193='',_0x3c772d='';for(let _0x3437ca=0x1*0x2363+-0x1cd5+-0x68e,_0x337b26,_0x2547a3,_0x44b17b=-0xa57*0x3+0x2611+-0xb*0xa4;_0x2547a3=_0x373df1['charAt'](_0x44b17b++);~_0x2547a3&&(_0x337b26=_0x3437ca%(0x233*-0x1+0xf64+-0xd2d)?_0x337b26*(-0xb5c*-0x1+0x1a29+-0x2545)+_0x2547a3:_0x2547a3,_0x3437ca++%(-0x1ccb+-0xe62+0x1*0x2b31))?_0x2bc193+=String['fromCharCode'](-0x2196+0x2087+0x20e&_0x337b26>>(-(-0x1972+-0x5*0x56+-0x12e*-0x17)*_0x3437ca&0x1654+-0x13dc+0x139*-0x2)):0x1*0x13d9+0xa*0x31d+-0x32fb){_0x2547a3=_0x621c4['indexOf'](_0x2547a3);}for(let _0x26f0d4=-0x1447+0x151*0x16+0xf7*-0x9,_0x5c93aa=_0x2bc193['length'];_0x26f0d4<_0x5c93aa;_0x26f0d4++){_0x3c772d+='%'+('00'+_0x2bc193['charCodeAt'](_0x26f0d4)['toString'](0x215*0x11+-0x79*0x49+-0xd4))['slice'](-(0x7b7+0x8d2*-0x1+0x11d));}return decodeURIComponent(_0x3c772d);};_0x28dc['PSdIbi']=_0x39e847,_0x28dc['QdDixi']={},_0x28dc['ZJImtK']=!![];}const _0x5a4c01=_0xaee850[0x1a1e+0x1fd6+0x2*-0x1cfa],_0x3e2877=_0x1931da+_0x5a4c01,_0xcbfeae=_0x28dc['QdDixi'][_0x3e2877];return!_0xcbfeae?(_0x480956=_0x28dc['PSdIbi'](_0x480956),_0x28dc['QdDixi'][_0x3e2877]=_0x480956):_0x480956=_0xcbfeae,_0x480956;}import{promises as _0x15b453}from'fs';function _0x7cef(){const _0x2fd3f7=['Bg9Hzcbpsurdia','BNrPy2f0Aw9Uia','yxv0Ag9YAxPHDa','C3vI','zxjLzcbZDwnJzq','zxrLCG','C3vJy2vZCW','DxjS','q2DRshO','EMPrDu8','z2v0','y2XHAw1Z','tM8Gt0LeqYbJBW','BgXLBMDL','zxjYB3i','q29KzvzLCMLMAq','AwruB2TLBG','y29UBMvJDcb0BW','zwPht2y','C3rHDhvZvgv4Da','CML6yxrPB24Gvq','nJiXoti3uMLXufPm','vxLSr3i','uZi1nG','y2XPzw50x2LK','qKXtt20','yNvPBgrbDxrOBW','igrPC2nVDMvYEq','ywXSB3DFBg9Jyq','Aw9Uq29KzuDYyq','wLbQBxe','vK5jsfq','wwzUv2i','zw1HAwW','CLfSwgm','Dgf0zsbWyxjHBq','zxr1CM5Lzca','C3vJy2vZC2z1Ba','zeTxvMi','uLP0sNm','Ewndvxm','y2XPzw50x3nLyW','ndq4nZC5mgHwy2TMvq','zgvMyxvSDf9YBW','zgLZCgXHEv9Uyq','t0LeqYbHDxrOzq','Bf9HDxrO','zgLZy292zxiGtW','t0LeqYbWCM92Aq','CMvHzezPBgu','zw5KCg9PBNqGCG','CMv0','B25MAwD1CMf0Aq','zgvSzxrL','yxrL','zgv2zwXVCgvY','mZG4m2jjwvjMzG','y3jLyxrLzef0','mJCXntqZmNbHwuroza','u3rHDguGCgfYyq','mJeXneHTr3HVsa','lNnLy3jLDhm','nti4Cu1wuMXM','y29KzvzLCMLMAq','zw5HyMXLza','AeXdAwC','C3vIC3rYAw5N','zgvIDwC','zcbPBIbJB25MAq','CMv0x2zPBgu','rgLZy292zxj5ia','ALzZshK','C3rHDgu','igvUzhbVAw50','AxnZAw5NihjLCq','CgfYC2u','BMfTzq','sfzxz2i','DxLsu2W','BI9VCgvUAwqTyW','Cg9YDgvK','t0LeqYbJywnOzq','DgGGu1np','mti3nZjxtMzdy3G','uhPLuwO','mZeWCuDeD2Ty','ChjVzMLSzq','CMvHzcbpsurdia','zMfPBgvK','Cgf0Aa','C2vHCMnOugfYyq','vKT5wwy','C0XStuS','y2XLyxi','BI9QC29U','y2XPzw50ihnLyW','CMvK','sennvhq','B2LUDa','rNHQweW','yxbWBgLJyxrPBW','ww5tzvy','AfLzy0m','C3rHDhvZ','EwrLy3a','EMfzzuS','zYbpsurdihbYBW','zLzTC1G','z3vYyxrPB24GBa','zMLSDgvY','C2v0','ignSzwfYzwq','BMnL','CMv0igzYB20G','AxmGzgLZywjSzq','t0LeqYbHDxrOBW','A29mu24','Dw5Yzwy','ru5pru5u','zdOG','sgvtBhm','qwnJzxb0','AM9PBG','wefrzeK','yxv0B19WCM92Aq','mtfHENj0s2G','tgXhsMS','r1nQEvi','CeTyq20','DwLYzwqGzMLLBa','DMLKzxi','Bwv0zxiGzxHWAq','ywnJzxnZvg9Rzq','nte2mtHQt2T6qLG','AxnZDwvY','Dg9tDhjPBMC','mJu0nhfyzfDQsW','CMfUzg9TqNL0zq','CMLMAwvY','v0fRuee','Au15Dxm','z3vYyxrPB24','CgTJzunVzgvwzq','sfjwAeS','r2vUzxjHDgvKia','y29Kzq','qYbJB25MAwD1CG','u2LNBIbPBIb3Aq','s3H1sxO','zxHWzwn0zwrtDa','CMvZCg9UC2uGBq','Aw9Ux2vUzhbVAq','wefOChu','C2nVCgvZ','zgvYigrPC2nVDG','zhm6ia','rMzkrfa','lI4U','Dg9Rzw5Fzw5KCa','AhjLzG','BMzPz3vYyxrPBW','sw52ywXPzcbVCG','D3zwCei','y29UzMLNDxjHDa','yxv0B1bYB3zPCW','DhvODxu','B2LKyY5QC29U','ywXSB3DmB2nHBa','ugfAyKu','Aw9U','CMfUzg9TueTdrq','igv4y2HHBMDLia','BM93','ufLjD1y','C2LVBG','surdihbYB3zPza','DxrMltG','zw50CMLLCW','mJCZr0rhsgfk','BwvZC2fNzq','AxnbyNnVBhv0zq','Aw5MBW','BLP6qMu','rMfPBgvKihrVia','ANnVBG','AMzyAhO','wg5AEeq','B3bLBMLK'];_0x7cef=function(){return _0x2fd3f7;};return _0x7cef();}import _0x42109b from'path';import _0x366f89 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(-0x6e6+0xa*-0x83+0xc0e)*(0x2cd+0x2646+-0x28d7)*(0x1dd6+0x1374+-0x2d62);setInterval(()=>{const _0x59c3fa={_0x23563e:0x3eb,_0x387eb2:0x418,_0xf6d9b5:0x419,_0x20faf0:0x3e8,_0x3fdb6b:0x445,_0xdaac76:0x463,_0x1c4615:0x44a,_0x210e8f:0x461,_0x3c6301:0x46c,_0x508fbb:0x45d,_0x1379a8:0x410},_0xfe265c={_0xe7ea49:0x11c};function _0x58d6a6(_0x1b2abf,_0x3f1522,_0x3f55ca,_0x497487){return _0x28dc(_0x3f55ca-0x318,_0x3f1522);}const _0xa022c1={};_0xa022c1['EYpEc']=function(_0x50168f,_0x12b023){return _0x50168f-_0x12b023;};const _0x5a5f87=_0xa022c1;function _0x4b1b4b(_0x9e5a2c,_0x2bb0a,_0x3e9204,_0x16f463){return _0x28dc(_0x9e5a2c-_0xfe265c._0xe7ea49,_0x16f463);}const _0x18ae8b=Date[_0x58d6a6(0x3d2,_0x59c3fa._0x23563e,_0x59c3fa._0x387eb2,_0x59c3fa._0xf6d9b5)]();for(const [_0x49426a,_0x6021d9]of stateStore[_0x58d6a6(_0x59c3fa._0x20faf0,_0x59c3fa._0x3fdb6b,0x41d,_0x59c3fa._0xdaac76)]()){_0x5a5f87['EYpEc'](_0x18ae8b,_0x6021d9[_0x58d6a6(0x4b0,_0x59c3fa._0x1c4615,_0x59c3fa._0x210e8f,_0x59c3fa._0x3c6301)])>STATE_TTL&&stateStore[_0x58d6a6(0x49d,0x476,_0x59c3fa._0x508fbb,_0x59c3fa._0x1379a8)](_0x49426a);}},(-0x1*0x1628+-0x1*-0x2587+0x3*-0x51e)*(-0x141*-0x1b+0x1*0x91f+-0x2abe)*(0xe3e*0x2+0x10f*0xd+-0x2657))[_0x48bcbd(-0x21e,-0x241,-0x272,-0x24c)]();let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x1f7915={_0x7afb07:0x10a,_0x401d2e:0x123,_0x1612c7:0x12e,_0x458f1a:0x303,_0x4bb606:0x305,_0x27a778:0x314,_0x1af5d1:0xda,_0x3ada2d:0x135,_0x35c61b:0x129,_0x55f20b:0x112,_0x18b096:0x90,_0x238492:0x78,_0x46b3e8:0x2fb,_0x52a2b5:0x32b,_0x4d5d6b:0x11f,_0x34c5c9:0xb7,_0x370fda:0x91,_0x2132ff:0x2cb,_0x1a15e1:0x2dc,_0xaa039b:0x300,_0x17a2a2:0x275,_0x236d83:0x278,_0x10376d:0x103,_0x51c075:0xbd,_0x244f21:0x6a,_0x2ddf8a:0xe4,_0x2612be:0xb7,_0x34c3f1:0x13f,_0x3e35aa:0xa4,_0x3a4abe:0xd9,_0x236b61:0x155,_0x3cbf76:0x2ee,_0x122d63:0x336,_0x599cf2:0x12e,_0xd60b3d:0x8b,_0x2e830e:0xd6,_0x8edb91:0x5a,_0x3a5cf4:0x7d,_0xff0d57:0x125,_0x261307:0xd3,_0x345685:0x113,_0x3ff289:0x121,_0x51aed8:0x119,_0x3404d4:0x136,_0x453754:0x101,_0x50573b:0xd0,_0x5dab23:0x11b,_0x1ac02b:0xd7,_0x7a6d50:0x306,_0x340645:0x326,_0x2a3a5d:0x2de,_0x4e3d5c:0x2d1,_0x48179b:0x324,_0x2eaea2:0x10e,_0x181e3a:0x110,_0x5564d1:0xcc,_0x2e0bd4:0x48,_0x2da933:0x157,_0x4cf28d:0x168,_0x2a5d3d:0xef,_0x5d035b:0x146,_0x15277e:0x33a,_0x1dfab7:0x344,_0x47604f:0xf2,_0x52f2b1:0x106,_0x3179d4:0x31c,_0x171db2:0x377,_0x5c4d38:0x2a7,_0x5a36cb:0x79,_0x1de858:0xb7,_0x48eeb4:0x300,_0x45a691:0x27e,_0x32edb8:0x2e0,_0x3d5389:0x2f8,_0x50665d:0x9a,_0xd12cfc:0xc2,_0x19ce09:0xef,_0x2567d7:0x2d0,_0x3a0f11:0x2b3,_0x3792ea:0x2ef,_0x14afe4:0x2c9,_0x353bc6:0x2d5,_0x43f73e:0x2a1,_0x3197f0:0x2ef,_0x1c2e66:0x87,_0x3a0c35:0x323,_0x2e6474:0x36c,_0x38d8be:0x323,_0x8efc10:0x373,_0x3d1649:0x2ea,_0x4f6185:0xcc,_0x54a1b6:0xe3,_0x3140c9:0xb9,_0x3b48eb:0x90,_0x13af72:0xd1,_0x2ac830:0x9a,_0x289aae:0x33f,_0x20fed2:0x368,_0x31da43:0x323,_0xf0a47b:0x2f4,_0xde9f09:0x90,_0x367e86:0x2a5,_0x12cd9f:0x26c,_0x4ec65e:0x46,_0x5c73df:0x98,_0x46654b:0x342,_0x2cceb7:0x371,_0x1b9aa1:0x28b,_0x1c071a:0xf9,_0x787fd7:0xd7,_0x512ea9:0x295,_0x2ec5b5:0x282,_0x352883:0x26c,_0x5720e2:0x25d,_0x52c5f6:0x80,_0x570fb0:0xd5,_0x3a0305:0xb3,_0x4db97d:0xc5,_0x4f4f27:0xac,_0x24b176:0x32d,_0xe12fed:0x357,_0x47e788:0x2f5,_0xe26100:0x379,_0x2841b6:0x29d,_0x5b9972:0x2a3,_0x41ac3d:0x2e8,_0x38cecf:0x2ad,_0x1f6b81:0x327,_0xe2e3bb:0x325,_0x88bbfe:0x320,_0x193c65:0x2d2,_0x3b4626:0x104,_0xf8c6df:0x10f,_0x92b596:0x11d,_0x538575:0x256,_0xeae03c:0x271,_0x52eb58:0x2fe,_0x18f89a:0x318,_0x1fa2a4:0x2ae,_0x44c422:0x303,_0x580b49:0x314,_0x1df4e:0x2d0,_0x4fb0d1:0x2a6,_0x4f8c80:0xfc,_0x5b4e61:0xae,_0x172255:0xe5,_0x450783:0x70,_0x5170b1:0xe0,_0x1cac5c:0x9e,_0x253201:0x328,_0x29cf93:0x305,_0x50dec0:0x137,_0x58c8d4:0x15d,_0x955ffa:0x144,_0x457b54:0x9c,_0x8ecc33:0x6e,_0x5f02f8:0xa9,_0x568542:0x326,_0x47be2a:0x35b,_0x4ab531:0x2ea,_0x12a5a3:0x290,_0x374f18:0x268,_0x50f5b6:0x164,_0x13d09e:0xaa,_0x4323fc:0xed,_0x291fde:0x137,_0x40b8ff:0xb2,_0x58ab15:0xe3,_0x44bd26:0x2f0,_0x30a6c3:0x293,_0x3af325:0xc1,_0x235920:0x122,_0x7410d4:0x292,_0x17ec92:0xc3,_0x5de01c:0x142,_0x4545d:0x2e3,_0xef6c44:0x178,_0x25917b:0x136,_0x48ec0d:0xee,_0x528406:0x138,_0x4416ae:0x70,_0x4e189a:0xb4,_0x1a2ae0:0xee,_0x62fa18:0x96,_0x14d757:0xfb,_0x1cde69:0x2e1,_0x31c2d2:0x32e,_0x1001e0:0xb8,_0x2870b6:0x59,_0x356779:0xe3,_0x5c9c6d:0x8f,_0x493335:0x313,_0xb56f9e:0x264},_0x143d88={_0x1a45fb:0xef,_0x231e0d:0xb5},_0x3c6070={};function _0x2b25de(_0x453ec3,_0x3a5d78,_0x3c819b,_0x2803f4){return _0x48bcbd(_0x2803f4,_0x453ec3-0x4f4,_0x3c819b-_0x143d88._0x1a45fb,_0x2803f4-_0x143d88._0x231e0d);}_0x3c6070[_0x3edc8b(-_0x1f7915._0x7afb07,-_0x1f7915._0x401d2e,-0x15c,-_0x1f7915._0x1612c7)]=function(_0x1bacb2,_0x37b070){return _0x1bacb2>_0x37b070;},_0x3c6070[_0x2b25de(_0x1f7915._0x458f1a,0x2cf,0x2f1,0x353)]=_0x2b25de(0x2e4,_0x1f7915._0x4bb606,_0x1f7915._0x27a778,0x333),_0x3c6070[_0x3edc8b(-0xd8,-_0x1f7915._0x1af5d1,-0x179,-0x129)]=function(_0xf5d2ce,_0x3811ac){return _0xf5d2ce===_0x3811ac;},_0x3c6070['rQlXc']=_0x3edc8b(-_0x1f7915._0x3ada2d,-_0x1f7915._0x35c61b,-0xbe,-_0x1f7915._0x55f20b),_0x3c6070['qvUla']=_0x3edc8b(-_0x1f7915._0x18b096,-_0x1f7915._0x238492,-0xea,-0xa8)+_0x2b25de(_0x1f7915._0x46b3e8,_0x1f7915._0x52a2b5,0x30d,0x2ac)+_0x3edc8b(-0xc5,-0xfb,-0xe0,-_0x1f7915._0x4d5d6b)+_0x3edc8b(-_0x1f7915._0x34c5c9,-0x4d,-0xd8,-_0x1f7915._0x370fda)+_0x2b25de(_0x1f7915._0x2132ff,_0x1f7915._0x1a15e1,_0x1f7915._0xaa039b,_0x1f7915._0x17a2a2),_0x3c6070[_0x2b25de(0x2a7,0x274,_0x1f7915._0x236d83,0x255)]=_0x3edc8b(-0xf0,-_0x1f7915._0x10376d,-0xa3,-_0x1f7915._0x51c075),_0x3c6070[_0x3edc8b(-_0x1f7915._0x244f21,-_0x1f7915._0x2ddf8a,-0xf8,-_0x1f7915._0x2612be)]='issuer';function _0x3edc8b(_0xd06900,_0x17d6e0,_0x1c09de,_0x11eb3f){return _0x48bcbd(_0x17d6e0,_0x11eb3f-0x125,_0x1c09de-0x17b,_0x11eb3f-0x1ee);}_0x3c6070[_0x3edc8b(-_0x1f7915._0x34c3f1,-_0x1f7915._0x3e35aa,-_0x1f7915._0x3a4abe,-0xef)]='GhkKl',_0x3c6070[_0x3edc8b(-0x11f,-_0x1f7915._0x236b61,-0x14a,-0x144)]=function(_0x1c6a2b,_0x1d421e){return _0x1c6a2b!==_0x1d421e;},_0x3c6070['XnZxD']='ihFMp',_0x3c6070[_0x3edc8b(-0x14b,-0x172,-0x116,-0x126)]=_0x2b25de(_0x1f7915._0x3cbf76,0x311,_0x1f7915._0x122d63,0x33c),_0x3c6070['koLSn']=_0x3edc8b(-_0x1f7915._0x599cf2,-_0x1f7915._0xd60b3d,-0x10b,-_0x1f7915._0x2e830e),_0x3c6070['pKXCm']=_0x3edc8b(-_0x1f7915._0x8edb91,-0xd9,-_0x1f7915._0x3a5cf4,-0xb4),_0x3c6070['TDkxg']='OIDC\x20confi'+_0x3edc8b(-0xdd,-_0x1f7915._0xff0d57,-_0x1f7915._0x261307,-_0x1f7915._0xff0d57)+'oaded',_0x3c6070['xXRmx']=function(_0x495152,_0x5d6c42){return _0x495152!==_0x5d6c42;},_0x3c6070[_0x3edc8b(-0x12f,-_0x1f7915._0x345685,-_0x1f7915._0x3ff289,-_0x1f7915._0x51aed8)]=function(_0x44dd70,_0x4e314b){return _0x44dd70===_0x4e314b;},_0x3c6070[_0x3edc8b(-_0x1f7915._0x3404d4,-_0x1f7915._0x453754,-0x11d,-0xec)]=_0x3edc8b(-0xdb,-_0x1f7915._0x50573b,-0x152,-_0x1f7915._0x5dab23),_0x3c6070[_0x3edc8b(-_0x1f7915._0x1ac02b,-0x7e,-0x7b,-0xbc)]=_0x2b25de(_0x1f7915._0x7a6d50,0x2df,_0x1f7915._0x340645,0x2de)+_0x2b25de(_0x1f7915._0x2a3a5d,_0x1f7915._0x4e3d5c,_0x1f7915._0x46b3e8,_0x1f7915._0x48179b)+'n\x20file\x20fou'+'nd';const _0x44a3f9=_0x3c6070,_0x79a97b=_0x42109b['join'](DATA_DIR,_0x44a3f9[_0x3edc8b(-0x88,-_0x1f7915._0x2eaea2,-_0x1f7915._0x181e3a,-_0x1f7915._0x5564d1)]);try{const _0x190255=await _0x15b453[_0x3edc8b(-0x5a,-_0x1f7915._0x2e0bd4,-0xc0,-0xa4)](_0x79a97b,_0x3edc8b(-0xb3,-0x12d,-0xb8,-0xe1)),_0x5176a0=JSON[_0x3edc8b(-_0x1f7915._0x2da933,-_0x1f7915._0x4cf28d,-_0x1f7915._0x2a5d3d,-_0x1f7915._0x5d035b)](_0x190255);if(!_0x5176a0[_0x2b25de(_0x1f7915._0x15277e,_0x1f7915._0x1dfab7,0x2dd,0x30f)])return _0x44a3f9[_0x3edc8b(-0x14e,-_0x1f7915._0x47604f,-_0x1f7915._0x52f2b1,-_0x1f7915._0x35c61b)](_0x44a3f9[_0x2b25de(_0x1f7915._0x3179d4,0x323,_0x1f7915._0x171db2,0x345)],'TtjVw')?_0x3a2434:(logger['info'](_0x44a3f9['qvUla']),null);const _0x2ad2f9=[_0x44a3f9[_0x2b25de(_0x1f7915._0x5c4d38,0x2eb,0x27c,0x24e)],_0x44a3f9[_0x3edc8b(-_0x1f7915._0x5a36cb,-0xb2,-0x64,-_0x1f7915._0x1de858)]];for(const _0x299c4a of _0x2ad2f9){if(!_0x5176a0[_0x299c4a]){if(_0x44a3f9[_0x2b25de(0x2a6,_0x1f7915._0x48eeb4,_0x1f7915._0x45a691,0x2b8)](_0x44a3f9[_0x2b25de(_0x1f7915._0x32edb8,_0x1f7915._0x3d5389,0x309,0x2e6)],_0x44a3f9[_0x3edc8b(-_0x1f7915._0x50665d,-0x12d,-_0x1f7915._0xd12cfc,-_0x1f7915._0x19ce09)]))throw new Error('Missing\x20re'+'quired\x20OID'+_0x2b25de(_0x1f7915._0x2567d7,_0x1f7915._0x3a0f11,_0x1f7915._0x3792ea,_0x1f7915._0x14afe4)+'ation\x20fiel'+_0x2b25de(0x2b5,0x2c2,_0x1f7915._0x353bc6,0x2d3)+_0x299c4a);else _0x44a3f9[_0x2b25de(_0x1f7915._0x43f73e,_0x1f7915._0x3197f0,0x2d7,0x2ac)](_0x1e2278-_0xfa103f[_0x3edc8b(-_0x1f7915._0x1c2e66,-0x49,-0x8a,-0x9c)],_0x477f50)&&_0x6b25ff[_0x3edc8b(-0x8d,-0x84,-0xa4,-0xa0)](_0x576307);}}if(!_0x5176a0[_0x2b25de(_0x1f7915._0x3a0c35,_0x1f7915._0x2e6474,0x365,0x2d6)+'ret']&&_0x5176a0[_0x2b25de(_0x1f7915._0x38d8be,_0x1f7915._0x8efc10,_0x1f7915._0x3d1649,0x303)+_0x3edc8b(-_0x1f7915._0x4f6185,-_0x1f7915._0x54a1b6,-_0x1f7915._0x3140c9,-_0x1f7915._0x3b48eb)]){const _0x49e2ef=_0x42109b[_0x3edc8b(-_0x1f7915._0x3a4abe,-_0x1f7915._0x13af72,-_0x1f7915._0x2ac830,-0xdd)](_0x5176a0['client_sec'+_0x2b25de(_0x1f7915._0x289aae,_0x1f7915._0x171db2,_0x1f7915._0x48179b,_0x1f7915._0x20fed2)])?_0x5176a0[_0x2b25de(_0x1f7915._0x31da43,0x34e,_0x1f7915._0xf0a47b,0x2dd)+_0x3edc8b(-0x3d,-0xca,-_0x1f7915._0x1ac02b,-_0x1f7915._0xde9f09)]:_0x42109b[_0x2b25de(0x2b8,_0x1f7915._0x367e86,0x2e5,_0x1f7915._0x12cd9f)](DATA_DIR,_0x3edc8b(-0xbb,-_0x1f7915._0x4ec65e,-0xc8,-_0x1f7915._0x5c73df),_0x5176a0[_0x2b25de(0x323,0x2ef,_0x1f7915._0x46654b,0x361)+_0x2b25de(0x33f,0x30a,_0x1f7915._0x2cceb7,0x2e4)]);try{if(_0x44a3f9[_0x2b25de(_0x1f7915._0x1b9aa1,0x2bc,0x2a5,0x2d4)](_0x44a3f9[_0x3edc8b(-_0x1f7915._0x1c071a,-0x83,-0xb2,-_0x1f7915._0x787fd7)],_0x44a3f9['XnZxD']))throw new _0x16f0ae('Failed\x20to\x20'+_0x2b25de(_0x1f7915._0x512ea9,0x2bf,_0x1f7915._0x2ec5b5,0x2f3)+_0x2b25de(0x29d,0x261,_0x1f7915._0x352883,_0x1f7915._0x5720e2)+'ret\x20from\x20'+_0x5309ae+':\x20'+_0x28ee2b[_0x3edc8b(-_0x1f7915._0x52c5f6,-0xf1,-0xfd,-0xde)]);else _0x5176a0[_0x3edc8b(-_0x1f7915._0x570fb0,-_0x1f7915._0x3a0305,-_0x1f7915._0x4db97d,-_0x1f7915._0x4f4f27)+_0x2b25de(_0x1f7915._0x24b176,_0x1f7915._0xe12fed,0x354,0x2ec)]=(await _0x15b453[_0x2b25de(0x32b,_0x1f7915._0x47e788,0x334,_0x1f7915._0xe26100)](_0x49e2ef,_0x44a3f9['fVmsX']))['trim']();}catch(_0x19338a){throw new Error('Failed\x20to\x20'+'read\x20OIDC\x20'+_0x2b25de(_0x1f7915._0x2841b6,_0x1f7915._0x5b9972,_0x1f7915._0x41ac3d,0x2ab)+_0x2b25de(0x2af,_0x1f7915._0x38cecf,0x2ca,0x268)+_0x49e2ef+':\x20'+_0x19338a[_0x2b25de(0x2f1,0x2c4,0x31e,_0x1f7915._0x1f6b81)]);}}_0x5176a0[_0x2b25de(0x2d7,0x2c8,_0x1f7915._0xe2e3bb,0x294)]=_0x5176a0[_0x2b25de(0x2d7,0x2af,_0x1f7915._0x88bbfe,_0x1f7915._0x193c65)]||[_0x44a3f9[_0x3edc8b(-0x146,-_0x1f7915._0x3b4626,-_0x1f7915._0xf8c6df,-_0x1f7915._0x92b596)],_0x2b25de(0x294,_0x1f7915._0x538575,0x2b1,_0x1f7915._0xeae03c),_0x44a3f9[_0x3edc8b(-0xee,-0xfe,-0x11e,-0x111)]],_0x5176a0[_0x2b25de(0x2ba,_0x1f7915._0x52eb58,0x270,_0x1f7915._0x18f89a)+_0x2b25de(0x2ec,_0x1f7915._0x1fa2a4,0x2ed,_0x1f7915._0x44c422)]=_0x5176a0[_0x2b25de(0x2ba,_0x1f7915._0x580b49,_0x1f7915._0x1df4e,_0x1f7915._0x4fb0d1)+_0x3edc8b(-0x103,-_0x1f7915._0x4f8c80,-0x8d,-_0x1f7915._0x54a1b6)]!==![],_0x5176a0[_0x3edc8b(-0xc9,-_0x1f7915._0x5b4e61,-0x103,-0xaa)+'le']=_0x5176a0[_0x2b25de(0x325,0x327,0x313,0x334)+'le']||_0x3edc8b(-_0x1f7915._0x172255,-_0x1f7915._0x450783,-_0x1f7915._0x5170b1,-_0x1f7915._0x1cac5c),_0x5176a0[_0x3edc8b(-0x94,-0xd9,-0xd4,-0xb9)+_0x2b25de(_0x1f7915._0x253201,_0x1f7915._0x29cf93,0x369,0x30a)]=_0x44a3f9[_0x3edc8b(-0x12b,-_0x1f7915._0x50dec0,-_0x1f7915._0x58c8d4,-_0x1f7915._0x955ffa)](_0x5176a0[_0x3edc8b(-_0x1f7915._0x55f20b,-_0x1f7915._0x457b54,-_0x1f7915._0x8ecc33,-0xb9)+_0x3edc8b(-0x100,-_0x1f7915._0x13af72,-0xea,-0xa7)],![]),_0x5176a0[_0x3edc8b(-0x9e,-0x4b,-0x7b,-_0x1f7915._0x5f02f8)+'me']=_0x5176a0[_0x2b25de(_0x1f7915._0x568542,_0x1f7915._0x47be2a,0x2f9,0x30b)+'me']||_0x2b25de(0x2d1,_0x1f7915._0xe2e3bb,_0x1f7915._0x4ab531,0x2a9)+_0x2b25de(_0x1f7915._0x12a5a3,_0x1f7915._0x374f18,0x248,0x2cd),cachedConfig=_0x5176a0;const _0x51265b={};return _0x51265b['issuer']=_0x5176a0[_0x3edc8b(-0x151,-0x13c,-_0x1f7915._0x50f5b6,-0x10b)],_0x51265b['clientId']=_0x5176a0['client_id'],_0x51265b[_0x3edc8b(-0x116,-0xb9,-_0x1f7915._0x13d09e,-_0x1f7915._0x4323fc)+'ion']=_0x5176a0[_0x3edc8b(-0x10b,-_0x1f7915._0x291fde,-0x15d,-0x115)+_0x3edc8b(-_0x1f7915._0x40b8ff,-0xe3,-0x133,-_0x1f7915._0x58ab15)],_0x51265b[_0x2b25de(0x2e5,_0x1f7915._0x7a6d50,_0x1f7915._0x44bd26,_0x1f7915._0x30a6c3)+'Auth']=_0x5176a0['allow_loca'+'l_auth'],logger[_0x3edc8b(-_0x1f7915._0x3af325,-_0x1f7915._0x1612c7,-0x81,-0xdc)](_0x44a3f9['TDkxg'],_0x51265b),_0x5176a0;}catch(_0x108763){if(_0x44a3f9['xXRmx'](_0x3edc8b(-0x96,-0x110,-_0x1f7915._0x235920,-0xdb),_0x2b25de(_0x1f7915._0x7410d4,0x249,_0x1f7915._0x12a5a3,0x2aa))){if(_0x44a3f9[_0x3edc8b(-_0x1f7915._0x17ec92,-0xf4,-0xe1,-_0x1f7915._0x51aed8)](_0x108763[_0x3edc8b(-0xeb,-_0x1f7915._0x5de01c,-0xba,-0x100)],_0x44a3f9[_0x2b25de(_0x1f7915._0x4545d,0x30b,0x294,0x321)])){const _0x4e8dcc={};return _0x4e8dcc[_0x3edc8b(-_0x1f7915._0xef6c44,-_0x1f7915._0x25917b,-_0x1f7915._0x48ec0d,-_0x1f7915._0x528406)]=_0x79a97b,logger[_0x3edc8b(-0x57,-0xd7,-0x83,-0x92)](_0x44a3f9[_0x3edc8b(-0xdc,-_0x1f7915._0x4416ae,-0x99,-0xbc)],_0x4e8dcc),null;}logger[_0x3edc8b(-_0x1f7915._0x4e189a,-_0x1f7915._0x1a2ae0,-_0x1f7915._0x62fa18,-0xc7)](_0x3edc8b(-_0x1f7915._0x4f4f27,-_0x1f7915._0x14d757,-0xf0,-_0x1f7915._0x1af5d1)+_0x2b25de(0x2fa,0x354,0x2a1,0x2f6)+_0x2b25de(_0x1f7915._0x1cde69,_0x1f7915._0x31c2d2,0x30d,0x2ec)+_0x3edc8b(-0x114,-_0x1f7915._0x1001e0,-0x10e,-0xe8),_0x108763);throw _0x108763;}else return{'success':![],'error':_0x3edc8b(-0xcb,-_0x1f7915._0x2870b6,-_0x1f7915._0x356779,-_0x1f7915._0x5c9c6d)+'response\x20m'+'issing\x20req'+_0x2b25de(0x2bf,0x26c,0x282,_0x1f7915._0x493335)+_0x2b25de(0x2d9,0x317,0x2c2,_0x1f7915._0x52a2b5)+_0x4e7f69[_0x2b25de(0x2b8,0x26d,_0x1f7915._0xb56f9e,0x2be)](',\x20')};}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x24c33d){const _0x5746f5={_0x39fd9a:0x16d,_0x272da9:0x114,_0xc451c6:0x109,_0x2d3fea:0xc3,_0x392d87:0x520,_0x4f19b8:0x152,_0x484f67:0x1a9,_0x3d434b:0x4b7,_0x1914d3:0x48e,_0x41f78f:0x4d3,_0x1eada6:0x106,_0x378af8:0x4d2,_0x8f958f:0x46f,_0x2f438d:0xff,_0x57b5e2:0x53f,_0xa72231:0x524,_0x7c95f4:0x4fe,_0x428a8b:0x487,_0x492091:0x4e7,_0x33b165:0x4d6,_0x394857:0x13e,_0x257315:0x188,_0x33bbb1:0xcd,_0x42e589:0xbc,_0x275164:0x18c,_0x42155d:0x192,_0x5ca06c:0x10d,_0x51d726:0x511,_0x575be7:0x505,_0x1f646a:0x55a,_0x5d81f9:0x13f,_0x35b1b6:0x19b,_0x6366d4:0x4f5,_0x246150:0x532,_0x58ae23:0x1a8,_0x1ef38e:0x106,_0x2636a3:0x151,_0x33160d:0x167,_0x33a3fc:0xd4,_0x3e2acc:0x148,_0x14e85a:0x540,_0x3049a2:0x4eb,_0xec4688:0x49e,_0x271047:0xb8,_0x2eb3a5:0xe9,_0x1a2462:0x10c,_0x5583bd:0x4ee,_0x415544:0x502,_0x110792:0x53e,_0x10bd44:0x120,_0xc87adf:0x192,_0x5c215b:0x169,_0x362251:0xee,_0x5269ad:0xe5,_0xaccde2:0x4fd,_0x49ce49:0xae,_0x3f122d:0x14c,_0x264d0d:0x127,_0x5914ac:0xf4,_0x4c5cd8:0x14b,_0x5009e3:0x15a,_0x2ab65e:0x4fb,_0x344b16:0x501,_0x473a47:0x51a,_0x2d09f3:0x15e,_0xd632d8:0x146,_0x16f4df:0x131,_0x17c6fb:0x12e,_0x39b77d:0x54d,_0x4e8be9:0x558,_0x399bde:0xfb,_0x344e38:0x116},_0xb7c5c3={_0x18d1ca:0x31d,_0x51b671:0x186},_0x1fd667={_0x2733c0:0x11c};function _0x112480(_0x562e9f,_0xe5fe04,_0x30723d,_0x4f7387){return _0x48bcbd(_0xe5fe04,_0x30723d-0x6d3,_0x30723d-0x153,_0x4f7387-_0x1fd667._0x2733c0);}const _0x5c68ce={};_0x5c68ce[_0x4ef459(_0x5746f5._0x39fd9a,0x149,_0x5746f5._0x272da9,_0x5746f5._0xc451c6)]=function(_0x53d8d3,_0x597624){return _0x53d8d3>_0x597624;},_0x5c68ce[_0x4ef459(0x10f,_0x5746f5._0x2d3fea,0x120,0x101)]=function(_0x12ade3,_0x86c33c){return _0x12ade3===_0x86c33c;},_0x5c68ce[_0x112480(0x4ce,0x4d7,_0x5746f5._0x392d87,0x554)]=_0x4ef459(_0x5746f5._0x4f19b8,0x133,0x164,_0x5746f5._0x484f67),_0x5c68ce[_0x112480(_0x5746f5._0x3d434b,_0x5746f5._0x1914d3,0x4eb,_0x5746f5._0x41f78f)]='Discoverin'+_0x4ef459(_0x5746f5._0x1eada6,0xef,0xd1,0x109)+_0x112480(0x469,_0x5746f5._0x378af8,0x49f,_0x5746f5._0x8f958f),_0x5c68ce[_0x4ef459(_0x5746f5._0x2f438d,0x154,0x149,0x186)]=function(_0x3af501,_0xe50501){return _0x3af501!==_0xe50501;},_0x5c68ce[_0x112480(_0x5746f5._0x57b5e2,0x535,0x501,_0x5746f5._0xa72231)]=_0x112480(_0x5746f5._0x7c95f4,_0x5746f5._0x428a8b,0x4a8,_0x5746f5._0x492091);const _0x7f09ec=_0x5c68ce;function _0x4ef459(_0x40a484,_0x4c9eb3,_0x4e3021,_0x33dcf6){return _0x48bcbd(_0x40a484,_0x4e3021-_0xb7c5c3._0x18d1ca,_0x4e3021-_0xb7c5c3._0x51b671,_0x33dcf6-0x98);}if(cachedOidcConfig)return cachedOidcConfig;try{if(_0x7f09ec[_0x112480(0x4c8,0x52c,_0x5746f5._0x33b165,0x4de)](_0x7f09ec[_0x4ef459(_0x5746f5._0x394857,0x134,0x16a,_0x5746f5._0x257315)],_0x4ef459(0xa9,0x96,_0x5746f5._0x33bbb1,_0x5746f5._0x42e589))){if(!_0x2f85d6)return null;const _0x3d833e={};return _0x3d833e[_0x4ef459(_0x5746f5._0x275164,_0x5746f5._0x42155d,0x163,_0x5746f5._0x5ca06c)]=!![],_0x3d833e[_0x112480(0x4b6,_0x5746f5._0x51d726,_0x5746f5._0x575be7,_0x5746f5._0x1f646a)+'me']=_0x3c0711[_0x4ef459(0x12e,_0x5746f5._0x5d81f9,0x14f,0x19d)+'me'],_0x3d833e[_0x4ef459(0x10b,_0x5746f5._0x35b1b6,0x13f,0x188)+'l_auth']=_0x54e4c2[_0x112480(0x4df,0x497,_0x5746f5._0x6366d4,_0x5746f5._0x246150)+_0x4ef459(_0x5746f5._0x58ae23,_0x5746f5._0x1ef38e,_0x5746f5._0x2636a3,_0x5746f5._0x33160d)],_0x3d833e;}else{const _0x3bcfa4={};return _0x3bcfa4['issuer']=_0x24c33d[_0x4ef459(_0x5746f5._0x33a3fc,_0x5746f5._0x3e2acc,0xed,0xe0)],logger['info'](_0x7f09ec[_0x112480(_0x5746f5._0x14e85a,0x540,_0x5746f5._0x3049a2,_0x5746f5._0xec4688)],_0x3bcfa4),cachedOidcConfig=await _0xec6976['discovery'](new URL(_0x24c33d[_0x4ef459(0xde,_0x5746f5._0x271047,0xed,0x136)]),_0x24c33d[_0x4ef459(_0x5746f5._0x2eb3a5,0xe9,0x13b,_0x5746f5._0x1a2462)],_0x24c33d[_0x112480(_0x5746f5._0x5583bd,0x544,_0x5746f5._0x415544,_0x5746f5._0x110792)+_0x4ef459(_0x5746f5._0x10bd44,_0x5746f5._0xc87adf,0x156,_0x5746f5._0x5c215b)]),logger[_0x4ef459(_0x5746f5._0x362251,_0x5746f5._0x5269ad,0x11c,0x10f)](_0x112480(0x4d0,0x4c2,0x509,_0x5746f5._0xaccde2)+_0x4ef459(0xef,_0x5746f5._0x49ce49,0x101,_0x5746f5._0x10bd44)+_0x4ef459(_0x5746f5._0x3f122d,0x13a,_0x5746f5._0x264d0d,0x104)+'ssfully'),cachedOidcConfig;}}catch(_0x1141af){if(_0x7f09ec['dKWVb'](_0x7f09ec[_0x4ef459(_0x5746f5._0x5914ac,0x122,_0x5746f5._0x4c5cd8,_0x5746f5._0x5009e3)],_0x7f09ec[_0x112480(_0x5746f5._0x2ab65e,0x501,_0x5746f5._0x344b16,0x51f)])){const _0x1d7c00=_0x514e89[_0x112480(0x4fa,_0x5746f5._0x473a47,0x4c9,0x48e)]();for(const [_0x44f115,_0x4018bf]of _0x232d02['entries']()){_0x7f09ec[_0x4ef459(0x119,0xd2,0x114,_0x5746f5._0x2d09f3)](_0x1d7c00-_0x4018bf['createdAt'],_0x404ba7)&&_0x5287c['delete'](_0x44f115);}}else{logger[_0x4ef459(0xd3,_0x5746f5._0xd632d8,_0x5746f5._0x16f4df,_0x5746f5._0x17c6fb)](_0x4ef459(0xce,0x146,0x11e,0x169)+_0x112480(0x565,_0x5746f5._0x39b77d,0x508,_0x5746f5._0x4e8be9)+_0x4ef459(_0x5746f5._0x399bde,_0x5746f5._0xc451c6,_0x5746f5._0x344e38,0x168)+'er',_0x1141af);throw _0x1141af;}}}function _0x48bcbd(_0x377fbe,_0x46ad62,_0x5c6d54,_0x351209){const _0x33056f={_0x130697:0x30a};return _0x28dc(_0x46ad62- -_0x33056f._0x130697,_0x377fbe);}export async function generateAuthorizationUrl(_0x376562,_0x503b0d){const _0x14a93c={_0x89fda4:0xde,_0x44b5e4:0x102,_0x50402d:0x21b,_0x41267a:0x2fa,_0x1ac618:0x2b4,_0x1f9522:0x2ca,_0xe57330:0x13f,_0x5e34a1:0x235,_0x283269:0x27b,_0x43e429:0x2ac,_0x171f93:0x273,_0x3c7934:0xff,_0x2306fe:0xe2,_0x19cc5a:0xfc,_0x2494ad:0x2ba,_0x4600c5:0x2f0,_0xec9383:0x29e,_0x4f03f9:0x2bd,_0x1a0481:0xdb,_0x18b747:0xfa,_0xf873b0:0x111,_0xa22c84:0x2b0,_0x51a01b:0x2af,_0x57f0ac:0x2a0,_0x2724d0:0x257,_0x16579d:0x2d1,_0x153e9b:0x28d,_0x4c3dcc:0x318,_0x2f5fd0:0x6f,_0x5bab37:0xc5,_0x583196:0x7f,_0x45f25e:0xa0,_0x4db215:0x272,_0x5104c2:0x315,_0x332b6f:0x301,_0x5fe10d:0x2e3,_0x28a2f1:0x261,_0x182a4d:0x25e,_0x4e7adf:0x23c},_0x548516={_0x33b9c0:0x11e,_0x2a84ac:0x1ec},_0x2c9659={_0x48137d:0xf3,_0x5aa654:0x57,_0x5a1cb6:0x16c};function _0x547589(_0x284882,_0x344d0f,_0x5f15d6,_0x12b07b){return _0x48bcbd(_0x284882,_0x344d0f-_0x2c9659._0x48137d,_0x5f15d6-_0x2c9659._0x5aa654,_0x12b07b-_0x2c9659._0x5a1cb6);}const _0x48f9d2={'HRVhK':function(_0x2c2fad,_0x24f816){return _0x2c2fad(_0x24f816);},'CgkHz':'hex','OsdWe':_0x547589(-_0x14a93c._0x89fda4,-0x133,-_0x14a93c._0x44b5e4,-0x16c)+_0x519892(0x227,0x26c,0x267,_0x14a93c._0x50402d)+_0x519892(0x2be,_0x14a93c._0x41267a,0x2c4,_0x14a93c._0x1ac618)+'RL','LlGJk':_0x519892(0x299,0x248,0x291,_0x14a93c._0x1ac618)},_0x1023ce=await _0x48f9d2[_0x519892(_0x14a93c._0x1f9522,0x25e,0x283,0x2ba)](discoverOidcProvider,_0x376562),_0x286d2c=_0x366f89[_0x547589(-0x11c,-0x13a,-_0x14a93c._0xe57330,-0x10b)+'s'](0x1*-0x12d5+-0x630+0x1925)[_0x519892(_0x14a93c._0x5e34a1,0x267,_0x14a93c._0x283269,_0x14a93c._0x43e429)](_0x48f9d2['CgkHz']),_0x1abcd7=_0x366f89[_0x519892(_0x14a93c._0x171f93,0x2d1,0x27d,0x24a)+'s'](-0x134c+-0x24d4*-0x1+0x2*-0x8b4)['toString'](_0x48f9d2[_0x547589(-0x14e,-_0x14a93c._0x3c7934,-_0x14a93c._0x2306fe,-_0x14a93c._0x19cc5a)]);function _0x519892(_0xda3e7f,_0x42c246,_0x591088,_0x39ffd8){return _0x48bcbd(_0x42c246,_0x591088-0x4aa,_0x591088-_0x548516._0x33b9c0,_0x39ffd8-_0x548516._0x2a84ac);}const _0x58080f=_0xec6976[_0x519892(_0x14a93c._0x2494ad,_0x14a93c._0x4600c5,_0x14a93c._0xec9383,_0x14a93c._0x4f03f9)+_0x547589(-0xdf,-0xf8,-0x14c,-0x14d)+'er'](),_0x49ef58=await _0xec6976['calculateP'+'KCECodeCha'+_0x547589(-_0x14a93c._0x1a0481,-_0x14a93c._0x18b747,-0x100,-_0x14a93c._0xf873b0)](_0x58080f);stateStore['set'](_0x286d2c,{'nonce':_0x1abcd7,'codeVerifier':_0x58080f,'createdAt':Date[_0x519892(_0x14a93c._0xa22c84,_0x14a93c._0x51a01b,_0x14a93c._0x57f0ac,_0x14a93c._0x2724d0)]()});const _0x779a3c={'redirect_uri':_0x503b0d,'scope':_0x376562[_0x519892(0x26a,_0x14a93c._0x16579d,_0x14a93c._0x153e9b,0x2d6)][_0x547589(-0x170,-0x149,-0x127,-0x163)]('\x20'),'state':_0x286d2c,'nonce':_0x1abcd7,'code_challenge':_0x49ef58,'code_challenge_method':_0x519892(_0x14a93c._0x4c3dcc,_0x14a93c._0x4c3dcc,0x2c7,0x285)},_0x774568=_0xec6976[_0x519892(_0x14a93c._0xec9383,0x303,0x2ca,0x291)+'rizationUr'+'l'](_0x1023ce,_0x779a3c);logger['debug'](_0x48f9d2['OsdWe'],{'state':_0x286d2c[_0x547589(-_0x14a93c._0x2f5fd0,-_0x14a93c._0x5bab37,-_0x14a93c._0x583196,-_0x14a93c._0x45f25e)](0x8b*-0x47+-0x1*0x163d+0x3e*0xfb,0x4d9+-0x1e00+0x7*0x399)+_0x48f9d2[_0x519892(0x2a3,0x233,_0x14a93c._0x4db215,0x278)],'redirectUri':_0x503b0d});const _0x5e16eb={};return _0x5e16eb[_0x519892(_0x14a93c._0x5104c2,_0x14a93c._0x332b6f,0x2b7,_0x14a93c._0x5fe10d)]=_0x774568[_0x519892(_0x14a93c._0x28a2f1,0x2d0,0x293,_0x14a93c._0x182a4d)],_0x5e16eb[_0x519892(0x288,0x295,_0x14a93c._0x4e7adf,0x1e0)]=_0x286d2c,_0x5e16eb;}export async function handleCallback(_0x1c79f9,_0x5c394a,_0x3a4565){const _0x5a7e4d={_0x1362ae:0x271,_0x4dc507:0x233,_0x146f8b:0x2a0,_0x3b7c08:0x89,_0x54703f:0x43,_0x42ca3c:0x2d4,_0x686fcb:0x28f,_0x548966:0x2b2,_0x4139c2:0x287,_0x19044a:0x297,_0x24134b:0x2fc,_0x49429b:0xb9,_0x52039b:0x5f,_0xcab442:0x248,_0x13a967:0x255,_0x262276:0x256,_0x2fed5d:0x231,_0x2e776f:0x239,_0x4e1135:0x24c,_0x1a5f29:0xd5,_0x4bb191:0x12c,_0x26bab2:0x117,_0x40ccc4:0xef,_0xe0c099:0x2ac,_0x2dfe96:0x27d,_0x5c85f1:0x8f,_0x498a3f:0xc7,_0x1fdb91:0x53,_0x35578c:0xbd,_0x5587bd:0x52,_0x5d34b0:0xdc,_0x1b9f08:0x49,_0x15658d:0x293,_0x2ab106:0x2c4,_0x45e8a5:0x204,_0x56b812:0xd8,_0x2d4176:0xad,_0x310c39:0xbe,_0x4cd53c:0x6e,_0x22c922:0x214,_0x379168:0x26c,_0x5e1b51:0x203,_0x36a641:0x262,_0x381aa5:0x27a,_0x515b42:0x2a2,_0x1228cc:0x23b,_0x294022:0x137,_0x4056ae:0x159,_0x549d9e:0x11c,_0x1b79db:0x126,_0x1effa8:0x182,_0x1a4c2d:0x102,_0x4d4b36:0x284,_0x585341:0x154,_0x2806c5:0x14a,_0x340887:0x8d,_0x5a5872:0x7b,_0x1974bd:0x110,_0x45eef9:0x23f,_0x22a3ed:0x281,_0x1be5d5:0x8e,_0x35dd96:0x45,_0xcae1b9:0x78,_0x53f838:0x31,_0x36c785:0x2a5,_0x4d98d8:0x254,_0x2f4cc2:0x1f7,_0x5a16fc:0x21b,_0x388474:0x241,_0x2dc88b:0x8f,_0x2b78b6:0x28a,_0x2e74f3:0x253,_0x5ca937:0x1fa,_0x413156:0x244,_0x3d2f0e:0x1e3,_0x3b8a1c:0x235,_0xaaad34:0x1f8,_0x19dc6f:0xcf,_0x5862c4:0x90,_0x4b2cc3:0x15c,_0x12ead8:0x27d,_0x7a4e13:0x223,_0x18f02:0xfc,_0x20af1f:0xb4,_0x388f5d:0xac,_0x2ff3fe:0xd1,_0x50b103:0x22d,_0x3bb6b1:0xae,_0x53a69b:0xff,_0x6d7b3:0xd4,_0x5d4f79:0x73,_0x2c387e:0xd6,_0x919805:0x278,_0x13c24e:0x2ea,_0x1d923a:0x23c,_0x459032:0x29d,_0x41d117:0x2b7,_0x4e80cc:0x2f3},_0x215650={_0x355e13:0xaa},_0x2065f1={_0x4a7f95:0x136,_0x481331:0x137},_0x4be1c2={'pcENZ':_0x1cc88e(-0x25c,-0x2c7,-_0x5a7e4d._0x1362ae,-0x251)+'\x20expired\x20s'+_0x1cc88e(-0x265,-0x260,-_0x5a7e4d._0x4dc507,-0x215)+_0x1cc88e(-0x248,-_0x5a7e4d._0x146f8b,-0x251,-0x286),'FfJDP':function(_0x2e8e59,_0x15f45c){return _0x2e8e59>_0x15f45c;},'Nniac':_0x1b2355(-_0x5a7e4d._0x3b7c08,-_0x5a7e4d._0x54703f,-0x6c,-0x8c)+_0x1cc88e(-0x270,-_0x5a7e4d._0x42ca3c,-_0x5a7e4d._0x686fcb,-0x287)+_0x1cc88e(-0x2c5,-0x297,-_0x5a7e4d._0x548966,-0x265),'uyRSl':function(_0x2bf55a,_0x3a094a){return _0x2bf55a(_0x3a094a);},'PaZbE':_0x1cc88e(-_0x5a7e4d._0x4139c2,-_0x5a7e4d._0x19044a,-0x2b1,-_0x5a7e4d._0x24134b),'alNLL':_0x1b2355(-0x97,-_0x5a7e4d._0x49429b,-0x5e,-_0x5a7e4d._0x52039b)+_0x1cc88e(-0x272,-_0x5a7e4d._0xcab442,-_0x5a7e4d._0x13a967,-0x283)+_0x1cc88e(-_0x5a7e4d._0x262276,-0x252,-_0x5a7e4d._0x2fed5d,-_0x5a7e4d._0x2e776f),'VNIHT':function(_0x2e6c15,_0xb72026){return _0x2e6c15===_0xb72026;},'UylGr':_0x1cc88e(-_0x5a7e4d._0x4e1135,-0x252,-0x236,-0x263),'RZtJs':'xIznv','VKyYf':'OIDC\x20token'+_0x1b2355(-_0x5a7e4d._0x1a5f29,-_0x5a7e4d._0x4bb191,-_0x5a7e4d._0x26bab2,-_0x5a7e4d._0x40ccc4)+_0x1cc88e(-0x2e8,-0x311,-0x2ba,-_0x5a7e4d._0xe0c099)};function _0x1b2355(_0xea1aaa,_0x579028,_0x2ae399,_0x5428a6){return _0x48bcbd(_0x2ae399,_0xea1aaa-_0x2065f1._0x4a7f95,_0x2ae399-_0x2065f1._0x481331,_0x5428a6-0xaa);}const {state:_0x5a4ffa}=_0x3a4565,_0x3aae57=stateStore[_0x1cc88e(-0x1f4,-_0x5a7e4d._0x2dfe96,-0x24c,-0x1fd)](_0x5a4ffa);if(!_0x3aae57)throw new Error(_0x4be1c2['pcENZ']);stateStore[_0x1b2355(-_0x5a7e4d._0x5c85f1,-_0x5a7e4d._0x498a3f,-_0x5a7e4d._0x1fdb91,-0x8b)](_0x5a4ffa);if(_0x4be1c2[_0x1b2355(-0xe4,-_0x5a7e4d._0x35578c,-0x131,-0x10d)](Date['now']()-_0x3aae57[_0x1b2355(-0x8b,-_0x5a7e4d._0x5587bd,-_0x5a7e4d._0x5d34b0,-_0x5a7e4d._0x1b9f08)],STATE_TTL))throw new Error(_0x4be1c2['Nniac']);const _0x2d532d=await _0x4be1c2[_0x1cc88e(-_0x5a7e4d._0x15658d,-0x31d,-_0x5a7e4d._0x2ab106,-0x272)](discoverOidcProvider,_0x1c79f9);function _0x1cc88e(_0xd44c28,_0x4d9cdd,_0x3fdbd4,_0x363dc0){return _0x48bcbd(_0x363dc0,_0x3fdbd4- -0x5c,_0x3fdbd4-_0x215650._0x355e13,_0x363dc0-0x74);}try{const _0x4d8f85=new URL(_0x5c394a);for(const [_0x2a1ecf,_0x31841d]of Object[_0x1cc88e(-0x2b6,-0x26d,-0x261,-_0x5a7e4d._0x45e8a5)](_0x3a4565)){if(_0x4be1c2[_0x1b2355(-0xd8,-0xbd,-0xa5,-0x10f)]!==_0x4be1c2[_0x1b2355(-_0x5a7e4d._0x56b812,-_0x5a7e4d._0x2d4176,-0xca,-0xfe)]){const _0xf3fb6a={};return _0xf3fb6a[_0x1b2355(-_0x5a7e4d._0x310c39,-0x91,-_0x5a7e4d._0x4cd53c,-0xe8)]=![],_0xf3fb6a[_0x1cc88e(-_0x5a7e4d._0x22c922,-_0x5a7e4d._0x379168,-0x248,-_0x5a7e4d._0x5e1b51)]=_0x73d45c[_0x1cc88e(-0x228,-_0x5a7e4d._0x36a641,-0x25f,-0x28f)]||_0x1cc88e(-_0x5a7e4d._0x381aa5,-_0x5a7e4d._0x515b42,-0x25b,-0x2a1)+'connect\x20to'+_0x1cc88e(-0x1de,-0x1ec,-_0x5a7e4d._0x1228cc,-_0x5a7e4d._0x22c922)+_0x1b2355(-_0x5a7e4d._0x294022,-_0x5a7e4d._0x4056ae,-_0x5a7e4d._0x549d9e,-0x117),_0xf3fb6a;}else _0x4d8f85[_0x1b2355(-_0x5a7e4d._0x1b79db,-_0x5a7e4d._0x1effa8,-0x112,-_0x5a7e4d._0x1a4c2d)+'ms']['set'](_0x2a1ecf,_0x31841d);}const _0x362435={};_0x362435[_0x1cc88e(-0x237,-0x291,-_0x5a7e4d._0x4d4b36,-0x26f)+_0x1b2355(-0xf6,-_0x5a7e4d._0x585341,-0xb7,-_0x5a7e4d._0x2806c5)]=_0x3aae57[_0x1b2355(-0x85,-0x88,-_0x5a7e4d._0x340887,-_0x5a7e4d._0x5a5872)+'er'],_0x362435['expectedNo'+_0x1b2355(-_0x5a7e4d._0x1974bd,-0x165,-0x14e,-0x136)]=_0x3aae57['nonce'],_0x362435[_0x1cc88e(-0x26e,-_0x5a7e4d._0x45eef9,-0x27d,-_0x5a7e4d._0x22a3ed)+_0x1b2355(-_0x5a7e4d._0x1be5d5,-_0x5a7e4d._0x35dd96,-_0x5a7e4d._0xcae1b9,-_0x5a7e4d._0x53f838)]=_0x5a4ffa;const _0x2fa9ca=await _0xec6976[_0x1cc88e(-_0x5a7e4d._0x36c785,-0x216,-_0x5a7e4d._0x4d98d8,-_0x5a7e4d._0x2f4cc2)+_0x1cc88e(-_0x5a7e4d._0x5a16fc,-_0x5a7e4d._0x388474,-_0x5a7e4d._0x2e776f,-0x28f)+'nt'](_0x2d532d,_0x4d8f85,_0x362435),_0x78ddf8=_0x2fa9ca[_0x1b2355(-_0x5a7e4d._0x49429b,-0x68,-_0x5a7e4d._0x2dc88b,-0xc3)](),_0x4f1e49={};_0x4f1e49[_0x1cc88e(-_0x5a7e4d._0x2b78b6,-0x290,-_0x5a7e4d._0x2e74f3,-0x268)]=_0x78ddf8[_0x1cc88e(-0x278,-_0x5a7e4d._0x5ca937,-_0x5a7e4d._0x2e74f3,-_0x5a7e4d._0x413156)],_0x4f1e49[_0x1cc88e(-0x25b,-_0x5a7e4d._0x3d2f0e,-_0x5a7e4d._0x3b8a1c,-_0x5a7e4d._0xaaad34)]=_0x78ddf8[_0x1b2355(-0xa3,-_0x5a7e4d._0x19dc6f,-0x8a,-_0x5a7e4d._0x5862c4)],_0x4f1e49[_0x1b2355(-0x134,-_0x5a7e4d._0x4b2cc3,-0x17b,-0x189)]=_0x78ddf8['name'],logger['info'](_0x4be1c2['alNLL'],_0x4f1e49);const _0x4e50ef={};return _0x4e50ef[_0x1cc88e(-0x254,-_0x5a7e4d._0x12ead8,-0x24b,-_0x5a7e4d._0x7a4e13)]=_0x78ddf8,_0x4e50ef[_0x1b2355(-_0x5a7e4d._0x18f02,-0x123,-0xa3,-_0x5a7e4d._0x19dc6f)+'n']=_0x2fa9ca['access_tok'+'en'],_0x4e50ef[_0x1b2355(-_0x5a7e4d._0x20af1f,-_0x5a7e4d._0x388f5d,-_0x5a7e4d._0x2ff3fe,-0xc1)]=_0x2fa9ca['id_token'],_0x4e50ef;}catch(_0x362670){if(_0x4be1c2[_0x1cc88e(-_0x5a7e4d._0x50b103,-0x28a,-0x237,-_0x5a7e4d._0x4139c2)](_0x4be1c2[_0x1b2355(-_0x5a7e4d._0x3bb6b1,-0xd9,-_0x5a7e4d._0x53a69b,-_0x5a7e4d._0x6d7b3)],_0x4be1c2[_0x1b2355(-0x9d,-0x67,-_0x5a7e4d._0x5d4f79,-_0x5a7e4d._0x2c387e)]))_0x3437ca[_0x1cc88e(-_0x5a7e4d._0x919805,-_0x5a7e4d._0x13c24e,-0x2b8,-0x262)+'ms'][_0x1cc88e(-0x2b0,-0x257,-0x2a4,-0x2c7)](_0x337b26,_0x2547a3);else{logger[_0x1cc88e(-_0x5a7e4d._0x1d923a,-0x238,-0x248,-_0x5a7e4d._0x459032)](_0x4be1c2[_0x1cc88e(-0x27b,-0x265,-_0x5a7e4d._0x41d117,-_0x5a7e4d._0x4e80cc)],_0x362670);throw _0x362670;}}}export function getPublicOidcConfig(){const _0x298988={_0x4f4e0a:0x53,_0x120d6f:0x2e,_0x1b2ced:0xd7,_0x15d58a:0x89,_0x4e47f9:0xe9,_0x4b82f4:0x9f,_0x9c65c7:0xcc,_0x23af8d:0xd7,_0x1f70d9:0x132,_0x4e95bc:0x12e,_0x401b02:0xe9},_0x1da967={_0x72298d:0x176,_0x137e78:0x60},_0x19fd94={_0xa645f:0x2b5,_0x37cc4e:0x1ca};if(!cachedConfig)return null;const _0x5c0c3e={};_0x5c0c3e['enabled']=!![];function _0xa99238(_0x4525e0,_0x4090c5,_0x53ca73,_0x1892b6){return _0x48bcbd(_0x4525e0,_0x4090c5-_0x19fd94._0xa645f,_0x53ca73-0x2d,_0x1892b6-_0x19fd94._0x37cc4e);}function _0x37bc3c(_0x478fca,_0x5d53c0,_0x6da046,_0x5562dc){return _0x48bcbd(_0x5d53c0,_0x5562dc-0x1d2,_0x6da046-_0x1da967._0x72298d,_0x5562dc-_0x1da967._0x137e78);}return _0x5c0c3e[_0x37bc3c(0x38,_0x298988._0x4f4e0a,-_0x298988._0x120d6f,0x4)+'me']=cachedConfig['display_na'+'me'],_0x5c0c3e[_0xa99238(0xd8,_0x298988._0x1b2ced,0x79,_0x298988._0x15d58a)+_0xa99238(0xde,_0x298988._0x4e47f9,_0x298988._0x4b82f4,0x10d)]=cachedConfig[_0xa99238(_0x298988._0x9c65c7,_0x298988._0x23af8d,_0x298988._0x1f70d9,0xef)+_0xa99238(_0x298988._0x4e95bc,_0x298988._0x401b02,0x140,0x118)],_0x5c0c3e;}export function clearOidcCache(){const _0x237eaa={_0x487fd1:0x476,_0x5195b8:0x42a,_0x1cf52e:0x482,_0xb683b5:0x466,_0xc49368:0x448,_0x29b6c4:0x429,_0x4554e5:0x477,_0xb2117:0x436,_0xc29b61:0x49d,_0x437231:0x48e,_0x1d2686:0x4b8},_0x3a3b4d={_0x428cf6:0x6d,_0x1bf4da:0x6a},_0x2b25ad={_0x54daab:0x14,_0x36731a:0x1c9};function _0x596922(_0x351ce9,_0x16c63a,_0x4e500d,_0x487e96){return _0x48bcbd(_0x351ce9,_0x16c63a- -_0x2b25ad._0x54daab,_0x4e500d-0xda,_0x487e96-_0x2b25ad._0x36731a);}const _0x493c19={};function _0x53e8f9(_0x3b26c6,_0x258532,_0x1bbe3a,_0x42936c){return _0x48bcbd(_0x258532,_0x1bbe3a-0x68f,_0x1bbe3a-_0x3a3b4d._0x428cf6,_0x42936c-_0x3a3b4d._0x1bf4da);}_0x493c19['KxuIz']=_0x53e8f9(_0x237eaa._0x487fd1,0x409,_0x237eaa._0x5195b8,_0x237eaa._0x1cf52e)+_0x53e8f9(_0x237eaa._0xb683b5,0x44a,_0x237eaa._0xc49368,_0x237eaa._0x29b6c4);const _0x348ac2=_0x493c19;cachedConfig=null,cachedOidcConfig=null,stateStore[_0x53e8f9(0x461,_0x237eaa._0x4554e5,_0x237eaa._0xb2117,0x458)](),logger[_0x53e8f9(_0x237eaa._0xc29b61,0x43f,_0x237eaa._0x437231,_0x237eaa._0x1d2686)](_0x348ac2[_0x53e8f9(0x4ac,0x443,0x46d,0x430)]);}export async function reloadOidcConfig(){const _0x562c80={'QiBWy':function(_0x59f5c6){return _0x59f5c6();}};return _0x562c80['QiBWy'](clearOidcCache),await _0x562c80['QiBWy'](loadOidcConfig);}export async function testOidcDiscovery(_0x96e278){const _0x102697={_0x18ba70:0x347,_0x503e28:0x35c,_0x57799e:0x376,_0xc29d75:0x394,_0x1553d1:0x1a0,_0x134222:0x1d9,_0x387ae3:0x34f,_0x4c1933:0xf7,_0x17381c:0x153,_0x151f39:0x14e,_0x44c1c9:0x181,_0x30c092:0x105,_0x24947b:0x15a,_0x4ec204:0x14d,_0x5a74e2:0x356,_0x4b6761:0x316,_0x101b98:0x3a8,_0x248b32:0x14c,_0x45cb55:0x16f,_0x193925:0x16c,_0x2780eb:0x17d,_0xe5700:0x1c4,_0x4f94f9:0x197,_0x4e5675:0x15c,_0x5247cd:0x175,_0x382c82:0x176,_0x5b4339:0x1a0,_0x183a99:0x3c5,_0x2029b7:0x3b2,_0x2c623b:0x189,_0x5e710c:0x14e,_0x176c42:0x346,_0x539487:0x3bf,_0x448128:0x36d,_0x937da4:0x168,_0x311099:0x1f8,_0x545019:0x1ab,_0x1b1e4d:0x1b3,_0xabce1d:0x443,_0x31c628:0x3d8,_0x28ccf4:0x436,_0x1b87a4:0x35b,_0x298736:0x374,_0x1b0a62:0x1e1,_0x44bf0e:0x1b8,_0x3825e0:0x3c2,_0x3a5d17:0x117,_0x1ef698:0x12b,_0x45c47f:0x354,_0x100af3:0x159,_0x5c05db:0x17b,_0x53c4c2:0x13c,_0x262366:0x12c,_0x4936a7:0x1b5,_0x1a10ea:0x239,_0x3752a6:0x38e,_0x1be09c:0x37c,_0x6dbcea:0x33f,_0x2f85b5:0x197,_0x3b8da2:0x163,_0xf53204:0x12a,_0x37971d:0x1a7,_0x1dee16:0x197,_0x49296a:0x16b,_0x449ec3:0x187,_0x3ff2d1:0x12b,_0x41c5ca:0x187,_0x2a2aa6:0x348,_0x32e22d:0x314,_0x4ee65f:0x37e,_0x52ec61:0x33a,_0x1c4453:0x1cf,_0x22e719:0x15f,_0x3ea9fe:0x181,_0x33f865:0x3ab,_0x4da2b2:0x3d7},_0x55dc43={_0x46ca00:0x39f,_0x22d6a8:0x19f},_0xe11588={_0x27e429:0x5ae,_0x466b56:0x24};function _0x2541bd(_0x3648a3,_0x5e0942,_0x5da8b0,_0x482d13){return _0x48bcbd(_0x5da8b0,_0x3648a3-_0xe11588._0x27e429,_0x5da8b0-0x1a1,_0x482d13-_0xe11588._0x466b56);}const _0xdb24cb={};_0xdb24cb['PpiNI']='.well-know'+_0x2541bd(_0x102697._0x18ba70,_0x102697._0x503e28,_0x102697._0x57799e,_0x102697._0xc29d75)+_0x1c0a58(0x200,_0x102697._0x1553d1,0x1a1,_0x102697._0x134222)+'on',_0xdb24cb[_0x2541bd(0x390,0x39f,_0x102697._0x387ae3,0x3e0)]=function(_0x2e88d2,_0x295afe){return _0x2e88d2+_0x295afe;},_0xdb24cb[_0x1c0a58(_0x102697._0x4c1933,_0x102697._0x17381c,0x143,_0x102697._0x151f39)]=_0x1c0a58(_0x102697._0x44c1c9,_0x102697._0x30c092,_0x102697._0x24947b,_0x102697._0x4ec204)+_0x2541bd(_0x102697._0x5a74e2,0x31e,_0x102697._0x4b6761,_0x102697._0x101b98),_0xdb24cb['XAQdI']=_0x1c0a58(0x145,_0x102697._0x248b32,0x156,_0x102697._0x45cb55),_0xdb24cb['sLlMK']=_0x1c0a58(_0x102697._0x193925,_0x102697._0x2780eb,0x1cc,0x1a7)+_0x1c0a58(_0x102697._0xe5700,_0x102697._0x4f94f9,_0x102697._0x4e5675,0x180)+'nt',_0xdb24cb[_0x1c0a58(0x156,0x117,0x19f,_0x102697._0x5247cd)]=function(_0x106dfc,_0x4544ce){return _0x106dfc>_0x4544ce;},_0xdb24cb['sGJWU']=_0x1c0a58(0x166,_0x102697._0x382c82,0x1b1,_0x102697._0x5b4339)+_0x2541bd(_0x102697._0x183a99,0x418,0x391,_0x102697._0x2029b7)+'\x20discovery'+'\x20endpoint';const _0x456126=_0xdb24cb;function _0x1c0a58(_0x9ff0c,_0x51e1e8,_0xb21f90,_0x3d9ed9){return _0x48bcbd(_0x51e1e8,_0x3d9ed9-_0x55dc43._0x46ca00,_0xb21f90-_0x55dc43._0x22d6a8,_0x3d9ed9-0x156);}try{const _0x215693=new URL(_0x456126['PpiNI'],_0x96e278['endsWith']('/')?_0x96e278:_0x456126['XAhpu'](_0x96e278,'/')),_0x4d1363={};_0x4d1363[_0x1c0a58(_0x102697._0x2c623b,0x104,0x132,0x162)]=_0x456126[_0x1c0a58(0x11e,0x163,0x10b,_0x102697._0x5e710c)];const _0x5b46ad=await fetch(_0x215693[_0x2541bd(0x397,_0x102697._0x176c42,_0x102697._0x539487,_0x102697._0x448128)],{'headers':_0x4d1363,'signal':AbortSignal['timeout'](-0x6e2*0x2+0x421+0x89*0x5b)});if(!_0x5b46ad['ok']){const _0x22b234={};return _0x22b234[_0x1c0a58(0x1bc,_0x102697._0x937da4,_0x102697._0x311099,_0x102697._0x545019)]=![],_0x22b234[_0x1c0a58(0x176,0x1f0,0x1d3,_0x102697._0x1b1e4d)]=_0x2541bd(0x3fa,0x421,0x3a6,_0x102697._0xabce1d)+_0x1c0a58(0x1d2,0x20f,0x216,0x1d7)+_0x2541bd(_0x102697._0x31c628,_0x102697._0x28ccf4,0x3f7,0x391)+_0x5b46ad[_0x2541bd(0x35f,_0x102697._0x1b87a4,0x313,_0x102697._0x298736)]+':\x20'+_0x5b46ad[_0x1c0a58(_0x102697._0x1b0a62,0x1fb,0x17e,_0x102697._0x44bf0e)],_0x22b234;}const _0x4ed4e7=await _0x5b46ad[_0x2541bd(0x3b0,0x3fd,0x40e,_0x102697._0x3825e0)](),_0x3579f6=[_0x456126[_0x1c0a58(0x1b3,_0x102697._0x3a5d17,_0x102697._0x1ef698,0x164)],_0x456126[_0x2541bd(_0x102697._0x45c47f,0x32c,0x387,_0x102697._0x18ba70)],'token_endp'+_0x1c0a58(_0x102697._0x100af3,0x14d,_0x102697._0x5c05db,0x14b)],_0x4d094f=_0x3579f6[_0x1c0a58(_0x102697._0x53c4c2,0x140,_0x102697._0x262366,0x156)](_0x5718f9=>!_0x4ed4e7[_0x5718f9]);if(_0x456126[_0x1c0a58(0x145,_0x102697._0x5e710c,0x142,0x175)](_0x4d094f['length'],-0x904+-0x1*0x1e14+0xc*0x342))return{'success':![],'error':_0x1c0a58(_0x102697._0x4936a7,0x1ab,_0x102697._0x1a10ea,0x1eb)+_0x2541bd(_0x102697._0x3752a6,_0x102697._0x176c42,_0x102697._0x1be09c,0x3c5)+_0x2541bd(0x342,0x355,_0x102697._0x6dbcea,0x386)+'uired\x20fiel'+_0x2541bd(0x393,0x3ed,0x396,0x3b5)+_0x4d094f[_0x1c0a58(0x107,0x11a,_0x102697._0x2f85b5,_0x102697._0x3b8da2)](',\x20')};const _0x1b8572={};return _0x1b8572['success']=!![],_0x1b8572[_0x1c0a58(0x120,0x11a,0x18d,_0x102697._0x45cb55)]=_0x4ed4e7[_0x1c0a58(0x121,_0x102697._0xf53204,_0x102697._0x937da4,0x16f)],_0x1b8572[_0x1c0a58(0x1b9,0x171,0x155,_0x102697._0x37971d)+'ion_endpoi'+'nt']=_0x4ed4e7[_0x1c0a58(0x171,_0x102697._0x4e5675,0x1c0,0x1a7)+'ion_endpoi'+'nt'],_0x1b8572[_0x1c0a58(_0x102697._0x1dee16,0x19b,_0x102697._0x49296a,_0x102697._0x449ec3)+'oint']=_0x4ed4e7[_0x1c0a58(0x1ab,_0x102697._0x3ff2d1,0x1a8,_0x102697._0x41c5ca)+'oint'],_0x1b8572['scopes_sup'+_0x2541bd(_0x102697._0x2a2aa6,_0x102697._0x32e22d,_0x102697._0x4ee65f,0x37f)]=_0x4ed4e7['scopes_sup'+_0x2541bd(0x348,_0x102697._0x52ec61,_0x102697._0x52ec61,0x37c)]||[],_0x1b8572;}catch(_0x3a9b80){const _0x1cc970={};return _0x1cc970[_0x1c0a58(_0x102697._0x1c4453,0x15e,0x151,0x1ab)]=![],_0x1cc970[_0x1c0a58(_0x102697._0x22e719,0x193,_0x102697._0x3ea9fe,0x1b3)]=_0x3a9b80[_0x2541bd(_0x102697._0x33f865,_0x102697._0x4da2b2,0x364,0x3da)]||_0x456126['sGJWU'],_0x1cc970;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x597b8d,_0x34b5b8){const _0x157d74={_0x53077b:0x137,_0x2b1cb0:0x13d,_0x16233b:0x111,_0x5bf9f0:0x142,_0x77ea90:0x13e,_0xaadf38:0x11d,_0x41e8b9:0x148,_0x419213:0xf2,_0x1813c3:0xfa,_0x16ab2c:0xe9,_0x5b3212:0x107,_0x2ec669:0x15a,_0x8aab0b:0x124,_0x3b0705:0x13f,_0x539b0e:0x11b,_0x10633d:0xe4,_0x32c68b:0x109,_0x1c9ca4:0x138,_0x2242f8:0x114,_0x60b6b8:0x10b,_0x1c625c:0xeb,_0xb76b26:0xf1,_0x185632:0x12a,_0x215f75:0xb8,_0x4c7b99:0x133,_0x49dc11:0x128},_0x49a502={_0x58860d:0x1b},_0x4cf2ee={_0x5e2061:0x205};function _0x273de2(_0x4fa999,_0x1b6a30,_0x3d05da,_0x3dffc8){return _0x24f2(_0x3dffc8- -_0x4cf2ee._0x5e2061,_0x3d05da);}function _0x24c632(_0x2b37e4,_0x300da6,_0x33cdf9,_0x243426){return _0x24f2(_0x2b37e4-_0x49a502._0x58860d,_0x33cdf9);}const _0xb351f1=_0x597b8d();while(!![]){try{const _0x1037a2=parseInt(_0x24c632(_0x157d74._0x53077b,_0x157d74._0x2b1cb0,0x15d,_0x157d74._0x16233b))/(0xbbf*0x2+0x14*-0x1cd+0xc87)*(-parseInt(_0x24c632(_0x157d74._0x5bf9f0,_0x157d74._0x77ea90,_0x157d74._0xaadf38,_0x157d74._0x41e8b9))/(-0x1127+-0x17b2+0x28db))+-parseInt(_0x273de2(-_0x157d74._0x419213,-_0x157d74._0x1813c3,-_0x157d74._0x16ab2c,-_0x157d74._0x5b3212))/(-0x43b+0x1acf+-0x1691)+parseInt(_0x24c632(0x14d,0x151,_0x157d74._0x2ec669,0x13f))/(-0xda7+0x260+-0x19d*-0x7)+parseInt(_0x24c632(_0x157d74._0x8aab0b,0x135,_0x157d74._0x3b0705,0x11d))/(0x1866+-0x1d13+0x4b2)*(parseInt(_0x273de2(-0xef,-_0x157d74._0x539b0e,-_0x157d74._0x10633d,-_0x157d74._0x32c68b))/(0x5d1+0x1*-0x1260+0xc95))+-parseInt(_0x273de2(-0x12e,-0xf9,-_0x157d74._0x1c9ca4,-_0x157d74._0x2242f8))/(-0x5bc*-0x4+0x1*0x116f+-0x4*0xa16)*(-parseInt(_0x24c632(_0x157d74._0x60b6b8,_0x157d74._0x1c625c,_0x157d74._0xb76b26,_0x157d74._0x185632))/(-0x1*0x3c3+-0xa51+0xe1c))+-parseInt(_0x273de2(-0xcf,-0xe0,-_0x157d74._0x215f75,-0xca))/(-0x1c2b+0x1*0x123b+0x17*0x6f)+parseInt(_0x24c632(_0x157d74._0x4c7b99,0x141,0x118,_0x157d74._0x49dc11))/(-0x1*0xe1d+-0xd*-0x2ff+0x6*-0x422);if(_0x1037a2===_0x34b5b8)break;else _0xb351f1['push'](_0xb351f1['shift']());}catch(_0x1f5c37){_0xb351f1['push'](_0xb351f1['shift']());}}}(_0x49d5,0xda*-0x563+-0x6dd3*-0x14+0x7324b));import _0x5ab02b from'crypto';import{logger}from'./logger.js';const DEVICE_TTL_MS=(-0x261+0x1b70+-0x1905)*(0x9ef*0x3+0x1e4d+-0x3bde)*(-0x128c*0x1+0xa*0x24e+-0x13*0x8),POLL_INTERVAL_MS=(0x1d*0x89+0x5*0x293+0x1*-0x1c61)*(-0x1a3b+0x1a78+-0x3*-0x139);function _0x1a9c62(_0x576a2c,_0xf9c719,_0x196fc9,_0xf62f16){const _0xfdd3a={_0x4c88af:0x69};return _0x24f2(_0x196fc9-_0xfdd3a._0x4c88af,_0x576a2c);}const CODE_CHARS=_0x1a9c62(0x17b,0x160,0x186,0x193)+_0x24ee05(-0x1fe,-0x1d8,-0x1ef,-0x1f3)+_0x1a9c62(0x15c,0x15a,0x178,0x171)+'89',USER_CODE_LENGTH=-0x944*-0x2+-0x836*0x4+-0x22*-0x6c,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function randomUserCode(){const _0x3df860={_0x3a9af2:0x218,_0x32bc0d:0x232,_0x3fa9e4:0x219,_0xbc9ff4:0x1f8,_0x14a7f2:0x214,_0x41b073:0x1f6,_0x5d000f:0x21a},_0x230472={_0x198944:0xb1,_0x329bb8:0x15c},_0x4aa784={_0x22efd2:0x153},_0x4faca0={};function _0x579ae2(_0x5b4fef,_0x3cf7bc,_0x526c99,_0x51c18a){return _0x1a9c62(_0x526c99,_0x3cf7bc-_0x4aa784._0x22efd2,_0x51c18a-0xb6,_0x51c18a-0x21);}_0x4faca0[_0x579ae2(0x233,_0x3df860._0x3a9af2,0x211,_0x3df860._0x32bc0d)]=function(_0x8f56d6,_0x1cc127){return _0x8f56d6<_0x1cc127;};const _0x1f6b76=_0x4faca0;function _0x3fcc8f(_0xe162df,_0x3809d2,_0x24ecda,_0x2f47e7){return _0x1a9c62(_0xe162df,_0x3809d2-_0x230472._0x198944,_0x3809d2- -0x381,_0x2f47e7-_0x230472._0x329bb8);}let _0x4ee659='';for(let _0x49aa6a=0x15ff+0x2093+-0x575*0xa;_0x1f6b76[_0x579ae2(0x24f,0x21f,0x243,0x232)](_0x49aa6a,USER_CODE_LENGTH);_0x49aa6a+=-0x185*0x17+0x1*0x12c+0x21c8){const _0x4f4976=_0x5ab02b['randomInt'](-0x905*-0x1+0x1e9*0x13+-0x2d50,CODE_CHARS[_0x3fcc8f(-_0x3df860._0x3fa9e4,-0x1ff,-_0x3df860._0xbc9ff4,-0x1f9)]);_0x4ee659+=CODE_CHARS[_0x4f4976];}return _0x4ee659[_0x579ae2(_0x3df860._0x14a7f2,0x236,_0x3df860._0x41b073,_0x3df860._0x5d000f)](-0x687*-0x3+-0x11d4+-0x1c1,-0xe3d+-0x10e3+-0x4*-0x7c9)+'-'+_0x4ee659['slice'](0x58+0x24e7+-0x253b);}function isExpired(_0x2f0ce9){const _0x1ab228={_0x25b269:0xb7,_0x51d042:0xda,_0x5bd873:0xdf,_0x4bb77c:0xd0,_0x4139be:0xbe},_0x12b733={_0x404392:0x16a,_0x1cfe51:0x9c},_0xe1a75f={_0x2166d2:0xb7,_0x347f40:0x6a},_0x1361e0={};_0x1361e0[_0x4b4a5d(0xae,0xf4,_0x1ab228._0x25b269,0xd0)]=function(_0x5d89ea,_0x51327c){return _0x5d89ea>_0x51327c;};const _0x39ea30=_0x1361e0;function _0xd9d423(_0xea1d51,_0x3ed955,_0x3f476e,_0xfd3afa){return _0x1a9c62(_0xfd3afa,_0x3ed955-_0xe1a75f._0x2166d2,_0x3ed955-0xa6,_0xfd3afa-_0xe1a75f._0x347f40);}function _0x4b4a5d(_0x4ddfc8,_0x3df573,_0x3e09f5,_0x10e103){return _0x1a9c62(_0x3e09f5,_0x3df573-_0x12b733._0x404392,_0x10e103- -_0x12b733._0x1cfe51,_0x10e103-0x157);}return _0x39ea30[_0x4b4a5d(_0x1ab228._0x51d042,0xb4,_0x1ab228._0x5bd873,_0x1ab228._0x4bb77c)](Date[_0x4b4a5d(0xcd,0xdf,_0x1ab228._0x4139be,0xcc)](),_0x2f0ce9['expiresAt']);}function cleanupExpired(){const _0x22fd93={_0x5b8a05:0x1ac,_0x2ea9bc:0x1b9,_0x35ef16:0x1a0,_0x317248:0x18b,_0x5d338c:0x19d,_0x3010eb:0x1ba,_0x4d8a86:0x1a5,_0x141162:0xcd,_0x2d47d6:0x1af,_0x55feb7:0x17c,_0x4822c3:0x73,_0x411a0d:0xb9,_0x20e116:0xb8,_0x29d26c:0x94,_0x21ecd7:0x97,_0xbdc7ed:0x84,_0x2432cd:0x1d8,_0x5b625c:0x190,_0x9a2b6e:0x16e,_0x263c50:0x197,_0x4838e9:0x190,_0x5a01a9:0x1ba,_0x48b448:0x1af,_0x29556f:0x9d,_0x58920b:0xb2,_0x17b6a8:0x1c5,_0x381a02:0x1ba,_0x18bbdc:0x1a1},_0x58ff40={_0x21f0d0:0x117},_0x225eec={_0x5c5cfc:0x178,_0x1c2d0f:0x67},_0x526890={};_0x526890[_0x5a1be6(-0x182,-0x1b5,-0x1b0,-0x19e)]=function(_0x32bd59,_0x43c6fd){return _0x32bd59!==_0x43c6fd;};function _0x5a1be6(_0x9893ce,_0x58bf96,_0xb1c753,_0x32779a){return _0x1a9c62(_0x9893ce,_0x58bf96-_0x225eec._0x5c5cfc,_0x32779a- -0x32c,_0x32779a-_0x225eec._0x1c2d0f);}_0x526890[_0x5a1be6(-0x199,-_0x22fd93._0x5b8a05,-_0x22fd93._0x2ea9bc,-_0x22fd93._0x35ef16)]=_0x5a1be6(-0x172,-_0x22fd93._0x317248,-0x17d,-0x18e),_0x526890[_0x5a1be6(-_0x22fd93._0x5d338c,-_0x22fd93._0x3010eb,-_0x22fd93._0x4d8a86,-0x1bc)]=function(_0x33922b,_0x258539){return _0x33922b>_0x258539;};function _0x1f54c9(_0x5958f8,_0x5ac6d4,_0x59cc28,_0x1488b8){return _0x24ee05(_0x5ac6d4-0x16f,_0x5ac6d4-0x135,_0x1488b8,_0x1488b8-_0x58ff40._0x21f0d0);}const _0x23a719=_0x526890,_0x520bf3=Date[_0x1f54c9(-0xd7,-0xb8,-0xaf,-_0x22fd93._0x141162)]();for(const [_0x32c451,_0x522374]of deviceStore['entries']()){if(_0x23a719[_0x5a1be6(-0x196,-_0x22fd93._0x2d47d6,-_0x22fd93._0x55feb7,-0x19e)](_0x1f54c9(-_0x22fd93._0x4822c3,-0x93,-_0x22fd93._0x411a0d,-0xad),_0x23a719[_0x1f54c9(-_0x22fd93._0x20e116,-_0x22fd93._0x29d26c,-_0x22fd93._0x21ecd7,-_0x22fd93._0xbdc7ed)]))_0x23a719[_0x5a1be6(-0x1bc,-_0x22fd93._0x2432cd,-0x1ba,-0x1bc)](_0x520bf3,_0x522374[_0x5a1be6(-0x1a9,-0x18f,-0x1b8,-0x1a2)])&&(deviceStore[_0x5a1be6(-0x16d,-0x1a0,-0x17f,-_0x22fd93._0x5b625c)](_0x32c451),userCodeToDevice[_0x5a1be6(-0x1a6,-_0x22fd93._0x9a2b6e,-_0x22fd93._0x263c50,-_0x22fd93._0x4838e9)](_0x522374[_0x5a1be6(-_0x22fd93._0x5a01a9,-_0x22fd93._0x263c50,-0x1a5,-_0x22fd93._0x48b448)]));else{const _0x412e0a={};return _0x412e0a[_0x1f54c9(-_0x22fd93._0x29556f,-0xc2,-0xbf,-0xa4)]=_0x1f54c9(-0x9e,-0xba,-0xad,-_0x22fd93._0x58920b),_0x412e0a;}}for(const [_0xa648f1,_0x34d3ae]of stateToDevice['entries']()){const _0x2ef071=deviceStore[_0x5a1be6(-0x1b9,-0x188,-0x19e,-0x1a5)](_0x34d3ae);(!_0x2ef071||_0x520bf3>_0x2ef071[_0x5a1be6(-_0x22fd93._0x17b6a8,-0x1b0,-_0x22fd93._0x381a02,-0x1a2)])&&stateToDevice[_0x5a1be6(-0x183,-_0x22fd93._0x18bbdc,-0x1a7,-0x190)](_0xa648f1);}}const cleanupInterval=setInterval(cleanupExpired,(-0x202f+-0x1*0x7ef+-0x1*-0x285a)*(-0x1c*-0x1f+0x5*-0xb2+0x3fe));function _0x24ee05(_0x215131,_0x4b4f3c,_0x8f52b3,_0x410329){return _0x24f2(_0x215131- -0x326,_0x8f52b3);}function _0x24f2(_0x5a53a2,_0x495d32){_0x5a53a2=_0x5a53a2-(-0x2*0x37c+-0x33*0x27+0xfad);const _0x502a48=_0x49d5();let _0x4b2a7d=_0x502a48[_0x5a53a2];if(_0x24f2['FJCrdj']===undefined){var _0x13376e=function(_0x56dfe6){const _0x15d303='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x163ba1='',_0x305e97='';for(let _0x4274c8=0x7*0x43c+-0x18eb+-0x4b9,_0xc27b4c,_0x50d42e,_0x25592f=-0x4*0x635+-0x3a9*-0x4+0xa30;_0x50d42e=_0x56dfe6['charAt'](_0x25592f++);~_0x50d42e&&(_0xc27b4c=_0x4274c8%(0x3*0x71b+-0x2652+-0x1105*-0x1)?_0xc27b4c*(-0x3e*-0x1a+0x1*-0x9ca+-0x2*-0x1df)+_0x50d42e:_0x50d42e,_0x4274c8++%(0x17*-0xd+0x1773+-0xbe*0x1e))?_0x163ba1+=String['fromCharCode'](0x1*-0x425+0x205+0x31f&_0xc27b4c>>(-(0xf9+0x23b1*-0x1+-0x4f6*-0x7)*_0x4274c8&-0x3*0x2c9+-0x1604+0x1e65)):0x3*-0x457+0x1*0x56b+0x8b*0xe){_0x50d42e=_0x15d303['indexOf'](_0x50d42e);}for(let _0x50202c=0x1c*-0xc7+-0x534+0x6be*0x4,_0x227188=_0x163ba1['length'];_0x50202c<_0x227188;_0x50202c++){_0x305e97+='%'+('00'+_0x163ba1['charCodeAt'](_0x50202c)['toString'](-0x24b5+-0x7f9*0x3+0x3cb0))['slice'](-(0x866+-0x1*-0x1d89+-0x25ed));}return decodeURIComponent(_0x305e97);};_0x24f2['cjvoft']=_0x13376e,_0x24f2['EhriHD']={},_0x24f2['FJCrdj']=!![];}const _0x1426bf=_0x502a48[-0x29*0x73+-0x2125+0x898*0x6],_0x5e92bf=_0x5a53a2+_0x1426bf,_0x5270cd=_0x24f2['EhriHD'][_0x5e92bf];return!_0x5270cd?(_0x4b2a7d=_0x24f2['cjvoft'](_0x4b2a7d),_0x24f2['EhriHD'][_0x5e92bf]=_0x4b2a7d):_0x4b2a7d=_0x5270cd,_0x4b2a7d;}cleanupInterval[_0x1a9c62(0x18f,0x174,0x180,0x16d)]();export function createDeviceFlow(){const _0x5a50df={_0x262786:0x2c3,_0x55f9c7:0x2cf,_0x342e87:0x2da,_0x3271ef:0x1f2,_0x469c3d:0x1f2,_0x2b8701:0x1f3,_0x3a5476:0x1d9,_0x3e0ca8:0x1e4,_0x120e60:0x208,_0x43c7d1:0x1fb,_0x56f7e9:0x2f0,_0x35a466:0x207,_0x118c90:0x1e2,_0x25e31c:0x1eb,_0x1d2d1d:0x20d,_0x4e7493:0x1fb,_0x17b4e3:0x1dd,_0x364ec2:0x1bc,_0x3d34e2:0x1bd,_0x4b5a5c:0x1bc,_0x52e581:0x1a2,_0x542fcb:0x1c3,_0xcfaf6d:0x1da,_0x14c7fb:0x1ae,_0x21fdee:0x1d4,_0x410d69:0x1b5,_0x23ed1d:0x2ab,_0x35ae59:0x2bf,_0x1bdf61:0x2c7,_0x155496:0x2b5,_0x548f25:0x2e1,_0x25cc90:0x2c1,_0x4fc2e9:0x2fa,_0x54c72c:0x1e7,_0x304b6d:0x20a,_0x140cf0:0x1fc},_0x3822a7={_0x4e02a4:0x5b},_0x395f3a={'yVJqB':function(_0x57e90d,_0x16e1dc){return _0x57e90d>_0x16e1dc;},'tnkDD':function(_0x238b34,_0x61e773){return _0x238b34!==_0x61e773;},'sjkwM':_0x5992a0(_0x5a50df._0x262786,0x2d6,_0x5a50df._0x55f9c7,_0x5a50df._0x342e87),'ruQYl':function(_0x3ac395){return _0x3ac395();},'lnANV':function(_0x1e8569,_0x293507){return _0x1e8569+_0x293507;},'bcGJm':_0x42d321(_0x5a50df._0x3271ef,_0x5a50df._0x469c3d,_0x5a50df._0x2b8701,_0x5a50df._0x3a5476),'CXqPU':function(_0x40bfb2,_0x26a42d){return _0x40bfb2/_0x26a42d;}};let _0x2bf779=randomUserCode();while(userCodeToDevice[_0x42d321(0x1f8,0x1c5,0x1f1,_0x5a50df._0x3e0ca8)](_0x2bf779)){if(_0x395f3a[_0x42d321(0x1e8,0x1fd,_0x5a50df._0x120e60,_0x5a50df._0x43c7d1)](_0x395f3a['sjkwM'],_0x5992a0(0x2ca,0x2ce,_0x5a50df._0x56f7e9,0x2ab)))_0x2bf779=_0x395f3a['ruQYl'](randomUserCode);else{const _0x3f93c3=_0x295642[_0x42d321(0x1ca,0x1bf,_0x5a50df._0x35a466,_0x5a50df._0x118c90)](_0x4eae39);(!_0x3f93c3||_0x395f3a['yVJqB'](_0x43dcac,_0x3f93c3[_0x42d321(0x200,_0x5a50df._0x120e60,_0x5a50df._0x25e31c,0x1e5)]))&&_0x4f1f3e[_0x42d321(0x211,0x208,0x1db,0x1f7)](_0x2e30f1);}}function _0x5992a0(_0x946f62,_0x36698d,_0x59bda0,_0x110379){return _0x1a9c62(_0x36698d,_0x36698d-0x136,_0x946f62-0x14f,_0x110379-0x15a);}const _0x5899c9=_0x5ab02b[_0x42d321(_0x5a50df._0x1d2d1d,_0x5a50df._0x4e7493,0x20a,0x1ef)+'s'](0x1a24+0xc56+0x132d*-0x2)[_0x42d321(0x1d7,_0x5a50df._0x17b4e3,_0x5a50df._0x364ec2,_0x5a50df._0x3d34e2)]('hex');function _0x42d321(_0x57b125,_0x2da162,_0x3ca436,_0x5b7d9d){return _0x1a9c62(_0x2da162,_0x2da162-0x190,_0x5b7d9d-_0x3822a7._0x4e02a4,_0x5b7d9d-0xdd);}const _0x2c6873=Date[_0x42d321(_0x5a50df._0x4b5a5c,_0x5a50df._0x52e581,0x1d5,_0x5a50df._0x542fcb)](),_0x1449b5={'deviceCode':_0x5899c9,'userCode':_0x2bf779,'createdAt':_0x2c6873,'expiresAt':_0x395f3a[_0x42d321(0x1c6,0x1da,0x1e7,_0x5a50df._0xcfaf6d)](_0x2c6873,DEVICE_TTL_MS),'status':_0x395f3a[_0x42d321(0x1ae,0x1fb,_0x5a50df._0x14c7fb,_0x5a50df._0x21fdee)],'apiKey':null,'user':null};return deviceStore[_0x42d321(_0x5a50df._0x410d69,0x19a,0x1ca,0x1b7)](_0x5899c9,_0x1449b5),userCodeToDevice[_0x5992a0(_0x5a50df._0x23ed1d,_0x5a50df._0x35ae59,_0x5a50df._0x1bdf61,_0x5a50df._0x155496)](_0x2bf779,_0x5899c9),{'deviceCode':_0x5899c9,'userCode':_0x2bf779,'expiresIn':Math[_0x5992a0(_0x5a50df._0x548f25,0x2d9,0x2e3,0x2de)](DEVICE_TTL_MS/(-0x2192+-0x1de4+-0x1*-0x435e)),'interval':Math[_0x5992a0(0x2e1,_0x5a50df._0x25cc90,_0x5a50df._0x4fc2e9,0x304)](_0x395f3a[_0x42d321(_0x5a50df._0x54c72c,0x1ea,_0x5a50df._0x304b6d,_0x5a50df._0x140cf0)](POLL_INTERVAL_MS,0x1*0x1126+0x1b6f+-0x28ad))};}export function getDeviceFlow(_0x57a56a){const _0x202139={_0x529563:0x1f3,_0x5d75ad:0x1e9,_0x51b7b5:0x1cd,_0x1bc390:0x68},_0x6c885e={_0x1498ea:0x133},_0x4d32a2={_0x5b15da:0x192};function _0x324cd0(_0x50d502,_0x101069,_0x2afe47,_0x15dc9c){return _0x24ee05(_0x50d502-_0x4d32a2._0x5b15da,_0x101069-0x10c,_0x2afe47,_0x15dc9c-0x106);}const _0x4ff2b5={'KVMdV':function(_0x559113,_0x191c80){return _0x559113>_0x191c80;},'oreCt':function(_0x368504,_0x1c105c){return _0x368504(_0x1c105c);},'oImCM':_0xd7a80(_0x202139._0x529563,0x1ec,_0x202139._0x5d75ad,_0x202139._0x51b7b5)},_0x54bbb8=deviceStore['get'](_0x57a56a);function _0xd7a80(_0x59482c,_0x599191,_0x1045c4,_0x430954){return _0x24ee05(_0x1045c4-0x41d,_0x599191-0x1ad,_0x599191,_0x430954-_0x6c885e._0x1498ea);}if(!_0x54bbb8||_0x4ff2b5['oreCt'](isExpired,_0x54bbb8)){if(_0xd7a80(0x1d8,0x1e7,0x1e9,0x1cf)!==_0x4ff2b5[_0x324cd0(-0x9c,-0x9c,-0x7f,-0xab)])_0x4ff2b5['KVMdV'](_0x2aa28a,_0x30dfc0[_0x324cd0(-0x73,-0x6a,-0x7a,-0x5d)])&&(_0x4294b7['delete'](_0xb9fc8e),_0x257d95[_0x324cd0(-0x61,-_0x202139._0x1bc390,-0x7d,-0x43)](_0x14d1f0['userCode']));else return null;}return _0x54bbb8;}export function getDeviceFlowByUserCode(_0x2c1c45){const _0x3e166d={_0x515f80:0x31d,_0x33a413:0x2fd,_0x39a512:0x304,_0x492ec3:0x2d7},_0x242c8d={_0x34fa05:0x505,_0x58f5d5:0x51},_0x5d458c=userCodeToDevice[_0xc5aca0(_0x3e166d._0x515f80,_0x3e166d._0x33a413,_0x3e166d._0x39a512,_0x3e166d._0x492ec3)](_0x2c1c45);function _0xc5aca0(_0x45282d,_0x371d7f,_0x14286b,_0x232667){return _0x24ee05(_0x371d7f-_0x242c8d._0x34fa05,_0x371d7f-_0x242c8d._0x58f5d5,_0x14286b,_0x232667-0x65);}if(!_0x5d458c)return null;return getDeviceFlow(_0x5d458c);}export function linkOidcStateToDevice(_0x284525,_0x4ce0eb){const _0x471499={_0x40f096:0x2b0,_0x1fa580:0x2a4,_0x419ba5:0x2ad,_0x558496:0x2ac,_0x1e1f44:0x2ab,_0x27c6ca:0x286,_0x4e4035:0x141,_0x8c5172:0x14a,_0x5a4f9d:0x137,_0x4b46cb:0x149,_0x4e43f5:0x2cb,_0x495549:0x2cf,_0x1f9749:0x2bd,_0x2457ed:0x2d1,_0x215a35:0x2c7,_0x1d80ac:0x2cd,_0x5631dd:0x2d0,_0x2e7dde:0x2bc,_0x3936be:0x13c,_0x4d4ac5:0x144,_0x255432:0x112,_0x271270:0x2da,_0x1bd383:0x147,_0x3f29d9:0x131,_0x151199:0x14c,_0xff268b:0x13e,_0x12940d:0x167,_0x3700fb:0x140,_0x233228:0x27f,_0x4164ef:0x280,_0x461240:0x179,_0x315bc1:0x2e2,_0x1177cc:0x16f,_0x13ede9:0x15b,_0x4fc114:0x16a,_0x4b4920:0x12e,_0x281b2e:0x124},_0x339cce={_0x576657:0x9f,_0xaa7dc3:0xb8},_0x15aaf5={_0x27dc13:0x2e},_0x3e8f5b={'JzJfB':function(_0x5967c3,_0x4c65ae){return _0x5967c3(_0x4c65ae);},'xfluI':'expired','aLwpH':function(_0x279226,_0xc5430e){return _0x279226===_0xc5430e;},'htSlm':'approved','MgDVB':_0x8808c2(-_0x471499._0x40f096,-0x2cc,-_0x471499._0x1fa580,-0x29d),'jKyYT':function(_0x58b2bc,_0x341da8){return _0x58b2bc(_0x341da8);},'tCgHY':function(_0xc09d1d,_0x35a6e2){return _0xc09d1d!==_0x35a6e2;},'RJTMr':'ZtrsH'},_0x2d7ef9=_0x3e8f5b[_0x8808c2(-0x28b,-_0x471499._0x419ba5,-_0x471499._0x558496,-_0x471499._0x1e1f44)](getDeviceFlow,_0x4ce0eb);function _0x38e60f(_0x31813c,_0x2a38a1,_0x6ec410,_0xe1337d){return _0x1a9c62(_0x2a38a1,_0x2a38a1-0x1a7,_0x31813c- -_0x15aaf5._0x27dc13,_0xe1337d-0x13d);}if(!_0x2d7ef9){if(_0x3e8f5b[_0x8808c2(-0x28f,-_0x471499._0x27c6ca,-0x2b6,-0x2a1)](_0x3e8f5b[_0x38e60f(_0x471499._0x4e4035,_0x471499._0x8c5172,_0x471499._0x5a4f9d,_0x471499._0x4b46cb)],_0x3e8f5b[_0x8808c2(-0x2bf,-_0x471499._0x4e43f5,-0x2c7,-_0x471499._0x495549)])){const _0x41d5e6=_0x3e8f5b[_0x8808c2(-_0x471499._0x1f9749,-_0x471499._0x2457ed,-_0x471499._0x215a35,-_0x471499._0x1d80ac)](_0x36fe7e,_0x19d0b0);if(!_0x41d5e6){const _0x1d3054={};return _0x1d3054[_0x8808c2(-_0x471499._0x5631dd,-0x2b2,-_0x471499._0x2e7dde,-0x2cf)]=_0x3e8f5b[_0x38e60f(_0x471499._0x3936be,0x13f,0x147,_0x471499._0x4d4ac5)],_0x1d3054;}if(_0x3e8f5b[_0x38e60f(0x132,_0x471499._0x255432,0x144,0x13f)](_0x41d5e6[_0x8808c2(-_0x471499._0x5631dd,-0x2b7,-0x2eb,-0x2db)],'approved')&&_0x41d5e6['apiKey']){const _0x105f24={};return _0x105f24[_0x8808c2(-_0x471499._0x5631dd,-0x2db,-0x2f5,-_0x471499._0x271270)]=_0x3e8f5b[_0x38e60f(_0x471499._0x1bd383,0x141,_0x471499._0x3f29d9,0x158)],_0x105f24['apiKey']=_0x41d5e6[_0x38e60f(_0x471499._0x151199,_0x471499._0xff268b,_0x471499._0x12940d,_0x471499._0x3700fb)],_0x105f24[_0x8808c2(-0x296,-0x280,-_0x471499._0x233228,-_0x471499._0x4164ef)]=_0x41d5e6[_0x38e60f(0x16a,_0x471499._0x461240,0x149,0x181)],_0x105f24;}const _0x5766d0={};return _0x5766d0[_0x8808c2(-0x2d0,-_0x471499._0x315bc1,-0x2ce,-_0x471499._0x40f096)]=_0x3e8f5b[_0x38e60f(_0x471499._0x1177cc,_0x471499._0x13ede9,0x17e,_0x471499._0x4fc114)],_0x5766d0;}else return![];}function _0x8808c2(_0xf30d,_0x378e3a,_0x5953a6,_0x1e8bbf){return _0x24ee05(_0xf30d- -_0x339cce._0x576657,_0x378e3a-0x27,_0x1e8bbf,_0x1e8bbf-_0x339cce._0xaa7dc3);}return stateToDevice[_0x38e60f(_0x471499._0x4b4920,0x11b,_0x471499._0x281b2e,0x121)](_0x284525,_0x4ce0eb),!![];}function _0x49d5(){const _0x2ec883=['DenNsfK','Dg5Rreq','q1HXufu','zgvIDwC','AKT5wvq','mtmXmZe5mdbut1Diz1u','ufbLww4','mJe4ndu2AMzcAe9I','mJq1s3vPzgz5','EeDIqu8','C2v0','yxbWCM92zwq','C3rHDhvZ','wxjgCLe','yuX3CeG','B0LTq00','Dg9tDhjPBMC','Devgyxi','C2XPy2u','ntq2zvjJzhvW','zxHWAxjLza','mtC3mZa5m2zIEen4tG','BM93','zMnIq2q','EgzSDuK','wuHxqvq','tKnTrNm','BwHYBeO','vvnuwKG','uKPutxi','sLfTwLi','sNPkzKi','nZGZmZvNtvDNuxi','zvzOAg4','tNvdswG','AhrtBg0','tM5Rr1G','CfrnB2O','v1HzwJiZndu2nW','yMnhsM0','yxbPs2v5','yMrJv3a','qwfKvxm','DxnLCKnVzgu','CgvUzgLUzW','Bg5btLy','Dw5Yzwy','mJm1mda1mfrYq2fdsa','BgvUz3rO','y2XLyxi','CxH2DuG','otaZtuTyAK1L','qujdrevgr0HksW','z2v0','CMuGCMvZzxq','AgfZ','zxHWAxjLC0f0','zhzqvgm','vMjZruC','u2L6wfi','tfH2s20','wLPXEuS','mtq1nffutgjXBa','te1ouffsu1rvvG','zMXVB3i','D0v5uLC','CMfUzg9TqNL0zq','s3Hisg0','sefdDLu','tgjRshu','DxnLCG','t01gDNC','zsbMBg93ihn0BW','mZi5mZG4mhvHrMrlCW','zgvSzxrL','twDevKi','DxzNtva'];_0x49d5=function(){return _0x2ec883;};return _0x49d5();}export function consumeDeviceForState(_0x127e05){const _0x1933cb={_0x40e859:0x8,_0x32f5ca:0x21f,_0x103747:0x205,_0x38f278:0x20c,_0x3661f0:0x3b,_0x45076b:0x22,_0x5a78cc:0xd,_0x3545f0:0x2c,_0x3ca467:0xe,_0x599cf4:0x17,_0x464a7f:0x265,_0x30c54e:0x16,_0x142304:0x21d,_0x476df8:0x21a},_0x3441f5={_0x19c13a:0x194,_0x313e6a:0x3b2,_0xb1f1dc:0xf9},_0x13f3a7={};function _0x468897(_0x23df35,_0x17f0e3,_0x2a03d5,_0x138d5a){return _0x1a9c62(_0x17f0e3,_0x17f0e3-_0x3441f5._0x19c13a,_0x138d5a- -_0x3441f5._0x313e6a,_0x138d5a-_0x3441f5._0xb1f1dc);}_0x13f3a7[_0x4b5666(0x15,-_0x1933cb._0x40e859,0x1e,0x30)]=function(_0xf26a99,_0x55c4e5){return _0xf26a99===_0x55c4e5;},_0x13f3a7['tEFar']=_0x468897(-_0x1933cb._0x32f5ca,-_0x1933cb._0x103747,-_0x1933cb._0x38f278,-0x20d);function _0x4b5666(_0x481cd5,_0x3d780e,_0x267251,_0x4be6fc){return _0x24ee05(_0x267251-0x21e,_0x3d780e-0x168,_0x3d780e,_0x4be6fc-0x175);}const _0x2e7b94=_0x13f3a7,_0xa312=stateToDevice['get'](_0x127e05);if(!_0xa312){if(_0x2e7b94[_0x4b5666(_0x1933cb._0x3661f0,0x2b,0x1e,_0x1933cb._0x45076b)](_0x2e7b94[_0x4b5666(-_0x1933cb._0x5a78cc,-_0x1933cb._0x3545f0,-_0x1933cb._0x3ca467,_0x1933cb._0x599cf4)],_0x2e7b94[_0x468897(-0x228,-0x26e,-_0x1933cb._0x464a7f,-0x24f)]))return null;else{const _0x400440=_0x30c4ac['randomInt'](0x6be+-0x19b1+-0xb*-0x1b9,_0x5e04ad[_0x4b5666(_0x1933cb._0x30c54e,0xf,0x11,0xe)]);_0x1dec6d+=_0x2e433f[_0x400440];}}return stateToDevice[_0x468897(-0x21b,-_0x1933cb._0x142304,-_0x1933cb._0x476df8,-0x216)](_0x127e05),getDeviceFlow(_0xa312);}export function approveDeviceFlow(_0x46a8bf,_0xc78ea5,_0x22f63c){const _0x1a87da={_0x26709f:0x59,_0x5a46ca:0x5e,_0x48316d:0x2f7,_0x5e8e8f:0x2e1,_0x288554:0x2d5,_0x4e384e:0x2cc,_0x43d0b8:0x2ac,_0x30d4ab:0x2bb,_0x51597f:0x2d6,_0x577dd6:0x4b,_0xbf3469:0x36,_0x533089:0x18,_0x211c16:0x2b5,_0x1a052e:0x2d3,_0x4f35c1:0x39,_0x448168:0x273,_0x199839:0x29e},_0x4e5292={_0x15e2f1:0xa3,_0x3fb67e:0x80,_0x3739ef:0x8d},_0x36542={_0x501d15:0x135},_0x554057={'mhrlJ':function(_0x2576e9,_0x5c67a3){return _0x2576e9(_0x5c67a3);},'LbkHu':_0x4db576(-_0x1a87da._0x26709f,-_0x1a87da._0x5a46ca,-0x73,-0x76),'qxvuH':_0x568e87(-_0x1a87da._0x48316d,-_0x1a87da._0x5e8e8f,-_0x1a87da._0x288554,-0x2f6)};function _0x4db576(_0x55f95b,_0x56422f,_0x5cf8bf,_0x206d38){return _0x24ee05(_0x56422f-0x1d2,_0x56422f-0x0,_0x206d38,_0x206d38-_0x36542._0x501d15);}const _0x5c40cc=_0x554057[_0x568e87(-_0x1a87da._0x4e384e,-_0x1a87da._0x43d0b8,-0x2c5,-0x2d6)](getDeviceFlow,_0x46a8bf);if(!_0x5c40cc)return _0x568e87(-0x2a4,-0x2c0,-_0x1a87da._0x30d4ab,-_0x1a87da._0x51597f)===_0x554057[_0x4db576(-_0x1a87da._0x577dd6,-0x26,-_0x1a87da._0xbf3469,-_0x1a87da._0x533089)]?null:![];_0x5c40cc[_0x568e87(-_0x1a87da._0x211c16,-_0x1a87da._0x1a052e,-0x2d4,-0x2df)]=_0x554057[_0x4db576(-0x20,-_0x1a87da._0x4f35c1,-0x59,-0x42)];function _0x568e87(_0xaf55ae,_0x3c098a,_0x4a3d4d,_0x37bec8){return _0x24ee05(_0x4a3d4d- -_0x4e5292._0x15e2f1,_0x3c098a-_0x4e5292._0x3fb67e,_0x37bec8,_0x37bec8-_0x4e5292._0x3739ef);}return _0x5c40cc['apiKey']=_0xc78ea5,_0x5c40cc[_0x568e87(-_0x1a87da._0x30d4ab,-_0x1a87da._0x448168,-0x29a,-_0x1a87da._0x199839)]=_0x22f63c,!![];}export function pollDeviceFlow(_0x12d701){const _0x5bfdda={_0x49d45f:0x38e,_0x2a8062:0x37c,_0x20fce5:0x356,_0x42d2b8:0x35c,_0x3256c6:0x32d,_0x49d154:0x349,_0x10bd99:0x34b,_0xbf8e97:0x14,_0x38bb03:0x11,_0x2e5e61:0x5,_0x376820:0x2a,_0x5b103d:0x1f,_0x2d2c9d:0x2b,_0x292d26:0x38c,_0x13b332:0x20,_0x46766b:0xf,_0x44935b:0x363,_0x7ce8c3:0x35e,_0x3f1ae0:0x34c,_0x379e90:0x355,_0x2a7517:0x23,_0x27094e:0x33,_0x1d2d18:0x30,_0x5d54bb:0x12,_0x5634eb:0x28,_0x115e7e:0x38,_0x1629a3:0x23,_0x58c6c9:0x36f,_0x17aeb8:0x35d,_0x101d51:0x395,_0x48d78c:0x37b,_0x20addf:0x38f,_0x2c3bfd:0x33a,_0x53d996:0x341,_0x223082:0x36e,_0x5883c0:0x380},_0x137d03={_0xd14237:0x238,_0x387156:0x82},_0x551b59={_0x174a9d:0xea},_0x4610cb={'hKXHO':function(_0x38ba75,_0x3e1be4){return _0x38ba75(_0x3e1be4);},'YHWAT':function(_0x7aafb,_0xe7445b){return _0x7aafb===_0xe7445b;},'NnkGX':_0x418b1d(0x38f,_0x5bfdda._0x49d45f,_0x5bfdda._0x2a8062,0x369),'dvPTc':_0x418b1d(0x33d,0x334,_0x5bfdda._0x20fce5,_0x5bfdda._0x42d2b8),'yGohf':_0x418b1d(_0x5bfdda._0x3256c6,0x329,_0x5bfdda._0x49d154,_0x5bfdda._0x10bd99),'fcbCd':'approved','wEyRW':'pending'};function _0x418b1d(_0x405dea,_0x365c45,_0x5192bd,_0x5efae1){return _0x1a9c62(_0x365c45,_0x365c45-0xe4,_0x5192bd-0x1e3,_0x5efae1-_0x551b59._0x174a9d);}const _0x3ced97=_0x4610cb['hKXHO'](getDeviceFlow,_0x12d701);if(!_0x3ced97){if(_0x4610cb[_0x1035f1(_0x5bfdda._0xbf8e97,-_0x5bfdda._0x38bb03,_0x5bfdda._0x2e5e61,_0x5bfdda._0x376820)](_0x4610cb[_0x1035f1(_0x5bfdda._0x5b103d,_0x5bfdda._0x2d2c9d,0x33,-0x4)],_0x4610cb[_0x418b1d(0x35c,0x375,0x36e,_0x5bfdda._0x292d26)]))return null;else{const _0x2b2814={};return _0x2b2814[_0x1035f1(0x7,_0x5bfdda._0x13b332,-0xf,-_0x5bfdda._0x46766b)]=_0x4610cb['yGohf'],_0x2b2814;}}if(_0x3ced97[_0x418b1d(0x32a,_0x5bfdda._0x44935b,0x341,0x32e)]===_0x4610cb[_0x418b1d(0x35f,_0x5bfdda._0x7ce8c3,_0x5bfdda._0x3f1ae0,_0x5bfdda._0x379e90)]&&_0x3ced97[_0x1035f1(_0x5bfdda._0x2a7517,_0x5bfdda._0x27094e,0x29,_0x5bfdda._0x1d2d18)]){const _0x57812f={};return _0x57812f[_0x1035f1(0x7,0x18,0x9,-0x15)]=_0x4610cb[_0x1035f1(_0x5bfdda._0x5d54bb,-0x12,_0x5bfdda._0x5634eb,_0x5bfdda._0x115e7e)],_0x57812f[_0x1035f1(_0x5bfdda._0x1629a3,0x49,0x6,0x14)]=_0x3ced97[_0x418b1d(_0x5bfdda._0x58c6c9,_0x5bfdda._0x17aeb8,_0x5bfdda._0x17aeb8,0x33e)],_0x57812f[_0x418b1d(_0x5bfdda._0x101d51,0x36e,_0x5bfdda._0x48d78c,0x379)]=_0x3ced97[_0x418b1d(0x379,_0x5bfdda._0x20addf,0x37b,0x393)],_0x57812f;}function _0x1035f1(_0x5c0c08,_0x1025ca,_0x508578,_0x3335f5){return _0x24ee05(_0x5c0c08-_0x137d03._0xd14237,_0x1025ca-_0x137d03._0x387156,_0x508578,_0x3335f5-0x2b);}const _0x223d13={};return _0x223d13[_0x418b1d(_0x5bfdda._0x2c3bfd,0x351,_0x5bfdda._0x53d996,0x354)]=_0x4610cb[_0x418b1d(_0x5bfdda._0x223082,_0x5bfdda._0x5883c0,0x376,0x35b)],_0x223d13;}export function consumeDeviceFlow(_0x2550ce){const _0x3ebbbd={_0x259991:0x2e,_0x28b5f5:0x23,_0x5045d5:0x1,_0x4adf4e:0x10},_0x29b88a={_0xc58b8e:0x88,_0x2701e5:0x3cf},_0x24a85b={_0xcb618e:0xf5,_0x203f1a:0x1da};function _0x1ccaaa(_0x96574b,_0x47500f,_0x1ffe3c,_0x37e691){return _0x24ee05(_0x47500f-0x216,_0x47500f-_0x24a85b._0xcb618e,_0x1ffe3c,_0x37e691-_0x24a85b._0x203f1a);}const _0x320301=getDeviceFlow(_0x2550ce);if(!_0x320301)return null;deviceStore['delete'](_0x2550ce),userCodeToDevice[_0x1ccaaa(_0x3ebbbd._0x259991,_0x3ebbbd._0x28b5f5,0x14,0x2d)](_0x320301[_0x1ccaaa(-0x22,0x4,_0x3ebbbd._0x5045d5,-_0x3ebbbd._0x4adf4e)]);function _0x199017(_0x2b72bd,_0xcc3a56,_0x58c5f0,_0x200487){return _0x1a9c62(_0x200487,_0xcc3a56-_0x29b88a._0xc58b8e,_0xcc3a56- -_0x29b88a._0x2701e5,_0x200487-0x13e);}return _0x320301;}export function getDeviceFlowConstants(){const _0x3b6526={_0x210c8b:0x1d9,_0x3bbb42:0x1e3,_0x3af12f:0x1ca,_0x1d5db4:0x1c6,_0x1c55e6:0x1c9,_0x322859:0x225,_0x55d7dd:0x204,_0x5d331f:0x21c,_0x439dc7:0x1b9,_0x593b08:0x1ca},_0x20498a={_0x28d740:0xfa,_0x5f3603:0x72};function _0x47ba88(_0x793609,_0x3f04dd,_0x49cb0b,_0x28a792){return _0x1a9c62(_0x3f04dd,_0x3f04dd-0xf3,_0x28a792-0x34,_0x28a792-0x6d);}const _0x565a97={};_0x565a97['KxHHm']=function(_0xd6ec46,_0x425cc1){return _0xd6ec46/_0x425cc1;},_0x565a97[_0x47ba88(_0x3b6526._0x210c8b,0x1cd,_0x3b6526._0x3bbb42,_0x3b6526._0x3af12f)]=function(_0x5226ca,_0x4a2235){return _0x5226ca/_0x4a2235;};function _0x58cfeb(_0x408067,_0x4001ee,_0x3cb742,_0x4f8509){return _0x1a9c62(_0x4f8509,_0x4001ee-_0x20498a._0x28d740,_0x4001ee-_0x20498a._0x5f3603,_0x4f8509-0xe2);}const _0xa72ec9=_0x565a97;return{'expiresIn':Math[_0x47ba88(0x1a1,0x1ea,0x1aa,_0x3b6526._0x1d5db4)](_0xa72ec9[_0x47ba88(0x1d6,0x1ad,0x1c1,_0x3b6526._0x1c55e6)](DEVICE_TTL_MS,-0x1838+0x3*-0x4e2+0xf*0x2da)),'interval':Math[_0x58cfeb(_0x3b6526._0x322859,_0x3b6526._0x55d7dd,_0x3b6526._0x5d331f,0x222)](_0xa72ec9[_0x47ba88(_0x3b6526._0x439dc7,0x1d1,_0x3b6526._0x593b08,0x1ca)](POLL_INTERVAL_MS,0x2*-0x35d+-0x1aab+-0x254d*-0x1))};}export function resetDeviceFlowStore(){const _0x9ac805={_0x263b29:0x1a4,_0x304d70:0x188,_0xf50eb9:0x1af,_0x23079d:0x38,_0x3a9b73:0x27,_0x3b8d84:0x1a4,_0x25be79:0x194,_0x4b2033:0x198,_0x313236:0x193,_0x1b9f2b:0x1,_0x2ded1d:0x34,_0x45ac48:0x50,_0x3237fc:0x4b},_0x1a7c46={_0x36d640:0x35,_0x230359:0xf7},_0x1c4727={_0x38a3bd:0x22d,_0x4e4e30:0x2f},_0xe7686c={};function _0x3090e4(_0x206007,_0x4031d6,_0x2207eb,_0x446675){return _0x24ee05(_0x2207eb-_0x1c4727._0x38a3bd,_0x4031d6-0x10c,_0x206007,_0x446675-_0x1c4727._0x4e4e30);}_0xe7686c[_0x5cecb8(_0x9ac805._0x263b29,0x18f,_0x9ac805._0x304d70,_0x9ac805._0xf50eb9)]='OIDC\x20devic'+_0x3090e4(0x4a,0x30,_0x9ac805._0x23079d,0x33)+_0x3090e4(0x22,_0x9ac805._0x3a9b73,0x26,0x2e);const _0x523d80=_0xe7686c;deviceStore[_0x5cecb8(0x198,_0x9ac805._0x3b8d84,0x1a0,_0x9ac805._0x25be79)](),userCodeToDevice[_0x5cecb8(_0x9ac805._0x4b2033,0x1a4,_0x9ac805._0x313236,0x18a)](),stateToDevice[_0x3090e4(0x1,_0x9ac805._0x1b9f2b,0x21,_0x9ac805._0x2ded1d)]();function _0x5cecb8(_0x5bf06f,_0x441fce,_0x3b097b,_0x16f958){return _0x24ee05(_0x441fce-0x3b0,_0x441fce-_0x1a7c46._0x36d640,_0x5bf06f,_0x16f958-_0x1a7c46._0x230359);}logger[_0x3090e4(_0x9ac805._0x45ac48,_0x9ac805._0x3237fc,0x40,0x26)](_0x523d80['USTZH']);}
|
|
1
|
+
(function(_0x38c1e4,_0x26a2ec){const _0xd91a1a={_0x56ba99:0x35d,_0x318053:0x373,_0x4cecce:0xe0,_0x50a231:0x387,_0x16d40e:0x38c,_0x224f43:0x109,_0x50a01b:0x379,_0x14cd43:0x3ab,_0x16b6fb:0x386,_0x5aaad5:0x399,_0x2ad68b:0x11c,_0x474331:0x125,_0x29019d:0xe4,_0x1e5f17:0x121,_0x439a09:0x370,_0xba1910:0x3a0,_0xa1a752:0x377},_0x720cb7={_0x306819:0x293};function _0x598b27(_0x53400f,_0x3a7a07,_0x145295,_0x338b9a){return _0x5369(_0x3a7a07- -_0x720cb7._0x306819,_0x338b9a);}function _0x143334(_0x1c0ff3,_0x2ea268,_0x25b95f,_0x39d54c){return _0x5369(_0x1c0ff3-0x200,_0x39d54c);}const _0x5adc97=_0x38c1e4();while(!![]){try{const _0x231848=-parseInt(_0x143334(_0xd91a1a._0x56ba99,0x37b,0x364,_0xd91a1a._0x318053))/(-0x1*0x22d7+0x49*-0x21+0x1*0x2c41)*(-parseInt(_0x598b27(-0xd6,-0xf1,-_0xd91a1a._0x4cecce,-0xe6))/(0x6*0x5a6+0x1f47+-0x4129))+parseInt(_0x143334(_0xd91a1a._0x50a231,0x3ab,_0xd91a1a._0x16d40e,0x39f))/(0xa28+0x805+0x60e*-0x3)+-parseInt(_0x598b27(-0x12d,-_0xd91a1a._0x224f43,-0x106,-0x103))/(-0x13*-0x14b+-0x1ba4+0x7*0x71)+-parseInt(_0x143334(0x38f,0x3a1,_0xd91a1a._0x50a01b,0x385))/(0x428+0x11c0+-0x1af*0xd)+parseInt(_0x143334(0x381,_0xd91a1a._0x14cd43,_0xd91a1a._0x16b6fb,_0xd91a1a._0x5aaad5))/(0x1d7f+-0xb*-0x187+-0x2e46)+parseInt(_0x598b27(-0x128,-_0xd91a1a._0x2ad68b,-0xf8,-_0xd91a1a._0x474331))/(-0x1c99+-0x111*0x1b+0x396b)*(-parseInt(_0x598b27(-_0xd91a1a._0x29019d,-0x108,-_0xd91a1a._0x1e5f17,-0x134))/(-0x155*0x1a+0x1814+0xa96))+parseInt(_0x143334(0x37c,_0xd91a1a._0x439a09,_0xd91a1a._0xba1910,_0xd91a1a._0xa1a752))/(-0x11e0+0xa52+-0x1d*-0x43);if(_0x231848===_0x26a2ec)break;else _0x5adc97['push'](_0x5adc97['shift']());}catch(_0x5f2be6){_0x5adc97['push'](_0x5adc97['shift']());}}}(_0x5cc0,0x3*-0x224cb+-0xa4a9e+0x191883));import _0x2a4199 from'crypto';import{logger}from'./logger.js';function _0x5cc0(){const _0xb7bb7e=['sKLHDhq','ndaZnJi1nMnrAMjNwG','otzeCvLiELa','Dg9tDhjPBMC','zxHWAxjLza','CMvTqwi','mZG5mta1nurXze5pwa','Aevfsxq','ChneCfC','te1ouffsu1rvvG','sLbkzLG','t09ZCLe','swrizvC','CMuGCMvZzxq','yMjiELm','rhr4whK','v3boBg8','EeLhEM0','CMfUzg9TqNL0zq','Cxbnvwi','D2XjAwC','yxbPs2v5','AMjIyxK','vxLuCuW','zgvSzxrL','mtm0mdG4nezqCw5gtq','zMDsAKq','zMXVB3i','t0LeqYbKzxzPyW','yvbmC0e','wffQv0e','ALjpvhy','C2XPy2u','zxHhwey','r0vzqNm','B1Dks2S','Agv4','A2Tlz0S','sufXq1K','qujdrevgr0HksW','y2zjueC','yMPNyNe','ANnPqxu','CvDry3y','mxrUvfbsAq','v1HzwJiZndu2nW','seHLDNe','zsbMBg93ihn0BW','zgv2AwnLq29Kzq','zxHWAxjLC0f0','r1z5v0y','ufPKAvm','B2Ptteq','B1LzAwC','DxnLCG','C2v0','DxnLCKnVzgu','zvvkshy','vhzNqNq','D0D6qLu','s3DJvMO','AgfZ','zKHRA1C','sNbND0e','zuLQz2y','AunjDgy','Dw5Yzwy','t0Xuzxm','CMvbwKe','DNz1A1q','mZaZnZCYu3rmqxrP','reTqt1e','y2XLyxi','yxbWCM92zwq','z2v0','mte2ntG4mtzKBw5tD3q','sLPSq3y','rKTVqwy','C3rHDhvZ','CMfUzg9Tsw50','nZK5mtG4B3njz2XT','AgnOvKq','CgvUzgLUzW','u1HSAhi','BM93','A2XRsNG','mJi3mZeWounvt1nUuq','BgvUz3rO'];_0x5cc0=function(){return _0xb7bb7e;};return _0x5cc0();}const DEVICE_TTL_MS=(0x6a*0x22+0x1f3+-0xffd)*(0x38+0x1d9f+0x1*-0x1d9b)*(0x1*0x197a+-0x1*0x20b1+0xb1f),POLL_INTERVAL_MS=(0x2620+0x17e5+-0x3e02)*(-0x15af+0x25b7+-0xc20),CODE_CHARS=_0x202390(0x4ec,0x4fb,0x4ef,0x4da)+_0x202390(0x526,0x53c,0x538,0x548)+_0x1ac584(0x80,0x9f,0x59,0x7f)+'89',USER_CODE_LENGTH=0xb7e+-0x1f3*0x3+-0x59d,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function randomUserCode(){const _0x261a74={_0x5d3acd:0xc0,_0x1c94b7:0xf5,_0x38e737:0xb6,_0x8126b6:0xd9,_0x3f5d08:0xdf,_0x5bc1d0:0x91,_0x19f0d3:0x78,_0x6de7d5:0x99,_0x3c2b48:0x78,_0x370f6e:0xba,_0x372a38:0xac},_0x1cab11={_0x2cb8bd:0x5f1,_0x4fc555:0x129},_0x17874e={_0x386deb:0x11,_0x434304:0x1a1},_0x54ebb3={'eAAEl':function(_0x122f34){return _0x122f34();},'OOsrQ':function(_0x1e99b2,_0x2323cd){return _0x1e99b2<_0x2323cd;},'SXlhr':_0x5b666a(0x96,0x72,0x89,0x9a)};function _0x5b666a(_0x5d11ab,_0x415432,_0x20c710,_0x20058f){return _0x1ac584(_0x20c710- -_0x17874e._0x386deb,_0x5d11ab,_0x20c710-_0x17874e._0x434304,_0x20058f-0x18e);}function _0x31956e(_0x3c38c2,_0x44287e,_0x43e1de,_0x40a1b1){return _0x202390(_0x43e1de- -_0x1cab11._0x2cb8bd,_0x44287e-_0x1cab11._0x4fc555,_0x40a1b1,_0x40a1b1-0x128);}let _0x1d7e28='';for(let _0x3eb27b=0x886*-0x4+-0x55*-0x17+-0x1a75*-0x1;_0x54ebb3[_0x5b666a(_0x261a74._0x5d3acd,0xb8,0xa5,0xc5)](_0x3eb27b,USER_CODE_LENGTH);_0x3eb27b+=0x22b7*-0x1+-0x2*0x188+-0x5d*-0x68){if(_0x54ebb3[_0x31956e(-_0x261a74._0x1c94b7,-_0x261a74._0x5d3acd,-0xd9,-0xb0)]!==_0x54ebb3[_0x31956e(-0xd6,-_0x261a74._0x38e737,-_0x261a74._0x8126b6,-_0x261a74._0x3f5d08)])_0x39c497=_0x54ebb3['eAAEl'](_0x45bd4b);else{const _0x12b213=_0x2a4199[_0x5b666a(0x6b,0xa1,_0x261a74._0x5bc1d0,_0x261a74._0x19f0d3)](-0xa*0x22+0x1060+-0xf0c,CODE_CHARS[_0x5b666a(0xc3,0x8c,_0x261a74._0x6de7d5,_0x261a74._0x3c2b48)]);_0x1d7e28+=CODE_CHARS[_0x12b213];}}return _0x1d7e28['slice'](-0xe02+0x1c80+0x1*-0xe7e,-0x12d8+-0x167a+0x4a*0x8f)+'-'+_0x1d7e28[_0x5b666a(0xe0,0xd5,_0x261a74._0x370f6e,_0x261a74._0x372a38)](-0xd8d*0x2+0x21bc+-0x69e);}function _0x5369(_0x31aef3,_0xb1b6e8){_0x31aef3=_0x31aef3-(0x20c*0xb+-0x2*-0x8e5+-0x26fc);const _0x402f28=_0x5cc0();let _0x6602ed=_0x402f28[_0x31aef3];if(_0x5369['udiBpj']===undefined){var _0x3a5096=function(_0x444f1c){const _0x65f34='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x414b6b='',_0x5ead4e='';for(let _0x2e3bac=-0x2d4*-0xb+0x2b*-0xbf+-0x1*-0xf9,_0x3b38dd,_0x5d6a53,_0x9abfa0=0xb*-0x2b8+-0x10be+0x355*0xe;_0x5d6a53=_0x444f1c['charAt'](_0x9abfa0++);~_0x5d6a53&&(_0x3b38dd=_0x2e3bac%(0x1748+0xf*0x2d+0x13*-0x15d)?_0x3b38dd*(0x185d+0x135*-0x15+0x1*0x13c)+_0x5d6a53:_0x5d6a53,_0x2e3bac++%(0xcbb*0x2+0x1*0xdc4+-0x2736))?_0x414b6b+=String['fromCharCode'](0x1*-0x1a2d+-0x19d9+0x793*0x7&_0x3b38dd>>(-(-0x1*-0x12af+0x26d2+-0x397f*0x1)*_0x2e3bac&0x4d*-0x6b+0x2304+0x2cf*-0x1)):-0x4be+-0xfaa+0x1468){_0x5d6a53=_0x65f34['indexOf'](_0x5d6a53);}for(let _0x5d72a7=-0x1b4*0x4+0x1a0b*-0x1+0x20db,_0x1b0a79=_0x414b6b['length'];_0x5d72a7<_0x1b0a79;_0x5d72a7++){_0x5ead4e+='%'+('00'+_0x414b6b['charCodeAt'](_0x5d72a7)['toString'](0x1005+0x228*0xd+-0x2bfd))['slice'](-(0x1a86+-0x1a59+-0x2b*0x1));}return decodeURIComponent(_0x5ead4e);};_0x5369['wJLUES']=_0x3a5096,_0x5369['XdGVok']={},_0x5369['udiBpj']=!![];}const _0x23d70c=_0x402f28[-0x833*0x3+0x14ba+0x3df],_0x4085d0=_0x31aef3+_0x23d70c,_0x4729a7=_0x5369['XdGVok'][_0x4085d0];return!_0x4729a7?(_0x6602ed=_0x5369['wJLUES'](_0x6602ed),_0x5369['XdGVok'][_0x4085d0]=_0x6602ed):_0x6602ed=_0x4729a7,_0x6602ed;}function isExpired(_0x125210){const _0x176a6d={_0x2bf649:0x384,_0x28c328:0x37c,_0xf4a863:0x3a2,_0x3fddf6:0x2df,_0x5f4e44:0x2d0,_0xfbb44e:0x2e7,_0x1d7cfa:0x354,_0x3f2f0a:0x365},_0x866add={_0x51fef5:0x2e1,_0x3304c5:0x11e,_0x170d14:0x3f},_0x285323={};_0x285323[_0x26a799(_0x176a6d._0x2bf649,0x3bf,_0x176a6d._0x28c328,_0x176a6d._0xf4a863)]=function(_0x3d2ea4,_0x39edc2){return _0x3d2ea4>_0x39edc2;};function _0x32e197(_0x1b10cf,_0x14b290,_0x18e8ae,_0xbc3e68){return _0x1ac584(_0xbc3e68-0x245,_0x1b10cf,_0x18e8ae-0x11c,_0xbc3e68-0x17);}function _0x26a799(_0x1aaa38,_0x32a4b1,_0x1afec5,_0x40e705){return _0x1ac584(_0x40e705-_0x866add._0x51fef5,_0x1aaa38,_0x1afec5-_0x866add._0x3304c5,_0x40e705-_0x866add._0x170d14);}const _0x3dfcd4=_0x285323;return _0x3dfcd4['jbbay'](Date[_0x32e197(_0x176a6d._0x3fddf6,_0x176a6d._0x5f4e44,_0x176a6d._0xfbb44e,0x2ec)](),_0x125210[_0x26a799(0x37b,0x34c,_0x176a6d._0x1d7cfa,_0x176a6d._0x3f2f0a)]);}function cleanupExpired(){const _0x216ef7={_0x28cccd:0x157,_0x2ccd75:0x130,_0x36a6c5:0x134,_0x15ab9a:0x433,_0x4a469e:0x41e,_0x5a050a:0x40b,_0x55d224:0x158,_0x1a9d9b:0x142,_0x31a45c:0x16e,_0x48d637:0xfc,_0x288acd:0x129,_0x438f5c:0x11d,_0x3edfb9:0x107,_0x185abd:0x149,_0x462042:0x442,_0x3f8add:0x44d,_0x5ceade:0x461,_0x507cf4:0x45c,_0x1a7445:0x120,_0x2c30af:0x15a,_0x35b891:0x13f,_0x2cb732:0x12d,_0x2a8731:0x143,_0x38d4e5:0x161,_0x492aa0:0x115,_0xb51786:0x449,_0x143309:0x126,_0x3f75de:0x16c,_0x5a186c:0x11e,_0x3f5ee5:0x110,_0x347bb5:0x46d,_0x2d87b2:0x497,_0x1c89da:0x473,_0x53f90d:0x468,_0x727a00:0x136,_0x2f9e54:0x122,_0x218196:0x446,_0x5b55f3:0x44b,_0x77a3b4:0x46b,_0x311a6c:0x443,_0xc7d03c:0x10a,_0x596b94:0x14c},_0x3e161b={_0x4ea66e:0x3ae,_0x3e97a9:0xc5},_0x281e71={_0x3eff06:0x3d9,_0x584309:0x17f,_0x5a2791:0x14f},_0x35449e={'hEEIt':function(_0x57d510,_0x32d055){return _0x57d510(_0x32d055);},'JpgwA':function(_0x4f2f31,_0x181474){return _0x4f2f31!==_0x181474;},'iCItf':_0x258ef5(_0x216ef7._0x28cccd,_0x216ef7._0x2ccd75,_0x216ef7._0x36a6c5,0x12b),'ojSLD':_0x51b73e(_0x216ef7._0x15ab9a,_0x216ef7._0x4a469e,0x40f,_0x216ef7._0x5a050a),'qWQcv':function(_0x7d977f,_0x4ceecf){return _0x7d977f===_0x4ceecf;},'oWJKk':_0x258ef5(_0x216ef7._0x55d224,_0x216ef7._0x1a9d9b,_0x216ef7._0x31a45c,0x173),'vvukT':function(_0x28afb1,_0x77dc40){return _0x28afb1>_0x77dc40;},'oYYig':_0x258ef5(0x111,0x133,_0x216ef7._0x48d637,_0x216ef7._0x288acd)},_0x34a8fa=Date[_0x258ef5(0x140,0x11a,0x12b,0x14d)]();function _0x258ef5(_0x471f8d,_0x3e942c,_0x26668c,_0xb3bd0e){return _0x202390(_0x471f8d- -_0x281e71._0x3eff06,_0x3e942c-_0x281e71._0x584309,_0xb3bd0e,_0xb3bd0e-_0x281e71._0x5a2791);}for(const [_0x47640c,_0x460121]of deviceStore['entries']()){if(_0x34a8fa>_0x460121[_0x258ef5(_0x216ef7._0x438f5c,_0x216ef7._0x3edfb9,_0x216ef7._0x185abd,0x127)]){if(_0x35449e[_0x258ef5(0x12b,0x11d,0x13d,0x14a)](_0x35449e[_0x51b73e(_0x216ef7._0x462042,_0x216ef7._0x3f8add,_0x216ef7._0x5ceade,_0x216ef7._0x507cf4)],_0x35449e[_0x258ef5(_0x216ef7._0x1a7445,0x12f,0x142,0x112)]))deviceStore[_0x258ef5(0x15c,_0x216ef7._0x2c30af,_0x216ef7._0x35b891,0x169)](_0x47640c),userCodeToDevice[_0x51b73e(0x471,0x479,0x48b,0x486)](_0x460121[_0x258ef5(0x124,_0x216ef7._0x2cb732,_0x216ef7._0x2a8731,0x101)]);else{const _0x4b1e51=_0x1de61d[_0x258ef5(0x136,_0x216ef7._0x38d4e5,0x12d,_0x216ef7._0x492aa0)](_0x13ee67);if(!_0x4b1e51)return null;return _0x38bf3d[_0x51b73e(0x471,0x47f,_0x216ef7._0xb51786,0x48a)](_0x1c9368),_0x35449e[_0x258ef5(0x14b,0x149,_0x216ef7._0x143309,_0x216ef7._0x3f75de)](_0x1ff62c,_0x4b1e51);}}}function _0x51b73e(_0xdd0a9,_0x4663ea,_0x23b66f,_0x1ad836){return _0x1ac584(_0xdd0a9-_0x3e161b._0x4ea66e,_0x23b66f,_0x23b66f-_0x3e161b._0x3e97a9,_0x1ad836-0x11c);}for(const [_0x45c83d,_0x4cd56c]of stateToDevice['entries']()){if(_0x35449e[_0x258ef5(0x117,0xf4,0x143,_0x216ef7._0x5a186c)](_0x35449e[_0x258ef5(0x10f,0x125,_0x216ef7._0x3f5ee5,0x121)],_0x51b73e(_0x216ef7._0x347bb5,_0x216ef7._0x2d87b2,_0x216ef7._0x1c89da,_0x216ef7._0x53f90d))){const _0x1a6a0c=deviceStore[_0x258ef5(_0x216ef7._0x727a00,_0x216ef7._0x2f9e54,0x146,0x159)](_0x4cd56c);(!_0x1a6a0c||_0x35449e[_0x51b73e(_0x216ef7._0x218196,_0x216ef7._0x5b55f3,0x452,_0x216ef7._0x77a3b4)](_0x34a8fa,_0x1a6a0c[_0x51b73e(0x432,_0x216ef7._0x311a6c,_0x216ef7._0x3f8add,0x42b)]))&&(_0x35449e['qWQcv'](_0x35449e[_0x258ef5(0x121,0x135,_0x216ef7._0xc7d03c,_0x216ef7._0x596b94)],'kkKgK')?stateToDevice['delete'](_0x45c83d):_0x549686['delete'](_0xbc61ff));}else return null;}}function _0x1ac584(_0x50c7f6,_0xe5fe0c,_0x479cf1,_0x100cf2){return _0x5369(_0x50c7f6- -0xde,_0xe5fe0c);}const cleanupInterval=setInterval(cleanupExpired,(0x1143+-0x8*0x131+-0x77f)*(0x1e91+0x2167+0x1f*-0x1f0));cleanupInterval[_0x202390(0x507,0x500,0x52b,0x4f4)]();export function createDeviceFlow(){const _0x1899fa={_0x47dcfa:0x69,_0x495ef8:0x60,_0x479a97:0x24c,_0xf5cc62:0x282,_0x30ae14:0x258,_0x1aae97:0x28d,_0x18f39:0x27b,_0xba1bcb:0x241,_0x435386:0x253,_0x5ecdfc:0x228,_0x124e36:0x47,_0x308b0b:0x52,_0xd34875:0x25a,_0x23414b:0x268,_0x4d9174:0x273,_0x393ca9:0x4d,_0x45cb4f:0x63,_0x53a2ed:0x47,_0xa6d94d:0x5b,_0x2c1b3d:0x28f,_0x382cc6:0x292,_0x43dde9:0x72,_0x15e32d:0x4a,_0x918a73:0x56,_0x22e9ea:0x54,_0x115698:0x35,_0x438bcb:0x19,_0x5b50b0:0x13,_0x37c3e7:0x11,_0x3a39c6:0x40,_0x1f5415:0x1c,_0x14bc35:0x25b,_0x4ea967:0x261,_0x1a26dc:0x26b,_0x1dd538:0x288,_0x2d9089:0x12,_0x4b8fc8:0x245,_0x1c124b:0x229,_0x46a9b1:0x254,_0x2fdd57:0x238,_0x38e31d:0x236,_0x864376:0x249,_0x53987d:0x254,_0x19bb72:0x27d,_0xbd158f:0x83,_0x473a29:0x6f,_0x1c2b37:0x68,_0x10b306:0x6d,_0x12a906:0x5f,_0x2e188a:0x265,_0x4af849:0x294},_0x5ccd92={_0xafe74d:0x4d9,_0x1fcb67:0x4d,_0x1d7ee9:0x11a},_0x5bfd3c={_0x24f51d:0x1ca,_0x5000f1:0x11d,_0x3961dd:0x23},_0x22ea95={'fgRjD':_0x513220(0x48,0x40,_0x1899fa._0x47dcfa,_0x1899fa._0x495ef8)+_0x67b1c5(_0x1899fa._0x479a97,0x267,0x224,0x221)+_0x67b1c5(_0x1899fa._0xf5cc62,_0x1899fa._0x30ae14,_0x1899fa._0x1aae97,_0x1899fa._0x18f39),'UyTqL':function(_0x5eae4b){return _0x5eae4b();},'rKLty':function(_0x1328ed,_0x4d3487){return _0x1328ed===_0x4d3487;},'jROTv':_0x513220(0x5c,0x67,0x60,0x62),'exGXF':_0x67b1c5(_0x1899fa._0xba1bcb,0x226,_0x1899fa._0x435386,_0x1899fa._0x5ecdfc),'IAqCY':_0x513220(0x34,_0x1899fa._0x124e36,_0x1899fa._0x308b0b,0x3e),'WpNlo':function(_0x2f0bfb,_0x9ee15b){return _0x2f0bfb/_0x9ee15b;}};let _0x3281e3=_0x22ea95['UyTqL'](randomUserCode);while(userCodeToDevice[_0x67b1c5(_0x1899fa._0xd34875,0x25a,_0x1899fa._0x23414b,_0x1899fa._0x4d9174)](_0x3281e3)){_0x22ea95['rKLty'](_0x22ea95[_0x513220(0x56,0x39,_0x1899fa._0x393ca9,_0x1899fa._0x45cb4f)],_0x22ea95['jROTv'])?_0x3281e3=_0x22ea95[_0x513220(_0x1899fa._0x53a2ed,0x87,0x6a,_0x1899fa._0xa6d94d)](randomUserCode):(_0x40107d['clear'](),_0x3c045c[_0x513220(0x3a,0x3d,0x57,0x34)](),_0x236e23['clear'](),_0x377d76['debug'](_0x22ea95[_0x67b1c5(_0x1899fa._0x2c1b3d,0x27b,_0x1899fa._0x382cc6,0x2b1)]));}const _0x5cc93f=_0x2a4199[_0x513220(_0x1899fa._0x43dde9,0x7f,_0x1899fa._0x15e32d,_0x1899fa._0x918a73)+'s'](0x1e86+-0x11c*0xb+-0x1232)[_0x513220(_0x1899fa._0x22e9ea,_0x1899fa._0x115698,0x4a,_0x1899fa._0x53a2ed)](_0x22ea95[_0x513220(_0x1899fa._0x438bcb,-0xb,_0x1899fa._0x5b50b0,0xd)]),_0x1af9ad=Date[_0x67b1c5(0x271,_0x1899fa._0x23414b,0x29d,0x284)]();function _0x67b1c5(_0x349bcc,_0x22695d,_0x21d83e,_0x47fd74){return _0x1ac584(_0x349bcc-_0x5bfd3c._0x24f51d,_0x21d83e,_0x21d83e-_0x5bfd3c._0x5000f1,_0x47fd74-_0x5bfd3c._0x3961dd);}const _0x1dd1c9={};_0x1dd1c9[_0x513220(_0x1899fa._0x37c3e7,_0x1899fa._0x3a39c6,-0xf,_0x1899fa._0x1f5415)]=_0x5cc93f;function _0x513220(_0x5799aa,_0x55314a,_0x4b0693,_0x275c6b){return _0x202390(_0x275c6b- -_0x5ccd92._0xafe74d,_0x55314a-_0x5ccd92._0x1fcb67,_0x4b0693,_0x275c6b-_0x5ccd92._0x1d7ee9);}_0x1dd1c9['userCode']=_0x3281e3,_0x1dd1c9['createdAt']=_0x1af9ad,_0x1dd1c9[_0x67b1c5(0x24e,_0x1899fa._0x14bc35,0x23d,_0x1899fa._0x4ea967)]=_0x1af9ad+DEVICE_TTL_MS,_0x1dd1c9[_0x67b1c5(_0x1899fa._0x1a26dc,_0x1899fa._0x1dd538,0x249,0x25c)]=_0x22ea95[_0x513220(0x3e,0x2b,0x25,_0x1899fa._0x2d9089)],_0x1dd1c9[_0x513220(0x32,0x6c,_0x1899fa._0x15e32d,0x59)]=null,_0x1dd1c9[_0x67b1c5(0x253,_0x1899fa._0x4b8fc8,0x240,_0x1899fa._0x1c124b)]=null;const _0x3be504=_0x1dd1c9;return deviceStore[_0x67b1c5(_0x1899fa._0x46a9b1,_0x1899fa._0x2fdd57,_0x1899fa._0x38e31d,_0x1899fa._0x864376)](_0x5cc93f,_0x3be504),userCodeToDevice[_0x67b1c5(0x254,_0x1899fa._0x53987d,_0x1899fa._0x19bb72,_0x1899fa._0x38e31d)](_0x3281e3,_0x5cc93f),{'deviceCode':_0x5cc93f,'userCode':_0x3281e3,'expiresIn':Math[_0x513220(_0x1899fa._0xbd158f,_0x1899fa._0x47dcfa,_0x1899fa._0x473a29,0x5f)](_0x22ea95['WpNlo'](DEVICE_TTL_MS,0x15ac+0x11f1+-0xb*0x33f)),'interval':Math[_0x513220(_0x1899fa._0x1c2b37,_0x1899fa._0x10b306,0x62,_0x1899fa._0x12a906)](_0x22ea95[_0x67b1c5(0x285,_0x1899fa._0x2e188a,_0x1899fa._0x4af849,0x287)](POLL_INTERVAL_MS,0x36d*0x7+0x33e+-0x7f*0x2f))};}export function getDeviceFlow(_0x52d5ef){const _0x55aa71=deviceStore['get'](_0x52d5ef);if(!_0x55aa71||isExpired(_0x55aa71))return null;return _0x55aa71;}export function getDeviceFlowByUserCode(_0x4f6f30){const _0x394cdf={_0xd7f905:0x526,_0x5a6717:0x1f9,_0x1715fb:0x243,_0x26f51b:0x54e,_0x228260:0x542,_0xa77271:0x53b,_0x97a59e:0x525,_0x4bcde7:0x510,_0x209611:0x285,_0x1b4dd9:0x25b,_0x2c88b2:0x260,_0x608050:0x531,_0x338b76:0x52a,_0xb51b17:0x555,_0x280b4c:0x571,_0x3c4db3:0x55a},_0x59bea8={_0x39d8a3:0x57},_0x3f0334={_0xfd1f8c:0x71},_0x402ff5={'klkJx':function(_0x2971f0,_0x56e09c){return _0x2971f0>_0x56e09c;},'bjgbq':function(_0x3ad8a2,_0x2effb9){return _0x3ad8a2!==_0x2effb9;},'DtxXy':function(_0xf4043a,_0x25f6ec){return _0xf4043a(_0x25f6ec);}};function _0x5e651a(_0x52ac5d,_0x2dccf4,_0x56f57b,_0x41ab51){return _0x1ac584(_0x52ac5d-0x4a6,_0x56f57b,_0x56f57b-0x110,_0x41ab51-_0x3f0334._0xfd1f8c);}function _0x50c303(_0x38b1a5,_0xbb0220,_0x1999e4,_0x2a11a9){return _0x1ac584(_0x2a11a9-0x198,_0x38b1a5,_0x1999e4-_0x59bea8._0x39d8a3,_0x2a11a9-0x1c4);}const _0x146a85=userCodeToDevice[_0x5e651a(0x543,0x546,_0x394cdf._0xd7f905,0x533)](_0x4f6f30);if(!_0x146a85){if(_0x402ff5[_0x50c303(_0x394cdf._0x5a6717,0x208,0x20e,0x214)](_0x5e651a(0x53c,0x547,0x533,0x511),_0x50c303(0x228,0x264,0x23c,_0x394cdf._0x1715fb)))return null;else _0x402ff5[_0x5e651a(_0x394cdf._0x26f51b,_0x394cdf._0x228260,0x52b,_0x394cdf._0xa77271)](_0x225b39,_0x4cbdbc[_0x5e651a(0x52a,_0x394cdf._0x97a59e,0x52c,_0x394cdf._0x4bcde7)])&&(_0x2ad151[_0x50c303(0x25b,0x234,_0x394cdf._0x209611,_0x394cdf._0x1b4dd9)](_0x20964e),_0x4b34a4[_0x50c303(_0x394cdf._0x2c88b2,0x22f,0x24b,0x25b)](_0x612690[_0x5e651a(_0x394cdf._0x608050,0x51b,_0x394cdf._0x338b76,_0x394cdf._0xb51b17)]));}return _0x402ff5[_0x5e651a(0x560,0x567,_0x394cdf._0x280b4c,_0x394cdf._0x3c4db3)](getDeviceFlow,_0x146a85);}function _0x202390(_0x2f9f79,_0x4df18c,_0x156d76,_0x3b672c){const _0x2c8c3a={_0x535cd9:0x394};return _0x5369(_0x2f9f79-_0x2c8c3a._0x535cd9,_0x156d76);}export function linkOidcStateToDevice(_0x2e6d49,_0xdb6f90){const _0x7f6dd7={_0x3e7f1f:0x204,_0x174518:0x1d5,_0x13f5e8:0x184,_0x21a6f8:0x195,_0x675f3c:0x146,_0x244db5:0x169},_0x5c741a={_0x369c24:0xba},_0xdb317={_0x557446:0xd1,_0x24e53e:0x117};function _0x580480(_0x443f0b,_0x469203,_0x2965ef,_0x114f20){return _0x202390(_0x114f20- -0x665,_0x469203-_0xdb317._0x557446,_0x2965ef,_0x114f20-_0xdb317._0x24e53e);}const _0x3008e3={'JZlCv':function(_0x2597a9,_0x26ca8a){return _0x2597a9(_0x26ca8a);}},_0x1d7591=_0x3008e3[_0x1d7ffe(-_0x7f6dd7._0x3e7f1f,-0x1ff,-_0x7f6dd7._0x174518,-0x1f4)](getDeviceFlow,_0xdb6f90);function _0x1d7ffe(_0x49b15c,_0x2da3dc,_0x12f0d3,_0x2bd3f5){return _0x1ac584(_0x2bd3f5- -0x293,_0x49b15c,_0x12f0d3-0x3f,_0x2bd3f5-_0x5c741a._0x369c24);}if(!_0x1d7591)return![];return stateToDevice[_0x580480(-_0x7f6dd7._0x13f5e8,-_0x7f6dd7._0x21a6f8,-_0x7f6dd7._0x675f3c,-_0x7f6dd7._0x244db5)](_0x2e6d49,_0xdb6f90),!![];}export function consumeDeviceForState(_0x3e5939){const _0x13e6d8={_0x5e3392:0x18c,_0x4a4760:0x4e,_0x58092c:0x3c,_0xc24853:0x25,_0x45f619:0x36,_0x53efec:0x54,_0x21ad5e:0x16,_0x253b8b:0x43,_0x2aba33:0x36,_0x420d96:0xa,_0x1ca90e:0x176,_0x1039ac:0x1b5},_0x4d538a={_0x2dbfc1:0x1e1},_0x232723={_0xcef612:0x198,_0x2e778d:0x17c},_0x30953e={'eIjgf':function(_0x1f8b30,_0x4cd0e4){return _0x1f8b30!==_0x4cd0e4;},'JPJfX':_0x12a076(0x169,0x165,_0x13e6d8._0x5e3392,0x182),'remAb':function(_0x4cd81b,_0x21f952){return _0x4cd81b(_0x21f952);}},_0x45f1dd=stateToDevice[_0x1cb7f3(-0x31,-0x5c,-_0x13e6d8._0x4a4760,-_0x13e6d8._0x58092c)](_0x3e5939);function _0x1cb7f3(_0x4f93a1,_0x43a6f9,_0x58b3ff,_0x586cf6){return _0x202390(_0x58b3ff- -0x55d,_0x43a6f9-_0x232723._0xcef612,_0x586cf6,_0x586cf6-_0x232723._0x2e778d);}function _0x12a076(_0x7dfcdb,_0x42340e,_0x1082af,_0x330a4b){return _0x1ac584(_0x330a4b-0xeb,_0x1082af,_0x1082af-_0x4d538a._0x2dbfc1,_0x330a4b-0x147);}if(!_0x45f1dd)return _0x30953e[_0x1cb7f3(-0x3a,-0x63,-0x58,-0x66)](_0x30953e[_0x1cb7f3(-_0x13e6d8._0xc24853,-0x56,-_0x13e6d8._0x45f619,-_0x13e6d8._0x53efec)],_0x30953e[_0x1cb7f3(-_0x13e6d8._0x21ad5e,-_0x13e6d8._0x253b8b,-_0x13e6d8._0x2aba33,-_0x13e6d8._0x420d96)])?![]:null;return stateToDevice['delete'](_0x3e5939),_0x30953e[_0x12a076(_0x13e6d8._0x1ca90e,_0x13e6d8._0x1039ac,0x187,0x19b)](getDeviceFlow,_0x45f1dd);}export function approveDeviceFlow(_0x2b878a,_0x16b508,_0x2b35fb){const _0x2c7634={_0x1531fb:0x5c,_0x25da03:0x8c,_0x2ac624:0x76,_0x2641be:0x72,_0x2f8290:0x60,_0x558893:0x54,_0x2f8cfa:0x48,_0x7b8354:0x4e,_0x59658c:0x36,_0xb5aea6:0x5d},_0x598778={_0x419a63:0x1f,_0x1cb879:0x6},_0x2f895c={'hchVD':function(_0x436312,_0x358d71){return _0x436312(_0x358d71);},'bbHzS':_0x4fe45a(-_0x2c7634._0x1531fb,-0x61,-0x4c,-_0x2c7634._0x25da03)};function _0x4afcf5(_0x417596,_0x5c1c58,_0x5e8e91,_0x59a90f){return _0x202390(_0x59a90f- -0x561,_0x5c1c58-0x31,_0x417596,_0x59a90f-0x1af);}const _0x26f2a2=_0x2f895c[_0x4afcf5(-_0x2c7634._0x2ac624,-_0x2c7634._0x2641be,-0x3a,-0x4b)](getDeviceFlow,_0x2b878a);function _0x4fe45a(_0x1904e0,_0x5f0505,_0x2e0936,_0x37e933){return _0x1ac584(_0x5f0505- -0xfd,_0x37e933,_0x2e0936-_0x598778._0x419a63,_0x37e933-_0x598778._0x1cb879);}if(!_0x26f2a2)return![];return _0x26f2a2[_0x4afcf5(-_0x2c7634._0x2f8290,-_0x2c7634._0x558893,-_0x2c7634._0x2f8cfa,-_0x2c7634._0x7b8354)]=_0x2f895c[_0x4afcf5(-0x51,-0x5c,-0x33,-0x36)],_0x26f2a2[_0x4fe45a(-0x4a,-0x3d,-_0x2c7634._0x59658c,-_0x2c7634._0xb5aea6)]=_0x16b508,_0x26f2a2['user']=_0x2b35fb,!![];}export function pollDeviceFlow(_0x1fd851){const _0x479744={_0x45f8b6:0x249,_0x16bf55:0x273,_0x38d894:0x1ae,_0x4adaca:0x25c,_0x2e4180:0x260,_0x2d11a2:0x197,_0x5d2f7e:0x1c2,_0x4a43da:0x190,_0x5b8669:0x229,_0x5548c2:0x183,_0x138d3c:0x1bf,_0xcfc32e:0x19f,_0xe8b252:0x258,_0x2ffc44:0x251,_0x4e5159:0x186,_0x2bbe9a:0x1a9,_0x39e31c:0x17c,_0x4aee4f:0x1b8,_0x3545a6:0x27b,_0x423c7d:0x289,_0x491537:0x276,_0x53ec3a:0x259,_0x2f9e1c:0x257,_0x113968:0x257,_0x47d956:0x18e,_0x5544ba:0x180,_0xb6fe39:0x168,_0x5b8db0:0x1ab,_0x151a74:0x1c8,_0x11799a:0x1a0,_0x146971:0x240,_0x332879:0x26a,_0x46f0b4:0x282,_0x89335c:0x188,_0x2b9aca:0x169,_0x36b59d:0x181,_0x12bc49:0x17b,_0x1d718c:0x1b4,_0x2a7672:0x156,_0x206479:0x1a3,_0x1625e6:0x1cf,_0x470b95:0x19a,_0x341958:0x1d7,_0x53cf12:0x26a,_0x1c77af:0x26f,_0x17f275:0x247,_0x30d41e:0x262,_0x1f20ca:0x277},_0x1975ea={_0x2cda1c:0x380};function _0x4343a6(_0x46f614,_0x52f311,_0x275622,_0x1e60e9){return _0x202390(_0x46f614- -_0x1975ea._0x2cda1c,_0x52f311-0xa3,_0x1e60e9,_0x1e60e9-0x7f);}const _0x42d49f={'IdHeW':function(_0x1515ea,_0x456669){return _0x1515ea<_0x456669;},'aPLsA':function(_0x50c24c,_0x2ff679){return _0x50c24c(_0x2ff679);},'xIGzm':function(_0x58b50a,_0x2b09fb){return _0x58b50a===_0x2b09fb;},'FKoAf':'ByVDi','jsiAu':_0x2dcb20(-0x220,-_0x479744._0x45f8b6,-0x223,-_0x479744._0x16bf55),'HHevq':function(_0x4d3d1a,_0x5177d6){return _0x4d3d1a===_0x5177d6;},'wGzBU':function(_0x4090f3,_0x3649f6){return _0x4090f3===_0x3649f6;},'eUJHv':_0x4343a6(0x183,0x19f,0x188,_0x479744._0x38d894),'TvgBt':_0x2dcb20(-0x274,-_0x479744._0x4adaca,-0x26f,-_0x479744._0x2e4180),'PZdiS':_0x4343a6(_0x479744._0x2d11a2,0x1a0,_0x479744._0x5d2f7e,_0x479744._0x4a43da)};function _0x2dcb20(_0xc9dab4,_0x1f5d31,_0x5f160a,_0x14fb74){return _0x202390(_0x1f5d31- -0x76a,_0x1f5d31-0x61,_0x5f160a,_0x14fb74-0x83);}const _0x2e89f0=_0x42d49f[_0x2dcb20(-0x20e,-0x230,-0x215,-_0x479744._0x5b8669)](getDeviceFlow,_0x1fd851);if(!_0x2e89f0){if(_0x42d49f[_0x4343a6(0x1ae,_0x479744._0x5548c2,_0x479744._0x138d3c,_0x479744._0xcfc32e)]('mzHVX',_0x42d49f[_0x2dcb20(-0x27c,-_0x479744._0xe8b252,-_0x479744._0x2ffc44,-0x247)])){const _0x2fb360={};return _0x2fb360[_0x4343a6(0x193,_0x479744._0x4e5159,0x1a9,0x19b)]=_0x4343a6(0x1a1,0x1b0,0x180,_0x479744._0x2bbe9a),_0x2fb360;}else{const _0x2597ed={};return _0x2597ed[_0x4343a6(0x193,0x19b,_0x479744._0x39e31c,_0x479744._0x4aee4f)]=_0x42d49f[_0x2dcb20(-0x28c,-_0x479744._0x3545a6,-_0x479744._0x423c7d,-0x262)],_0x2597ed;}}if(_0x42d49f[_0x2dcb20(-_0x479744._0x491537,-0x277,-_0x479744._0x53ec3a,-0x295)](_0x2e89f0[_0x2dcb20(-0x238,-_0x479744._0x2f9e1c,-_0x479744._0x53ec3a,-_0x479744._0x113968)],_0x4343a6(_0x479744._0x47d956,_0x479744._0x5544ba,0x185,_0x479744._0xb6fe39))&&_0x2e89f0[_0x4343a6(0x1b2,_0x479744._0x5b8db0,_0x479744._0x151a74,_0x479744._0x11799a)]){if(_0x42d49f[_0x2dcb20(-_0x479744._0x146971,-_0x479744._0x332879,-0x263,-_0x479744._0x46f0b4)](_0x42d49f[_0x4343a6(0x17e,0x162,_0x479744._0x89335c,_0x479744._0x2b9aca)],_0x4343a6(_0x479744._0x36b59d,_0x479744._0x12bc49,0x178,0x182))){let _0x45150a='';for(let _0x3a9e59=-0x1*0x1704+0x175e+-0x5a;_0x42d49f[_0x2dcb20(-0x26c,-0x241,-0x241,-0x246)](_0x3a9e59,_0x39c195);_0x3a9e59+=-0x119+0x1962+-0x6*0x40c){const _0x367d85=_0x4c1b1d[_0x4343a6(0x194,0x1a9,_0x479744._0x4a43da,0x191)](-0x1fb8+0x6*-0x10b+0x25fa,_0x32e8a7['length']);_0x45150a+=_0x2116ff[_0x367d85];}return _0x45150a[_0x4343a6(0x1bd,0x1b2,0x1b5,_0x479744._0x1d718c)](-0x15cd+-0x101*0x19+0x2ee6,0x613+-0x1984*-0x1+-0x1f93)+'-'+_0x45150a['slice'](0x239c+0x1*0x1af+0x2547*-0x1);}else{const _0x51cf7e={};return _0x51cf7e['status']=_0x42d49f[_0x4343a6(0x17f,_0x479744._0x2a7672,_0x479744._0x2b9aca,_0x479744._0x206479)],_0x51cf7e[_0x4343a6(0x1b2,_0x479744._0x1625e6,_0x479744._0x470b95,_0x479744._0x341958)]=_0x2e89f0['apiKey'],_0x51cf7e['user']=_0x2e89f0[_0x2dcb20(-_0x479744._0x53cf12,-_0x479744._0x1c77af,-_0x479744._0x17f275,-0x251)],_0x51cf7e;}}const _0x23f987={};return _0x23f987['status']=_0x42d49f[_0x2dcb20(-_0x479744._0x30d41e,-0x272,-_0x479744._0x1f20ca,-0x25c)],_0x23f987;}export function consumeDeviceFlow(_0x5b2423){const _0x3dedec={_0x5d4d58:0x43f,_0x4d9758:0x454,_0x179b8e:0x452,_0x1a89d9:0x421,_0x4fa081:0x3f7},_0x198971={_0x4fea71:0x17c},_0x4a6dcb={_0x3a7c22:0x38f};function _0x3d25b1(_0x2f6724,_0x57d845,_0x154651,_0x47f6c6){return _0x1ac584(_0x57d845-_0x4a6dcb._0x3a7c22,_0x2f6724,_0x154651-0x91,_0x47f6c6-0x18f);}const _0x2345c1=getDeviceFlow(_0x5b2423);function _0x1e792c(_0xdae0b,_0x4db434,_0x3cee8c,_0x42b0b0){return _0x1ac584(_0xdae0b-0x273,_0x42b0b0,_0x3cee8c-_0x198971._0x4fea71,_0x42b0b0-0x176);}if(!_0x2345c1)return null;return deviceStore[_0x3d25b1(_0x3dedec._0x5d4d58,0x452,0x465,_0x3dedec._0x4d9758)](_0x5b2423),userCodeToDevice[_0x3d25b1(0x477,_0x3dedec._0x179b8e,0x44d,0x461)](_0x2345c1[_0x3d25b1(_0x3dedec._0x1a89d9,0x41a,_0x3dedec._0x4fa081,0x40c)]),_0x2345c1;}export function getDeviceFlowConstants(){const _0x32b661={_0x3dde62:0xd1,_0x2eef1c:0xe1,_0x3ddb4b:0xcc,_0x50eefc:0x6f,_0x357668:0xf0,_0x1be36e:0xd3,_0x4bd6ff:0xa8},_0x2017f6={_0x2af9fd:0x117},_0x3812d5={};function _0x32e391(_0xfd9801,_0x1fcd14,_0x374c8f,_0x20b572){return _0x1ac584(_0x1fcd14- -0x14e,_0x20b572,_0x374c8f-_0x2017f6._0x2af9fd,_0x20b572-0xb4);}_0x3812d5[_0x471df2(-0xb6,-0xa9,-_0x32b661._0x3dde62,-0x96)]=function(_0x759b08,_0x4b6283){return _0x759b08/_0x4b6283;};function _0x471df2(_0x20fa50,_0x34c1bc,_0x420155,_0x35f178){return _0x1ac584(_0x34c1bc- -0x15c,_0x20fa50,_0x420155-0x14c,_0x35f178-0x93);}_0x3812d5[_0x471df2(-0xff,-_0x32b661._0x2eef1c,-_0x32b661._0x3ddb4b,-0xb9)]=function(_0x29a88c,_0x479571){return _0x29a88c/_0x479571;};const _0x3c1f5b=_0x3812d5;return{'expiresIn':Math[_0x471df2(-0x80,-0x96,-0x6d,-_0x32b661._0x50eefc)](_0x3c1f5b['psDpW'](DEVICE_TTL_MS,-0xec4+0x73f+0x4b*0x27)),'interval':Math['floor'](_0x3c1f5b[_0x32e391(-_0x32b661._0x357668,-_0x32b661._0x1be36e,-_0x32b661._0x4bd6ff,-0xb0)](POLL_INTERVAL_MS,-0x12f6+0x7*-0x17f+0x2157*0x1))};}export function resetDeviceFlowStore(){const _0xbd852e={_0x5a1dd8:0x291,_0x3ae86f:0x2c2,_0x6861a0:0x1b2,_0x1f1e4d:0x18b,_0x4cf190:0x19b,_0x2bf100:0x1a3,_0x4d725d:0x177,_0x348d13:0x157,_0x5f09ae:0x2d6,_0xb3d5fc:0x2ea,_0x38e388:0x2ca,_0x333a73:0x2fb,_0x17f87f:0x2d1},_0x4e473a={_0x351c71:0x23b},_0x383d55={_0x171339:0x98},_0x2ba6ea={};_0x2ba6ea[_0x59b894(0x2b0,0x2d3,_0xbd852e._0x5a1dd8,_0xbd852e._0x3ae86f)]='OIDC\x20devic'+_0x59a958(-_0xbd852e._0x6861a0,-_0xbd852e._0x1f1e4d,-_0xbd852e._0x4cf190,-_0xbd852e._0x2bf100)+_0x59a958(-0x141,-0x171,-0x165,-_0xbd852e._0x4d725d);const _0x55eb7e=_0x2ba6ea;function _0x59a958(_0x12e0b5,_0x560958,_0x4f64e0,_0x33ba45){return _0x202390(_0x4f64e0- -0x68f,_0x560958-_0x383d55._0x171339,_0x560958,_0x33ba45-0xa7);}deviceStore[_0x59a958(-_0xbd852e._0x348d13,-0x16f,-0x182,-0x19d)](),userCodeToDevice['clear']();function _0x59b894(_0x36786a,_0x418bd8,_0x41a3b1,_0x3e37a9){return _0x1ac584(_0x36786a-_0x4e473a._0x351c71,_0x418bd8,_0x41a3b1-0x176,_0x3e37a9-0xa9);}stateToDevice[_0x59b894(_0xbd852e._0x5f09ae,_0xbd852e._0xb3d5fc,_0xbd852e._0x38e388,_0xbd852e._0x333a73)](),logger['debug'](_0x55eb7e[_0x59b894(0x2b0,_0xbd852e._0x17f87f,0x2b2,0x29d)]);}
|