@profoundlogic/coderflow-server 0.6.3 → 0.6.5

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.
Files changed (169) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  62. package/dist/lib/model-fetcher.js +1 -1
  63. package/dist/lib/notifications.js +1 -1
  64. package/dist/lib/objective-context.js +1 -1
  65. package/dist/lib/oidc-auth.js +1 -1
  66. package/dist/lib/oidc-device-flow.js +1 -1
  67. package/dist/lib/passwordTokens.js +1 -1
  68. package/dist/lib/permission-resolver.js +1 -1
  69. package/dist/lib/pin-cascade.js +1 -1
  70. package/dist/lib/provider-accounts.js +1 -1
  71. package/dist/lib/provider-oauth.js +1 -1
  72. package/dist/lib/provider-profile.js +1 -1
  73. package/dist/lib/provider-token-refresh.js +1 -1
  74. package/dist/lib/rbac-user-state.js +1 -1
  75. package/dist/lib/request-url.js +1 -1
  76. package/dist/lib/rewind.js +1 -1
  77. package/dist/lib/role-definitions.js +1 -1
  78. package/dist/lib/roles.js +1 -1
  79. package/dist/lib/secrets.js +1 -1
  80. package/dist/lib/setup-repo-git-auth.js +1 -1
  81. package/dist/lib/state-capture.js +1 -1
  82. package/dist/lib/static-files.js +1 -1
  83. package/dist/lib/task-name-format.js +1 -1
  84. package/dist/lib/task-name-generator.js +1 -1
  85. package/dist/lib/task-source-metadata.js +1 -1
  86. package/dist/lib/teams.js +1 -1
  87. package/dist/lib/user-git-oauth.js +1 -1
  88. package/dist/lib/user-git-tokens.js +1 -1
  89. package/dist/lib/users.js +1 -1
  90. package/dist/middleware/requireAuth.js +1 -1
  91. package/dist/middleware/requireInit.js +1 -1
  92. package/dist/middleware/requirePermission.js +1 -1
  93. package/dist/package.json +1 -1
  94. package/dist/playwright.config.js +1 -1
  95. package/dist/playwright.task-terminal.config.js +1 -1
  96. package/dist/routes/apiKeys.js +1 -1
  97. package/dist/routes/auth-oidc.js +1 -1
  98. package/dist/routes/auth.js +1 -1
  99. package/dist/routes/automations.js +1 -1
  100. package/dist/routes/bindings.js +1 -1
  101. package/dist/routes/build.js +1 -1
  102. package/dist/routes/containers.js +1 -1
  103. package/dist/routes/deploy-task.js +1 -1
  104. package/dist/routes/environment-management.js +1 -1
  105. package/dist/routes/environments.js +1 -1
  106. package/dist/routes/external-skills.js +1 -1
  107. package/dist/routes/git-credentials.js +1 -1
  108. package/dist/routes/git-oauth.js +1 -1
  109. package/dist/routes/git-provider-setup.js +1 -1
  110. package/dist/routes/health.js +1 -1
  111. package/dist/routes/jira.js +1 -1
  112. package/dist/routes/objective-management.js +1 -1
  113. package/dist/routes/password.js +1 -1
  114. package/dist/routes/prompt.js +1 -1
  115. package/dist/routes/provider-auth.js +1 -1
  116. package/dist/routes/qa.js +1 -1
  117. package/dist/routes/roles.js +1 -1
  118. package/dist/routes/settings.js +1 -1
  119. package/dist/routes/skill-management.js +1 -1
  120. package/dist/routes/skills.js +1 -1
  121. package/dist/routes/tasks.js +1 -1
  122. package/dist/routes/teams.js +1 -1
  123. package/dist/routes/templates.js +1 -1
  124. package/dist/routes/test-task.js +1 -1
  125. package/dist/routes/test.js +1 -1
  126. package/dist/routes/users.js +1 -1
  127. package/dist/routes/visualizations.js +1 -1
  128. package/dist/scripts/create-user.js +1 -1
  129. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  130. package/dist/start.js +1 -1
  131. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  132. package/dist/web-ui/public/activity-feed.js +1 -1
  133. package/dist/web-ui/public/activity-formatters.js +1 -1
  134. package/dist/web-ui/public/agent-event-parser.js +1 -1
  135. package/dist/web-ui/public/app.js +1 -1
  136. package/dist/web-ui/public/approve-dialog.js +1 -1
  137. package/dist/web-ui/public/automation-links.js +1 -1
  138. package/dist/web-ui/public/automation-schedule.js +1 -1
  139. package/dist/web-ui/public/comments-widget.js +1 -1
  140. package/dist/web-ui/public/diff-utils.js +1 -1
  141. package/dist/web-ui/public/environments.js +1 -1
  142. package/dist/web-ui/public/feedback-widget.js +1 -1
  143. package/dist/web-ui/public/file-selection-tree.js +1 -1
  144. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  145. package/dist/web-ui/public/git-history.js +1 -1
  146. package/dist/web-ui/public/git-status.js +1 -1
  147. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  148. package/dist/web-ui/public/index.js +1 -1
  149. package/dist/web-ui/public/login.js +1 -1
  150. package/dist/web-ui/public/markdown-editor.js +1 -1
  151. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  152. package/dist/web-ui/public/modal-maximize.js +1 -1
  153. package/dist/web-ui/public/notifications.js +1 -1
  154. package/dist/web-ui/public/permissions.js +1 -1
  155. package/dist/web-ui/public/pr-dialog.js +1 -1
  156. package/dist/web-ui/public/roles.js +1 -1
  157. package/dist/web-ui/public/server-health.js +1 -1
  158. package/dist/web-ui/public/settings.js +1 -1
  159. package/dist/web-ui/public/setup-password.js +1 -1
  160. package/dist/web-ui/public/skills.js +1 -1
  161. package/dist/web-ui/public/sse-client.js +1 -1
  162. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  163. package/dist/web-ui/public/task.js +1 -1
  164. package/dist/web-ui/public/teams.js +1 -1
  165. package/dist/web-ui/public/terminal.js +1 -1
  166. package/dist/web-ui/public/theme.js +1 -1
  167. package/dist/web-ui/public/users.js +1 -1
  168. package/dist/web-ui/public/variant-grouping.js +1 -1
  169. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x476b82,_0x33a5e9){const _0x47dab3={_0x2d9c02:0x266,_0x4456ad:0x242,_0x47dd95:0x1ff,_0x28934e:0x21a,_0x3fc5a6:0x102,_0x113577:0x2bd,_0x4b2325:0x279,_0x29fcf4:0x25d,_0x353922:0x27a,_0x1a8d90:0x236,_0x3ae1a9:0x12a,_0xaeec33:0x125,_0x3dc1a5:0x146,_0x27cdef:0xfe,_0x56fddb:0x10f,_0x2302b1:0xe7,_0x3d417e:0x132,_0x9b6506:0x122,_0x34c9fc:0x124},_0x4e2529={_0x16b985:0x24d};function _0x472d83(_0x25c829,_0x2b7335,_0x1b88a4,_0x5eb383){return _0x5029(_0x2b7335-0xe5,_0x1b88a4);}const _0x46d844=_0x476b82();function _0x2b5b5b(_0x46a408,_0x330e17,_0x3496f6,_0x47f285){return _0x5029(_0x3496f6- -_0x4e2529._0x16b985,_0x46a408);}while(!![]){try{const _0x3742c7=-parseInt(_0x472d83(_0x47dab3._0x2d9c02,_0x47dab3._0x4456ad,_0x47dab3._0x47dd95,_0x47dab3._0x28934e))/(-0xd4a+-0x954+0x169f)+parseInt(_0x2b5b5b(-0x137,-0xfd,-_0x47dab3._0x3fc5a6,-0xbe))/(-0x3ff+-0x1*0x418+0x819)*(parseInt(_0x2b5b5b(-0xfc,-0xfd,-0x139,-0x148))/(0x21e2+-0x13ed+0x5*-0x2ca))+parseInt(_0x472d83(_0x47dab3._0x113577,_0x47dab3._0x4b2325,0x2a8,0x2a6))/(-0x24b6*0x1+0x2533+-0x79)+parseInt(_0x472d83(_0x47dab3._0x29fcf4,_0x47dab3._0x353922,0x23f,_0x47dab3._0x1a8d90))/(-0x1a8e+0x260b+-0xb78)+-parseInt(_0x2b5b5b(-_0x47dab3._0x3ae1a9,-_0x47dab3._0xaeec33,-0x136,-_0x47dab3._0x3dc1a5))/(0x1e+-0x1*0x207+0x1ef)+-parseInt(_0x2b5b5b(-_0x47dab3._0x27cdef,-0x111,-0x131,-0x11c))/(-0x36*-0x67+-0x684*-0x3+-0x1*0x293f)*(parseInt(_0x2b5b5b(-0xd9,-_0x47dab3._0x56fddb,-_0x47dab3._0x2302b1,-0xcb))/(0x4f*-0x43+0x11d8+0x1*0x2dd))+-parseInt(_0x2b5b5b(-_0x47dab3._0x3d417e,-0x108,-_0x47dab3._0x9b6506,-_0x47dab3._0x34c9fc))/(-0xb*0xe8+0x1931*-0x1+0x2332);if(_0x3742c7===_0x33a5e9)break;else _0x46d844['push'](_0x46d844['shift']());}catch(_0x291b9a){_0x46d844['push'](_0x46d844['shift']());}}}(_0x59c7,-0x5ab*-0x7+0x3ecd8+-0x1bde1));function isObjective(_0xf11512){const _0xf4adce={_0x360da3:0x2e3,_0x32ee42:0x2e1,_0x153bc6:0x30a,_0x3b6914:0x2be,_0x215112:0x172,_0x55987c:0x174,_0x1f72c5:0x136},_0x31f4d2={_0x470dbc:0x176},_0x4c89aa={};_0x4c89aa[_0x194971(0x315,0x2f3,0x32f,0x2d6)]='objective';function _0x194971(_0x3770ff,_0xc6f45,_0x5abb2d,_0x2d7b73){return _0x5029(_0xc6f45-_0x31f4d2._0x470dbc,_0x5abb2d);}const _0x322d81=_0x4c89aa;function _0x4c7034(_0x3ef791,_0x4198fc,_0xd38f73,_0x5a6c7d){return _0x5029(_0x5a6c7d- -0x2b3,_0xd38f73);}return _0xf11512?.[_0x194971(_0xf4adce._0x360da3,_0xf4adce._0x32ee42,_0xf4adce._0x153bc6,_0xf4adce._0x3b6914)]===_0x322d81[_0x4c7034(-_0xf4adce._0x215112,-_0xf4adce._0x55987c,-0x102,-_0xf4adce._0x1f72c5)];}function toReferenceObjective(_0x26b074,_0x12122a){const _0x3200db={_0xcc03ff:0x17f,_0x26a7cb:0x197,_0x4a4188:0x17a},_0x5bed01={_0x2bfb80:0x306},_0x574dc={};_0x574dc['id']=_0x12122a?.[_0x11972f(-_0x3200db._0xcc03ff,-0x19b,-_0x3200db._0x26a7cb,-_0x3200db._0x4a4188)]||_0x26b074;function _0x11972f(_0x46c1eb,_0x3a3f99,_0xc2ad8,_0x55150e){return _0x5029(_0x55150e- -_0x5bed01._0x2bfb80,_0x46c1eb);}return _0x574dc['name']=_0x12122a?.['name']||_0x26b074,_0x574dc;}function sortBySortOrder(_0x270ba9,_0x2d5994){const _0x46e48d={_0x38a0c1:0x2b6,_0x347718:0x2a6,_0x56bd3b:0x277,_0x4d0bad:0x264,_0x47d486:0x24b,_0xe82fba:0x237,_0x525d68:0x23c,_0x4a4c27:0x26f,_0x2507e6:0x250,_0x2334d3:0x297,_0x5d9605:0x25d,_0x571c4b:0xcc,_0x1db631:0x93,_0x353ce5:0x274,_0x2b21ce:0x297,_0x58d363:0x28d,_0x3e8e05:0x230},_0x40eaa9={_0x1a5c13:0x111},_0x220d28={};_0x220d28[_0x65d959(_0x46e48d._0x38a0c1,0x28a,_0x46e48d._0x347718,0x297)]=function(_0x23f6b9,_0x8f94e1){return _0x23f6b9!==_0x8f94e1;},_0x220d28[_0x65d959(_0x46e48d._0x56bd3b,_0x46e48d._0x4d0bad,_0x46e48d._0x47d486,_0x46e48d._0xe82fba)]=function(_0x115eec,_0x1cfe89){return _0x115eec-_0x1cfe89;};const _0x4b75bf=_0x220d28;function _0x4eaaa4(_0x4d1dff,_0x30b428,_0x2ef86f,_0x4cf03d){return _0x5029(_0x4cf03d- -0xaf,_0x4d1dff);}const _0xd9f197=_0x270ba9['sortOrder']||0x2*0x4e9+-0x10a+-0x8c8;function _0x65d959(_0xa1315c,_0x3f9d3e,_0x28c43a,_0x32f300){return _0x5029(_0x32f300-_0x40eaa9._0x1a5c13,_0xa1315c);}const _0x594780=_0x2d5994[_0x65d959(_0x46e48d._0x525d68,_0x46e48d._0x4a4c27,_0x46e48d._0x2507e6,0x271)]||0x3*0x174+0xc4d+-0x10a9;if(_0x4b75bf[_0x65d959(_0x46e48d._0x38a0c1,0x2ae,0x283,_0x46e48d._0x2334d3)](_0xd9f197,_0x594780))return _0x4b75bf[_0x65d959(0x211,_0x46e48d._0x5d9605,0x266,_0x46e48d._0xe82fba)](_0xd9f197,_0x594780);const _0x27560d=_0x270ba9[_0x4eaaa4(0xcb,0x60,_0x46e48d._0x571c4b,_0x46e48d._0x1db631)]||'',_0x59f378=_0x2d5994[_0x4eaaa4(0x6d,0xa6,0x71,0x93)]||'';return _0x27560d[_0x65d959(_0x46e48d._0x353ce5,0x2b3,_0x46e48d._0x2b21ce,_0x46e48d._0x58d363)+_0x65d959(0x258,0x274,0x1ed,_0x46e48d._0x3e8e05)](_0x59f378);}function _0xfe4d88(_0x296952,_0x81ddd3,_0x305478,_0x425132){return _0x5029(_0x81ddd3-0xd6,_0x305478);}function formatObjectiveLabel(_0x35db16){const _0x5b14f0={_0x524bd6:0x3c,_0x3d0e4a:0x40,_0x48d773:0x52,_0x321eeb:0x93,_0xd130db:0x63,_0x240e65:0x9e,_0x3ddb21:0xaf,_0x5b02e4:0x8c,_0x55bc1e:0x7a,_0x4a345f:0xbf};function _0x362136(_0x3fbccd,_0x2af993,_0x305511,_0x44550b){return _0x5029(_0x3fbccd- -0x1c1,_0x44550b);}const _0xc5a42f={};function _0x276912(_0x149c80,_0x69b228,_0x3a5326,_0x16b21f){return _0x5029(_0x149c80- -0xec,_0x3a5326);}_0xc5a42f['yqskg']='unknown-id';const _0x1315e5=_0xc5a42f,_0x319f6b=_0x35db16?.['name']||_0x35db16?.['id']||_0x362136(-_0x5b14f0._0x524bd6,-_0x5b14f0._0x3d0e4a,-0x63,-_0x5b14f0._0x48d773)+_0x276912(0x68,_0x5b14f0._0x321eeb,_0x5b14f0._0xd130db,0x7f),_0x32f0eb=_0x35db16?.['id']||_0x1315e5[_0x362136(-_0x5b14f0._0x240e65,-_0x5b14f0._0x3ddb21,-0xbe,-0xc3)];return _0x319f6b+_0x276912(_0x5b14f0._0x5b02e4,_0x5b14f0._0x55bc1e,0xc1,_0x5b14f0._0x4a345f)+_0x32f0eb+'`)';}const OBJECTIVE_CONTEXT_HEADING=_0x3c31e0(-0x1,-0x34,-0x2d,-0x4)+_0xfe4d88(0x1fe,0x239,0x1fd,0x238),OBJECTIVE_CONTEXT_INTRO=_0x3c31e0(0x22,0x53,0x77,0x62)+_0x3c31e0(0x80,0x66,0x56,0x56)+_0x3c31e0(0x47,0x4c,0x99,0x6f)+_0xfe4d88(0x1ef,0x235,0x22e,0x238)+_0x3c31e0(0x51,0x26,0x8b,0x52)+_0xfe4d88(0x1e9,0x22e,0x238,0x26b)+_0xfe4d88(0x218,0x1fb,0x1d4,0x202)+_0xfe4d88(0x25f,0x235,0x259,0x1f2)+'\x20hierarchy'+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x3c31e0(0x56,0x51,0x54,0x62)+_0x3c31e0(0x3e,0x4d,0x13,0x56)+_0x3c31e0(0x5a,0x8d,0x20,0x5d)+_0x3c31e0(0x8,0xb,0x1c,0x42),OBJECTIVE_CONTEXT_DETAILS_HINT=_0xfe4d88(0x206,0x231,0x227,0x217)+_0x3c31e0(0x33,0x40,0x3d,0x22)+_0xfe4d88(0x268,0x237,0x248,0x228)+_0x3c31e0(-0x34,-0xe,0xa,0xc)+'of\x20any\x20obj'+'ective\x20lis'+_0xfe4d88(0x29a,0x264,0x25a,0x262)+_0xfe4d88(0x1eb,0x207,0x24b,0x1f9),OBJECTIVE_CONTEXT_DETAILS_CURL='curl\x20-s\x20\x22$'+_0xfe4d88(0x286,0x26c,0x23a,0x29c)+'_SERVER_UR'+_0xfe4d88(0x255,0x24d,0x28f,0x220)+_0xfe4d88(0x209,0x202,0x21d,0x1ee)+'agement/ob'+_0x3c31e0(0x82,0x7c,0x9d,0x7f)+_0x3c31e0(-0x13,0x19,0x20,0x31)+_0x3c31e0(-0x28,-0x1a,-0x14,0x2)+_0xfe4d88(0x24c,0x270,0x26f,0x265);function escapeRegExp(_0x4899ae){const _0x3c83e4={_0x264464:0x215,_0x2b7896:0x23a,_0x54a639:0x226,_0x1b695c:0x29a,_0xec210c:0x25b,_0x120f50:0x29a,_0x3aded2:0x29b,_0x1f7b87:0x275},_0x1037c4={_0x4f86bf:0x41d},_0x5237d8={_0x927645:0x249};function _0x35ccf4(_0x5a1341,_0x121c6b,_0x14d0f0,_0x1f3ddf){return _0x3c31e0(_0x5a1341-0x1b6,_0x121c6b,_0x14d0f0-0x45,_0x14d0f0-_0x5237d8._0x927645);}const _0x1416bd={};function _0x2866c4(_0x5e4dfb,_0x3acaa3,_0x1ef301,_0x3d9b1e){return _0xfe4d88(_0x5e4dfb-0x1f3,_0x3d9b1e- -_0x1037c4._0x4f86bf,_0x1ef301,_0x3d9b1e-0x1a8);}_0x1416bd[_0x2866c4(-_0x3c83e4._0x264464,-_0x3c83e4._0x2b7896,-0x256,-_0x3c83e4._0x54a639)]=_0x35ccf4(_0x3c83e4._0x1b695c,_0x3c83e4._0xec210c,_0x3c83e4._0x120f50,_0x3c83e4._0x3aded2);const _0x92712e=_0x1416bd;return _0x4899ae[_0x35ccf4(0x271,_0x3c83e4._0x1f7b87,0x24d,_0x3c83e4._0xec210c)](/[.*+?^${}()|[\]\\]/g,_0x92712e[_0x2866c4(-0x222,-0x1e6,-0x1eb,-0x226)]);}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp('---\x5cn\x5cn'+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x3c31e0(0x34,0x1b,0x10,0x34)+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+(_0xfe4d88(0x299,0x260,0x25b,0x277)+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0xfe4d88(0x1cb,0x20d,0x246,0x1da)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+_0x3c31e0(0xaf,0x45,0xc2,0x7d),'g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x3c31e0(-0x1b,-0x7,0x51,0x18)+_0xfe4d88(0x21f,0x22d,0x227,0x216)+_0xfe4d88(0x22d,0x213,0x230,0x1e1)+_0xfe4d88(0x283,0x25d,0x260,0x289)+'*'+('#{1,3}\x5cs*O'+'bjective\x20C'+_0x3c31e0(0x28,0x18,0x12,0x3d)+_0x3c31e0(-0x4,0x49,0x71,0x2c)+'*?')+(_0xfe4d88(0x283,0x254,0x282,0x25b)+_0x3c31e0(0x6a,0x75,0x26,0x56)+'ed\x20from\x20an'+_0x3c31e0(0x69,0x51,0x41,0x43)+_0x3c31e0(-0xe,0x30,0x13,0x27))+('To\x20read\x20th'+_0x3c31e0(0x65,0x1c,0x59,0x22)+_0xfe4d88(0x20b,0x20b,0x1db,0x1d5)+'*?')+(_0x3c31e0(-0x1d,-0x3c,0x43,0x1)+'tive-manag'+_0x3c31e0(0x83,0x50,0x49,0x7c)+_0xfe4d88(0x1e2,0x208,0x225,0x206)+_0x3c31e0(0x38,0x24,0x5f,0x4e)+_0x3c31e0(0x1f,0x59,0x38,0x17)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp(_0x3c31e0(-0x5,0x7,0xc,0xb)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x3c31e0(0x68,0x77,0x43,0x34)+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+_0xfe4d88(0x206,0x21f,0x213,0x24e)),'g');function _0x3c31e0(_0x2eca0d,_0x17c5fe,_0x55cfc3,_0xb6ba70){const _0x1c6298={_0x97063a:0x11c};return _0x5029(_0xb6ba70- -_0x1c6298._0x97063a,_0x17c5fe);}const OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x3c31e0(0x0,-0x29,0x4e,0x18)+_0xfe4d88(0x22b,0x22d,0x26e,0x231)+_0x3c31e0(0x37,0x2d,0x28,0x21)+_0x3c31e0(0xa0,0x4d,0x84,0x6b)+'*'+(_0xfe4d88(0x263,0x23b,0x1f6,0x230)+_0xfe4d88(0x25f,0x229,0x250,0x1f0)+'ontext\x5cs*\x5c'+_0xfe4d88(0x22c,0x25d,0x26f,0x22a)+'*')+('This\x20task\x20'+_0x3c31e0(0x72,0x2a,0x4a,0x56)+'ed\x20from\x20ob'+'jective:\x5cs'+_0xfe4d88(0x22a,0x1ff,0x1d7,0x1dc)+_0x3c31e0(0x43,0x6,-0x1b,0x12)),'g');export function buildReferenceObjectivesContext(_0x5af444,_0x411cdd){const _0x58b6e3={_0x15e6a7:0x120,_0x30d1c2:0x110,_0x3222cb:0x27,_0x11000c:0x5d,_0x5024b1:0x19,_0x40ecf6:0x4b,_0xa3e30c:0x8f,_0x4472fe:0xa8,_0x5c2cc9:0x156,_0x3a5cdd:0x98,_0x855f0d:0x2,_0x16679c:0x135,_0x3aa9eb:0x159,_0x170dcc:0x147,_0x46af1d:0x68,_0x949329:0x46,_0x1368c2:0xe,_0x4a24e1:0x41,_0x18300d:0x43,_0x22de30:0x4f,_0x3ce30c:0x9b,_0x72394e:0xd4,_0x25f9bb:0xcb,_0x2119ef:0x15c,_0x12738a:0x11e,_0x394e75:0x128,_0x14c798:0x24,_0x164a84:0x86,_0x460d45:0xd5,_0x137281:0x16,_0x9a7fc0:0x10f,_0x2b71c3:0x10c,_0x18c88f:0xc7,_0x44ba51:0x107,_0x2e797c:0xe,_0x525d2c:0x13d,_0x358914:0xea,_0x315520:0xd9,_0x23bcc5:0x118,_0x26d5c7:0xdf,_0x3328f0:0x4b,_0x53eb7b:0x48,_0x35f3a0:0x139,_0x1cb83d:0xed,_0x1148a3:0x13f,_0x434265:0x91,_0x41f109:0x99,_0x16894d:0x91,_0x50edd5:0xa1,_0x1a94de:0x7a,_0xef6b95:0x100,_0x3a20c6:0xc4,_0x49b2f4:0xba,_0xc06810:0x10e,_0x4ff5a0:0x14e,_0xf2e41:0x106,_0x102a1b:0x14c,_0x4d2347:0x108,_0x50dc57:0xde,_0x495692:0xc8,_0x841471:0x8f,_0x56b343:0xfc,_0x1af80e:0x98,_0x37a0d2:0x81,_0x5b6e5a:0xa0,_0x492d65:0x5c,_0x12bb48:0x31,_0x2d566c:0x73,_0x4d2346:0xac,_0x138fb2:0x6c,_0x196a02:0x95,_0x35e7e4:0x93,_0x2b8194:0xdb,_0x5b955e:0xb9,_0x408dc6:0x7e,_0x11e599:0xd0,_0x28e082:0xc6,_0x4bd09f:0x75,_0x5e723c:0x114,_0xcff94d:0x12e},_0x989419={_0x3f4d42:0x153,_0x303f88:0x73},_0x47d1a5={_0x5c2293:0x134},_0x39cd1c={'OkIOW':function(_0x70a65a,_0x319ffd){return _0x70a65a+_0x319ffd;},'FyGju':function(_0x29174a,_0x3c65a7){return _0x29174a(_0x3c65a7);},'hpZIH':function(_0x373ae5,_0x10a2b0){return _0x373ae5||_0x10a2b0;},'qRmMt':function(_0x5265e8,_0xb827ff){return _0x5265e8!==_0xb827ff;},'ihRKf':'fBKBp','aBesV':function(_0x4c363c,_0x216af7){return _0x4c363c(_0x216af7);},'SRSUh':function(_0x525686,_0x538af7,_0x29a0c4){return _0x525686(_0x538af7,_0x29a0c4);},'hbPVp':'pzlPs','ZWjoF':function(_0x238004,_0x54392b){return _0x238004===_0x54392b;},'KHfmx':function(_0x1788ad,_0x166fe5){return _0x1788ad!==_0x166fe5;},'oAIgJ':function(_0x42e0c6,_0x545c39){return _0x42e0c6(_0x545c39);},'mpkWd':function(_0x14f2be,_0x3047c8){return _0x14f2be!==_0x3047c8;},'fvEcI':function(_0xbcb840,_0x2ea286,_0xc5fecc){return _0xbcb840(_0x2ea286,_0xc5fecc);}};if(_0x39cd1c[_0x3adaaf(-_0x58b6e3._0x15e6a7,-_0x58b6e3._0x30d1c2,-0x12f,-0xea)](!_0x5af444,!_0x411cdd))return null;function _0x3adaaf(_0x39fe75,_0x598e05,_0x5ae2c3,_0x43174f){return _0x3c31e0(_0x39fe75-0xad,_0x5ae2c3,_0x5ae2c3-0xde,_0x598e05- -_0x47d1a5._0x5c2293);}const _0x56b680=_0x5af444[_0x23087f(-_0x58b6e3._0x3222cb,-_0x58b6e3._0x11000c,-_0x58b6e3._0x5024b1,-_0x58b6e3._0x40ecf6)](_0x411cdd);if(!_0x39cd1c[_0x23087f(-0x71,-0x4f,-_0x58b6e3._0xa3e30c,-0x6f)](isObjective,_0x56b680))return null;const _0x17bbf2=[],_0x51df89=new Set();let _0x42b948=_0x411cdd;while(_0x42b948&&!_0x51df89[_0x23087f(-0xdc,-0xc0,-_0x58b6e3._0x4472fe,-0xb3)](_0x42b948)){if(_0x39cd1c[_0x3adaaf(-0x13d,-0x13b,-0xfb,-_0x58b6e3._0x5c2cc9)](_0x39cd1c[_0x23087f(-0x53,-_0x58b6e3._0x3a5cdd,-0xa7,-0xc1)],_0x39cd1c['ihRKf'])){_0x8c586e[_0x23087f(-0x5a,-0x43,-_0x58b6e3._0x855f0d,-0xa)](_0x23087f(-0x43,-0x5f,-0x69,-0x9e)+_0x3adaaf(-0x154,-_0x58b6e3._0x16679c,-_0x58b6e3._0x3aa9eb,-_0x58b6e3._0x170dcc)+_0x23087f(-_0x58b6e3._0x46af1d,-_0x58b6e3._0x949329,-_0x58b6e3._0x1368c2,-_0x58b6e3._0x4a24e1)+_0x3adaaf(-0xf9,-0x13a,-0x107,-0x175));for(let _0x5c6efd=-0x17c4+-0x202+0x19c6;_0x5c6efd<_0x5d1dc8['length'];_0x5c6efd++){_0x3bcb16[_0x23087f(-0x6f,-_0x58b6e3._0x18300d,-0xf,-_0x58b6e3._0x22de30)](_0x39cd1c[_0x23087f(-0xbd,-_0x58b6e3._0x3ce30c,-_0x58b6e3._0x72394e,-_0x58b6e3._0x25f9bb)](_0x5c6efd,0x1724+0x1*0x1277+-0x3*0xdde)+'.\x20'+_0x39cd1c[_0x3adaaf(-0xe0,-0xcc,-0x10a,-0x8c)](_0xc8f153,_0x42b301[_0x5c6efd]));}_0x2f3b86['push']('');}else{_0x51df89[_0x3adaaf(-_0x58b6e3._0x2119ef,-0x12e,-_0x58b6e3._0x12738a,-_0x58b6e3._0x394e75)](_0x42b948);const _0x1fe886=_0x5af444['get'](_0x42b948);if(!_0x39cd1c['aBesV'](isObjective,_0x1fe886))break;_0x17bbf2[_0x23087f(-_0x58b6e3._0x14c798,-0x43,-0x40,-0x73)](_0x39cd1c[_0x23087f(-0xe8,-0xba,-0x9c,-0xa4)](toReferenceObjective,_0x42b948,_0x1fe886)),_0x42b948=_0x1fe886[_0x23087f(-_0x58b6e3._0x164a84,-0x4b,-0x15,-0x51)+_0x3adaaf(-_0x58b6e3._0x460d45,-0x10f,-0xdd,-0xe7)];}}const _0x221194=[],_0x15735e=_0x56b680[_0x23087f(-0x21,-0x4b,-0x79,-_0x58b6e3._0x137281)+_0x3adaaf(-0x12c,-_0x58b6e3._0x9a7fc0,-0xfd,-_0x58b6e3._0x2b71c3)];if(_0x15735e){if(_0x39cd1c[_0x3adaaf(-0xb1,-_0x58b6e3._0x18c88f,-0xf7,-_0x58b6e3._0x44ba51)]===_0x39cd1c[_0x23087f(-_0x58b6e3._0x2e797c,-0x4a,-0x37,-0x18)])for(const [_0x59334e,_0x38837b]of _0x5af444[_0x3adaaf(-_0x58b6e3._0x525d2c,-0x116,-0x11b,-_0x58b6e3._0x358914)]()){if(!_0x39cd1c['aBesV'](isObjective,_0x38837b))continue;if(_0x39cd1c[_0x3adaaf(-_0x58b6e3._0x315520,-0xdd,-0x99,-0x11e)](_0x59334e,_0x411cdd))continue;if(_0x39cd1c[_0x3adaaf(-_0x58b6e3._0x23bcc5,-_0x58b6e3._0x26d5c7,-0xca,-0x108)](_0x38837b[_0x23087f(-0x50,-_0x58b6e3._0x3328f0,-0x11,-_0x58b6e3._0x53eb7b)+_0x3adaaf(-_0x58b6e3._0x35f3a0,-_0x58b6e3._0x9a7fc0,-_0x58b6e3._0x1cb83d,-_0x58b6e3._0x1148a3)],_0x15735e))continue;const _0x562afe={};_0x562afe['id']=_0x38837b['taskId']||_0x59334e,_0x562afe[_0x23087f(-0x92,-_0x58b6e3._0x434265,-0xae,-_0x58b6e3._0x41f109)]=_0x38837b[_0x23087f(-0xc9,-_0x58b6e3._0x16894d,-0xc6,-0x6f)]||_0x59334e,_0x562afe['sortOrder']=_0x38837b[_0x23087f(-_0x58b6e3._0x50edd5,-0x73,-_0x58b6e3._0x1a94de,-0x7f)],_0x221194['push'](_0x562afe);}else{const _0xec8f69={};return _0xec8f69['id']=_0x57d0eb?.[_0x3adaaf(-_0x58b6e3._0xef6b95,-_0x58b6e3._0x3a20c6,-0x99,-0xfa)]||_0x79cffc,_0xec8f69[_0x23087f(-0x85,-0x91,-_0x58b6e3._0x49b2f4,-0x4e)]=_0x1fc8da?.[_0x3adaaf(-0xf6,-_0x58b6e3._0xc06810,-_0x58b6e3._0x4ff5a0,-0xd7)]||_0xbc3050,_0xec8f69;}}const _0x7fe143=[];for(const [_0x587f1c,_0x3037a3]of _0x5af444['entries']()){if(!_0x39cd1c[_0x3adaaf(-0xe7,-_0x58b6e3._0xf2e41,-_0x58b6e3._0x102a1b,-0xda)](isObjective,_0x3037a3))continue;if(_0x39cd1c[_0x3adaaf(-_0x58b6e3._0x72394e,-0xe4,-0x101,-_0x58b6e3._0x4d2347)](_0x3037a3[_0x3adaaf(-_0x58b6e3._0x50dc57,-_0x58b6e3._0x495692,-_0x58b6e3._0x841471,-_0x58b6e3._0x56b343)+_0x3adaaf(-0xe8,-0x10f,-0x14c,-0x102)],_0x411cdd))continue;const _0x1c1a51={};_0x1c1a51['id']=_0x3037a3[_0x3adaaf(-_0x58b6e3._0x1af80e,-0xc4,-0xf6,-_0x58b6e3._0x37a0d2)]||_0x587f1c,_0x1c1a51['name']=_0x3037a3[_0x23087f(-_0x58b6e3._0x5b6e5a,-_0x58b6e3._0x434265,-0x5a,-_0x58b6e3._0x492d65)]||_0x587f1c,_0x1c1a51[_0x23087f(-_0x58b6e3._0x12bb48,-_0x58b6e3._0x2d566c,-0x71,-_0x58b6e3._0x4d2346)]=_0x3037a3[_0x23087f(-_0x58b6e3._0x138fb2,-0x73,-_0x58b6e3._0x196a02,-_0x58b6e3._0x35e7e4)],_0x7fe143['push'](_0x1c1a51);}_0x221194[_0x3adaaf(-_0x58b6e3._0x2b8194,-_0x58b6e3._0x5b955e,-_0x58b6e3._0x408dc6,-_0x58b6e3._0x11e599)](sortBySortOrder);function _0x23087f(_0x5c8e4e,_0x953c14,_0x269d88,_0x47bca8){return _0x3c31e0(_0x5c8e4e-_0x989419._0x3f4d42,_0x5c8e4e,_0x269d88-_0x989419._0x303f88,_0x953c14- -0xb7);}return _0x7fe143['sort'](sortBySortOrder),{'sourceObjective':_0x39cd1c[_0x3adaaf(-0xc7,-0xcd,-_0x58b6e3._0x28e082,-0x110)](toReferenceObjective,_0x411cdd,_0x56b680),'ancestors':_0x17bbf2,'siblings':_0x221194[_0x23087f(-0xc2,-0x97,-_0x58b6e3._0x4bd09f,-0xc4)](({id:_0x3b3673,name:_0x22e0f8})=>({'id':_0x3b3673,'name':_0x22e0f8})),'children':_0x7fe143[_0x3adaaf(-0x11f,-_0x58b6e3._0x5e723c,-0x11e,-_0x58b6e3._0xcff94d)](({id:_0x1c31dd,name:_0x2e46f7})=>({'id':_0x1c31dd,'name':_0x2e46f7}))};}export function formatReferenceObjectivesMarkdown(_0x472599){const _0x4db329={_0x34f063:0x220,_0x470c9e:0x236,_0x3bb86d:0x184,_0x40a2b8:0x1ac,_0x3f6e02:0x14e,_0x49d693:0x189,_0x1c4d21:0x176,_0x54d849:0x148,_0x3d9642:0x267,_0x42d689:0x1ef,_0x334b96:0x1a0,_0x24a380:0x1d1,_0x3d01aa:0x169,_0xb2c51e:0x23d,_0x2712aa:0x1f6,_0x1d3d40:0x247,_0xc1ec15:0x1af,_0x4b00cc:0x177,_0x2ee323:0x1c2,_0x479cb5:0x226,_0x6f28ac:0x155,_0x192684:0x201,_0x4f41a4:0x202,_0x25174e:0x25e,_0x249d28:0x25b,_0x13c4b2:0x212,_0x46c264:0x216,_0x2a2d51:0x1ea,_0x3e0fa2:0x22b,_0x162e44:0x24c,_0x2c6ed8:0x26c,_0x13f171:0x15d,_0x4fbfe8:0x21d,_0x24bf4c:0x212,_0x491637:0x1eb,_0x45a24c:0x1d8,_0x458603:0x1ee,_0x1b6792:0x21c,_0x172c5e:0x221,_0x383880:0x1f3,_0x5b3056:0x12f,_0x978c90:0x16c,_0x3c5b9b:0x162,_0x3f2b11:0x162,_0x4ef93b:0x18d,_0x2c86cd:0x1b3,_0x4c0687:0x17c,_0x5dc187:0x20a,_0x559a17:0x24a,_0x1b4a1a:0x25d,_0x48ffd1:0x281,_0xce5062:0x219,_0x486ec6:0x15d,_0x2837ac:0x16a,_0x364206:0x129,_0x4f1674:0x268,_0x29b6fb:0x19a,_0x4cec8e:0x27e,_0x252206:0x27d,_0x453694:0x224,_0x11e74c:0x23e,_0x38b64c:0x265,_0x21e18a:0x26a,_0x4a8770:0x199,_0x583a74:0x15f,_0x46f548:0x1a1,_0x1d62c1:0x1e6,_0xc027ae:0x1e8,_0x2e5386:0x1b2,_0x4f9e97:0x17c,_0x1f1654:0x143,_0x18b60d:0x109,_0x1367af:0x17d,_0x182800:0x16d,_0xd18e35:0x22c,_0x41e4b7:0x1e0,_0x55578f:0x205,_0x20af05:0x1e5,_0x419efa:0x202,_0x4167ec:0x1d3,_0x3b060d:0x190,_0x1429ca:0x154,_0x543be6:0x17c,_0x50fda1:0x1aa,_0x436e07:0x167,_0x33947e:0x12d,_0x5a25ea:0x126,_0x29c998:0x246,_0x995cba:0x21a,_0x28e83b:0x22c,_0x1cf972:0x23a,_0x112c10:0x1f9,_0x132f33:0x26a,_0x42eb5f:0x25f,_0x10a783:0x1ea,_0x38815a:0x2a1,_0x386ea4:0x173,_0x2eb5c5:0x1b5,_0x1ce4ee:0x1c3,_0x265087:0x25b,_0x1056a8:0x292,_0x4c08b5:0x25a,_0x12d772:0x223,_0x48797f:0x1d4,_0x995024:0x1da,_0x1806ce:0x167,_0x2a771f:0x15e,_0x9abb57:0x17c,_0x5ca587:0x287,_0x279185:0x174,_0x338710:0x1fe,_0x542e1e:0x169,_0x46d7c4:0x1c1,_0x2fe322:0x210,_0x443cd7:0x223,_0x3d396f:0x165,_0x458499:0x14b,_0x510824:0x15b,_0x138dfc:0x1be,_0x347b1b:0x1d2,_0x4b237e:0x24c,_0x445fc0:0x28b,_0x223738:0x264,_0x581790:0x255,_0x1bfc70:0x233,_0x53a5cb:0x278,_0x577554:0x252,_0x5008f1:0x1ec,_0x151f9b:0x253,_0x21d095:0x240,_0x58687d:0x24b,_0x140192:0x218,_0x432fc9:0x230,_0x2baa89:0x21a,_0x20472e:0x1e7,_0x5c8bd6:0x11c,_0x38eb47:0x145,_0x1ff206:0x120,_0x5aef3b:0x14a,_0xa39230:0x1eb,_0x318383:0x1fc,_0x21b380:0x1f2,_0x404aeb:0x225,_0xa9ff4e:0x229,_0x1dff6c:0x1fb,_0x345e95:0x248,_0x51b4ea:0x21e,_0x46d522:0x29d,_0x40ca86:0x217,_0x38ee37:0x1b9,_0x4e9cf0:0x153},_0x5857dc={_0xcf3de5:0x104,_0x422413:0xb1},_0x5291af={_0x408a80:0x12e},_0x3d221d={'CDkcv':_0x2695f6(_0x4db329._0x34f063,_0x4db329._0x470c9e,0x1f7,0x21f)+_0x59c3cd(0x14a,_0x4db329._0x3bb86d,_0x4db329._0x40a2b8,_0x4db329._0x3f6e02),'QXpvD':function(_0x4d5804,_0x431996){return _0x4d5804!==_0x431996;},'bnojm':'string','BmgHv':function(_0x55e4f7,_0x49e786){return _0x55e4f7===_0x49e786;},'uyDBB':function(_0x507e9b,_0x5a45b7){return _0x507e9b>_0x5a45b7;},'gfziT':function(_0x7c38b7,_0x1cc935){return _0x7c38b7(_0x1cc935);},'yzSlb':function(_0x2ac2fd,_0x4c9a88){return _0x2ac2fd>_0x4c9a88;},'XWFKV':function(_0x510ce7,_0x4e00ee){return _0x510ce7<_0x4e00ee;},'kbRHf':'pkuJX','laeww':function(_0x4420c9,_0xb88d0c){return _0x4420c9+_0xb88d0c;},'euCML':function(_0x44a493,_0x25f027){return _0x44a493===_0x25f027;},'ESPAm':_0x59c3cd(0x15e,_0x4db329._0x49d693,_0x4db329._0x1c4d21,_0x4db329._0x54d849),'TpZyu':_0x2695f6(_0x4db329._0x3d9642,0x293,0x270,0x24a),'HjGwI':_0x2695f6(_0x4db329._0x42d689,0x1ea,0x1d2,0x1de)+_0x59c3cd(0x1a1,_0x4db329._0x334b96,_0x4db329._0x24a380,_0x4db329._0x3d01aa)+_0x2695f6(0x232,_0x4db329._0xb2c51e,_0x4db329._0x2712aa,_0x4db329._0x1d3d40)+_0x59c3cd(0x1f2,0x1b6,_0x4db329._0xc1ec15,_0x4db329._0x4b00cc)+_0x59c3cd(0x202,_0x4db329._0x2ee323,0x1d9,0x185),'KSHXl':_0x2695f6(0x245,_0x4db329._0x479cb5,0x24b,0x25d),'ntmBG':'```'};function _0x2695f6(_0x4bbfb9,_0x3dd675,_0x49ce68,_0x49e30b){return _0xfe4d88(_0x4bbfb9-0x143,_0x4bbfb9- -0xb,_0x3dd675,_0x49e30b-_0x5291af._0x408a80);}if(!_0x472599)return null;function _0x59c3cd(_0x341445,_0x28b055,_0x36577e,_0x15bf97){return _0xfe4d88(_0x341445-_0x5857dc._0xcf3de5,_0x28b055- -_0x5857dc._0x422413,_0x341445,_0x15bf97-0x37);}const _0x39d153=Array['isArray'](_0x472599['ancestors'])?_0x472599['ancestors'][_0x59c3cd(0x11a,0x13f,_0x4db329._0x6f28ac,0x149)](0x155e+0x9ed+-0xf*0x216):[],_0x2c8f32=Array[_0x2695f6(_0x4db329._0x192684,_0x4db329._0x4f41a4,0x1d6,0x22c)](_0x472599[_0x2695f6(0x24c,0x23b,_0x4db329._0x25174e,_0x4db329._0x249d28)])&&_0x3d221d[_0x2695f6(_0x4db329._0x13c4b2,_0x4db329._0x46c264,_0x4db329._0x2a2d51,_0x4db329._0x3e0fa2)](_0x472599[_0x2695f6(_0x4db329._0x162e44,0x216,0x20f,_0x4db329._0x2c6ed8)][_0x59c3cd(0x1a3,0x176,0x14c,_0x4db329._0x13f171)],-0x1825+0xe8d+0x998),_0x3a6bc0=Array['isArray'](_0x472599[_0x2695f6(0x211,_0x4db329._0x4fbfe8,_0x4db329._0x24bf4c,_0x4db329._0x491637)])&&_0x3d221d['uyDBB'](_0x472599[_0x2695f6(0x211,_0x4db329._0x45a24c,0x244,_0x4db329._0x458603)][_0x2695f6(_0x4db329._0x1b6792,_0x4db329._0x172c5e,_0x4db329._0x383880,0x1fe)],-0x149+0x13aa+-0x1261*0x1),_0x4339c5=_0x3d221d[_0x59c3cd(0x14c,0x174,_0x4db329._0x5b3056,_0x4db329._0x978c90)](_0x39d153[_0x59c3cd(0x1a4,0x176,_0x4db329._0x3c5b9b,0x1a6)],0x172f+0x6*0x5f+-0x1969*0x1)&&!_0x2c8f32&&!_0x3a6bc0;if(_0x4339c5)return _0x59c3cd(_0x4db329._0x3f2b11,_0x4db329._0x4ef93b,_0x4db329._0x2c86cd,_0x4db329._0x4c0687)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+_0x3d221d[_0x2695f6(_0x4db329._0x5dc187,_0x4db329._0x559a17,0x1f4,0x24c)](formatObjectiveLabel,_0x472599['sourceObje'+_0x2695f6(0x240,_0x4db329._0x1b4a1a,_0x4db329._0x48ffd1,0x22c)])+'.\x0a';const _0x3b9ce4=['','',_0x2695f6(0x1f5,0x1c4,_0x4db329._0xce5062,0x1ec),'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x59c3cd(_0x4db329._0x486ec6,_0x4db329._0x2837ac,_0x4db329._0x364206,0x146)+_0x2695f6(0x225,_0x4db329._0x4f1674,0x25d,0x252)+'**\x20'+_0x3d221d['gfziT'](formatObjectiveLabel,_0x472599['sourceObje'+_0x59c3cd(0x178,_0x4db329._0x29b6fb,0x18e,0x1ac)]),''];if(_0x3d221d[_0x2695f6(_0x4db329._0x25174e,_0x4db329._0x4cec8e,0x22b,_0x4db329._0x252206)](_0x39d153[_0x2695f6(0x21c,0x225,_0x4db329._0x453694,0x1ef)],-0x1fab+0x1b*0x82+0x11f5)){_0x3b9ce4[_0x2695f6(0x25b,_0x4db329._0x11e74c,_0x4db329._0x38b64c,_0x4db329._0x21e18a)](_0x59c3cd(0x194,_0x4db329._0x4a8770,_0x4db329._0x583a74,_0x4db329._0x46f548)+_0x2695f6(_0x4db329._0x1d62c1,0x1e7,0x21c,_0x4db329._0xc027ae)+_0x59c3cd(0x19c,_0x4db329._0x2e5386,_0x4db329._0x4f9e97,0x1db)+_0x59c3cd(_0x4db329._0x1f1654,0x13b,0x164,_0x4db329._0x18b60d));for(let _0x4a35d5=0x134a+-0x14*-0x1c1+0x1*-0x365e;_0x3d221d[_0x59c3cd(0x1df,0x1a5,_0x4db329._0x1367af,_0x4db329._0x182800)](_0x4a35d5,_0x39d153[_0x2695f6(0x21c,_0x4db329._0xd18e35,_0x4db329._0x41e4b7,_0x4db329._0x55578f)]);_0x4a35d5++){if(_0x3d221d[_0x2695f6(0x1fa,_0x4db329._0x20af05,_0x4db329._0x419efa,_0x4db329._0x4167ec)]!==_0x3d221d[_0x59c3cd(_0x4db329._0x3b060d,_0x4db329._0x1429ca,_0x4db329._0x543be6,0x180)]){const _0x55fe48=_0x1663a2[0x64f+-0x13bb+0xd6c]?.[_0x59c3cd(_0x4db329._0x50fda1,_0x4db329._0x436e07,_0x4db329._0x33947e,_0x4db329._0x5a25ea)]||_0x3d221d[_0x2695f6(0x24a,_0x4db329._0x29c998,0x254,_0x4db329._0x995cba)];_0x399adc['push']('**Sibling\x20'+_0x2695f6(0x20f,_0x4db329._0x28e83b,_0x4db329._0x2a2d51,0x247)+_0x2695f6(0x1f8,0x230,0x206,0x212)+_0x59c3cd(0x15c,0x169,0x181,0x12d)+_0x2695f6(_0x4db329._0x1cf972,_0x4db329._0x112c10,_0x4db329._0x132f33,_0x4db329._0x42eb5f)+_0x55fe48+_0x2695f6(0x227,_0x4db329._0x2712aa,0x218,0x23f));for(const _0x5cc02a of _0x58aeab[_0x59c3cd(0x1d1,0x1a6,_0x4db329._0x182800,_0x4db329._0x10a783)]){_0x5ee95d[_0x2695f6(_0x4db329._0x249d28,_0x4db329._0x38815a,0x270,0x224)]('-\x20'+_0x5384fb(_0x5cc02a));}_0x54eca1[_0x59c3cd(_0x4db329._0x386ea4,_0x4db329._0x2eb5c5,_0x4db329._0x1ce4ee,0x182)]('');}else _0x3b9ce4[_0x2695f6(_0x4db329._0x265087,0x23c,0x21e,_0x4db329._0x1056a8)](_0x3d221d[_0x2695f6(_0x4db329._0x4c08b5,0x251,_0x4db329._0x12d772,0x26a)](_0x4a35d5,0x3b*-0x16+-0x1ab7+-0x1*-0x1fca)+'.\x20'+_0x3d221d[_0x2695f6(_0x4db329._0x5dc187,0x218,0x238,0x1e6)](formatObjectiveLabel,_0x39d153[_0x4a35d5]));}_0x3b9ce4[_0x59c3cd(_0x4db329._0x48797f,0x1b5,_0x4db329._0x995024,0x1cf)]('');}if(_0x2c8f32){const _0x43be0f=_0x39d153[0x2494+0x24e+-0x26e2]?.[_0x59c3cd(_0x4db329._0x364206,_0x4db329._0x1806ce,_0x4db329._0x2a771f,_0x4db329._0x9abb57)]||_0x3d221d[_0x2695f6(0x24a,0x28d,0x28f,_0x4db329._0x5ca587)];_0x3b9ce4[_0x59c3cd(_0x4db329._0x1367af,0x1b5,_0x4db329._0x279185,0x19f)](_0x2695f6(0x221,_0x4db329._0x338710,0x256,0x230)+_0x59c3cd(0x144,_0x4db329._0x542e1e,0x166,0x179)+_0x2695f6(0x1f8,_0x4db329._0x46d7c4,_0x4db329._0x2fe322,_0x4db329._0x443cd7)+_0x59c3cd(_0x4db329._0x3d396f,0x169,_0x4db329._0x458499,_0x4db329._0x510824)+_0x59c3cd(_0x4db329._0x138dfc,0x194,0x19f,_0x4db329._0x347b1b)+_0x43be0f+'\x22):');for(const _0x174bf5 of _0x472599[_0x2695f6(_0x4db329._0x4b237e,_0x4db329._0x445fc0,0x224,_0x4db329._0x223738)]){if(_0x3d221d[_0x2695f6(_0x4db329._0x1b4a1a,_0x4db329._0x470c9e,_0x4db329._0x3d9642,_0x4db329._0x581790)](_0x3d221d[_0x2695f6(0x23b,0x22f,_0x4db329._0x1bfc70,_0x4db329._0x53a5cb)],_0x3d221d[_0x2695f6(0x23b,0x1fc,0x24c,0x215)]))_0x3b9ce4['push']('-\x20'+formatObjectiveLabel(_0x174bf5));else return _0x11a680-_0x2cb1cf;}_0x3b9ce4['push']('');}if(_0x3a6bc0){if(_0x3d221d[_0x59c3cd(0x1d1,0x1b7,0x1d9,0x17b)](_0x3d221d[_0x2695f6(_0x4db329._0xce5062,_0x4db329._0x577554,_0x4db329._0x5008f1,_0x4db329._0x151f9b)],_0x3d221d[_0x2695f6(0x219,_0x4db329._0x21d095,0x23c,_0x4db329._0x2fe322)])){_0x3b9ce4['push'](_0x3d221d[_0x2695f6(0x22d,_0x4db329._0x58687d,_0x4db329._0x140192,_0x4db329._0x432fc9)]);for(const _0x84b86f of _0x472599['children']){_0x3b9ce4['push']('-\x20'+formatObjectiveLabel(_0x84b86f));}_0x3b9ce4['push']('');}else{if(_0x3d221d['QXpvD'](typeof _0x193758,_0x3d221d['bnojm'])||_0x3d221d[_0x2695f6(_0x4db329._0x2baa89,0x25e,_0x4db329._0x20472e,0x1fb)](_0x4db35d['length'],0x229a+0x1487+0xb*-0x503))return _0x352d7f;let _0x349b74=_0x4d5941[_0x59c3cd(_0x4db329._0x5c8bd6,_0x4db329._0x38eb47,0x121,0x104)](_0x51b342,'');return _0x349b74=_0x349b74[_0x59c3cd(_0x4db329._0x1ff206,0x145,_0x4db329._0x5aef3b,0x102)](_0x133618,''),_0x349b74=_0x349b74[_0x2695f6(_0x4db329._0xa39230,0x22f,_0x4db329._0x318383,_0x4db329._0x21b380)](_0x447ae1,''),_0x349b74=_0x349b74['replace'](_0x227798,''),_0x349b74;}}return _0x3b9ce4[_0x2695f6(_0x4db329._0x249d28,_0x4db329._0x404aeb,0x26f,_0x4db329._0xa9ff4e)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0x3b9ce4[_0x2695f6(_0x4db329._0x265087,0x25e,0x23c,0x25c)](_0x3d221d[_0x2695f6(0x234,_0x4db329._0x1dff6c,_0x4db329._0x345e95,_0x4db329._0x51b4ea)]),_0x3b9ce4[_0x2695f6(0x25b,0x286,_0x4db329._0x46d522,0x224)](OBJECTIVE_CONTEXT_DETAILS_CURL),_0x3b9ce4['push'](_0x3d221d[_0x2695f6(_0x4db329._0x40ca86,0x1e4,_0x4db329._0x338710,0x1e4)]),_0x3b9ce4[_0x59c3cd(_0x4db329._0x38ee37,0x177,0x19b,_0x4db329._0x4e9cf0)]('\x0a')+'\x0a';}function _0x59c7(){const _0x3d4c5d=['wLDQB0y','kIPbBMnLC3rVCG','y3rPDMu','z2v0','th0VyxbPl29IAG','icHG','zwqGzNjVBsbVyG','ygbGyMfZAa','y3rPDMvZkIOGka','Bg9JywXLq29TCa','D2jJDeO','vgHPCYb0yxnRia','q0rRy3y','wfDgs1y','C2LIBgLUz3m','BMvvCg0','zNzfy0K','rNLhANu','vw5RBM93BIbVyG','DLrhv2S','CJ9CBLTCCLXUxq','CgfYzw50t2jQzq','AgjqvNa','xg5CBLTCC1Xtxq','zwqGzNjVBsbHBG','DgfZA0LK','CgfYzw50ic0+ia','DgvKigfIB3zLla','BgfLD3C','ChvZAa','zIb0AgLZig9IAG','zxvdtuW','ExPtBgi','mteZnte2neXcv0LAEq','nti5nZyWr2vSA3PK','E0nprevsrKXpvW','C29YDa','zw1LBNqVB2jQzq','ygbGxg4/','E1rbu0TFsur9iG','AMvJDgL2zs88sq','tKvKtM0','zwn0AxzLktO','AgfZ','m0z1veLqCG','CvjTtxq','CM9VDcK6','mta5ndGZohvhq3fODW','iYmGt2jQzwn0Aq','u1jtvwG','C2XPy2u','ignOywLUkIOGka','mJaXmtHdyMPQrLO','l2fWAs9VyMPLyW','vgfZAY1jzdOGja','yxjL','CMvWBgfJzq','vun6uwu','ywrK','ExfZA2C','kIPtDwiTB2jQzq','AxrZigLUihrOzq','uLjdwwy','ls0Txg5CBG','CNvJDgLVBNmPia','kI4RxhmQkd86xa','ls0T','nda0mZCWA1P2r01T','zwn0AxzLlw1HBG','kIOGkg90AgvYia','CJ9CBIK/','A2jssgy','wfrZs3u','ihj1BJO','y3rPDMuVw1XZxa','kd86xhi/xg4PpW','kd86xhi/xg4PkG','ywLSC1TCC1Xtxq','AxnbCNjHEq','ygbGyMfZAfXU','t2Tjt1C','C3rYAw5N','zw50CMLLCW','AwHss2y','BwfW','kIL7mYX9xhmQxa','zsbMDwXSigrLDa','z2z6Avq','AhbAsuG','y3rPDMvjza','BMfTzq','w1XZxfnDkJ8','B2jQzwn0AxzLCW','kIPdDxjYzw50ia','y2HPBgrYzw4','DxLeqKi','CJ9CBLTCC1Xtxq','ic4Rxg4/','B0fjz0O','mJqWnJe0AeXxww1R','BNrTqKC','rd4Iic1iicjylq','vhbAExu','qM1Nshy','xg5CBG','BgvUz3rO','AM9PBG','yMPLy3rPDMuGqW','AMvJDgL2zq','DgHLihbHCMvUDa','kIPtAwjSAw5Nia','kd86wY0Qx11CCW','D2HLCMuGAxqGCW','B250zxH0xhmQxa','B2jQzwn0AxzLoG','vg8GCMvHzcb0Aa','iIK6','mta2ndaZzM5LAfLK','AMvJDgL2ztO','ig9IAMvJDgL2zq','C29YDe9YzgvY','ywLSCYaOAw5ZDa','sgPhD0K','DMuGq29UDgv4Da','qKnUtvi','i3SXldn9xhmQtW','nJrZEKvLDvG','y2HPBgrYzw4GBW','cGOTls0kcG','s1niwgW','u10Qp2bGyfXZkG','C3rHDhvZ','BxbRv2q','xcqM','lIbizxjLigLZia','ihvUzgvYici','rvnqqw0','s0HMBxG','D2fZigXHDw5JAa'];_0x59c7=function(){return _0x3d4c5d;};return _0x59c7();}function _0x5029(_0x16853e,_0x200824){_0x16853e=_0x16853e-(-0x1879+0x79c+0x11f0);const _0x3f7e50=_0x59c7();let _0x4501b5=_0x3f7e50[_0x16853e];if(_0x5029['AlZDCi']===undefined){var _0x54e671=function(_0x1663a2){const _0x399adc='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x301062='',_0x4695f2='';for(let _0xbbe435=0x1263+-0x6b*0x46+0xadf,_0x54eca1,_0x58aeab,_0x1a2909=-0x15b0+0x245b*0x1+-0xeab*0x1;_0x58aeab=_0x1663a2['charAt'](_0x1a2909++);~_0x58aeab&&(_0x54eca1=_0xbbe435%(0x116*-0xc+-0x1d70+0x2a7c)?_0x54eca1*(0x1*-0x1137+0xc7e*-0x1+0x1df5)+_0x58aeab:_0x58aeab,_0xbbe435++%(-0x25*-0x13+0x2664+-0x291f))?_0x301062+=String['fromCharCode'](0xf4d*-0x2+0x21f*-0x3+0x12fb*0x2&_0x54eca1>>(-(-0x206+0x1144+-0xf3c)*_0xbbe435&-0x1068+0x1034+0x3a)):0x102f+-0x1569+0x53a){_0x58aeab=_0x399adc['indexOf'](_0x58aeab);}for(let _0x274a86=-0x1fe3+-0x1709*-0x1+0x8da,_0x5ee95d=_0x301062['length'];_0x274a86<_0x5ee95d;_0x274a86++){_0x4695f2+='%'+('00'+_0x301062['charCodeAt'](_0x274a86)['toString'](0x2538+0x2288+-0x47b0))['slice'](-(-0x1cc8+0x1bb*0x9+0xd37));}return decodeURIComponent(_0x4695f2);};_0x5029['RwFjNt']=_0x54e671,_0x5029['AhnAOO']={},_0x5029['AlZDCi']=!![];}const _0x1579a3=_0x3f7e50[0x1c85+-0x13ae+-0x8d7],_0x3be11f=_0x16853e+_0x1579a3,_0x4e3e1a=_0x5029['AhnAOO'][_0x3be11f];return!_0x4e3e1a?(_0x4501b5=_0x5029['RwFjNt'](_0x4501b5),_0x5029['AhnAOO'][_0x3be11f]=_0x4501b5):_0x4501b5=_0x4e3e1a,_0x4501b5;}export function stripReferenceObjectivesMarkdown(_0x243736){const _0x87f4b9={_0x559243:0xe2,_0x770e6e:0xbe,_0x428c30:0xcc,_0x2a0ed0:0xdf,_0x4db690:0xb3,_0x3d785a:0xc5,_0x1a0b78:0x99,_0x45ca53:0x468,_0x2243d5:0x48c,_0x1f4fbb:0x482,_0x14b961:0x4ad,_0x41fbcd:0x4dc,_0x1263b4:0x8d,_0x1db2d9:0x47,_0x23fe18:0x62,_0x513028:0x80,_0x4dd27e:0x65,_0x33dbe3:0x80},_0x3ad724={_0x184a35:0x146,_0x1055bd:0x8c,_0x273ba7:0x478},_0x3631e9={_0x3fdccb:0x17d},_0x27985c={};_0x27985c[_0x31244f(0xe2,0xd3,0x105,_0x87f4b9._0x559243)]=function(_0xb711f4,_0x502237){return _0xb711f4!==_0x502237;},_0x27985c['XTsKu']=function(_0xe86153,_0x345ab3){return _0xe86153===_0x345ab3;};const _0xbd193c=_0x27985c;if(_0xbd193c[_0x31244f(_0x87f4b9._0x770e6e,_0x87f4b9._0x428c30,_0x87f4b9._0x2a0ed0,_0x87f4b9._0x559243)](typeof _0x243736,_0x31244f(0x84,_0x87f4b9._0x4db690,_0x87f4b9._0x3d785a,_0x87f4b9._0x1a0b78))||_0xbd193c[_0x5f6236(_0x87f4b9._0x45ca53,_0x87f4b9._0x2243d5,_0x87f4b9._0x1f4fbb,0x455)](_0x243736[_0x5f6236(0x4c4,_0x87f4b9._0x14b961,0x47a,_0x87f4b9._0x41fbcd)],-0x1*0x25c0+-0x983+0x2f43))return _0x243736;let _0x22cb80=_0x243736[_0x31244f(_0x87f4b9._0x1263b4,_0x87f4b9._0x1db2d9,_0x87f4b9._0x23fe18,_0x87f4b9._0x513028)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');_0x22cb80=_0x22cb80[_0x31244f(_0x87f4b9._0x4dd27e,0x42,0x8b,_0x87f4b9._0x33dbe3)](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,'');function _0x31244f(_0x1d4495,_0x345815,_0x506ce4,_0x4b3919){return _0xfe4d88(_0x1d4495-0x181,_0x4b3919- -0x176,_0x345815,_0x4b3919-_0x3631e9._0x3fdccb);}function _0x5f6236(_0x5bcfb8,_0x477eb2,_0x4d8ab4,_0x291f60){return _0x3c31e0(_0x5bcfb8-_0x3ad724._0x184a35,_0x5bcfb8,_0x4d8ab4-_0x3ad724._0x1055bd,_0x477eb2-_0x3ad724._0x273ba7);}return _0x22cb80=_0x22cb80['replace'](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x22cb80=_0x22cb80['replace'](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,''),_0x22cb80;}
1
+ (function(_0x531e92,_0x1ce0ae){const _0x117546={_0x56bdcf:0x152,_0x1fe4c4:0x12f,_0x28d0c8:0x125,_0x2c969a:0x147,_0x1aede4:0x167,_0x2c5ca8:0xfe,_0x589f30:0x122,_0x535f9d:0x146,_0x1e1488:0x16d,_0x126802:0xe3,_0x2789f5:0x101,_0x257d46:0xe4,_0x80b232:0x132,_0x1b1d63:0x149,_0x272351:0x175,_0x448d58:0x13d,_0x390d0f:0xd7,_0x2f65c3:0xd1,_0x145ff9:0x119,_0x3a3f47:0xee},_0x2f8bca={_0x16ede5:0x3d};function _0x2a793d(_0x512dbf,_0x341d3a,_0x518ab3,_0x5e8ba5){return _0x2ea0(_0x512dbf- -_0x2f8bca._0x16ede5,_0x518ab3);}function _0x3d41f5(_0x1c2762,_0x108e52,_0x4f48d4,_0x619a2){return _0x2ea0(_0x4f48d4-0x1,_0x108e52);}const _0x2881dd=_0x531e92();while(!![]){try{const _0x1787c0=parseInt(_0x3d41f5(_0x117546._0x56bdcf,_0x117546._0x1fe4c4,0x159,0x16d))/(0x2e9*0xa+-0x125*-0x17+-0x376c)+parseInt(_0x2a793d(0x10e,0x103,_0x117546._0x28d0c8,0xe5))/(-0x164a+0x9*0xd3+0xee1)+-parseInt(_0x3d41f5(0x16a,_0x117546._0x2c969a,0x17b,0x15f))/(0x1726+-0x2353+0xc30)*(parseInt(_0x3d41f5(_0x117546._0x1aede4,_0x117546._0x2c5ca8,_0x117546._0x589f30,0x10a))/(-0x1ce4+0x166*0xe+-0x6*-0x18e))+-parseInt(_0x2a793d(0x11c,0x157,0x145,0x166))/(-0x1493*0x1+0x2655+-0x11bd)*(parseInt(_0x2a793d(0x129,_0x117546._0x535f9d,0x105,0x141))/(0xd*-0x1a8+-0x1500+0x346*0xd))+parseInt(_0x2a793d(0x12c,_0x117546._0x1e1488,0x141,_0x117546._0x126802))/(-0x44d+-0x305*0xc+0x2890)+-parseInt(_0x2a793d(_0x117546._0x2789f5,_0x117546._0x257d46,_0x117546._0x80b232,0x12a))/(0x8c6+0x1*0x1f67+-0x2825)*(-parseInt(_0x3d41f5(_0x117546._0x1b1d63,0x1aa,_0x117546._0x272351,_0x117546._0x448d58))/(0xb*-0x1dd+0x1d*-0x117+-0x1161*-0x3))+parseInt(_0x2a793d(_0x117546._0x390d0f,_0x117546._0x2f65c3,_0x117546._0x145ff9,0xdc))/(0x1959+0xac3*0x1+-0x2412)*(-parseInt(_0x2a793d(0xea,_0x117546._0x3a3f47,0xa7,0x132))/(-0x224e+-0x258d+0x2*0x23f3));if(_0x1787c0===_0x1ce0ae)break;else _0x2881dd['push'](_0x2881dd['shift']());}catch(_0x293f40){_0x2881dd['push'](_0x2881dd['shift']());}}}(_0x1dc5,-0x4b89f+0x3c555+0x5076a));function isObjective(_0x13d577){const _0xb5baf0={_0x582cd4:0x1e3,_0x3fde1d:0x1b7,_0x234768:0x1ae,_0x44cf5a:0x2a9,_0x2b034a:0x2e1,_0x3d8352:0x2d3,_0x22ba12:0x2df,_0x216eea:0x2e9,_0x4f4bfa:0x195,_0x120830:0x18b,_0x207cf6:0x2d8,_0x32900f:0x257},_0x161f6a={_0x8a03cb:0x168},_0x30392d={_0x1a8a05:0x6c},_0x569663={};_0x569663[_0x880373(_0xb5baf0._0x582cd4,_0xb5baf0._0x3fde1d,_0xb5baf0._0x234768,0x1e4)]=function(_0x24bb44,_0x86a3ca){return _0x24bb44===_0x86a3ca;},_0x569663[_0x4a4e7a(_0xb5baf0._0x44cf5a,0x29e,0x25b,0x2e7)]=_0x4a4e7a(0x2ae,0x2b1,_0xb5baf0._0x2b034a,0x291);function _0x880373(_0x4197ab,_0x36570a,_0x7786f2,_0x197fb3){return _0x2ea0(_0x4197ab-_0x30392d._0x1a8a05,_0x197fb3);}function _0x4a4e7a(_0xda7f71,_0x2335e1,_0x603816,_0x3ba07d){return _0x2ea0(_0x2335e1-_0x161f6a._0x8a03cb,_0x3ba07d);}const _0x116763=_0x569663;return _0x116763[_0x4a4e7a(_0xb5baf0._0x3d8352,_0xb5baf0._0x22ba12,0x2bb,_0xb5baf0._0x216eea)](_0x13d577?.[_0x880373(0x18f,0x1bc,_0xb5baf0._0x4f4bfa,_0xb5baf0._0x120830)],_0x116763[_0x4a4e7a(_0xb5baf0._0x207cf6,0x29e,0x271,_0xb5baf0._0x32900f)]);}function toReferenceObjective(_0x4a9f60,_0x41d01b){const _0x573364={_0x43a5ba:0x1d5,_0x5b1935:0x1f0,_0x25eae2:0x5a,_0x3dca7f:0x49},_0x3dc253={_0x5eb991:0x2fb},_0x481899={};function _0x160d03(_0x5c387b,_0x324d01,_0x1259ff,_0x5e745b){return _0x2ea0(_0x5c387b- -_0x3dc253._0x5eb991,_0x324d01);}function _0x127737(_0x4c62ee,_0x3f9aaa,_0x25e0b1,_0x4105a1){return _0x2ea0(_0x4105a1- -0x17c,_0x25e0b1);}return _0x481899['id']=_0x41d01b?.[_0x160d03(-_0x573364._0x43a5ba,-0x1a8,-_0x573364._0x5b1935,-0x1cd)]||_0x4a9f60,_0x481899[_0x127737(-_0x573364._0x25eae2,-0xc3,-_0x573364._0x3dca7f,-0x7a)]=_0x41d01b?.['name']||_0x4a9f60,_0x481899;}function sortBySortOrder(_0x502e17,_0x3c1f35){const _0x5ebdbd={_0x167d25:0x26c,_0x4b8945:0x26a,_0x1ca351:0x28c,_0x17068b:0x290,_0x28cb36:0x1b3,_0x19f981:0x172,_0x3fec6a:0x1fc,_0x288cf6:0x173,_0x4c23e6:0x183,_0x406f8b:0x186,_0x5052f4:0x257,_0x5b007f:0x1fd,_0x3c08a3:0x1b7,_0x41cb20:0x23b},_0x497110={_0x32d075:0x130},_0x729ecc={};_0x729ecc[_0x2ea613(0x2a3,_0x5ebdbd._0x167d25,0x289,0x248)]=function(_0x11586e,_0x35823f){return _0x11586e!==_0x35823f;},_0x729ecc[_0x2ea613(_0x5ebdbd._0x4b8945,_0x5ebdbd._0x1ca351,_0x5ebdbd._0x17068b,0x288)]=function(_0x2ad309,_0x21ecfc){return _0x2ad309-_0x21ecfc;};function _0x2ea613(_0xc6472a,_0x6d802a,_0x5588cc,_0x51adcc){return _0x2ea0(_0x6d802a-_0x497110._0x32d075,_0x51adcc);}function _0x527237(_0x58da91,_0x1d4397,_0x4898d0,_0x2ced9e){return _0x2ea0(_0x58da91- -0x302,_0x4898d0);}const _0x408017=_0x729ecc,_0xff8aea=_0x502e17[_0x527237(-_0x5ebdbd._0x28cb36,-_0x5ebdbd._0x19f981,-0x1f8,-_0x5ebdbd._0x3fec6a)]||-0xe*-0x14b+-0x3*-0xc6+0x51b*-0x4,_0x30d825=_0x3c1f35[_0x527237(-0x1b3,-0x16d,-_0x5ebdbd._0x288cf6,-0x1eb)]||-0x1*-0x277+0x1*-0xce3+0xa6c;if(_0x408017['wsbCK'](_0xff8aea,_0x30d825))return _0x408017[_0x527237(-0x1a6,-_0x5ebdbd._0x4c23e6,-0x1eb,-_0x5ebdbd._0x406f8b)](_0xff8aea,_0x30d825);const _0x2f9aeb=_0x502e17[_0x2ea613(_0x5ebdbd._0x5052f4,0x232,0x228,0x263)]||'',_0x2f9e18=_0x3c1f35['name']||'';return _0x2f9aeb[_0x527237(-_0x5ebdbd._0x5b007f,-0x243,-_0x5ebdbd._0x3c08a3,-0x1b6)+_0x2ea613(0x213,_0x5ebdbd._0x41cb20,0x221,0x22e)](_0x2f9e18);}function _0x1720e9(_0x4fedfd,_0x5d3f83,_0x7b4ff1,_0x4de261){const _0x1a871c={_0x2de009:0x2e6};return _0x2ea0(_0x7b4ff1- -_0x1a871c._0x2de009,_0x4fedfd);}function formatObjectiveLabel(_0x20d39c){const _0x560cdb={_0x5c6952:0x303,_0x18de62:0x360,_0x51894c:0x1fa,_0x297164:0x18e,_0x28fd99:0x34c,_0x1161fa:0x36a,_0x31e027:0x323,_0x5b4fdd:0x321,_0x27bae4:0x2db,_0x308781:0x358,_0x5d65e4:0x24b,_0x49a318:0x203},_0x20697d={_0x48f833:0x219},_0x251f89={};function _0x4e3ed7(_0x2df040,_0x39729f,_0x5cab26,_0x3a2fec){return _0x2ea0(_0x3a2fec-0xcb,_0x39729f);}function _0x402aba(_0x46c4d0,_0xc28a31,_0x1c6d10,_0x17c35d){return _0x2ea0(_0xc28a31-_0x20697d._0x48f833,_0x17c35d);}_0x251f89[_0x402aba(_0x560cdb._0x5c6952,0x34c,0x325,_0x560cdb._0x18de62)]=_0x4e3ed7(0x252,0x23e,0x22b,0x244)+'jective',_0x251f89['GIfkm']=_0x402aba(0x320,0x31a,0x340,0x308);const _0x465757=_0x251f89,_0x168209=_0x20d39c?.[_0x4e3ed7(_0x560cdb._0x51894c,_0x560cdb._0x297164,0x210,0x1cd)]||_0x20d39c?.['id']||_0x465757[_0x402aba(_0x560cdb._0x5c6952,_0x560cdb._0x28fd99,_0x560cdb._0x1161fa,_0x560cdb._0x31e027)],_0xff5a60=_0x20d39c?.['id']||_0x465757[_0x402aba(0x328,_0x560cdb._0x5b4fdd,_0x560cdb._0x27bae4,_0x560cdb._0x308781)];return _0x168209+_0x4e3ed7(_0x560cdb._0x5d65e4,0x247,0x1c0,_0x560cdb._0x49a318)+_0xff5a60+'`)';}const OBJECTIVE_CONTEXT_HEADING=_0x4478e9(0x2c6,0x302,0x313,0x30d)+_0x1720e9(-0x1b5,-0x1f6,-0x1cc,-0x1ef),OBJECTIVE_CONTEXT_INTRO=_0x4478e9(0x31b,0x343,0x361,0x371)+_0x1720e9(-0x1b2,-0x1d0,-0x1ba,-0x196)+_0x1720e9(-0x184,-0x18f,-0x1ce,-0x19d)+_0x4478e9(0x396,0x355,0x371,0x37e)+_0x4478e9(0x35e,0x320,0x34b,0x2f8)+'where\x20it\x20s'+_0x4478e9(0x366,0x349,0x30c,0x367)+'\x20objective'+_0x1720e9(-0x12f,-0x148,-0x169,-0x13c)+':',OBJECTIVE_CONTEXT_SOLO_PREFIX=_0x1720e9(-0x16f,-0x1ab,-0x188,-0x170)+_0x4478e9(0x2f6,0x311,0x33d,0x2ff)+_0x4478e9(0x369,0x354,0x30b,0x37f)+'jective:',OBJECTIVE_CONTEXT_DETAILS_HINT=_0x1720e9(-0x1a6,-0x1c2,-0x1bb,-0x1ca)+_0x1720e9(-0x1d0,-0x17d,-0x190,-0x15d)+_0x1720e9(-0x1e5,-0x1a9,-0x1be,-0x1dd)+'ructions)\x20'+_0x4478e9(0x35b,0x352,0x35b,0x32f)+'ective\x20lis'+_0x4478e9(0x31d,0x364,0x333,0x38c)+_0x4478e9(0x38a,0x346,0x350,0x37e),OBJECTIVE_CONTEXT_DETAILS_CURL=_0x1720e9(-0x1b4,-0x22b,-0x1e9,-0x1f1)+_0x4478e9(0x2e7,0x304,0x33a,0x333)+_0x4478e9(0x364,0x333,0x340,0x34c)+_0x1720e9(-0x206,-0x1fd,-0x1e7,-0x1e6)+_0x1720e9(-0x186,-0x1b5,-0x1b5,-0x1a0)+_0x1720e9(-0x1fc,-0x185,-0x1cb,-0x19f)+'jective/<I'+_0x4478e9(0x340,0x33a,0x33c,0x312)+_0x1720e9(-0x17c,-0x1f4,-0x1c6,-0x1fa)+_0x4478e9(0x2cd,0x2eb,0x2c1,0x2d7);function escapeRegExp(_0x14fdc2){const _0x3a20b8={_0x2a0b6f:0x3d7,_0x4e5b42:0x360,_0x489b6d:0x38d,_0x13a9f9:0xeb,_0x257f23:0xca};function _0x2626ae(_0xb92c4f,_0x1f9648,_0x6cf560,_0x5cfb2c){return _0x1720e9(_0x6cf560,_0x1f9648-0x23,_0x5cfb2c-0x10d,_0x5cfb2c-0x22);}function _0x4dc45f(_0x3a0882,_0x39728c,_0x5858e1,_0x475dfb){return _0x1720e9(_0x39728c,_0x39728c-0x13c,_0x475dfb-0x523,_0x475dfb-0x1a9);}return _0x14fdc2[_0x4dc45f(0x358,_0x3a20b8._0x2a0b6f,_0x3a20b8._0x4e5b42,_0x3a20b8._0x489b6d)](/[.*+?^${}()|[\]\\]/g,_0x2626ae(-0xfe,-_0x3a20b8._0x13a9f9,-0x95,-_0x3a20b8._0x257f23));}const OBJECTIVE_CONTEXT_BLOCK_REGEX=new RegExp(_0x4478e9(0x351,0x344,0x363,0x319)+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+_0x1720e9(-0x151,-0x1d4,-0x194,-0x1d2)+(escapeRegExp(OBJECTIVE_CONTEXT_INTRO)+(_0x4478e9(0x2fb,0x307,0x2de,0x34d)+'*?'))+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_HINT)+'\x5cn')+_0x1720e9(-0x115,-0x135,-0x15b,-0x178)+(escapeRegExp(OBJECTIVE_CONTEXT_DETAILS_CURL)+'\x5cn')+'```\x5cn?','g'),OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX=new RegExp(_0x1720e9(-0x157,-0x177,-0x18c,-0x1b4)+_0x1720e9(-0x193,-0x1f6,-0x1da,-0x194)+'*){3,}\x5cs*\x5c'+_0x1720e9(-0x1fa,-0x1c2,-0x1c8,-0x18a)+'*'+(_0x4478e9(0x30a,0x324,0x348,0x2e1)+_0x1720e9(-0x1ce,-0x19b,-0x1a5,-0x1d6)+_0x1720e9(-0x142,-0x1a1,-0x15f,-0x169)+'r?\x5cn[\x5cs\x5cS]'+'*?')+('This\x20task\x20'+_0x4478e9(0x2e6,0x311,0x2e1,0x346)+_0x1720e9(-0x209,-0x1cc,-0x1ce,-0x20b)+_0x1720e9(-0x1be,-0x1be,-0x176,-0x133)+_0x1720e9(-0x1cf,-0x183,-0x199,-0x164))+('To\x20read\x20th'+_0x4478e9(0x2f4,0x33b,0x31a,0x31a)+'ails[\x5cs\x5cS]'+'*?')+('/api/objec'+_0x4478e9(0x2bd,0x301,0x346,0x307)+'ement/obje'+_0x1720e9(-0x208,-0x19e,-0x1d5,-0x1a8)+_0x4478e9(0x2df,0x2e8,0x2e8,0x2bb)+_0x1720e9(-0x1b0,-0x1fe,-0x1ec,-0x1dc)),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX=new RegExp('---\x5cn\x5cn'+escapeRegExp(OBJECTIVE_CONTEXT_HEADING)+'\x5cn\x5cn'+(escapeRegExp(OBJECTIVE_CONTEXT_SOLO_PREFIX)+'\x20.+\x5cn?'),'g'),OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX=new RegExp(_0x4478e9(0x33e,0x33f,0x37c,0x365)+'(?:[-*_]\x5cs'+'*){3,}\x5cs*\x5c'+_0x4478e9(0x2be,0x303,0x2df,0x308)+'*'+(_0x4478e9(0x366,0x324,0x336,0x36a)+_0x1720e9(-0x19b,-0x165,-0x1a5,-0x1c6)+_0x1720e9(-0x173,-0x184,-0x15f,-0x16e)+_0x4478e9(0x2e0,0x303,0x2bd,0x32c)+'*')+(_0x4478e9(0x35f,0x343,0x308,0x346)+_0x4478e9(0x317,0x311,0x346,0x2ed)+_0x1720e9(-0x153,-0x184,-0x177,-0x17c)+'jective:\x5cs'+_0x1720e9(-0x165,-0x18b,-0x175,-0x195)+_0x1720e9(-0x1e2,-0x1db,-0x1b7,-0x1c8)),'g');function _0x1dc5(){const _0x4116f3=['E1rbu0TFsur9iG','C291CMnLt2jQzq','r0LMA20','vNnyDgi','BwnWs20','yxjL','kd86wY0Qx11CCW','CMXWz3m','A09Oqxm','xcqM','q2nsz28','y3rPDMuVw1XZxa','svnPEgu','qxDhrgS','ndb0B2revxG','y2HPBgrYzw4GBW','ygbG','uefczLK','zwqGzNjVBsbHBG','wvjWuxy','DMuGq29UDgv4Da','ywDLBwvUDc9VyG','DgL2zs1Tyw5HzW','iYmGt2jQzwn0Aq','CJ9CBLTCCLXUxq','E0nprevsrKXpvW','vgfZAY1jzdOGja','mtCYy2nuvhHT','xg5CBLTCC1Xtxq','C3rHDhvZ','cGOTls0kcG','zMzqtM8','DgfZA0LK','otu3nZKYzfvOtLrK','ywLSCYaOAw5ZDa','sKrsCue','CgfYzw50t2jQzq','vg8GCMvHzcb0Aa','D2fZigXHDw5JAa','rvbcqLe','kIOGkg90AgvYia','CJ9CBIK/','kIPdDxjYzw50ia','zwn0AxzLlw1HBG','z2v0','BKjHueq','z2z1wxC','vMf3q1O','yxLIBKK','y3rPDMvZkIOGka','icHG','t2TAu2u','vgfAsuq','lIbizxjLigLZia','D3nIq0S','CM9VDcK6','mJrJq3vfs1O','i3SXldn9xhmQtW','zxLes24','yMPLy3rPDMuGqW','EufOvxe','yw1NqKm','kIPbBMnLC3rVCG','kIOG','B2jQzwn0AxzLCW','AMvJDgL2zq','DgHLihbHCMvUDa','B2jQzwn0AxzL','C29YDa','mta4mtG4yLjwwwXI','y3rPDMvjza','w1XZxfnDkJ8','x1nfuLzfuL9vuG','C29YDe9YzgvY','CMvWBgfJzq','AxnbCNjHEq','xg5CBG','ELj6rfy','teLjCxO','rd4Iic1iicjylq','zsbMDwXSigrLDa','zIb0AgLZig9IAG','nteYmZK0Ew9Az2Xd','nuLgEe1dqW','kd86xhi/xg4PkG','uwfvze0','CKDpr2S','ignOywLUkIOGka','vgHPCYb0yxnRia','ls0Txg5CBG','AgfZ','ihj1BJO','qwz0vgC','quzcshy','AxrZigLUihrOzq','B2jQzwn0AxzLoG','mZa5mJm5nfrZBhnWzq','renxzeu','BuTkCMG','mJi5mdeZngrizNrHyW','wM5fBxG','t09duwW','q09nufq','B2yGyw55ig9IAG','uvnKquO','zwqGzNjVBsbVyG','ig9IAMvJDgL2zq','kI4RxhmQkd86xa','wNDnwK4','kIPtDwiTB2jQzq','nZK2nZuYs3DmA1fe','tKfhyva','AM9PBG','vvjpAgy','BwfW','vw5RBM93BIbVyG','mtK3mvf3zfLvBG','y2HPBgrYzw4','ChvZAa','igHPzxjHCMnOEq','uu5bzwS','DgvKigfIB3zLla','CgfYzw50ic0+ia','vxzSvhm','vvbgA0O','iIK6','sMXty00','q2zkzwC','zwn0AxzLktO','B250zxH0xhmQxa','y3rPDMu','B0TfCMG','BgvUz3rO','ygbGyMfZAfXU','yw5Jzxn0B3jZ','ywrK','kd86xhi/xg4PpW','AxbQs3O','CwLLsK8','y3vYBcaTCYaIja','zw50CMLLCW','th0VyxbPl29IAG','C3rYAw5N','Dw5RBM93BI1Pza','BMfTzq','u10Qp2bGyfXZkG','C2LIBgLUz3m','Bg9JywXLq29TCa'];_0x1dc5=function(){return _0x4116f3;};return _0x1dc5();}export function buildReferenceObjectivesContext(_0x4707ae,_0x26247d){const _0x5ba477={_0x4e25b7:0x37a,_0x1b1ac6:0x33c,_0x425fa5:0x35a,_0x530bb4:0x110,_0x4f0f37:0x149,_0x183889:0x156,_0x3964de:0x10f,_0x1982a6:0xfc,_0x52b737:0x317,_0xe93db0:0x30c,_0x2eba11:0x132,_0x10a33c:0x284,_0x166cec:0x27d,_0x19e8cb:0x2bc,_0x52113f:0xe3,_0x2eed43:0x10a,_0x50a8b0:0x148,_0x310383:0x132,_0x59deb8:0xf2,_0x1cec5c:0x16e,_0x3e18a6:0x373,_0x2af726:0x357,_0xe7d6a2:0x326,_0x343237:0x315,_0x4077ba:0x2d4,_0x5170b9:0x2ed,_0x1a7862:0x10b,_0x3ef151:0xc2,_0x12a21f:0x308,_0x300a47:0x312,_0x47a504:0x2ff,_0xbae348:0x346,_0x5e0a2c:0x30f,_0x5b5651:0x2e6,_0x1c727e:0x2ef,_0x341a47:0x2ec,_0x1c3ac2:0x334,_0x322738:0x35f,_0x4a64e4:0x309,_0x4bd25e:0x2a6,_0x3faf26:0x2ce,_0x1d0ce1:0x29e,_0xa7307d:0x2cd,_0x1c5b16:0x2f8,_0x2b15c1:0x2be,_0x2c9251:0x34f,_0x114c5c:0x2cd,_0x5e2097:0x2e5,_0x38daa6:0x307,_0x3b9bc6:0x304,_0x276c17:0x2b6,_0x22d1b2:0x108,_0x406611:0x101,_0x4cc85a:0x134,_0x7a2db3:0x324,_0x2f022c:0x18c,_0x41b8aa:0x126,_0x47b25f:0x15c,_0x38564b:0xe9,_0x3ff94b:0x118,_0x60ad1a:0xcc,_0x13eb80:0xd0,_0x19b41c:0xe7,_0x33c0cb:0xe0,_0x4fff78:0x16c,_0x18ff20:0x30a,_0x2aad8b:0x32b,_0x102cd3:0x2c5,_0x445145:0x309,_0x375295:0xd6,_0x48501e:0x108,_0x2ea6d0:0xc4,_0x179fc2:0xf5,_0x34b954:0x2e8,_0xaf87ac:0x2d6,_0x52a86a:0x166,_0x570ccb:0x11b},_0x57f896={_0x292ecc:0xb},_0x315cb3={_0xf293d3:0x43c};function _0x48eaae(_0x6182c0,_0x7e2f4a,_0xfebde1,_0x19f127){return _0x4478e9(_0x6182c0-0xd,_0x7e2f4a- -_0x315cb3._0xf293d3,_0xfebde1-0xb2,_0xfebde1);}const _0x261598={'ehFFS':function(_0x416de4,_0x126f19){return _0x416de4===_0x126f19;},'amgBC':'objective','OOCQl':_0x10b1cd(0x31d,_0x5ba477._0x4e25b7,_0x5ba477._0x1b1ac6,_0x5ba477._0x425fa5)+_0x48eaae(-0x13e,-_0x5ba477._0x530bb4,-0x14d,-_0x5ba477._0x4f0f37),'FYuBQ':_0x48eaae(-0x166,-_0x5ba477._0x183889,-0x11a,-_0x5ba477._0x3964de),'JuHHn':function(_0x571d12,_0x427ebd){return _0x571d12||_0x427ebd;},'yEcBn':function(_0x1d3c97,_0xef63f){return _0x1d3c97!==_0xef63f;},'LdIkF':'Fqcau','KtqqC':_0x48eaae(-0xfa,-_0x5ba477._0x1982a6,-0xc2,-0x103),'ffPNo':function(_0xe9639c,_0x143635){return _0xe9639c(_0x143635);},'JDRqA':'CfJeg','qUVqg':function(_0x26c807,_0x10f016){return _0x26c807(_0x10f016);},'mcpKm':function(_0x48ffab,_0x23a519){return _0x48ffab!==_0x23a519;},'QSdAJ':'AQKqT','kOhAs':function(_0x488302,_0x1814e4,_0x5ac166){return _0x488302(_0x1814e4,_0x5ac166);}};if(_0x261598['JuHHn'](!_0x4707ae,!_0x26247d))return null;const _0x38e168=_0x4707ae[_0x10b1cd(0x2c9,_0x5ba477._0x52b737,0x2f5,_0x5ba477._0xe93db0)](_0x26247d);function _0x10b1cd(_0x459dd0,_0x516870,_0x1ab28f,_0x2c0aef){return _0x4478e9(_0x459dd0-0xfa,_0x1ab28f- -0x22,_0x1ab28f-_0x57f896._0x292ecc,_0x516870);}if(!isObjective(_0x38e168))return null;const _0x9a7cb5=[],_0x981835=new Set();let _0x1f2454=_0x26247d;while(_0x1f2454&&!_0x981835[_0x48eaae(-0xcf,-0xf7,-_0x5ba477._0x2eba11,-0x13b)](_0x1f2454)){if(_0x261598['yEcBn'](_0x261598['LdIkF'],_0x261598['KtqqC'])){_0x981835[_0x10b1cd(_0x5ba477._0x10a33c,_0x5ba477._0x166cec,_0x5ba477._0x19e8cb,0x2b3)](_0x1f2454);const _0x1cf907=_0x4707ae[_0x48eaae(-_0x5ba477._0x52113f,-0x125,-_0x5ba477._0x2eed43,-0x132)](_0x1f2454);if(!_0x261598[_0x48eaae(-_0x5ba477._0x50a8b0,-_0x5ba477._0x310383,-_0x5ba477._0x59deb8,-_0x5ba477._0x1cec5c)](isObjective,_0x1cf907))break;_0x9a7cb5[_0x10b1cd(_0x5ba477._0x3e18a6,_0x5ba477._0x2af726,0x33f,_0x5ba477._0xe7d6a2)](toReferenceObjective(_0x1f2454,_0x1cf907)),_0x1f2454=_0x1cf907[_0x10b1cd(_0x5ba477._0x343237,_0x5ba477._0x4077ba,_0x5ba477._0x5170b9,0x2a3)+_0x48eaae(-0xcc,-_0x5ba477._0x1a7862,-_0x5ba477._0x3ef151,-0xdb)];}else return _0x261598['ehFFS'](_0x36a4e9?.[_0x48eaae(-0xec,-0x134,-0x140,-0x12d)],_0x261598[_0x10b1cd(0x34c,0x34c,0x306,_0x5ba477._0x12a21f)]);}const _0xd62e91=[],_0x326ace=_0x38e168[_0x10b1cd(_0x5ba477._0x300a47,0x2a9,_0x5ba477._0x5170b9,_0x5ba477._0x47a504)+_0x10b1cd(0x2c7,_0x5ba477._0xbae348,_0x5ba477._0x5e0a2c,_0x5ba477._0x5b5651)];if(_0x326ace){if(_0x261598[_0x10b1cd(0x2eb,_0x5ba477._0x1c727e,_0x5ba477._0x341a47,_0x5ba477._0x1c3ac2)]!==_0x10b1cd(0x333,0x390,0x348,_0x5ba477._0x322738))return _0x329187;else for(const [_0x11cd95,_0x21e690]of _0x4707ae[_0x10b1cd(_0x5ba477._0x4a64e4,_0x5ba477._0x4bd25e,0x2c1,_0x5ba477._0x3faf26)]()){if(!_0x261598['qUVqg'](isObjective,_0x21e690))continue;if(_0x11cd95===_0x26247d)continue;if(_0x261598[_0x10b1cd(0x298,_0x5ba477._0x1d0ce1,_0x5ba477._0xa7307d,_0x5ba477._0x1c5b16)](_0x21e690[_0x10b1cd(_0x5ba477._0x5170b9,0x323,0x2ed,_0x5ba477._0x2b15c1)+_0x10b1cd(_0x5ba477._0x2c9251,_0x5ba477._0x114c5c,_0x5ba477._0x5e0a2c,0x34b)],_0x326ace))continue;const _0x1e263d={};_0x1e263d['id']=_0x21e690[_0x10b1cd(_0x5ba477._0x5e2097,0x30e,0x2e9,0x2dc)]||_0x11cd95,_0x1e263d[_0x48eaae(-0x118,-0x155,-0x183,-0x170)]=_0x21e690[_0x10b1cd(_0x5ba477._0x38daa6,_0x5ba477._0x3b9bc6,0x2c5,_0x5ba477._0x276c17)]||_0x11cd95,_0x1e263d[_0x48eaae(-0xde,-_0x5ba477._0x22d1b2,-0x10a,-_0x5ba477._0x406611)]=_0x21e690[_0x48eaae(-0x149,-_0x5ba477._0x22d1b2,-0x13a,-_0x5ba477._0x4cc85a)],_0xd62e91[_0x10b1cd(0x328,0x32e,0x33f,_0x5ba477._0x7a2db3)](_0x1e263d);}}const _0x5b75af=[];for(const [_0x250c10,_0x4c07c9]of _0x4707ae[_0x48eaae(-_0x5ba477._0x2f022c,-0x159,-_0x5ba477._0x41b8aa,-_0x5ba477._0x47b25f)]()){if(_0x261598[_0x48eaae(-0x103,-_0x5ba477._0x38564b,-_0x5ba477._0x3ff94b,-_0x5ba477._0x60ad1a)]==='euemv'){const _0x4d7b9b=_0x398d37?.['name']||_0x2c21b5?.['id']||_0x261598[_0x48eaae(-0x12d,-0xec,-0xdc,-_0x5ba477._0x13eb80)],_0x5dad0f=_0x595a67?.['id']||_0x261598['FYuBQ'];return _0x4d7b9b+_0x48eaae(-_0x5ba477._0x19b41c,-0x11f,-_0x5ba477._0x33c0cb,-0x133)+_0x5dad0f+'`)';}else{if(!isObjective(_0x4c07c9))continue;if(_0x4c07c9[_0x48eaae(-0x115,-0x12d,-_0x5ba477._0x4fff78,-0x140)+'ctiveId']!==_0x26247d)continue;const _0x90cb6b={};_0x90cb6b['id']=_0x4c07c9[_0x10b1cd(_0x5ba477._0x18ff20,0x303,0x2e9,_0x5ba477._0x2aad8b)]||_0x250c10,_0x90cb6b[_0x10b1cd(0x2fb,0x2c2,_0x5ba477._0x102cd3,_0x5ba477._0x445145)]=_0x4c07c9['name']||_0x250c10,_0x90cb6b['sortOrder']=_0x4c07c9[_0x48eaae(-_0x5ba477._0x375295,-_0x5ba477._0x48501e,-_0x5ba477._0x2ea6d0,-_0x5ba477._0x179fc2)],_0x5b75af['push'](_0x90cb6b);}}return _0xd62e91['sort'](sortBySortOrder),_0x5b75af[_0x10b1cd(_0x5ba477._0x34b954,0x344,0x30d,_0x5ba477._0xaf87ac)](sortBySortOrder),{'sourceObjective':_0x261598[_0x48eaae(-0x167,-0x149,-_0x5ba477._0x52a86a,-0x15e)](toReferenceObjective,_0x26247d,_0x38e168),'ancestors':_0x9a7cb5,'siblings':_0xd62e91[_0x10b1cd(0x336,0x324,0x33b,0x380)](({id:_0x5551f9,name:_0x5a4bf4})=>({'id':_0x5551f9,'name':_0x5a4bf4})),'children':_0x5b75af[_0x48eaae(-_0x5ba477._0x570ccb,-0xdf,-0x9f,-0x127)](({id:_0x229438,name:_0x4d77e2})=>({'id':_0x229438,'name':_0x4d77e2}))};}function _0x4478e9(_0x279766,_0x14c468,_0x4d93af,_0x13f246){const _0x211b15={_0x337258:0x1e5};return _0x2ea0(_0x14c468-_0x211b15._0x337258,_0x13f246);}export function formatReferenceObjectivesMarkdown(_0x55ec0e){const _0x13b482={_0x3db7df:0x1ca,_0x36e852:0x161,_0x3d584e:0x191,_0x13e92d:0x18c,_0x4b7220:0x1c2,_0xf7c7c8:0x179,_0x2693c4:0x30f,_0x54ab9d:0x34a,_0x1a2c92:0x2c5,_0x289977:0x2a6,_0x65cc2a:0x2e8,_0x456532:0x303,_0x577770:0x2f9,_0x5bf185:0x147,_0x76c13a:0x111,_0x176e29:0x2c8,_0x55b745:0x280,_0x102f06:0x2f1,_0x3ca8fb:0x1cc,_0x4e802c:0x196,_0x3c4f00:0x171,_0x528455:0x157,_0x32ac9b:0x14e,_0x28e592:0x149,_0x233a0a:0x102,_0x545c4f:0x2b8,_0x34215c:0x30b,_0x7c4c71:0x133,_0x9d1e8b:0x311,_0x4e29a1:0x35a,_0x497d96:0x347,_0x55718e:0x2c6,_0x19da1a:0x29b,_0x3dfb51:0x2dc,_0x2e1544:0x2c7,_0x20f548:0x105,_0x435e8b:0x14f,_0xc03506:0x317,_0x4e9de5:0x2d6,_0x51645c:0x32b,_0x1a4b6e:0x140,_0xf16f0a:0x19f,_0x4a26b1:0x18d,_0x5018db:0x1ac,_0x2f295f:0x1b5,_0x5d2bc6:0x2f5,_0x394547:0x28f,_0x1f479e:0x296,_0x347c03:0x27e,_0x2972b1:0x315,_0x16750c:0x33f,_0x1de225:0x31c,_0x34bd15:0x2f5,_0x5451b:0x328,_0x1a36ca:0x351,_0x473285:0x2db,_0x4179c1:0x2df,_0x11e328:0x351,_0x4ebf55:0x132,_0x4a0a98:0x16c,_0x3b6cd2:0x145,_0x1676af:0xf0,_0x2554c3:0xe4,_0x1b66db:0x18b,_0x2e9b49:0x17e,_0x4a73c8:0x144,_0x56f0f7:0x151,_0x5b4ef1:0x2fe,_0x3f62d1:0x319,_0x3a907a:0x2c2,_0x5c0bb4:0x300,_0x1742ad:0x29a,_0x193b22:0x28e,_0x107c72:0x10a,_0x3d518f:0x131,_0x55e7b0:0xec,_0x6856a9:0x323,_0xd17ef2:0x2c9,_0x1a3e58:0x307,_0x58dbe5:0x10f,_0x21e2b2:0x342,_0x154c81:0x321,_0x36c3b8:0x2ff,_0x48b65d:0x148,_0x2ef927:0x16d,_0x2c3a0f:0x18a,_0x3ba52a:0x359,_0x3d8aff:0x329,_0x55740d:0x349,_0x17d729:0x267,_0x4f900e:0x2bb,_0x197f84:0x27c,_0x4eca8b:0x14a,_0x3d1fb7:0x12e,_0x17b0f4:0x11c,_0x541428:0x2cd,_0x37173a:0x2ff,_0x3a31cf:0x2a1,_0x38f78a:0x10c,_0x4b8bb1:0x12a,_0x160988:0xff,_0x5c6c4e:0x2f3,_0x29268d:0x2c6,_0x542e45:0x2f1,_0x30e9f2:0x307,_0x30b40d:0x2d8,_0x3cae4f:0x2fd,_0x3e1b53:0x2e4,_0x4f1987:0x326,_0x2e1b70:0x2ea,_0x1534d8:0xe3,_0x256765:0x12d,_0x28e179:0x138,_0x475218:0x164,_0x14eca7:0x196,_0xadb857:0x1c8,_0x2109d2:0x1b5,_0x5c9ea2:0x2a2,_0x56541a:0x111,_0x243304:0x173,_0x409b55:0x1b3,_0xf47823:0x1ad,_0x25fce2:0x28d,_0x5eddbd:0x26e,_0x2d172a:0x2bd,_0x511687:0x290,_0x573783:0x29d,_0x172f76:0x272,_0x27dfb5:0x292,_0x3abda0:0x283,_0x408857:0x2d1,_0x50f4ee:0x10d,_0x161439:0x108,_0x53b980:0x115,_0x3b1cdc:0x343,_0x54b502:0x171,_0x3a1c8f:0x11c,_0x5435da:0x12c,_0x479da6:0x189,_0x51e996:0x2b8,_0x27cf0f:0x162,_0x545f5c:0x18f,_0x2d5353:0x177,_0x63e3c2:0x287,_0x8e63cf:0x270,_0x40ed82:0x29d,_0x543e08:0x294,_0x44ff2f:0x2e2,_0x19281f:0x14b,_0x2c79d2:0x10e,_0x9281ab:0xd9,_0x41e142:0x24c,_0x3cc0da:0x2d1,_0x4f46ee:0x15d,_0x32963c:0x189,_0x140e59:0x2ca,_0x316911:0xca,_0x361ecd:0x107,_0x444324:0xe2,_0x10a23b:0xe8,_0x58e287:0xfa,_0x8adb67:0x141,_0x4c38d5:0x2db,_0x53f699:0x126,_0x5c79a9:0x139,_0x174145:0x306,_0x215012:0x345,_0x1c1692:0x2e1,_0x14cb85:0x307,_0x10cebe:0x34a,_0x4a1390:0xfd,_0x71d9b7:0x166,_0x26d4d5:0x181,_0x130d74:0x301,_0x43ab5f:0x2de},_0x9d5027={_0x59b3cb:0x2},_0x628b9={_0x109af2:0xe,_0x376f8b:0x12f},_0x5f008f={'UPFkJ':function(_0x3c191d,_0xa02f04){return _0x3c191d(_0xa02f04);},'DCWdE':function(_0x492762,_0x43f48f){return _0x492762!==_0x43f48f;},'zRzDV':function(_0x55373f,_0x54e2be){return _0x55373f-_0x54e2be;},'UvlTs':function(_0x2685b6,_0x563d56){return _0x2685b6+_0x563d56;},'EPBBQ':_0x5a6816(-_0x13b482._0x3db7df,-0x182,-_0x13b482._0x36e852,-0x18d),'BoImG':_0x5a6816(-0x178,-_0x13b482._0x3d584e,-_0x13b482._0x13e92d,-_0x13b482._0x3db7df),'rlpgs':function(_0x3792d2,_0x53b125){return _0x3792d2===_0x53b125;},'OXdwl':function(_0x1d145f,_0x22c361){return _0x1d145f-_0x22c361;},'ZnEmx':function(_0x3219a3,_0x6960b6){return _0x3219a3>_0x6960b6;},'COMPT':_0x5a6816(-_0x13b482._0x4b7220,-0x17e,-_0x13b482._0xf7c7c8,-0x1c8),'VsXtb':'---','yAhUq':function(_0xbb9135,_0x37c25f){return _0xbb9135(_0x37c25f);},'mKJrh':'awrgI','AftTg':_0x16f80f(_0x13b482._0x2693c4,0x345,_0x13b482._0x54ab9d,_0x13b482._0x1a2c92),'oKErh':_0x16f80f(0x2cf,_0x13b482._0x289977,0x299,0x2bc)+_0x16f80f(_0x13b482._0x65cc2a,_0x13b482._0x456532,_0x13b482._0x577770,0x2c3)+_0x5a6816(-_0x13b482._0x5bf185,-_0x13b482._0x76c13a,-0x147,-0xce)+_0x16f80f(_0x13b482._0x176e29,0x29e,_0x13b482._0x55b745,_0x13b482._0x102f06),'ZwMZN':function(_0x1ea655,_0x324f37){return _0x1ea655<_0x324f37;},'PABfY':_0x5a6816(-_0x13b482._0x3ca8fb,-_0x13b482._0x4e802c,-0x196,-0x14d),'eyDKn':function(_0x5e52aa,_0xda1585){return _0x5e52aa(_0xda1585);},'NAGaP':_0x5a6816(-_0x13b482._0x3c4f00,-_0x13b482._0x528455,-_0x13b482._0x32ac9b,-0x18b),'qieJO':_0x5a6816(-0x13c,-_0x13b482._0x28e592,-_0x13b482._0x233a0a,-0x13f)+'\x20objective','YRpQv':'OSnSn','QNAek':_0x16f80f(0x2fe,0x2fe,0x2eb,0x329)+_0x16f80f(0x2c2,_0x13b482._0x545c4f,_0x13b482._0x34215c,0x2a2)+_0x5a6816(-_0x13b482._0x7c4c71,-0x17c,-0x16b,-0x1a6)+'f\x20this\x20obj'+_0x16f80f(_0x13b482._0x9d1e8b,_0x13b482._0x4e29a1,0x332,_0x13b482._0x497d96),'NMqHz':_0x16f80f(0x2c4,_0x13b482._0x55718e,0x29c,0x284),'CcRgo':_0x16f80f(0x2a1,_0x13b482._0x19da1a,0x2d5,0x2c0)};if(!_0x55ec0e)return null;const _0x5cdb94=Array[_0x16f80f(_0x13b482._0x3dfb51,_0x13b482._0x2e1544,0x320,0x325)](_0x55ec0e[_0x5a6816(-0x136,-_0x13b482._0x20f548,-_0x13b482._0x435e8b,-0x114)])?_0x55ec0e[_0x16f80f(_0x13b482._0xc03506,0x351,_0x13b482._0x4e9de5,_0x13b482._0x51645c)]['slice'](0x165d+0x2a6*-0x3+0x2d*-0x52):[],_0x3d378f=Array[_0x5a6816(-0x142,-_0x13b482._0x1a4b6e,-0x137,-0x154)](_0x55ec0e[_0x5a6816(-_0x13b482._0xf16f0a,-_0x13b482._0x4a26b1,-_0x13b482._0x5018db,-_0x13b482._0x2f295f)])&&_0x5f008f[_0x16f80f(_0x13b482._0x5d2bc6,0x2c8,0x2f7,0x30c)](_0x55ec0e[_0x16f80f(_0x13b482._0x394547,_0x13b482._0x1f479e,0x293,_0x13b482._0x347c03)][_0x16f80f(_0x13b482._0x2972b1,0x359,_0x13b482._0x16750c,_0x13b482._0x1de225)],0x4b8*-0x5+-0x4ee+0x1c86),_0x588935=Array['isArray'](_0x55ec0e[_0x16f80f(0x306,_0x13b482._0x55718e,0x2d7,0x31d)])&&_0x5f008f[_0x16f80f(_0x13b482._0x34bd15,_0x13b482._0x5451b,0x30e,0x30b)](_0x55ec0e['children'][_0x16f80f(_0x13b482._0x2972b1,_0x13b482._0x1a36ca,0x329,_0x13b482._0x65cc2a)],0x1*-0x7f6+-0x756+-0x1*-0xf4c),_0x4f4032=_0x5cdb94[_0x16f80f(_0x13b482._0x2972b1,_0x13b482._0x473285,_0x13b482._0x4179c1,_0x13b482._0x11e328)]===-0x1876+0x22df*0x1+0x29*-0x41&&!_0x3d378f&&!_0x588935;if(_0x4f4032){if(_0x5f008f[_0x5a6816(-_0x13b482._0x4ebf55,-0x12a,-_0x13b482._0x4a0a98,-_0x13b482._0x3c4f00)](_0x5f008f[_0x5a6816(-_0x13b482._0x3b6cd2,-0x125,-_0x13b482._0x1676af,-_0x13b482._0x2554c3)],_0x5a6816(-_0x13b482._0x1b66db,-_0x13b482._0x2e9b49,-_0x13b482._0x4a73c8,-0x14c))){_0x18eb66[_0x5a6816(-_0x13b482._0x56f0f7,-0x115,-0x116,-0x111)](_0x16f80f(_0x13b482._0x5b4ef1,0x318,0x2c7,_0x13b482._0x3f62d1)+_0x16f80f(_0x13b482._0x3a907a,_0x13b482._0x5c0bb4,_0x13b482._0x55b745,_0x13b482._0x1742ad)+_0x16f80f(0x2a0,0x2a1,_0x13b482._0x193b22,0x289)+_0x5a6816(-_0x13b482._0x107c72,-0x13a,-_0x13b482._0x3d518f,-0x161)+_0x5a6816(-_0x13b482._0x55e7b0,-0x10b,-0xce,-0x105));for(const _0x29e00f of _0x318274[_0x16f80f(0x306,0x2f0,_0x13b482._0x6856a9,_0x13b482._0xd17ef2)]){_0x1310f7[_0x16f80f(_0x13b482._0x1a3e58,0x32d,0x30d,0x2de)]('-\x20'+_0x5f008f[_0x5a6816(-0x14c,-_0x13b482._0x58dbe5,-0x122,-0xc6)](_0x825087,_0x29e00f));}_0x53fc5d[_0x16f80f(0x307,_0x13b482._0x21e2b2,_0x13b482._0x154c81,_0x13b482._0x36c3b8)]('');}else return _0x5a6816(-_0x13b482._0x48b65d,-_0x13b482._0x2ef927,-0x127,-0x188)+OBJECTIVE_CONTEXT_HEADING+'\x0a\x0a'+OBJECTIVE_CONTEXT_SOLO_PREFIX+'\x20'+formatObjectiveLabel(_0x55ec0e[_0x5a6816(-0x192,-_0x13b482._0x2c3a0f,-_0x13b482._0x4a73c8,-_0x13b482._0x3c4f00)+_0x16f80f(0x313,_0x13b482._0x3ba52a,_0x13b482._0x3d8aff,_0x13b482._0x55740d)])+'.\x0a';}const _0xba721a=['','',_0x5f008f[_0x16f80f(0x294,_0x13b482._0x17d729,0x24c,0x24a)],'',OBJECTIVE_CONTEXT_HEADING,'',OBJECTIVE_CONTEXT_INTRO,'',_0x16f80f(_0x13b482._0x4f900e,0x29f,0x2eb,_0x13b482._0x197f84)+_0x5a6816(-0x15b,-0x12c,-0x158,-_0x13b482._0x4eca8b)+_0x5a6816(-0x108,-0x14c,-_0x13b482._0x3d1fb7,-_0x13b482._0x17b0f4)+_0x5f008f[_0x16f80f(_0x13b482._0x541428,_0x13b482._0x37173a,_0x13b482._0x3a31cf,0x2c5)](formatObjectiveLabel,_0x55ec0e['sourceObje'+_0x16f80f(0x313,0x2ef,0x33d,0x335)]),''];if(_0x5cdb94['length']>0x1faa+-0x1729+-0x881){if(_0x5f008f[_0x5a6816(-_0x13b482._0x38f78a,-_0x13b482._0x4b8bb1,-0x14b,-_0x13b482._0x160988)](_0x5f008f[_0x16f80f(_0x13b482._0x5c6c4e,_0x13b482._0x29268d,_0x13b482._0x542e45,0x2ea)],_0x5f008f[_0x16f80f(0x2ed,0x2c7,0x310,0x330)])){_0xba721a[_0x16f80f(_0x13b482._0x30e9f2,0x321,0x2fe,_0x13b482._0x30b40d)](_0x5f008f[_0x16f80f(0x314,0x310,0x324,0x338)]);for(let _0x3d5e2d=0x2*-0x55d+0x7cd+0x2ed;_0x5f008f[_0x16f80f(_0x13b482._0x3cae4f,_0x13b482._0x3e1b53,_0x13b482._0x4f1987,_0x13b482._0x2e1b70)](_0x3d5e2d,_0x5cdb94[_0x5a6816(-_0x13b482._0x1534d8,-0x107,-0x11f,-0x145)]);_0x3d5e2d++){if(_0x5f008f[_0x5a6816(-_0x13b482._0x256765,-0x12a,-_0x13b482._0x28e179,-0x172)](_0x5a6816(-_0x13b482._0x475218,-_0x13b482._0x14eca7,-_0x13b482._0xadb857,-_0x13b482._0x2109d2),_0x5f008f[_0x16f80f(_0x13b482._0x5c9ea2,0x25e,0x2b8,0x2a2)])){const _0xe7a6ff=_0x4d061e['sortOrder']||0xd*0x13a+0x1*0x178d+-0x277f,_0x4f720e=_0x49d5af['sortOrder']||0x80*-0xb+0x6d7+-0x1*0x157;if(_0x5f008f['DCWdE'](_0xe7a6ff,_0x4f720e))return _0x5f008f[_0x5a6816(-_0x13b482._0x56541a,-0x13e,-_0x13b482._0x243304,-0x156)](_0xe7a6ff,_0x4f720e);const _0x1373c5=_0x2a5b5d[_0x5a6816(-_0x13b482._0x409b55,-0x18f,-0x1c2,-_0x13b482._0xf47823)]||'',_0x72de0b=_0x3a32d5[_0x16f80f(_0x13b482._0x25fce2,0x2ba,_0x13b482._0x5eddbd,_0x13b482._0x2d172a)]||'';return _0x1373c5[_0x16f80f(_0x13b482._0x511687,_0x13b482._0x573783,0x287,_0x13b482._0x172f76)+_0x16f80f(0x296,0x2d4,_0x13b482._0x27dfb5,_0x13b482._0x3abda0)](_0x72de0b);}else _0xba721a[_0x16f80f(0x307,0x33f,0x320,_0x13b482._0x408857)](_0x5f008f[_0x5a6816(-0x127,-0x110,-0x114,-_0x13b482._0x50f4ee)](_0x3d5e2d,-0xe9d+0x1fde+-0x60*0x2e)+'.\x20'+_0x5f008f[_0x5a6816(-0x185,-_0x13b482._0x56f0f7,-_0x13b482._0x161439,-0x182)](formatObjectiveLabel,_0x5cdb94[_0x3d5e2d]));}_0xba721a[_0x5a6816(-0xff,-_0x13b482._0x53b980,-0xf3,-0x130)]('');}else _0x3c5d4d['push'](_0x5f008f[_0x16f80f(0x30c,_0x13b482._0x3b1cdc,0x2ee,0x2e6)](_0x6f7f84,-0x1c5b+0x20f7+-0x49b)+'.\x20'+_0x4a508d(_0x2b0065[_0x2fc963]));}function _0x5a6816(_0x3e3da9,_0x1eee53,_0x465b76,_0x10a8b4){return _0x4478e9(_0x3e3da9-_0x628b9._0x109af2,_0x1eee53- -0x476,_0x465b76-_0x628b9._0x376f8b,_0x10a8b4);}if(_0x3d378f){if(_0x5f008f[_0x5a6816(-_0x13b482._0x54b502,-0x184,-0x1b8,-_0x13b482._0x28e592)](_0x5f008f[_0x5a6816(-0x137,-_0x13b482._0x3a1c8f,-_0x13b482._0x5435da,-0x13b)],'UdBDc'))return _0x3dc857[_0x5a6816(-_0x13b482._0x479da6,-0x141,-0x157,-_0x13b482._0x48b65d)](/[.*+?^${}()|[\]\\]/g,_0x5f008f[_0x16f80f(_0x13b482._0x51e996,0x2e1,0x2da,0x290)]);else{const _0x517d8e=_0x5cdb94[-0x14c*-0x9+-0xf6*0x5+-0x6de]?.[_0x5a6816(-_0x13b482._0x27cf0f,-_0x13b482._0x545f5c,-0x1af,-_0x13b482._0x2d5353)]||_0x5f008f[_0x16f80f(_0x13b482._0x63e3c2,0x2bd,_0x13b482._0x8e63cf,_0x13b482._0x40ed82)];_0xba721a['push']('**Sibling\x20'+'objectives'+_0x16f80f(0x2b9,_0x13b482._0x543e08,_0x13b482._0x44ff2f,0x2b2)+_0x5a6816(-0x195,-_0x13b482._0x19281f,-0x12e,-0x10f)+'\x20under\x20\x22'+_0x517d8e+_0x5a6816(-0x12d,-_0x13b482._0x2c79d2,-_0x13b482._0x9281ab,-_0x13b482._0x20f548));for(const _0x16c815 of _0x55ec0e[_0x16f80f(_0x13b482._0x394547,_0x13b482._0x2d172a,_0x13b482._0x41e142,_0x13b482._0x3cc0da)]){if(_0x5f008f[_0x5a6816(-0x1af,-0x178,-_0x13b482._0x4f46ee,-0x184)]!==_0x5f008f[_0x5a6816(-0x1af,-0x178,-_0x13b482._0x32963c,-0x15c)]){if(_0x5f008f['DCWdE'](typeof _0xf9b8f9,_0x5f008f['BoImG'])||_0x5f008f[_0x16f80f(0x298,_0x13b482._0x140e59,0x254,0x2a6)](_0xc1520a[_0x5a6816(-_0x13b482._0x316911,-_0x13b482._0x361ecd,-_0x13b482._0x444324,-_0x13b482._0x10a23b)],-0x190a+0x1*0x1318+-0x5f2*-0x1))return _0x3d92ef;let _0x458691=_0x50781e['replace'](_0x94fb92,'');return _0x458691=_0x458691[_0x5a6816(-_0x13b482._0x58e287,-_0x13b482._0x8adb67,-0xfd,-0x11a)](_0x2db748,''),_0x458691=_0x458691['replace'](_0x5807e4,''),_0x458691=_0x458691[_0x16f80f(_0x13b482._0x4c38d5,0x300,0x2b8,0x2e7)](_0x5da277,''),_0x458691;}else _0xba721a['push']('-\x20'+formatObjectiveLabel(_0x16c815));}_0xba721a[_0x5a6816(-_0x13b482._0x53f699,-0x115,-0xee,-_0x13b482._0x5c79a9)]('');}}if(_0x588935){_0xba721a['push'](_0x5f008f[_0x16f80f(0x309,_0x13b482._0x4f1987,0x30d,0x30e)]);for(const _0x18fbc9 of _0x55ec0e[_0x16f80f(_0x13b482._0x174145,0x2de,0x31a,_0x13b482._0xd17ef2)]){if(_0x5f008f['rlpgs'](_0x5f008f['NMqHz'],_0x5a6816(-0x113,-0x158,-0x146,-0x19f)))_0xba721a[_0x5a6816(-0xcf,-0x115,-0x137,-0x126)]('-\x20'+formatObjectiveLabel(_0x18fbc9));else return _0x5f008f['OXdwl'](_0xd90af6,_0x27b3f3);}_0xba721a[_0x16f80f(0x307,0x349,0x345,_0x13b482._0x215012)]('');}function _0x16f80f(_0x3d6bdc,_0xc14e24,_0x3d211b,_0x5a9dc9){return _0x4478e9(_0x3d6bdc-0x1c3,_0x3d6bdc- -0x5a,_0x3d211b-_0x9d5027._0x59b3cb,_0xc14e24);}return _0xba721a[_0x16f80f(0x307,_0x13b482._0x1c1692,0x31a,0x33b)](OBJECTIVE_CONTEXT_DETAILS_HINT),_0xba721a['push']('```bash'),_0xba721a[_0x16f80f(_0x13b482._0x14cb85,0x2d0,_0x13b482._0x10cebe,0x2d7)](OBJECTIVE_CONTEXT_DETAILS_CURL),_0xba721a[_0x5a6816(-_0x13b482._0x4a1390,-0x115,-0xcc,-0xf8)](_0x5f008f[_0x5a6816(-_0x13b482._0x71d9b7,-_0x13b482._0x26d4d5,-_0x13b482._0x2d5353,-0x1b7)]),_0xba721a[_0x16f80f(_0x13b482._0x130d74,0x340,_0x13b482._0x43ab5f,0x2e8)]('\x0a')+'\x0a';}function _0x2ea0(_0x2f7100,_0x2abaf8){_0x2f7100=_0x2f7100-(0x16f0+0xe16+-0x240d);const _0x301b6d=_0x1dc5();let _0x441348=_0x301b6d[_0x2f7100];if(_0x2ea0['YGVKso']===undefined){var _0x563e8b=function(_0x564d4c){const _0x4beec1='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1d0278='',_0x356cda='';for(let _0x238cd6=0x279+-0x52c+0x2b3,_0x321285,_0x3c990d,_0x1988cd=-0x4*0x377+0x5b3+0x829;_0x3c990d=_0x564d4c['charAt'](_0x1988cd++);~_0x3c990d&&(_0x321285=_0x238cd6%(0x9ca+0x280+-0x1*0xc46)?_0x321285*(0x5a*-0x29+0x246e+-0x1c*0xc7)+_0x3c990d:_0x3c990d,_0x238cd6++%(0x175e+0x1435+-0x2b8f))?_0x1d0278+=String['fromCharCode'](-0x1bf5+-0x68b+0x3*0xbd5&_0x321285>>(-(-0x2ea+0xb61*0x3+0x1*-0x1f37)*_0x238cd6&0xb47+-0x1317*-0x1+-0x1e58)):0x2f*0x7+-0xd89+0xc40){_0x3c990d=_0x4beec1['indexOf'](_0x3c990d);}for(let _0x47faf2=-0xb45*0x1+-0xaad+0x15f2,_0x517b8b=_0x1d0278['length'];_0x47faf2<_0x517b8b;_0x47faf2++){_0x356cda+='%'+('00'+_0x1d0278['charCodeAt'](_0x47faf2)['toString'](-0x1f73*-0x1+-0x236e+-0x45*-0xf))['slice'](-(0x6ce+0x1*-0x31+-0x69b));}return decodeURIComponent(_0x356cda);};_0x2ea0['zAOOLE']=_0x563e8b,_0x2ea0['tOAVyZ']={},_0x2ea0['YGVKso']=!![];}const _0x108423=_0x301b6d[0x19a3+-0x1*-0xa63+-0x35*0xae],_0x49895e=_0x2f7100+_0x108423,_0x4eeb83=_0x2ea0['tOAVyZ'][_0x49895e];return!_0x4eeb83?(_0x441348=_0x2ea0['zAOOLE'](_0x441348),_0x2ea0['tOAVyZ'][_0x49895e]=_0x441348):_0x441348=_0x4eeb83,_0x441348;}export function stripReferenceObjectivesMarkdown(_0x1e2f4b){const _0xf0d98f={_0x27be97:0x2a0,_0x2d7b3b:0x23e,_0x3934ce:0x1ef,_0x1a038b:0x1e0,_0x345ab2:0x1d3,_0x35ab09:0x259,_0x217bd0:0x212,_0x2ea65c:0x25c,_0x225102:0x3,_0x36134d:0x12,_0x2775b5:0x32,_0x462674:0x0,_0x59179d:0x1b,_0x2de14a:0x25,_0x44db01:0x3a,_0x1cdb75:0x1f,_0x446444:0x10},_0x37b88e={_0x14f288:0xb4},_0x8e4bd0={'gfuYw':function(_0x1168c3,_0x303a64){return _0x1168c3(_0x303a64);},'AFBHv':_0x2ff758(-0x271,-_0xf0d98f._0x27be97,-0x2a7,-_0xf0d98f._0x2d7b3b),'IGqRX':function(_0x25e1a1,_0xfc16b3){return _0x25e1a1===_0xfc16b3;},'ISixe':function(_0x1d5d92,_0xacaa12){return _0x1d5d92!==_0xacaa12;},'VawCZ':_0x2ff758(-0x21d,-0x1fc,-_0xf0d98f._0x3934ce,-0x213)};if(typeof _0x1e2f4b!==_0x8e4bd0[_0x2ff758(-0x20e,-0x1f6,-_0xf0d98f._0x1a038b,-_0xf0d98f._0x345ab2)]||_0x8e4bd0['IGqRX'](_0x1e2f4b['length'],0xe25+-0x106*0x1+-0xd1f*0x1)){if(_0x8e4bd0[_0x2ff758(-0x25f,-0x27f,-_0xf0d98f._0x35ab09,-0x216)](_0x2ff758(-0x21d,-0x263,-_0xf0d98f._0x217bd0,-_0xf0d98f._0x2ea65c),_0x8e4bd0[_0x250e91(-0x29,-0x24,_0xf0d98f._0x225102,-0xb)]))_0x1ffb04['push']('-\x20'+_0x8e4bd0[_0x250e91(_0xf0d98f._0x36134d,_0xf0d98f._0x2775b5,-0x2b,-0xc)](_0x41b9ff,_0x4e9d95));else return _0x1e2f4b;}let _0x41fef1=_0x1e2f4b[_0x250e91(0x40,_0xf0d98f._0x462674,_0xf0d98f._0x59179d,0x10)](OBJECTIVE_CONTEXT_BLOCK_REGEX,'');function _0x2ff758(_0x255f78,_0x5530d8,_0x37081a,_0x21b1e5){return _0x1720e9(_0x21b1e5,_0x5530d8-0x189,_0x255f78- -0x8b,_0x21b1e5-0x16e);}_0x41fef1=_0x41fef1[_0x250e91(-_0xf0d98f._0x2de14a,0x41,-0x10,0x10)](OBJECTIVE_CONTEXT_BLOCK_LENIENT_REGEX,''),_0x41fef1=_0x41fef1[_0x250e91(0x49,-_0xf0d98f._0x44db01,_0xf0d98f._0x1cdb75,_0xf0d98f._0x446444)](OBJECTIVE_CONTEXT_SOLO_BLOCK_REGEX,''),_0x41fef1=_0x41fef1[_0x2ff758(-0x221,-0x211,-0x1ed,-0x269)](OBJECTIVE_CONTEXT_SOLO_BLOCK_LENIENT_REGEX,'');function _0x250e91(_0x2da00d,_0x54ef3e,_0x521c50,_0x37004e){return _0x4478e9(_0x2da00d-_0x37b88e._0x14f288,_0x37004e- -0x325,_0x521c50-0x11a,_0x2da00d);}return _0x41fef1;}
@@ -1 +1 @@
1
- function _0x3ae9(_0x3bb3be,_0x8232c2){_0x3bb3be=_0x3bb3be-(0x8*-0x290+-0x1407+0x2a27);const _0x17ef98=_0x463f();let _0x175194=_0x17ef98[_0x3bb3be];if(_0x3ae9['LrnJSh']===undefined){var _0x59e936=function(_0x3c22ea){const _0x1cc8c3='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x42fa43='',_0xb3abf8='';for(let _0x21d84d=-0x2*0x355+-0x1*0x8db+-0x1*-0xf85,_0x24c220,_0x186f88,_0x4fbb5e=0x79f*0x5+0x2*-0x115a+0x43*-0xd;_0x186f88=_0x3c22ea['charAt'](_0x4fbb5e++);~_0x186f88&&(_0x24c220=_0x21d84d%(0xab*0x2f+0x6e1+-0x2642)?_0x24c220*(0xb13+0x89*0x3d+-0x2b78)+_0x186f88:_0x186f88,_0x21d84d++%(-0x8ba+0x1a5b+-0x119d*0x1))?_0x42fa43+=String['fromCharCode'](-0x1*-0xe8f+-0x1486+0x6f6&_0x24c220>>(-(0x6b3+0x17f6+0x19d*-0x13)*_0x21d84d&-0xf42+-0x995+-0x18dd*-0x1)):-0x938+0x27*-0x2a+0x7cf*0x2){_0x186f88=_0x1cc8c3['indexOf'](_0x186f88);}for(let _0x18bf8d=0x73*-0x53+0x16*-0x31+0x297f,_0x4fec43=_0x42fa43['length'];_0x18bf8d<_0x4fec43;_0x18bf8d++){_0xb3abf8+='%'+('00'+_0x42fa43['charCodeAt'](_0x18bf8d)['toString'](0x92*-0x28+0xffd*-0x1+0x26dd*0x1))['slice'](-(-0x7c0+0x3*0xc77+-0x1da3));}return decodeURIComponent(_0xb3abf8);};_0x3ae9['QWdgev']=_0x59e936,_0x3ae9['gsLjml']={},_0x3ae9['LrnJSh']=!![];}const _0x50abc2=_0x17ef98[-0x2410*0x1+-0x15dd+0x39ed],_0x33f024=_0x3bb3be+_0x50abc2,_0x348e21=_0x3ae9['gsLjml'][_0x33f024];return!_0x348e21?(_0x175194=_0x3ae9['QWdgev'](_0x175194),_0x3ae9['gsLjml'][_0x33f024]=_0x175194):_0x175194=_0x348e21,_0x175194;}(function(_0x515765,_0x4b8f00){const _0x48aa24={_0x3df2a8:0x25,_0x5e5ab3:0x83,_0x589828:0x25,_0x500f95:0x4f,_0x59eb5b:0x50,_0x498b1b:0xc,_0x34f70c:0x30,_0x58bd96:0x36,_0x25c367:0x79,_0x1b0ef1:0x48,_0x1a4220:0x3c,_0xd20116:0x16,_0x56cc24:0xa5,_0x29a814:0x28,_0x16679d:0x9b,_0x31d37f:0xcc},_0x2adb84={_0x1d129f:0x1ad};function _0x41ba71(_0x3e77bb,_0x70216c,_0x459fce,_0x1b39b5){return _0x3ae9(_0x1b39b5- -_0x2adb84._0x1d129f,_0x3e77bb);}function _0x1b177c(_0x3750ce,_0x418fab,_0x392725,_0x540430){return _0x3ae9(_0x392725- -0x21a,_0x418fab);}const _0x29b4f1=_0x515765();while(!![]){try{const _0x2957b0=parseInt(_0x1b177c(_0x48aa24._0x3df2a8,-0x22,0x39,_0x48aa24._0x5e5ab3))/(0x5*-0x1ab+0x240*-0xc+-0x27*-0xe8)*(parseInt(_0x1b177c(-_0x48aa24._0x589828,-0x4d,0x18,_0x48aa24._0x500f95))/(0x19*0x1d+-0x19d5*-0x1+-0x1ca8))+-parseInt(_0x1b177c(_0x48aa24._0x59eb5b,-_0x48aa24._0x59eb5b,_0x48aa24._0x498b1b,-0x32))/(-0x58*0x44+0x1*0xa79+0xcea)+parseInt(_0x1b177c(-_0x48aa24._0x34f70c,-0x62,0x2,-_0x48aa24._0x58bd96))/(-0x169e+-0x7*0x1de+0x23b4)*(-parseInt(_0x41ba71(_0x48aa24._0x25c367,-_0x48aa24._0x1b0ef1,_0x48aa24._0x1a4220,_0x48aa24._0xd20116))/(0x233+-0x793*-0x1+-0x9c1))+-parseInt(_0x1b177c(-_0x48aa24._0x56cc24,-0x2a,-0x47,-0x4b))/(0x1a69+-0x17*-0x6f+-0x245c)+parseInt(_0x1b177c(0x46,-0x28,-0x7,0x16))/(-0x13*0x104+0x11*0xa3+0x880)+-parseInt(_0x1b177c(_0x48aa24._0x29a814,-_0x48aa24._0x498b1b,-0x2f,-0x39))/(0x2cd*0x1+-0x2130+0x1e6b)*(parseInt(_0x41ba71(0x8f,0x19,0x89,0x34))/(-0x7*0xd6+-0x3*0xac5+0x2632))+parseInt(_0x41ba71(_0x48aa24._0x16679d,_0x48aa24._0x31d37f,0xc9,0x8e))/(0x1b63+0x45b+0x1*-0x1fb4);if(_0x2957b0===_0x4b8f00)break;else _0x29b4f1['push'](_0x29b4f1['shift']());}catch(_0x1f9777){_0x29b4f1['push'](_0x29b4f1['shift']());}}}(_0x463f,-0x8d6b+0x270*0x5ad+-0x6435a));import*as _0x248e90 from'openid-client';import{promises as _0x2b06e6}from'fs';import _0x15b40a from'path';import _0x364988 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(0x2555+-0x1*-0x50c+-0x1*0x2a57)*(0x24f+-0xb7d*-0x1+-0xd90)*(-0x1*-0x1bf4+-0x3a7+-0x1465*0x1);setInterval(()=>{const _0x13516a={_0x3df3df:0x13f,_0x359d58:0x42b,_0x2a32f4:0x479,_0x3522cc:0x4d7,_0x48ca73:0x490,_0x1be1e6:0x16b},_0x1c0a06={_0x374503:0x71};function _0x5d670f(_0x4be4e5,_0x1ebe9c,_0x4f71e5,_0x496dd6){return _0x3ae9(_0x4f71e5-0x2c4,_0x4be4e5);}function _0x104943(_0x335519,_0x5ef24e,_0x547e4c,_0x479c24){return _0x3ae9(_0x547e4c- -_0x1c0a06._0x374503,_0x335519);}const _0x2479ca=Date[_0x104943(0x1cb,0x1d8,0x17f,_0x13516a._0x3df3df)]();for(const [_0x40ae7b,_0x1ad732]of stateStore[_0x5d670f(0x49f,_0x13516a._0x359d58,_0x13516a._0x2a32f4,_0x13516a._0x3522cc)]()){_0x2479ca-_0x1ad732[_0x5d670f(0x4fc,_0x13516a._0x48ca73,0x4d3,0x4a1)]>STATE_TTL&&stateStore[_0x104943(0x16e,0xfc,0x13d,_0x13516a._0x1be1e6)](_0x40ae7b);}},(-0xda1*0x1+-0x1569+0x230f*0x1)*(0x1*0x193d+-0x2141+0x840)*(0x1*-0xcd9+-0x265c+0x125f*0x3))[_0xf48513(0x9b,0x6a,0x91,0xe6)]();function _0xf48513(_0x2495ae,_0x521a38,_0x597449,_0x40c645){const _0x5ec178={_0x31a2b5:0x153};return _0x3ae9(_0x2495ae- -_0x5ec178._0x31a2b5,_0x521a38);}let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x43f292={_0x1f5b7e:0x3f3,_0x236f75:0x382,_0x4e74e1:0x38a,_0x5b1575:0x4aa,_0x297a48:0x4d2,_0x536652:0x521,_0x1a5da0:0x46c,_0x4ae7d3:0x47c,_0x5ae7fe:0x477,_0x3f727d:0x45e,_0x2e07e3:0x443,_0x4cd133:0x429,_0x1c253a:0x3f9,_0x1df638:0x39a,_0x3e0445:0x44b,_0x25ab89:0x487,_0x26ff42:0x424,_0x58809b:0x414,_0x1baa84:0x3ae,_0x40b79e:0x3af,_0x479da2:0x4fd,_0x57636a:0x45a,_0x2745d7:0x376,_0x203ef5:0x313,_0x5d3621:0x3c0,_0x1bdc89:0x43a,_0x294e7b:0x494,_0x46a121:0x3e4,_0x595bee:0x3dd,_0x21740a:0x3fb,_0x240fa2:0x436,_0x3c7c8e:0x467,_0x889520:0x507,_0x3979f1:0x478,_0x59dce5:0x425,_0x2619b9:0x47b,_0x321b13:0x4d4,_0x4d7c6d:0x40c,_0x1d1bdd:0x3f4,_0x59e43f:0x3ae,_0x114f92:0x3cd,_0x2a2271:0x3ff,_0x103b4f:0x3d6,_0x1206f8:0x35c,_0x411489:0x369,_0x2fc07c:0x340,_0x315bbb:0x46a,_0x3577c0:0x4ab,_0x359cc5:0x449,_0x413b74:0x4cc,_0x93d419:0x45f,_0x586cd4:0x45d,_0x3af1e2:0x500,_0x167fc5:0x46b,_0x25671e:0x447,_0x26696b:0x3ca,_0x5538bc:0x423,_0x2b996c:0x3db,_0x234c7a:0x425,_0x4dd6e0:0x3e9,_0x5669dc:0x373,_0x36d414:0x374,_0x2ebee6:0x368,_0x4e952f:0x3f7,_0x51eb55:0x39a,_0x344f6a:0x43c,_0x17fb21:0x3b5,_0x5c46e5:0x3c7,_0x5d1363:0x3a5,_0x32a156:0x4e0,_0x2289e0:0x4fb,_0x111aa7:0x43f,_0x364433:0x4f3,_0x459e7d:0x48c,_0x4ae113:0x409,_0x270b04:0x45a,_0x3dce9f:0x485,_0x2c2cfe:0x459,_0x3914f8:0x43f,_0x4b346e:0x442,_0x601327:0x3a1,_0xf35b56:0x4e2,_0x31ff15:0x3a2,_0x5f1dad:0x3d3,_0x5ecd08:0x3c4,_0x56255d:0x3a0,_0x2df8d7:0x479,_0x44d6a7:0x49a,_0x281d54:0x4f4,_0x23af9d:0x45c,_0x224100:0x352,_0x3a6174:0x364,_0x2d0a3e:0x503,_0x1276c5:0x4d5,_0x4a3673:0x4ca,_0x56466a:0x4c1,_0x3ce7a4:0x4ce,_0x54c9f7:0x48a,_0x297fde:0x48b,_0x54a288:0x3df,_0x2d36b2:0x39f,_0x4e3807:0x356,_0x2be1ce:0x351,_0x4ac597:0x3bd,_0x6d7f33:0x397,_0x579363:0x395,_0x23ce67:0x4c4,_0x5f1581:0x4b1,_0x51cefc:0x476,_0x33023d:0x4d6,_0x21446b:0x44a,_0x238a4a:0x46b,_0x3b6d19:0x3f6,_0x3c4bd8:0x3cc,_0x269b33:0x484,_0x24d1a9:0x33b,_0x43a197:0x332,_0x325685:0x4a5,_0x57eff8:0x4ba,_0x24f28b:0x4f4,_0x3a6934:0x50a,_0x70abde:0x3ae,_0x2f7c75:0x35b,_0x25aaed:0x495,_0x2d5359:0x3de,_0x25d430:0x41c,_0x584247:0x467,_0x933a2f:0x41d,_0x13cc09:0x41c,_0x2a7d5e:0x4d3,_0x1a938c:0x4bc,_0x12f8a9:0x4f6,_0x2e0f5b:0x3b8,_0xcd767:0x3cb,_0x29eabc:0x490,_0x572a06:0x484,_0x44e15b:0x3ec,_0x4f2698:0x3c3,_0xcbf449:0x4df,_0x19bdcd:0x468,_0x2aff1f:0x39b,_0x2c524e:0x37b,_0x445c51:0x440,_0x10e419:0x3f5,_0x5e69e8:0x4b3,_0x49e31f:0x4af,_0x3e62fe:0x426,_0x3754dd:0x4bd,_0x137062:0x308,_0x224c08:0x3b1,_0xffa05:0x389,_0x570b10:0x32a,_0x4cc2f6:0x38b,_0x56e49c:0x3a4,_0x36afad:0x3d8,_0x44e4dd:0x3d0,_0x1518b5:0x435,_0x26bfaf:0x471,_0x38f421:0x3a2,_0x3b5e0e:0x351,_0x59b870:0x3bf,_0x569e32:0x35d,_0x224906:0x380,_0x17a51a:0x39b,_0x28751a:0x32a,_0x2f36d4:0x452,_0x3dbeaf:0x493,_0x53077d:0x386,_0x5f198f:0x341,_0x5cd265:0x375,_0xd069fe:0x3d8,_0xc84672:0x362,_0x3ea323:0x374,_0x5626f1:0x34a,_0x3b0b18:0x439,_0x95d368:0x3fa,_0x2b55b0:0x4a2,_0xdfa873:0x408,_0xcdd711:0x426,_0xeb917a:0x390,_0x1de206:0x38e,_0x2d4a5c:0x400,_0x3602fb:0x42c,_0x5dc6fc:0x3c6,_0x29fb55:0x397,_0xb8edb7:0x3ed,_0xf902da:0x43e,_0x28dcdb:0x44f,_0x4d5b18:0x339,_0x1e8fb6:0x466,_0x283ed2:0x4c3,_0x12450a:0x3b9,_0x3d7885:0x3c5,_0x36e667:0x39a,_0x337cdb:0x40f,_0x5cc42e:0x3d1,_0x5611c4:0x3fd,_0xc7c8c2:0x4e8,_0x71cc02:0x3f8,_0x5c8f8c:0x3a8,_0x1078a6:0x4b7,_0x592fc4:0x454,_0x2a7870:0x428,_0x4c78d3:0x45a,_0x43cad2:0x3b8,_0x169aa4:0x36b,_0xbb0a14:0x329,_0x1273a8:0x397,_0x42a204:0x358,_0x180d5d:0x362,_0x1b4343:0x34d,_0x26e228:0x37c,_0x46a712:0x3d2,_0x6f4c2:0x4ae,_0x4b5d71:0x40b,_0x170c75:0x412,_0x1e806f:0x3cb,_0x1c79e3:0x357,_0x3fb9b8:0x301,_0x12b452:0x34c,_0x15d5ca:0x335,_0x2a87a9:0x49d,_0x2b64ad:0x47c,_0x270bd3:0x49b,_0x5c98ac:0x42c,_0x13fa7:0x469,_0x417e35:0x3fb,_0x23d8d0:0x45b,_0xb1357b:0x460,_0x3a66ec:0x42d,_0x44bba8:0x3e0},_0x3ed7ec={_0x1aa869:0x49,_0x3bc6fd:0x3b},_0x2057e={_0x59b74c:0x1db},_0x28b895={};_0x28b895['DBGpZ']=_0xfce3ce(0x3ae,_0x43f292._0x1f5b7e,_0x43f292._0x236f75,_0x43f292._0x4e74e1)+'\x20exchange\x20'+_0x55353a(_0x43f292._0x5b1575,_0x43f292._0x297a48,0x4d3,_0x43f292._0x536652),_0x28b895[_0x55353a(_0x43f292._0x1a5da0,_0x43f292._0x4ae7d3,_0x43f292._0x5ae7fe,0x458)]=function(_0x3c9863,_0x2e21dc){return _0x3c9863>_0x2e21dc;},_0x28b895[_0x55353a(_0x43f292._0x3f727d,_0x43f292._0x2e07e3,_0x43f292._0x4cd133,_0x43f292._0x1c253a)]=function(_0x3fccba,_0x2e239c){return _0x3fccba-_0x2e239c;},_0x28b895[_0xfce3ce(_0x43f292._0x1df638,0x35f,0x392,0x36f)]=_0x55353a(_0x43f292._0x3e0445,_0x43f292._0x25ab89,0x4cc,_0x43f292._0x26ff42),_0x28b895['aafVW']=function(_0x4317a6,_0x3b7a33){return _0x4317a6===_0x3b7a33;},_0x28b895[_0xfce3ce(_0x43f292._0x58809b,0x438,0x421,0x3fd)]=_0xfce3ce(0x40c,_0x43f292._0x1baa84,_0x43f292._0x40b79e,0x3f8),_0x28b895[_0x55353a(_0x43f292._0x479da2,0x4a0,0x4b3,_0x43f292._0x57636a)]=_0xfce3ce(_0x43f292._0x2745d7,_0x43f292._0x203ef5,0x3bc,0x349);function _0x55353a(_0x59a8af,_0x2c0389,_0x5a0734,_0x19a48b){return _0xf48513(_0x2c0389-0x3bf,_0x59a8af,_0x5a0734-0xc,_0x19a48b-_0x2057e._0x59b74c);}_0x28b895[_0xfce3ce(_0x43f292._0x5d3621,0x3a7,0x37f,0x3f3)]=_0x55353a(_0x43f292._0x1c253a,_0x43f292._0x1bdc89,_0x43f292._0x294e7b,_0x43f292._0x46a121)+_0xfce3ce(0x3e7,_0x43f292._0x595bee,_0x43f292._0x21740a,_0x43f292._0x240fa2)+_0x55353a(_0x43f292._0x3c7c8e,0x4b2,0x4d2,_0x43f292._0x889520)+_0x55353a(_0x43f292._0x3979f1,_0x43f292._0x59dce5,0x3cb,_0x43f292._0x2619b9)+'guration',_0x28b895[_0x55353a(_0x43f292._0x321b13,0x4b1,0x460,0x4b2)]=_0xfce3ce(0x3e5,_0x43f292._0x4d7c6d,_0x43f292._0x1d1bdd,_0x43f292._0x59e43f),_0x28b895[_0xfce3ce(0x3c3,_0x43f292._0x114f92,_0x43f292._0x2a2271,0x39e)]=_0xfce3ce(0x372,0x3ce,_0x43f292._0x103b4f,_0x43f292._0x1206f8),_0x28b895[_0xfce3ce(_0x43f292._0x411489,0x387,_0x43f292._0x2fc07c,0x3b5)]=_0x55353a(_0x43f292._0x315bbb,_0x43f292._0x3577c0,_0x43f292._0x359cc5,0x4ed),_0x28b895[_0xfce3ce(0x3b8,0x3ec,0x3ef,0x3f2)]='utf-8',_0x28b895[_0x55353a(0x529,_0x43f292._0x413b74,0x4fc,0x4f0)]=function(_0xc08dd6,_0x2f6ba0){return _0xc08dd6!==_0x2f6ba0;},_0x28b895['uwHCH']=_0x55353a(0x483,0x473,_0x43f292._0x93d419,0x45c),_0x28b895[_0x55353a(0x441,_0x43f292._0x586cd4,0x451,0x413)]=_0x55353a(0x488,0x4d6,_0x43f292._0x3af1e2,0x476),_0x28b895[_0x55353a(_0x43f292._0x167fc5,_0x43f292._0x25671e,0x49c,0x4a8)]='openid',_0x28b895[_0x55353a(_0x43f292._0x26696b,_0x43f292._0x5538bc,0x459,0x411)]='profile',_0x28b895['fxvyI']=_0xfce3ce(_0x43f292._0x2b996c,_0x43f292._0x234c7a,0x3f7,_0x43f292._0x4dd6e0),_0x28b895[_0xfce3ce(_0x43f292._0x5669dc,0x36a,_0x43f292._0x36d414,_0x43f292._0x2ebee6)]=function(_0x2789fd,_0x5adb1d){return _0x2789fd!==_0x5adb1d;},_0x28b895['jXTSg']=_0xfce3ce(_0x43f292._0x4e952f,_0x43f292._0x51eb55,_0x43f292._0x344f6a,0x40d),_0x28b895[_0xfce3ce(_0x43f292._0x17fb21,0x3df,_0x43f292._0x5c46e5,_0x43f292._0x5d1363)]=_0x55353a(0x526,0x4d4,_0x43f292._0x32a156,_0x43f292._0x2289e0)+_0xfce3ce(0x3fb,0x3a8,0x417,_0x43f292._0x111aa7),_0x28b895[_0x55353a(_0x43f292._0x364433,_0x43f292._0x459e7d,0x4c2,0x483)]=_0x55353a(_0x43f292._0x4ae113,0x466,_0x43f292._0x270b04,0x452)+_0x55353a(0x4b5,0x4a2,_0x43f292._0x3dce9f,_0x43f292._0x2c2cfe)+'oaded',_0x28b895[_0x55353a(0x3cb,0x42c,_0x43f292._0x3914f8,_0x43f292._0x4b346e)]=function(_0x46b2f6,_0x52deb3){return _0x46b2f6===_0x52deb3;},_0x28b895['jlZLz']=function(_0x2790a8,_0x3bf390){return _0x2790a8===_0x3bf390;},_0x28b895[_0xfce3ce(0x357,0x3ac,0x37c,_0x43f292._0x601327)]='iwRVK',_0x28b895['bqXLu']='No\x20OIDC\x20co'+'nfiguratio'+_0x55353a(0x4a3,0x4c8,_0x43f292._0xf35b56,0x465)+'nd',_0x28b895['qxlFP']=_0xfce3ce(_0x43f292._0x31ff15,0x3ec,0x3ea,0x3cb)+_0xfce3ce(_0x43f292._0x5f1dad,0x372,_0x43f292._0x5ecd08,_0x43f292._0x56255d)+_0x55353a(_0x43f292._0x2df8d7,0x480,0x49b,0x4dd)+_0x55353a(0x4d6,_0x43f292._0x44d6a7,_0x43f292._0x281d54,_0x43f292._0x23af9d);const _0x48ec2a=_0x28b895;function _0xfce3ce(_0x35bd44,_0x29b3ed,_0x2f78ff,_0x2cf7ad){return _0xf48513(_0x35bd44-0x2fe,_0x2cf7ad,_0x2f78ff-_0x3ed7ec._0x1aa869,_0x2cf7ad-_0x3ed7ec._0x3bc6fd);}const _0x54b7c3=_0x15b40a[_0xfce3ce(_0x43f292._0x224100,0x319,0x398,0x38e)](DATA_DIR,_0x48ec2a[_0xfce3ce(0x39a,_0x43f292._0x3a6174,0x371,0x381)]);try{const _0x2397da=await _0x2b06e6[_0x55353a(_0x43f292._0x2d0a3e,0x4ad,0x4d8,0x4ed)](_0x54b7c3,_0x55353a(_0x43f292._0x1276c5,_0x43f292._0x4a3673,_0x43f292._0x56466a,_0x43f292._0x3ce7a4)),_0x1e640a=JSON[_0x55353a(0x4bc,0x4c2,_0x43f292._0x54c9f7,0x468)](_0x2397da);if(!_0x1e640a['enabled'])return _0x48ec2a[_0x55353a(0x433,0x445,_0x43f292._0x297fde,0x3fb)](_0x48ec2a['NzxkV'],_0x48ec2a[_0xfce3ce(_0x43f292._0x54a288,0x438,_0x43f292._0x2d36b2,0x43a)])?_0x3ac041:(logger[_0xfce3ce(_0x43f292._0x4e3807,_0x43f292._0x2be1ce,_0x43f292._0x4ac597,_0x43f292._0x6d7f33)](_0x48ec2a[_0xfce3ce(0x3c0,0x3d6,_0x43f292._0x579363,_0x43f292._0x2ebee6)]),null);const _0x334344=[_0x48ec2a[_0x55353a(_0x43f292._0x23ce67,_0x43f292._0x5f1581,_0x43f292._0x51cefc,0x4b8)],_0x55353a(_0x43f292._0x33023d,0x47a,_0x43f292._0x21446b,0x433)];for(const _0x56b942 of _0x334344){if(!_0x1e640a[_0x56b942])throw new Error(_0x55353a(_0x43f292._0x238a4a,0x41b,_0x43f292._0x3b6d19,_0x43f292._0x3c4bd8)+'quired\x20OID'+'C\x20configur'+_0x55353a(0x52b,0x4c5,_0x43f292._0x269b33,0x4dc)+_0xfce3ce(0x385,_0x43f292._0x24d1a9,_0x43f292._0x43a197,0x33b)+_0x56b942);}if(!_0x1e640a[_0x55353a(_0x43f292._0x325685,_0x43f292._0x57eff8,_0x43f292._0x24f28b,_0x43f292._0x3a6934)+'ret']&&_0x1e640a[_0xfce3ce(0x3f9,0x3be,_0x43f292._0x70abde,0x402)+_0xfce3ce(_0x43f292._0x2f7c75,_0x43f292._0x5669dc,0x38b,0x37c)]){const _0x5c06b1=_0x15b40a[_0x55353a(0x484,_0x43f292._0x25aaed,0x46d,0x44b)](_0x1e640a[_0xfce3ce(_0x43f292._0x1c253a,0x43f,0x41a,_0x43f292._0x2d5359)+_0x55353a(0x3c0,_0x43f292._0x25d430,_0x43f292._0x584247,_0x43f292._0x1bdc89)])?_0x1e640a['client_sec'+'ret_file']:_0x15b40a['join'](DATA_DIR,_0x48ec2a[_0xfce3ce(0x3c3,0x399,0x36e,_0x43f292._0x933a2f)],_0x1e640a[_0xfce3ce(_0x43f292._0x1c253a,0x3e1,0x40a,_0x43f292._0x2d5359)+_0x55353a(0x3d0,_0x43f292._0x13cc09,0x3e7,0x458)]);try{if(_0x55353a(0x471,_0x43f292._0x2a7d5e,_0x43f292._0x1a938c,_0x43f292._0x12f8a9)!==_0x48ec2a[_0xfce3ce(0x369,0x370,_0x43f292._0x2e0f5b,_0x43f292._0xcd767)])_0x1e640a['client_sec'+_0x55353a(_0x43f292._0x3979f1,_0x43f292._0x29eabc,0x439,_0x43f292._0x572a06)]=(await _0x2b06e6[_0xfce3ce(_0x43f292._0x44e15b,0x421,_0x43f292._0x4f2698,_0x43f292._0x2e0f5b)](_0x5c06b1,_0x48ec2a[_0x55353a(_0x43f292._0xcbf449,0x479,_0x43f292._0x19bdcd,0x4a4)]))['trim']();else{_0x3c22ea[_0xfce3ce(0x3d8,0x3dc,_0x43f292._0x2aff1f,0x41f)](_0x48ec2a[_0xfce3ce(0x353,0x36d,_0x43f292._0x2c524e,_0x43f292._0x36d414)],_0x1cc8c3);throw _0x42fa43;}}catch(_0x1992b0){if(_0x48ec2a[_0xfce3ce(0x40b,0x40d,0x42e,_0x43f292._0x445c51)](_0x48ec2a[_0xfce3ce(0x3f8,0x3e1,_0x43f292._0x58809b,_0x43f292._0x10e419)],_0x48ec2a[_0x55353a(_0x43f292._0x5e69e8,_0x43f292._0x586cd4,0x4b7,_0x43f292._0x49e31f)]))throw new Error(_0x55353a(_0x43f292._0x3e62fe,0x463,0x468,0x467)+_0x55353a(_0x43f292._0x933a2f,0x45f,0x442,_0x43f292._0x3754dd)+_0xfce3ce(0x36c,0x36c,_0x43f292._0x137062,0x346)+_0xfce3ce(0x3ff,_0x43f292._0x224c08,_0x43f292._0x21740a,0x3b1)+_0x5c06b1+':\x20'+_0x1992b0[_0xfce3ce(_0x43f292._0xffa05,_0x43f292._0x570b10,_0x43f292._0x4cc2f6,_0x43f292._0x56e49c)]);else{const _0x1e46f3={};return _0x1e46f3['success']=![],_0x1e46f3[_0xfce3ce(_0x43f292._0x36afad,_0x43f292._0x44e4dd,0x3f7,0x408)]=_0x404609[_0x55353a(_0x43f292._0x1518b5,0x44a,_0x43f292._0x26bfaf,0x40e)]||_0xfce3ce(_0x43f292._0x38f421,_0x43f292._0x3b5e0e,_0x43f292._0x59b870,_0x43f292._0x569e32)+_0xfce3ce(_0x43f292._0x224906,_0x43f292._0x17a51a,0x3d9,_0x43f292._0x28751a)+_0x55353a(0x42a,_0x43f292._0x2f36d4,_0x43f292._0x3dbeaf,0x473)+'\x20endpoint',_0x1e46f3;}}}_0x1e640a['scopes']=_0x1e640a['scopes']||[_0x48ec2a[_0xfce3ce(_0x43f292._0x53077d,_0x43f292._0x5f198f,_0x43f292._0x5cd265,_0x43f292._0xd069fe)],_0x48ec2a[_0xfce3ce(_0x43f292._0xc84672,0x3a2,_0x43f292._0x3ea323,_0x43f292._0x5626f1)],_0x48ec2a[_0x55353a(0x40d,_0x43f292._0x3b0b18,_0x43f292._0x3f727d,_0x43f292._0x95d368)]],_0x1e640a['auto_provi'+_0x55353a(_0x43f292._0x2b55b0,0x49f,0x4d1,0x464)]=_0x48ec2a[_0x55353a(0x3e7,0x434,_0x43f292._0xdfa873,_0x43f292._0x25aaed)](_0x1e640a[_0xfce3ce(0x40e,0x452,0x3dc,0x463)+_0xfce3ce(0x3de,_0x43f292._0xcdd711,_0x43f292._0xeb917a,0x3b8)],![]),_0x1e640a[_0xfce3ce(_0x43f292._0x1d1bdd,_0x43f292._0x1de206,_0x43f292._0x2d4a5c,0x40e)+'le']=_0x1e640a[_0xfce3ce(0x3f4,0x3bf,0x3fc,0x438)+'le']||_0x48ec2a[_0x55353a(0x476,0x42e,_0x43f292._0x3602fb,0x3d9)],_0x1e640a[_0xfce3ce(0x3f3,_0x43f292._0x5dc6fc,_0x43f292._0x29fb55,_0x43f292._0xb8edb7)+_0x55353a(0x489,_0x43f292._0xf902da,_0x43f292._0x28dcdb,_0x43f292._0x1518b5)]=_0x1e640a['allow_loca'+_0xfce3ce(0x37d,0x3c7,0x351,_0x43f292._0x4d5b18)]!==![],_0x1e640a[_0x55353a(_0x43f292._0x1e8fb6,_0x43f292._0x283ed2,0x502,0x46e)+'me']=_0x1e640a['display_na'+'me']||_0x48ec2a[_0xfce3ce(0x3b5,0x3ac,0x377,0x409)],cachedConfig=_0x1e640a;const _0x2f61f1={};return _0x2f61f1[_0xfce3ce(_0x43f292._0x12450a,0x398,0x3d0,_0x43f292._0x3d7885)]=_0x1e640a[_0xfce3ce(0x3b9,_0x43f292._0x36e667,0x3be,0x3d4)],_0x2f61f1[_0xfce3ce(0x3d6,_0x43f292._0x337cdb,0x42c,_0x43f292._0x5cc42e)]=_0x1e640a['client_id'],_0x2f61f1[_0xfce3ce(_0x43f292._0x5611c4,_0x43f292._0x58809b,0x3ba,0x3ea)+_0x55353a(_0x43f292._0xc7c8c2,0x49a,0x4f1,0x474)]=_0x1e640a['auto_provi'+_0xfce3ce(0x3de,0x39c,_0x43f292._0x71cc02,_0x43f292._0x5c8f8c)],_0x2f61f1[_0x55353a(0x43d,_0x43f292._0x315bbb,_0x43f292._0x1078a6,_0x43f292._0x1e8fb6)+_0xfce3ce(0x3fc,_0x43f292._0x592fc4,_0x43f292._0x2a7870,_0x43f292._0x4c78d3)]=_0x1e640a['allow_loca'+_0xfce3ce(0x37d,0x342,_0x43f292._0x1206f8,0x319)],logger[_0x55353a(0x41d,0x417,0x403,_0x43f292._0x43cad2)](_0x48ec2a['WYvnw'],_0x2f61f1),_0x1e640a;}catch(_0x1dc531){if(_0x48ec2a[_0xfce3ce(_0x43f292._0x169aa4,_0x43f292._0xbb0a14,_0x43f292._0x1273a8,_0x43f292._0x42a204)](_0x1dc531[_0xfce3ce(0x34b,_0x43f292._0x180d5d,0x2ee,_0x43f292._0x1b4343)],_0xfce3ce(_0x43f292._0x26e228,0x396,0x351,_0x43f292._0x46a712))){if(_0x48ec2a[_0x55353a(_0x43f292._0x6f4c2,_0x43f292._0x3e0445,_0x43f292._0x4b5d71,_0x43f292._0x3577c0)](_0x48ec2a[_0x55353a(_0x43f292._0x170c75,0x418,_0x43f292._0x2a2271,_0x43f292._0x1e806f)],_0x48ec2a[_0xfce3ce(_0x43f292._0x1c79e3,_0x43f292._0x3fb9b8,_0x43f292._0x180d5d,_0x43f292._0x12b452)])){const _0x36b594={};return _0x36b594['path']=_0x54b7c3,logger[_0xfce3ce(0x375,0x36c,0x383,0x319)](_0x48ec2a[_0x55353a(0x4a8,0x47e,0x45d,_0x43f292._0x5e69e8)],_0x36b594),null;}else{const _0x591477=_0x5e3221[_0xfce3ce(0x39b,0x397,_0x43f292._0x15d5ca,0x3bc)]();for(const [_0x16bb7e,_0x9954fb]of _0x4722b2['entries']()){_0x48ec2a[_0x55353a(_0x43f292._0x2a87a9,_0x43f292._0x2b64ad,0x417,_0x43f292._0x270bd3)](_0x48ec2a[_0x55353a(_0x43f292._0x5c98ac,0x443,_0x43f292._0x13fa7,_0x43f292._0x417e35)](_0x591477,_0x9954fb[_0x55353a(0x456,0x47b,_0x43f292._0x23d8d0,0x41a)]),_0x4c04ef)&&_0x38154a[_0x55353a(_0x43f292._0xb1357b,0x41a,_0x43f292._0x3a66ec,0x407)](_0x16bb7e);}}}logger['error'](_0x48ec2a[_0xfce3ce(0x3b4,0x40d,0x3a5,_0x43f292._0x44bba8)],_0x1dc531);throw _0x1dc531;}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x1db087){const _0x1ccdb5={_0x7d60cf:0x39f,_0x2cce31:0x3ba,_0x2019ac:0x2e4,_0x2912af:0x381,_0x252112:0x37a,_0x2d9f12:0x2e1,_0x81a4fd:0x297,_0x163001:0x2ed,_0x53fee5:0x2aa,_0x3ccf12:0x2fb,_0x5f3866:0x294,_0x122637:0x3dd,_0x1ca6b7:0x423,_0x2b6a73:0x361,_0x2776eb:0x389,_0x1d8432:0x3b5,_0xf8eacf:0x2e5,_0x3da51f:0x41d,_0x4eaad8:0x3b6,_0x874fc7:0x3dc,_0x320328:0x412,_0x1ad64a:0x39f,_0x1433e3:0x400,_0x2dc437:0x45a,_0x40d1a7:0x3a0,_0x243798:0x3d6,_0x567717:0x373,_0x10ed4d:0x3c3,_0x4ceb58:0x3df,_0x497301:0x43e,_0x3ec417:0x3e5,_0x33957d:0x35e,_0xfbc4a0:0x380,_0x14afb0:0x340},_0x26d501={_0x397d0c:0x35},_0x2d9b4e={_0x28f8a7:0x86,_0x47c23f:0xe2},_0x86e1a9={};_0x86e1a9[_0x59ed5a(0x378,_0x1ccdb5._0x7d60cf,_0x1ccdb5._0x2cce31,0x3de)]=_0x242ec8(0x2b4,_0x1ccdb5._0x2019ac,0x287,0x2bf)+_0x59ed5a(_0x1ccdb5._0x2912af,0x3ad,0x366,_0x1ccdb5._0x252112)+_0x242ec8(_0x1ccdb5._0x2d9f12,_0x1ccdb5._0x81a4fd,_0x1ccdb5._0x163001,_0x1ccdb5._0x53fee5)+'er';function _0x242ec8(_0x3cadf2,_0x4b110b,_0x3029f1,_0x38037f){return _0xf48513(_0x4b110b-0x240,_0x3cadf2,_0x3029f1-_0x2d9b4e._0x28f8a7,_0x38037f-_0x2d9b4e._0x47c23f);}function _0x59ed5a(_0xf2fabb,_0x2d279d,_0x48e80e,_0x22bedf){return _0xf48513(_0xf2fabb-0x305,_0x22bedf,_0x48e80e-0x105,_0x22bedf-_0x26d501._0x397d0c);}const _0x24c5ab=_0x86e1a9;if(cachedOidcConfig)return cachedOidcConfig;try{const _0x57b085={};return _0x57b085[_0x242ec8(0x2af,_0x1ccdb5._0x3ccf12,0x2a8,_0x1ccdb5._0x5f3866)]=_0x1db087[_0x59ed5a(0x3c0,_0x1ccdb5._0x122637,_0x1ccdb5._0x1ca6b7,_0x1ccdb5._0x2b6a73)],logger[_0x59ed5a(0x35d,0x37d,_0x1ccdb5._0x2776eb,_0x1ccdb5._0x1d8432)](_0x242ec8(0x357,0x30a,0x33e,0x2d6)+_0x59ed5a(0x40d,0x3b2,0x3c2,0x431)+_0x242ec8(_0x1ccdb5._0xf8eacf,0x2e5,0x348,0x2ba),_0x57b085),cachedOidcConfig=await _0x248e90[_0x59ed5a(0x3fc,_0x1ccdb5._0x3da51f,_0x1ccdb5._0x4eaad8,_0x1ccdb5._0x874fc7)](new URL(_0x1db087[_0x59ed5a(0x3c0,_0x1ccdb5._0x320328,_0x1ccdb5._0x1ad64a,0x3ce)]),_0x1db087[_0x242ec8(0x374,0x327,0x358,0x357)],_0x1db087[_0x59ed5a(_0x1ccdb5._0x1433e3,_0x1ccdb5._0x2dc437,0x3ae,_0x1ccdb5._0x40d1a7)+_0x59ed5a(_0x1ccdb5._0x243798,0x3d8,0x3d5,_0x1ccdb5._0x567717)]),logger[_0x59ed5a(0x35d,0x32b,0x358,0x3c0)](_0x59ed5a(0x3dc,0x3b9,0x403,0x3a0)+'der\x20discov'+'ered\x20succe'+_0x59ed5a(_0x1ccdb5._0x10ed4d,0x3df,0x370,0x3c9)),cachedOidcConfig;}catch(_0x5d8717){logger[_0x59ed5a(_0x1ccdb5._0x4ceb58,_0x1ccdb5._0x497301,_0x1ccdb5._0x3ec417,0x3d1)](_0x24c5ab[_0x59ed5a(0x378,_0x1ccdb5._0x33957d,_0x1ccdb5._0xfbc4a0,_0x1ccdb5._0x14afb0)],_0x5d8717);throw _0x5d8717;}}export async function generateAuthorizationUrl(_0x1ae08d,_0x4c2937){const _0x18e0b0={_0x36520b:0x60,_0x15c63d:0x34c,_0xfbb530:0x318,_0xaea657:0x8c,_0x4beceb:0xe1,_0x2bface:0x39d,_0x2a089d:0x9,_0x474f23:0x34,_0x163c38:0x95,_0x313cd7:0x33,_0x5b28fb:0x1f,_0x5b10cd:0x6e,_0x319bc9:0x27,_0x26f60d:0x383,_0x5d3667:0x2cd,_0x2d6a83:0x31b,_0x154e87:0x2d7,_0x6d6210:0x2e0,_0x5db6c2:0x3bb,_0x329893:0x336,_0x169c67:0x3ed,_0x3052b3:0x391,_0x205300:0x56,_0x3e3ebf:0x50,_0x3fe3ca:0x11,_0x2e0fe8:0x359,_0x33686b:0x31f,_0x272f55:0x68,_0x58ccde:0x19,_0xe3d348:0x26,_0x58b316:0xf,_0x51ec39:0x29,_0x2cd36e:0x3a8,_0x4fce8c:0x3ca,_0x4a80d9:0x333,_0x2567bb:0x392,_0x68539c:0x76,_0x5ed378:0xc6,_0x39f62f:0x323,_0x5151c6:0x393,_0x3107e1:0x380,_0x1ee8be:0x80,_0x55933c:0x55,_0x4d78bd:0x3b1,_0x2f31c9:0x365,_0x524bb4:0x379,_0xfa3663:0x36c,_0xab9a23:0x3d1,_0x1b7e4c:0x3c7,_0x2f9921:0xf1},_0x1b21c0={_0x555669:0xed,_0x10a30b:0x82},_0xf8ab6={_0x3d4100:0xb3,_0x5b2a7e:0x165},_0x2ace05={'MJlRa':function(_0x11e679,_0x2ee5d3){return _0x11e679(_0x2ee5d3);},'lEkER':'hex','hnyoq':_0xa6a680(0x2,-0x5b,-_0x18e0b0._0x36520b,-0x6b),'QWmly':'Generated\x20'+_0x190790(0x372,_0x18e0b0._0x15c63d,_0x18e0b0._0xfbb530,0x37c)+_0xa6a680(-0x9e,-0x8e,-_0x18e0b0._0xaea657,-_0x18e0b0._0x4beceb)+'RL','YDJzf':function(_0x451d1,_0x3d61ba){return _0x451d1+_0x3d61ba;},'yTGyC':_0x190790(0x336,_0x18e0b0._0x2bface,0x38b,0x377)},_0x195e98=await _0x2ace05['MJlRa'](discoverOidcProvider,_0x1ae08d),_0x2f3572=_0x364988[_0xa6a680(_0x18e0b0._0x2a089d,-_0x18e0b0._0x474f23,-_0x18e0b0._0x163c38,-0xe)+'s'](0x1*0x2303+-0x1400+-0xee3)['toString'](_0x2ace05['lEkER']);function _0x190790(_0x3d1aa3,_0x5a7c88,_0x1de26d,_0x16865b){return _0xf48513(_0x16865b-0x2cb,_0x5a7c88,_0x1de26d-_0xf8ab6._0x3d4100,_0x16865b-_0xf8ab6._0x5b2a7e);}const _0x2f59f0=_0x364988['randomByte'+'s'](0xe*-0x259+0x11ff+0xeff)[_0xa6a680(_0x18e0b0._0x313cd7,-_0x18e0b0._0x5b28fb,-_0x18e0b0._0x5b10cd,_0x18e0b0._0x319bc9)](_0x190790(_0x18e0b0._0x26f60d,0x330,_0x18e0b0._0x5d3667,0x32b)),_0xed9c65=_0x248e90['randomPKCE'+_0x190790(0x36b,_0x18e0b0._0x2d6a83,0x321,0x325)+'er'](),_0x48dbb5=await _0x248e90['calculateP'+_0x190790(_0x18e0b0._0x154e87,_0x18e0b0._0x6d6210,0x34b,0x32e)+_0x190790(0x3dc,0x410,0x3f3,_0x18e0b0._0x5db6c2)](_0xed9c65);stateStore[_0x190790(_0x18e0b0._0x329893,_0x18e0b0._0x169c67,0x3c2,_0x18e0b0._0x3052b3)](_0x2f3572,{'nonce':_0x2f59f0,'codeVerifier':_0xed9c65,'createdAt':Date[_0xa6a680(-_0x18e0b0._0x205300,-_0x18e0b0._0x3e3ebf,-_0x18e0b0._0x319bc9,-_0x18e0b0._0x3fe3ca)]()});const _0x573287={'redirect_uri':_0x4c2937,'scope':_0x1ae08d[_0xa6a680(-0x38,-0x5e,-0xa,-0x1c)][_0x190790(_0x18e0b0._0x2d6a83,_0x18e0b0._0x2e0fe8,0x375,_0x18e0b0._0x33686b)]('\x20'),'state':_0x2f3572,'nonce':_0x2f59f0,'code_challenge':_0x48dbb5,'code_challenge_method':_0x2ace05[_0xa6a680(-_0x18e0b0._0x272f55,-_0x18e0b0._0x58ccde,0x1f,-_0x18e0b0._0x474f23)]},_0xae811f=_0x248e90[_0xa6a680(_0x18e0b0._0xe3d348,-_0x18e0b0._0x58b316,_0x18e0b0._0x51ec39,-0x49)+_0x190790(_0x18e0b0._0x2cd36e,_0x18e0b0._0x4fce8c,_0x18e0b0._0x4a80d9,_0x18e0b0._0x2567bb)+'l'](_0x195e98,_0x573287);logger[_0xa6a680(-0x49,-_0x18e0b0._0x68539c,-0x82,-_0x18e0b0._0x5ed378)](_0x2ace05[_0x190790(_0x18e0b0._0x39f62f,0x39a,_0x18e0b0._0x5151c6,_0x18e0b0._0x3107e1)],{'state':_0x2ace05[_0xa6a680(-_0x18e0b0._0x1ee8be,-0x9d,-_0x18e0b0._0x163c38,-_0x18e0b0._0x55933c)](_0x2f3572[_0x190790(_0x18e0b0._0x4d78bd,_0x18e0b0._0x2f31c9,0x324,_0x18e0b0._0x524bb4)](0x1*-0x1cc3+-0x515*-0x1+0x17ae,0x2*0x33b+0x3ac+0x1af*-0x6),_0x2ace05[_0x190790(0x3d6,0x383,_0x18e0b0._0xfa3663,0x3b6)]),'redirectUri':_0x4c2937});const _0x5dfb99={};function _0xa6a680(_0x14c2d8,_0x25cd0d,_0x43aeb1,_0x2f4e61){return _0xf48513(_0x25cd0d- -_0x1b21c0._0x555669,_0x14c2d8,_0x43aeb1-_0x1b21c0._0x10a30b,_0x2f4e61-0xec);}return _0x5dfb99[_0x190790(_0x18e0b0._0xab9a23,0x416,_0x18e0b0._0x169c67,_0x18e0b0._0x1b7e4c)]=_0xae811f['href'],_0x5dfb99[_0xa6a680(-0xb3,-0x9f,-_0x18e0b0._0x2f9921,-0x8a)]=_0x2f3572,_0x5dfb99;}export async function handleCallback(_0x288c1a,_0x321163,_0x2ae55f){const _0xd5eea6={_0xf70461:0x2d1,_0x3bba36:0x451,_0x3fc65f:0x3ed,_0x413696:0x41c,_0x1b8efb:0x4b1,_0x3c4d87:0x279,_0x3f9ccf:0x47a,_0xf1ad41:0x407,_0x4aa1c0:0x276,_0x4c3e2c:0x279,_0x3f0981:0x4d7,_0x598736:0x493,_0x5b7f57:0x495,_0x2fa577:0x442,_0x1697e2:0x4a6,_0x51c398:0x4b0,_0x45c23d:0x4a0,_0x4680de:0x4eb,_0x6f1155:0x2c7,_0xbc0d5:0x29b,_0x2b7672:0x2c8,_0x5b9838:0x28e,_0x5f0eea:0x2ee,_0x474d69:0x2ed,_0x254f0b:0x477,_0x3cd77a:0x411,_0x592568:0x492,_0x403d32:0x437,_0x543a2f:0x4da,_0x1596bf:0x4cf,_0xe5b54a:0x4bd,_0x5308bc:0x50a,_0x215d06:0x48b,_0x13193e:0x2c4,_0x5d2fcd:0x2c9,_0x401a23:0x2ce,_0x45e653:0x2b9,_0x433b1c:0x41d,_0x5ef681:0x486,_0x1fe6dc:0x450,_0x5960fd:0x438,_0x43c42b:0x42e,_0x52a0fb:0x490,_0x2eb16b:0x240,_0x5e0c93:0x20c,_0x1f3abe:0x44a,_0x2e2f2d:0x40a,_0x433676:0x45e,_0x17fdb1:0x47d,_0x210d52:0x476,_0x46360b:0x24a,_0x4f18c8:0x27a,_0x3de820:0x2a5,_0x2b616c:0x2e0,_0x1680a0:0x265,_0x364ad9:0x21a,_0x30644f:0x448,_0x498040:0x48b,_0x29cf09:0x431,_0xd02675:0x259,_0x4daca7:0x402,_0x2188c5:0x1fc,_0x248203:0x2a3,_0x45e5b5:0x499,_0x28c99f:0x47f,_0x2df66b:0x42f,_0x20f2b5:0x428,_0x331da6:0x241,_0x6b8d10:0x286,_0x3ebbc4:0x288,_0x2101c0:0x268,_0x37f3db:0x2f4,_0x424595:0x292,_0x2e5b4b:0x273,_0x530811:0x22d,_0xf11f55:0x313,_0x66bf61:0x26c,_0x4a19ea:0x2cd,_0x490f9a:0x355,_0x43383e:0x2b2,_0x3a39ae:0x2e5,_0x39429a:0x46d,_0x101cf5:0x4ce,_0x3a14be:0x301,_0x445667:0x276,_0x33841a:0x2b6,_0x3f0496:0x2bb,_0x45426d:0x2b2,_0x3235d9:0x262,_0x57a7b9:0x49f,_0x1bb701:0x4fd,_0x5232d9:0x469,_0x1260a1:0x506,_0x503b93:0x45c,_0xf3fbf0:0x458,_0x4ed9df:0x324,_0x384857:0x2c6,_0x4d6b28:0x2d0,_0x31cf38:0x430,_0x45181e:0x418,_0x31a633:0x204,_0x23f082:0x248,_0x43c147:0x235,_0x233979:0x279,_0x2c72c5:0x2db,_0x594b1b:0x303,_0x15e128:0x30b},_0x29509a={_0x3eb244:0x10a},_0x595a5e={_0x2fd045:0x1ec,_0x480ce5:0x197},_0x2a7f6b={'ShGGO':_0x36d92a(0x2a7,0x2bb,0x2d9,_0xd5eea6._0xf70461),'bMUXH':_0x65b1cb(_0xd5eea6._0x3bba36,_0xd5eea6._0x3fc65f,_0xd5eea6._0x413696,_0xd5eea6._0x1b8efb)+_0x36d92a(_0xd5eea6._0x3c4d87,0x2bf,0x28d,0x271)+_0x65b1cb(0x439,_0xd5eea6._0x3f9ccf,_0xd5eea6._0xf1ad41,0x470)+_0x36d92a(0x30c,0x31d,0x305,0x2e6),'wdzla':function(_0x5129c1,_0x5691db){return _0x5129c1>_0x5691db;},'jtxbm':function(_0x363fca,_0x31b1d1){return _0x363fca-_0x31b1d1;},'wvySl':function(_0x3b2374,_0x3f449c){return _0x3b2374!==_0x3f449c;},'cGqtE':_0x36d92a(_0xd5eea6._0x4aa1c0,_0xd5eea6._0x4c3e2c,0x294,0x292),'SdQxI':'State\x20para'+'meter\x20expi'+_0x65b1cb(0x4b8,_0xd5eea6._0x3f0981,_0xd5eea6._0x598736,_0xd5eea6._0x5b7f57),'IDxER':function(_0x1ada87,_0x48502a){return _0x1ada87(_0x48502a);},'ziQiS':function(_0x258157,_0x546b05){return _0x258157(_0x546b05);},'sXYVT':_0x65b1cb(_0xd5eea6._0x2fa577,0x499,0x419,_0xd5eea6._0x1697e2)+_0x65b1cb(_0xd5eea6._0x51c398,_0xd5eea6._0x45c23d,_0xd5eea6._0x4680de,0x491)+'successful','EgTmE':function(_0x2f6814,_0x2ec5f8){return _0x2f6814!==_0x2ec5f8;},'btxWq':_0x36d92a(0x277,_0xd5eea6._0x6f1155,_0xd5eea6._0xbc0d5,0x2c4),'recWS':_0x36d92a(_0xd5eea6._0x2b7672,_0xd5eea6._0x5b9838,_0xd5eea6._0x5f0eea,_0xd5eea6._0x474d69),'nOPCt':_0x65b1cb(_0xd5eea6._0x254f0b,_0xd5eea6._0x3cd77a,_0xd5eea6._0x592568,0x4d8)+_0x65b1cb(0x466,0x42d,0x459,_0xd5eea6._0x403d32)+_0x65b1cb(_0xd5eea6._0x543a2f,_0xd5eea6._0x1596bf,_0xd5eea6._0xe5b54a,_0xd5eea6._0x5308bc)},{state:_0x36e569,code:_0x1e7e6a}=_0x2ae55f,_0x31c8c2=stateStore['get'](_0x36e569);function _0x36d92a(_0x4a6e6c,_0x49d1b3,_0x5b8cf6,_0x13782c){return _0xf48513(_0x5b8cf6-_0x595a5e._0x2fd045,_0x49d1b3,_0x5b8cf6-_0x595a5e._0x480ce5,_0x13782c-0x1c8);}if(!_0x31c8c2){if('pBXrb'===_0x2a7f6b[_0x65b1cb(_0xd5eea6._0x215d06,0x48b,0x48d,_0xd5eea6._0x543a2f)])throw new Error(_0x2a7f6b[_0x36d92a(_0xd5eea6._0x13193e,_0xd5eea6._0x5d2fcd,_0xd5eea6._0x401a23,_0xd5eea6._0x45e653)]);else return{'success':![],'error':_0x65b1cb(0x474,_0xd5eea6._0x433b1c,0x4b2,0x431)+'response\x20m'+_0x65b1cb(0x45d,_0xd5eea6._0x5ef681,_0xd5eea6._0x1fe6dc,_0xd5eea6._0x5960fd)+'uired\x20fiel'+_0x65b1cb(_0xd5eea6._0x43c42b,_0xd5eea6._0x52a0fb,0x3ca,0x437)+_0x4414fa[_0x36d92a(0x297,0x23b,_0xd5eea6._0x2eb16b,_0xd5eea6._0x5e0c93)](',\x20')};}function _0x65b1cb(_0x2ba1b3,_0x21f30f,_0x501b5e,_0x2cb5af){return _0xf48513(_0x2ba1b3-0x3c7,_0x21f30f,_0x501b5e-0xc4,_0x2cb5af-_0x29509a._0x3eb244);}stateStore[_0x36d92a(0x20f,0x26e,0x247,0x259)](_0x36e569);if(_0x2a7f6b[_0x65b1cb(_0xd5eea6._0x1f3abe,0x42f,0x43d,_0xd5eea6._0x2e2f2d)](_0x2a7f6b[_0x65b1cb(_0xd5eea6._0x433676,0x461,_0xd5eea6._0x17fdb1,_0xd5eea6._0x210d52)](Date[_0x36d92a(0x2b6,_0xd5eea6._0x46360b,0x289,_0xd5eea6._0x4f18c8)](),_0x31c8c2[_0x36d92a(_0xd5eea6._0x3de820,_0xd5eea6._0x2b616c,0x2a8,_0xd5eea6._0x1680a0)]),STATE_TTL)){if(_0x2a7f6b[_0x36d92a(0x22d,0x294,0x256,_0xd5eea6._0x364ad9)](_0x2a7f6b[_0x65b1cb(_0xd5eea6._0x30644f,0x4ae,0x4a1,_0xd5eea6._0x498040)],_0x2a7f6b['cGqtE']))_0x195975=null,_0x289cc8=null,_0x2cc2b2[_0x65b1cb(0x45b,_0xd5eea6._0x29cf09,0x4b1,0x406)](),_0x52121e[_0x36d92a(_0xd5eea6._0xd02675,0x222,0x244,0x20a)]('OIDC\x20cache'+_0x65b1cb(0x418,0x422,_0xd5eea6._0x4daca7,0x43f));else throw new Error(_0x2a7f6b[_0x36d92a(_0xd5eea6._0x2188c5,0x23d,0x24a,_0xd5eea6._0x248203)]);}const _0x198b81=await _0x2a7f6b[_0x65b1cb(_0xd5eea6._0x45e5b5,_0xd5eea6._0x28c99f,0x497,0x4c1)](discoverOidcProvider,_0x288c1a);try{const _0xeceeb4=await _0x248e90['authorizat'+_0x65b1cb(_0xd5eea6._0x2df66b,_0xd5eea6._0x20f2b5,0x3df,0x419)+'nt'](_0x198b81,new URL(_0x321163+'?code='+encodeURIComponent(_0x1e7e6a)+'&state='+_0x2a7f6b['ziQiS'](encodeURIComponent,_0x36e569)),{'pkceCodeVerifier':_0x31c8c2['codeVerifi'+'er'],'expectedNonce':_0x31c8c2[_0x36d92a(0x265,_0xd5eea6._0x331da6,_0xd5eea6._0x6b8d10,_0xd5eea6._0x3ebbc4)],'expectedState':_0x36e569}),_0x4f6586=_0xeceeb4[_0x36d92a(_0xd5eea6._0x2101c0,_0xd5eea6._0x37f3db,_0xd5eea6._0x424595,0x26a)](),_0x3ec10d={};_0x3ec10d[_0x36d92a(_0xd5eea6._0x2e5b4b,0x1eb,0x23f,_0xd5eea6._0x530811)]=_0x4f6586[_0x36d92a(0x265,0x24f,0x23f,0x247)],_0x3ec10d[_0x36d92a(_0xd5eea6._0xf11f55,0x2bf,0x2c9,_0xd5eea6._0x66bf61)]=_0x4f6586['email'],_0x3ec10d[_0x36d92a(0x2d0,_0xd5eea6._0x4a19ea,0x2bc,0x267)]=_0x4f6586['name'],logger['info'](_0x2a7f6b[_0x36d92a(_0xd5eea6._0x490f9a,_0xd5eea6._0x43383e,0x2f1,_0xd5eea6._0x3a39ae)],_0x3ec10d);const _0x3a800f={};return _0x3a800f[_0x65b1cb(_0xd5eea6._0x39429a,0x4b0,_0xd5eea6._0x101cf5,0x4b6)]=_0x4f6586,_0x3a800f[_0x36d92a(_0xd5eea6._0x3a14be,_0xd5eea6._0x445667,_0xd5eea6._0xf70461,0x285)+'n']=_0xeceeb4['access_tok'+'en'],_0x3a800f[_0x36d92a(0x28e,_0xd5eea6._0x33841a,_0xd5eea6._0x3f0496,_0xd5eea6._0x45426d)]=_0xeceeb4[_0x36d92a(0x213,0x280,_0xd5eea6._0x3235d9,0x260)],_0x3a800f;}catch(_0x1303df){if(_0x2a7f6b[_0x65b1cb(0x4b6,_0xd5eea6._0x57a7b9,_0xd5eea6._0x1bb701,_0xd5eea6._0x5232d9)](_0x2a7f6b[_0x65b1cb(0x4a0,_0xd5eea6._0x1260a1,0x47a,0x4f6)],_0x2a7f6b[_0x65b1cb(_0xd5eea6._0x503b93,0x479,0x42f,_0xd5eea6._0xf3fbf0)])){logger[_0x36d92a(_0xd5eea6._0x4ed9df,0x276,_0xd5eea6._0x384857,_0xd5eea6._0x4d6b28)](_0x2a7f6b[_0x65b1cb(0x44c,_0xd5eea6._0x31cf38,0x439,_0xd5eea6._0x45181e)],_0x1303df);throw _0x1303df;}else{if(!_0x70ca99[_0x508070])throw new _0x23fe47(_0x36d92a(0x298,_0xd5eea6._0x31a633,_0xd5eea6._0x23f082,0x2a6)+_0x36d92a(0x23e,_0xd5eea6._0x43c147,_0xd5eea6._0x233979,_0xd5eea6._0x2c72c5)+_0x36d92a(_0xd5eea6._0x594b1b,0x2b8,0x2fe,_0xd5eea6._0x15e128)+'ation\x20fiel'+'d:\x20'+_0x212f5f);}}}export function getPublicOidcConfig(){const _0x296b07={_0xc16fdc:0x1b1,_0xb3dbee:0x169,_0x1bf4e0:0x147,_0x38c30a:0x1c2,_0x478745:0x4d3,_0x1fc629:0x47f,_0x514d55:0x178,_0x1d60a8:0x1af,_0xd23ed:0x114,_0x1b74c4:0x3f5,_0x1cb942:0x3b4,_0x36cb28:0x1d9,_0x7941e5:0x3f5,_0x5c3a6b:0x3e1};if(!cachedConfig)return null;const _0xf7a8b5={};_0xf7a8b5[_0x2b1e8d(_0x296b07._0xc16fdc,_0x296b07._0xb3dbee,_0x296b07._0x1bf4e0,0x111)]=!![];function _0x25c8fb(_0x14a5e9,_0x5ac16e,_0x2c1cf0,_0x1b9c95){return _0xf48513(_0x14a5e9-0x376,_0x5ac16e,_0x2c1cf0-0x43,_0x1b9c95-0xed);}_0xf7a8b5[_0x2b1e8d(0x16e,0x187,0x1d9,_0x296b07._0x38c30a)+'me']=cachedConfig[_0x25c8fb(0x47a,_0x296b07._0x478745,_0x296b07._0x1fc629,0x494)+'me'];function _0x2b1e8d(_0x4ced58,_0x2673f6,_0x5411ef,_0x343a0f){return _0xf48513(_0x2673f6-0x83,_0x343a0f,_0x5411ef-0xef,_0x343a0f-0xf2);}return _0xf7a8b5[_0x2b1e8d(0x1c9,_0x296b07._0x514d55,_0x296b07._0x1d60a8,_0x296b07._0xd23ed)+_0x25c8fb(_0x296b07._0x1b74c4,_0x296b07._0x1cb942,0x3e1,0x443)]=cachedConfig[_0x2b1e8d(0x180,0x178,_0x296b07._0x36cb28,0x198)+_0x25c8fb(_0x296b07._0x7941e5,0x407,_0x296b07._0x5c3a6b,0x390)],_0xf7a8b5;}export function clearOidcCache(){const _0xef2ab={_0x1d7fee:0x5b3,_0x19467c:0x565,_0x46dd14:0x177,_0x43829a:0x1c3,_0x45cec4:0x52f,_0x386715:0x548},_0x4845f7={_0x180593:0x172,_0x118039:0xed},_0x10d71={_0x5e2e9c:0x530,_0x2e8dc6:0x155};function _0x165246(_0x2a8840,_0x395521,_0x36a057,_0x35c49c){return _0xf48513(_0x35c49c-_0x10d71._0x5e2e9c,_0x395521,_0x36a057-0x1d4,_0x35c49c-_0x10d71._0x2e8dc6);}const _0x34bf5e={};_0x34bf5e[_0x165246(_0xef2ab._0x1d7fee,_0xef2ab._0x19467c,0x543,0x5a9)]='OIDC\x20cache'+_0x22dfb6(0x1ef,_0xef2ab._0x46dd14,0x1d7,_0xef2ab._0x43829a);const _0x19b0dc=_0x34bf5e;function _0x22dfb6(_0x46601b,_0x398ab0,_0x3db0d3,_0x3e46b2){return _0xf48513(_0x3e46b2-_0x4845f7._0x180593,_0x46601b,_0x3db0d3-0x57,_0x3e46b2-_0x4845f7._0x118039);}cachedConfig=null,cachedOidcConfig=null,stateStore['clear'](),logger[_0x165246(0x5b0,0x57f,_0xef2ab._0x45cec4,0x588)](_0x19b0dc[_0x165246(0x553,0x57b,_0xef2ab._0x386715,0x5a9)]);}export async function reloadOidcConfig(){const _0x1b2ab4={_0x4045b7:0x13a},_0x3c8bdd={_0x4fe02b:0x1e1},_0x17f22d={'zPKsj':function(_0x431a84){return _0x431a84();}};_0x17f22d[_0x405723(-0x115,-0x177,-0x169,-_0x1b2ab4._0x4045b7)](clearOidcCache);function _0x405723(_0xd2e44b,_0x2de0a7,_0xbf85c9,_0x1b5591){return _0xf48513(_0xd2e44b- -_0x3c8bdd._0x4fe02b,_0x1b5591,_0xbf85c9-0x7d,_0x1b5591-0x108);}return await loadOidcConfig();}function _0x463f(){const _0x5b71bf=['AwrFDg9Rzw4','zgvIDwC','CMfgCLu','uK1eAeK','zNH2EuK','t0LeqYbHDxrOzq','zgLZy292zxiGtW','C3rHDhvZvgv4Da','ru5pru5u','Bf9HDxrO','mJy5nJi2oe10ze1jrW','y0DXDeu','y29UBMvJDcb0BW','D2r6Bge','B0jVrg0','BK9qq3q','ywfMvLC','zdOG','C1jor0m','Cg9YDgvK','sw52ywXPzcbVCG','BwvZC2fNzq','AMXAthO','CxvPCMvKie9jra','mZyWyw9REerh','C2nVCgvZ','uKjAqNi','rKnKrfG','uZi1nG','igrPC2nVDMvYEq','y2XLyxi','CMvJv1m','AxnZAw5NihjLCq','ANr4yM0','odK3mdrHDuHJuLO','yxv0Ag9YAxPHDa','BM9Uy2u','Dw5Yzwy','AKfItM0','BM93','rvL0ue4','igv4y2HHBMDLia','CMvHzcbpsurdia','igv4CgLYzwqGCW','zvbJBei','CejLAvO','rMfPBgvKihrVia','DMLKzxi','y2XHAw1Z','t0LeqYbJB25MAq','uvjlDKW','zenhywe','BgvUz3rO','ywXSB3DmB2nHBa','lI4U','rgLZy292zxj5ia','C3vIC3rYAw5N','BhvuDLy','t0LeqYb0B2TLBG','t0LeqYbHDxrOBW','C2nVCgvZx3n1Ca','B25MAwD1CMf0Aq','wNHKzNG','uvDTBhK','CxHSrLa','yMPhzMu','DMfwEKO','CMfUzg9TqNL0zq','vurjBeS','AxnZDwvY','y3jLyxrLzef0','ENbHB0O','C3nMDwXSEq','yNfythu','ntm0nZi3mLDSyLHksa','y29UzMLNDxjHDa','rxbVu3G','igvUzhbVAw50','u2Hhr08','qLvNrxy','C2v0','CML6yxrPB25vCG','B2LKyY5QC29U','mtq5mdHmCgLxuvO','rgLZy292zxjPBG','BI9QC29U','ELblC2O','v1L2BNC','Dg9tDhjPBMC','AwruB2TLBG','BMfTzq','CMv0','sur4rvi','otu5mZDswu1cAg0','Ag55B3e','Bg9Hzcbpsurdia','AxnbyNnVBhv0zq','t0LeqYbWCM92Aq','y2XPzw50swq','yNr4v3e','zxjYB3i','Aw9U','tMDHCwC','zw1HAwW','yNvPBgrbDxrOBW','mZiZohnXDunLsW','C2LVBG','q0v3D2i','yK1vweG','z3vYyxrPB24GBa','C3vJy2vZCW','ywnJzxnZvg9Rzq','zw5HyMXLza','y2XPzw50x2LK','mta3nZy5otbzug11vwW','BNrPy2f0Aw9Uia','zw5KCg9PBNqGCG','EvrhEum','DMrmDwu','CejyCMi','CMvHzezPBgu','rwDuBuu','BgXLBMDL','CMvK','DMjUuhO','AxmGzgLZywjSzq','lNDLBgWTA25VDW','ywXSB3DFBg9Jyq','zgvMyxvSDf9YBW','zgLZy292zxj5','yLD5CM0','zgv2zwXVCgvY','DxDiq0G','y2XPzw50x3nLyW','DxjS','DgGGu1np','qxv0Aa','yxv0B1bYB3zPCW','nJrQtLHouwK','CMv0igzYB20G','zLPkvKe','CgfYC2u','zgLZCgXHEv9Uyq','C1HzvLq','yxrPB24GzMLLBa','uhbVCMG','zYbpsurdihbYBW','BIbMAwXLigzVDq','zMLSDgvY','DxrMltG','zxr1CM5Lzca','vg95BNe','u3P4r0S','BI9VCgvUAwqTyW','yxv0B19WCM92Aq','B2LUDa','qYbJB25MAwD1CG','zMfPBgvK','r1vLqK0','u2LNBIbPBIb3Aq','tNP4A1y','yuHdvum','B1nMyMG','zxrLCG','y29Kzq','C3rHDgu','uvrQzwK','wurkEMy','ignSzwfYzwq','EePnreG','C3vI','AM9PBG','rejhCfO','CMvZCg9UC2uGBq','surdihbYB3zPza','Aw5MBW','Ee94Dhy','q29KzvzLCMLMAq','zgvSzxrL','twLZC2LUzYbYzq','CMv0x2zPBgu','u2rrEeK','CML6yxrPB24Gvq','Agv4','Dg9Rzw5Fzw5KCa','zw50CMLLCW','s0nfq29KzunOyq','whDIuxi','AuLAzfO','zcbPBIbJB25MAq','zhm6ia','Aw9Uq29KzuDYyq','Aw9Ux2vUzhbVAq','D3z5u2W','r3PzEum','AhjLzG','vNPRC20','y2XPzw50ihnLyW','ALHuu2C','nZq1tNjsC25f','z3vYyxrPB24','Dgf0zsbWyxjHBq','uhzqy1C','lNnLy3jLDhm','vgjVyvC'];_0x463f=function(){return _0x5b71bf;};return _0x463f();}export async function testOidcDiscovery(_0x2458f8){const _0x4509e3={_0x1c502a:0x42e,_0x37fd5c:0x468,_0x50d96b:0x465,_0x12b9e2:0x49c,_0x52c236:0x452,_0x34aea8:0x369,_0xa22f56:0x374,_0x221a11:0x3b4,_0x1895c9:0x421,_0x42a1ae:0x408,_0x2e49bd:0x3c4,_0x2cabec:0x4a7,_0x3a9762:0x443,_0x524d58:0x3c2,_0x22eed:0x394,_0x2b4c7d:0x3d8,_0x22557f:0x44a,_0x4e07c4:0x422,_0x452717:0x3ff,_0x23e45e:0x433,_0x40f968:0x3ef,_0x2766fa:0x44c,_0x3f6f90:0x48e,_0x57c459:0x414,_0x476e10:0x464,_0x437ad8:0x443,_0x515238:0x416,_0x45daad:0x42e,_0x2b0a6a:0x49b,_0x1129d7:0x43c,_0x4c01bf:0x3fe,_0x504e90:0x3f3,_0x51b985:0x3fe,_0x3463af:0x405,_0x360df7:0x3ee,_0x4c1bbf:0x4cb,_0x19d7c6:0x4c7,_0x2454e0:0x498,_0x25dd0e:0x3a9,_0x1c585e:0x3ec,_0xdeb27:0x399,_0x31f8fc:0x35c,_0x566e96:0x39f,_0x214448:0x3e7,_0x269e53:0x3a0,_0x2ea663:0x456,_0x5d0e78:0x48b,_0x2f7737:0x411,_0x144eec:0x40f,_0x56f523:0x3ac,_0x4d2664:0x460,_0x247727:0x44c,_0x137195:0x49d,_0x1044b4:0x4c9,_0x39807d:0x381,_0xa3311a:0x3b1,_0x1d7814:0x331,_0x3aeddb:0x390,_0x1d4c74:0x422,_0x278c52:0x44d,_0x392bc6:0x3dd,_0x163bd2:0x4ba,_0x3761a1:0x477,_0x426076:0x4e6,_0x1e97b0:0x43f,_0xba1782:0x45d,_0x359a78:0x435,_0x2681b3:0x39d,_0x55ecea:0x409,_0x7a4bbb:0x423,_0x399f62:0x415,_0x4e7c87:0x3a2,_0x4820a4:0x3a8,_0x4c1bcf:0x387,_0x41f05f:0x3ca,_0x2d671c:0x418,_0x37d797:0x46e,_0x7b8f99:0x442,_0x3fe4d0:0x494,_0x9239fd:0x4c9,_0x46ffca:0x387,_0x31728b:0x39d,_0x44c5d2:0x3ab,_0x5c7858:0x37a,_0x137829:0x356,_0x5abc78:0x39d,_0x2ef657:0x3f9,_0x5f59fc:0x47b,_0x2ed4a7:0x4c4,_0x5d9d7c:0x516,_0x1ed7c6:0x3d0,_0x40e345:0x3e6,_0x266422:0x3df,_0x327b66:0x361,_0x20a585:0x427,_0xcf9d9a:0x44b,_0x4065b9:0x3bd,_0x4044c0:0x445},_0x52535e={_0x4f0b85:0x334,_0x1f70dc:0x3b};function _0x324f8a(_0x25185e,_0x3052fc,_0x1a561f,_0x325f2e){return _0xf48513(_0x25185e-0x3b3,_0x325f2e,_0x1a561f-0x1e9,_0x325f2e-0x79);}const _0x3a3426={'xJMDH':_0x324f8a(_0x4509e3._0x1c502a,_0x4509e3._0x37fd5c,_0x4509e3._0x50d96b,0x3f9)+_0x324f8a(_0x4509e3._0x12b9e2,0x483,_0x4509e3._0x52c236,0x453)+'is\x20disable'+_0x42e40e(0x3a2,0x381,_0x4509e3._0x34aea8,0x39a)+_0x42e40e(_0x4509e3._0xa22f56,_0x4509e3._0x221a11,0x36a,0x3a5),'QTjei':function(_0x4650d3,_0x3bbbe0){return _0x4650d3===_0x3bbbe0;},'dCGaa':_0x42e40e(_0x4509e3._0x1895c9,_0x4509e3._0x42a1ae,0x393,_0x4509e3._0x2e49bd),'oSfbh':_0x324f8a(_0x4509e3._0x2cabec,_0x4509e3._0x3a9762,0x4c3,0x469)+_0x324f8a(0x4c2,0x4d6,0x48e,0x4d0)+_0x42e40e(_0x4509e3._0x524d58,0x3b6,_0x4509e3._0x22eed,0x3e7)+'on','iIZdZ':function(_0x3d853a,_0x17de08,_0x31218f){return _0x3d853a(_0x17de08,_0x31218f);},'pBeiZ':'applicatio'+_0x42e40e(_0x4509e3._0x2b4c7d,_0x4509e3._0x22557f,_0x4509e3._0x4e07c4,_0x4509e3._0x452717),'bWyrm':function(_0xa3c906,_0x720526){return _0xa3c906===_0x720526;},'vaVzJ':'XnCaV','Dsync':_0x42e40e(0x38f,_0x4509e3._0x23e45e,0x43f,_0x4509e3._0x40f968),'Ngaqg':_0x324f8a(_0x4509e3._0x2766fa,0x417,_0x4509e3._0x3f6f90,0x485)+_0x42e40e(0x3ab,0x3e6,_0x4509e3._0x40f968,0x39d)+'nt','Pporh':_0x324f8a(_0x4509e3._0x57c459,_0x4509e3._0x476e10,_0x4509e3._0x437ad8,0x445)+_0x42e40e(0x3ed,0x415,0x464,0x445),'FCdDX':function(_0x2db52d,_0x33a393){return _0x2db52d>_0x33a393;},'zZgNP':'Failed\x20to\x20'+_0x324f8a(0x435,_0x4509e3._0x515238,0x468,0x3d1)+_0x324f8a(0x446,_0x4509e3._0x45daad,0x435,0x459)+_0x324f8a(0x476,0x444,_0x4509e3._0x2b0a6a,_0x4509e3._0x1129d7)};function _0x42e40e(_0x3ea6a8,_0x4dc151,_0x53ce43,_0x19f760){return _0xf48513(_0x19f760-_0x52535e._0x4f0b85,_0x4dc151,_0x53ce43-_0x52535e._0x1f70dc,_0x19f760-0xfc);}try{if(_0x3a3426[_0x42e40e(0x37b,0x371,0x369,0x383)](_0x324f8a(0x455,_0x4509e3._0x4c01bf,0x485,_0x4509e3._0x504e90),_0x3a3426[_0x42e40e(_0x4509e3._0x51b985,0x3c1,0x412,0x3dd)]))return _0x713298['info'](_0x3a3426[_0x324f8a(_0x4509e3._0x3463af,_0x4509e3._0x360df7,0x415,0x3e5)]),null;else{const _0x345d96=new URL(_0x3a3426[_0x324f8a(_0x4509e3._0x4c1bbf,0x499,_0x4509e3._0x19d7c6,_0x4509e3._0x2454e0)],_0x2458f8['endsWith']('/')?_0x2458f8:_0x2458f8+'/'),_0x1619f6=await _0x3a3426[_0x42e40e(_0x4509e3._0x25dd0e,_0x4509e3._0x1c585e,0x3d9,_0x4509e3._0xdeb27)](fetch,_0x345d96[_0x42e40e(_0x4509e3._0x31f8fc,_0x4509e3._0x566e96,_0x4509e3._0x214448,_0x4509e3._0x269e53)],{'headers':{'Accept':_0x3a3426[_0x324f8a(_0x4509e3._0x2ea663,0x424,_0x4509e3._0x5d0e78,0x404)]},'signal':AbortSignal['timeout'](-0x1*-0x240b+0x702+-0x3fd)});if(!_0x1619f6['ok']){if(_0x3a3426[_0x42e40e(_0x4509e3._0x4c01bf,_0x4509e3._0x452717,_0x4509e3._0x2f7737,0x42c)](_0x3a3426['vaVzJ'],_0x3a3426[_0x42e40e(_0x4509e3._0x144eec,_0x4509e3._0x144eec,_0x4509e3._0x56f523,0x3ec)])){const _0x140baa={};return _0x140baa['success']=![],_0x140baa['error']=_0x324f8a(_0x4509e3._0x4d2664,0x40f,_0x4509e3._0x247727,0x4aa)+_0x324f8a(_0x4509e3._0x137195,0x484,0x4f3,0x4ce)+_0x324f8a(0x4bf,_0x4509e3._0x1044b4,0x4b7,0x4d2)+_0x1619f6['status']+':\x20'+_0x1619f6[_0x42e40e(0x3ad,0x3dd,_0x4509e3._0x39807d,_0x4509e3._0xa3311a)],_0x140baa;}else throw new _0x5e1a36(_0x42e40e(0x3a5,_0x4509e3._0x1d7814,0x3b3,_0x4509e3._0x3aeddb)+_0x324f8a(0x440,0x3eb,0x44d,0x49a)+_0x42e40e(_0x4509e3._0x1d4c74,0x410,_0x4509e3._0x278c52,0x446)+'ation\x20fiel'+'d:\x20'+_0x24701f);}const _0xcd6cd4=await _0x1619f6['json'](),_0xa5cead=[_0x3a3426['Dsync'],_0x3a3426[_0x42e40e(_0x4509e3._0x392bc6,0x40f,0x45d,0x410)],_0x3a3426[_0x324f8a(_0x4509e3._0x163bd2,_0x4509e3._0x3761a1,_0x4509e3._0x426076,0x4f9)]],_0x4664c9=_0xa5cead[_0x42e40e(0x475,_0x4509e3._0x1e97b0,0x47a,0x43e)](_0x5f5865=>!_0xcd6cd4[_0x5f5865]);if(_0x3a3426[_0x42e40e(_0x4509e3._0x269e53,0x3d7,0x378,0x3c5)](_0x4664c9[_0x324f8a(_0x4509e3._0xba1782,_0x4509e3._0x359a78,0x4ab,0x448)],-0x7b5*0x1+0x45f*0x1+0x356))return{'success':![],'error':_0x42e40e(0x3aa,_0x4509e3._0x2681b3,_0x4509e3._0x55ecea,0x3e1)+_0x324f8a(_0x4509e3._0x55ecea,_0x4509e3._0x7a4bbb,0x3cd,_0x4509e3._0x399f62)+_0x42e40e(_0x4509e3._0x4e7c87,_0x4509e3._0x4820a4,_0x4509e3._0x4c1bcf,_0x4509e3._0x41f05f)+'uired\x20fiel'+'ds:\x20'+_0x4664c9['join'](',\x20')};const _0x6233bb={};return _0x6233bb[_0x42e40e(0x410,0x429,0x44e,_0x4509e3._0x2d671c)]=!![],_0x6233bb['issuer']=_0xcd6cd4[_0x324f8a(_0x4509e3._0x37d797,_0x4509e3._0x7b8f99,_0x4509e3._0x3fe4d0,_0x4509e3._0x9239fd)],_0x6233bb['authorizat'+_0x42e40e(0x35c,0x380,_0x4509e3._0x46ffca,_0x4509e3._0x31728b)+'nt']=_0xcd6cd4[_0x42e40e(0x3c9,0x3b2,0x37d,0x3cd)+_0x42e40e(_0x4509e3._0x44c5d2,_0x4509e3._0x5c7858,_0x4509e3._0x137829,_0x4509e3._0x5abc78)+'nt'],_0x6233bb['token_endp'+_0x42e40e(_0x4509e3._0x2ef657,_0x4509e3._0x5f59fc,0x470,0x445)]=_0xcd6cd4['token_endp'+_0x324f8a(0x4c4,_0x4509e3._0x2ed4a7,_0x4509e3._0x5d9d7c,0x489)],_0x6233bb[_0x42e40e(0x42c,_0x4509e3._0x1ed7c6,0x44c,_0x4509e3._0x40e345)+_0x42e40e(_0x4509e3._0x266422,_0x4509e3._0x327b66,0x3ac,0x3bd)]=_0xcd6cd4[_0x324f8a(_0x4509e3._0x50d96b,0x491,_0x4509e3._0x20a585,_0x4509e3._0xcf9d9a)+_0x42e40e(0x363,0x39a,0x38d,_0x4509e3._0x4065b9)]||[],_0x6233bb;}}catch(_0x45b7d2){const _0x376208={};return _0x376208['success']=![],_0x376208[_0x324f8a(0x48d,0x4cb,0x42e,_0x4509e3._0x4044c0)]=_0x45b7d2['message']||_0x3a3426['zZgNP'],_0x376208;}}
1
+ function _0x1f68(_0xc9de41,_0x514f3f){_0xc9de41=_0xc9de41-(-0x9*0x47+0x19c8+0x46*-0x4f);const _0x466717=_0x53f4();let _0x36ff6c=_0x466717[_0xc9de41];if(_0x1f68['VvoBNW']===undefined){var _0x5cf23a=function(_0xb50ae5){const _0x171666='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4be824='',_0x2c9279='';for(let _0x309dab=-0x1*0x113c+-0x245b+0x1*0x3597,_0x4f464e,_0x52015f,_0x35e117=0x21dc*0x1+0x1ed8+-0x40b4*0x1;_0x52015f=_0xb50ae5['charAt'](_0x35e117++);~_0x52015f&&(_0x4f464e=_0x309dab%(-0x1*0x120e+0x1d30+-0xb1e)?_0x4f464e*(0x22ea+0xef3+-0x319d)+_0x52015f:_0x52015f,_0x309dab++%(0x615*-0x5+0x1*0x1273+0xbfa))?_0x4be824+=String['fromCharCode'](0x1e4f+0x1d74+-0x3ac4&_0x4f464e>>(-(-0x376*0x9+0x74c*-0x1+0x2674)*_0x309dab&0x2642+0x15e3+-0x3c1f)):0x5*0x10f+-0x2*0x8f1+0xc97){_0x52015f=_0x171666['indexOf'](_0x52015f);}for(let _0xdb7db5=-0x4*0x679+0x25*0xe9+-0x7c9*0x1,_0x2f2f1c=_0x4be824['length'];_0xdb7db5<_0x2f2f1c;_0xdb7db5++){_0x2c9279+='%'+('00'+_0x4be824['charCodeAt'](_0xdb7db5)['toString'](-0x1015+0x20ff+-0x10da*0x1))['slice'](-(-0x1cfd*-0x1+0xd06*0x2+-0x3707*0x1));}return decodeURIComponent(_0x2c9279);};_0x1f68['PJqgez']=_0x5cf23a,_0x1f68['yItRKP']={},_0x1f68['VvoBNW']=!![];}const _0x2a945b=_0x466717[-0x1201+-0x1246+-0x1*-0x2447],_0x953bd6=_0xc9de41+_0x2a945b,_0x1a8f3d=_0x1f68['yItRKP'][_0x953bd6];return!_0x1a8f3d?(_0x36ff6c=_0x1f68['PJqgez'](_0x36ff6c),_0x1f68['yItRKP'][_0x953bd6]=_0x36ff6c):_0x36ff6c=_0x1a8f3d,_0x36ff6c;}(function(_0x492aa7,_0xe50703){const _0x2f51b4={_0xc0b33e:0x1ba,_0x38ec28:0x1bb,_0x59c6cc:0x1a3,_0x3a6d85:0x13d,_0x2ede46:0x1a2,_0x197008:0x153,_0x49a3f4:0x167,_0x41e57d:0x14a,_0x252e9e:0x18c,_0x21d912:0x18a,_0x167adb:0x139,_0x148187:0x140,_0x478bb7:0x161,_0x3fabc2:0x201,_0x5f07b1:0x21e,_0x1e59df:0x238,_0x599a30:0x1ef,_0x3e237b:0x236,_0xba7a0c:0x1d0,_0xa5e91e:0x1e9,_0x4afd85:0x1dd,_0x48554f:0x173},_0x3efcd6={_0x324a05:0x308},_0x5b59bc={_0x36e74a:0x5e};function _0x33c2c1(_0x319a90,_0x453b81,_0x1e551,_0x4988ee){return _0x1f68(_0x319a90- -_0x5b59bc._0x36e74a,_0x4988ee);}const _0x3bc475=_0x492aa7();function _0x4c00f7(_0x2c351c,_0x4c75b5,_0x444bf0,_0x29d194){return _0x1f68(_0x29d194- -_0x3efcd6._0x324a05,_0x2c351c);}while(!![]){try{const _0x12a07f=parseInt(_0x33c2c1(_0x2f51b4._0xc0b33e,0x1fa,0x188,0x1f2))/(0x1865*0x1+0x9*0x3be+-0x3a12)+-parseInt(_0x33c2c1(_0x2f51b4._0x38ec28,0x1ba,0x17e,0x21a))/(-0x207a+0x21bb+-0xb*0x1d)+-parseInt(_0x33c2c1(0x195,0x1da,_0x2f51b4._0x59c6cc,_0x2f51b4._0x3a6d85))/(-0x68e+-0x1588+0x1c19)*(-parseInt(_0x33c2c1(_0x2f51b4._0x2ede46,0x19b,_0x2f51b4._0x197008,_0x2f51b4._0x49a3f4))/(0x47*-0x7b+-0x1a29+-0x1e25*-0x2))+-parseInt(_0x4c00f7(-_0x2f51b4._0x41e57d,-_0x2f51b4._0x252e9e,-_0x2f51b4._0x21d912,-_0x2f51b4._0x167adb))/(0x2*0x235+0x1f35+0x28b*-0xe)*(parseInt(_0x4c00f7(-0x10a,-_0x2f51b4._0x148187,-0xc1,-0x100))/(-0x3*0x3a1+0x5d+0xa8c))+parseInt(_0x33c2c1(_0x2f51b4._0x478bb7,0x171,0x191,0x106))/(-0x9a5+0x1a22+-0xe*0x12d)+-parseInt(_0x33c2c1(_0x2f51b4._0x3fabc2,_0x2f51b4._0x5f07b1,0x223,_0x2f51b4._0x1e59df))/(-0x2617+0x79*0x49+0x39e)*(-parseInt(_0x33c2c1(_0x2f51b4._0x599a30,_0x2f51b4._0x3e237b,0x1d9,0x1ea))/(-0x7b1+-0x47*-0x67+-0x14d7))+-parseInt(_0x33c2c1(_0x2f51b4._0xba7a0c,0x224,_0x2f51b4._0xa5e91e,_0x2f51b4._0x4afd85))/(0x1*0x15b4+-0xf75+0x1*-0x635)*(parseInt(_0x33c2c1(_0x2f51b4._0x48554f,0x1cd,0x13f,0x171))/(-0x7*0x11b+-0x1*0x4cf+0x1*0xc97));if(_0x12a07f===_0xe50703)break;else _0x3bc475['push'](_0x3bc475['shift']());}catch(_0x303f6e){_0x3bc475['push'](_0x3bc475['shift']());}}}(_0x53f4,-0x6b07*0x7+-0x6d*0xf1a+0xd6e0c));import*as _0x9034d8 from'openid-client';import{promises as _0x5e809e}from'fs';import _0x64f900 from'path';import _0x179860 from'crypto';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';const stateStore=new Map(),STATE_TTL=(-0x1*-0x1718+0x3a*0x8d+0x28*-0x160)*(0x1*0x2653+-0x1877*-0x1+0x1d7*-0x22)*(-0x19ee+0x1210+0xbc6);function _0x53f4(){const _0x49ae2c=['t0LeqYbHDxrOzq','p2nVzgu9','Bg9Hzcbpsurdia','sw52ywXPzcbVCG','yNvPBgrbDxrOBW','yxv0Ag9YAxPHDa','ALzPrwm','DeDxuNq','AxnZDwvY','u3jsCfK','qMjeseW','mJm5mtmYwhv0rwL2','nZiYmZqWq2zwy1Di','t0LeqYbJB25MAq','CMfUzg9TueTdrq','t0rOrxu','zYbpsurdihbYBW','lNnLy3jLDhm','DMjXCMi','veDrvuK','C2nVCgvZx3n1Ca','rgLZy292zxj5ia','B2zzEeK','tM8Gt0LeqYbJBW','C3rHDhvZ','BvPOBuC','BMfTzq','zcbPBIbJB25MAq','zgLZy292zxiGtW','AM9PBG','s0LIDhi','zw50CMLLCW','zhm6ia','mZK4mZq4mg9ctxrnEa','Cgf0Aa','Bwv0zxiGzxHWAq','z3vYyxrPB24GBa','zw5KCg9PBNqGCG','DeTtrKC','zMfPBgvK','Dg9Rzw5Fzw5KCa','igv4y2HHBMDLia','C2LVBG','BIbMAwXLigzVDq','BgXLBMDL','CMvHzezPBgu','yNzOCNm','C2nVCgvZ','Aw9Uq29KzuDYyq','q29KzvzLCMLMAq','y2fSy3vSyxrLua','Aw9Ux2vUzhbVAq','zgvYigrPC2nVDG','igrPC2nVDMvYEq','BM93','zgDnq2e','igvUzhbVAw50','ywnJzxnZvg9Rzq','C3rHDhvZvgv4Da','rMfPBgvKihrVia','Dw5Yzwy','zgLZCgXHEv9Uyq','ChjVzMLSzq','DMLKzxi','mZzIteXnwue','Cg9YDgvK','yK1nD1q','AhjLzG','ywXSB3DmB2nHBa','zgLZy292zxj5','rM55ExO','Dgf0zsbWyxjHBq','rM1Ou3y','uNrfy2m','ywXSB3DFBg9Jyq','y2XHAw1Z','DwnKA2W','BfzqEfu','vNPJyxa','zxrLCG','C3LctKC','EwjYthu','otG3nJu2BeLUB0vL','Dg9tDhjPBMC','B3bLBMLK','zxjYB3i','u2LNBIbPBIb3Aq','zw5KC1DPDgG','qvresKi','yxrPB24GzMLLBa','CML6yxrPB24Gvq','ru5pru5u','whzWsKe','ALnrwem','zhzpEhu','Bf9HDxrO','DgLTzw91Da','uffHqMm','BNrPy2f0Aw9Uia','Awvcr1a','sKrKEvO','B2LKyY5QC29U','rwnHAg8','D0T6qNK','C3vI','zw5HyMXLza','yxbWBgLJyxrPBW','y29Kzq','CMvK','z3vYyxrPB24','ve9KuLm','t0LeqYbJywnOzq','BerjzeS','q29Wt3K','DxjS','yuf2uwS','mtKXoda2m1Dyq1PWAG','ywLWtue','Aw5MBW','zgvIDwC','t0LeqYbHDxrOBW','q1jwyM0','y29UBMvJDcb0BW','B2LUDa','CMvHzcbpsurdia','BM9Uy2u','C3rHDgu','wK9qChK','y2XPzw50x2LK','AfPZyLG','y29KzvzLCMLMAq','vxbmt0m','mJa1mda1mfnKt1bPBq','zgv2zwXVCgvY','mtfhCvr4u3a','AxnZAw5NihjLCq','y3jLyxrLzef0','z2v0','lNDLBgWTA25VDW','DwDgsxK','igv4CgLYzwqGCW','Cgr2wMu','CMv0x2zPBgu','t1vfrgu','CMv0','AwruB2TLBG','EKTwBg0','yxv0B19WCM92Aq','zNnPBKq','r2vUzxjHDgvKia','t0LeqYbWCM92Aq','DxrMltG','qxH5Buu','y2XPzw50x3nLyW','BgvUz3rO','qYbJB25MAwD1CG','sM12D1C','CxvPCMvKie9jra','BI9QC29U','Agv4','C2v0','C3vJy2vZC2z1Ba','CMvZCg9UC2uGBq','q1Hes2q','Bg5AweW','twLZC2LUzYbYzq','Aw9U','BwvZC2fNzq','mtjmqNbQtxG','t0LeqYb0B2TLBG','r2zus3K','y29UzMLNDxjHDa','zdOG','DhjPBq','AxnbyNnVBhv0zq','EwjAqMK','qMHoEu8','s3jwu2W','zw1HAwW','AxmGzgLZywjSzq','y2XPzw50ihnLyW','ndi5nteYC3fHBLnk','CMfUzg9TqNL0zq','BMzPz3vYyxrPBW','C2nmB2y','B3fNtxe','s2HxywC','zgvSzxrL','Eu1yu0G','nLj1AxrLyW','C3vJy2vZCW','vuvWC0C','rgLZy292zxjPBG','DwLYzwqGzMLLBa'];_0x53f4=function(){return _0x49ae2c;};return _0x53f4();}setInterval(()=>{const _0x5a4772={_0x5751bd:0x102,_0x1366cb:0x175,_0x5daeae:0x18a,_0x5e444f:0x1a3,_0x54cf43:0x195,_0x2e7e0e:0x113,_0x45acca:0xd6,_0x3d8920:0x15e,_0x10e668:0x10c,_0xab1e4b:0xc9,_0x3d217c:0xca,_0x25666e:0x18d,_0x2a444c:0x130,_0x3cb44b:0x10d,_0x3e6278:0x94,_0x43ffdf:0xd4,_0x46b7b9:0x143,_0x352291:0x153,_0x2701ba:0x101,_0x5b9d10:0x161,_0x47fecc:0x11c,_0x1985e9:0xec,_0x4cc8bb:0x102,_0x3ac76b:0x184,_0xd5a030:0xab,_0x1671d9:0xee,_0x226563:0x190,_0x546f5b:0x1e8,_0x4a3e02:0x15c,_0x5a2b24:0x155,_0x320e44:0x155,_0x5f38fa:0x12f,_0x4c5b04:0x86,_0x5135c4:0x199,_0x20310e:0x9e,_0x8fe375:0x15e,_0x25ba51:0x1be,_0x5512e3:0x164};function _0x54e940(_0x341e28,_0x17771e,_0x25beeb,_0x3f3a4b){return _0x1f68(_0x3f3a4b- -0x35b,_0x17771e);}const _0xdc1ae1={};_0xdc1ae1['tGWRt']='OIDC\x20authe'+_0x15e391(0x151,0x136,_0x5a4772._0x5751bd,0xf1)+'is\x20disable'+_0x54e940(-0x11f,-0x102,-_0x5a4772._0x1366cb,-0x133)+_0x54e940(-_0x5a4772._0x5daeae,-0x144,-0x1e6,-_0x5a4772._0x5e444f),_0xdc1ae1[_0x15e391(0x13d,0x18b,_0x5a4772._0x54cf43,_0x5a4772._0x2e7e0e)]=function(_0x1fd4ff,_0x57e727){return _0x1fd4ff!==_0x57e727;},_0xdc1ae1[_0x15e391(0x115,0xc7,_0x5a4772._0x45acca,0x130)]=_0x15e391(0x131,_0x5a4772._0x3d8920,_0x5a4772._0x10e668,0x12e),_0xdc1ae1['fUuHC']=_0x15e391(_0x5a4772._0xab1e4b,_0x5a4772._0x3d217c,0x6f,0x11b);function _0x15e391(_0x417f49,_0x8fb5d4,_0x756af,_0xfaa134){return _0x1f68(_0x417f49- -0x11e,_0x8fb5d4);}_0xdc1ae1[_0x54e940(-_0x5a4772._0x25666e,-0x137,-0x17b,-_0x5a4772._0x2a444c)]=function(_0xf1f243,_0x51c31d){return _0xf1f243>_0x51c31d;},_0xdc1ae1[_0x54e940(-_0x5a4772._0x3cb44b,-0x16d,-0xe8,-0x148)]=function(_0x25117b,_0x35c669){return _0x25117b-_0x35c669;},_0xdc1ae1['ybZBi']=_0x15e391(_0x5a4772._0x3e6278,0xe7,0x94,0x8f);const _0x7a06c2=_0xdc1ae1,_0x52a3aa=Date['now']();for(const [_0x242c8c,_0x2a92cc]of stateStore['entries']()){if(_0x7a06c2[_0x54e940(-_0x5a4772._0x43ffdf,-_0x5a4772._0x46b7b9,-_0x5a4772._0x352291,-0x100)](_0x7a06c2['tKSFG'],_0x7a06c2['fUuHC'])){if(_0x7a06c2[_0x54e940(-0xf3,-_0x5a4772._0x2701ba,-0xe3,-0x130)](_0x7a06c2[_0x54e940(-0x106,-_0x5a4772._0x5b9d10,-_0x5a4772._0x47fecc,-0x148)](_0x52a3aa,_0x2a92cc[_0x54e940(-0x19d,-0x16d,-0x1c2,-0x188)]),STATE_TTL)){if(_0x7a06c2[_0x15e391(0x13d,_0x5a4772._0x1985e9,_0x5a4772._0x4cc8bb,_0x5a4772._0x3ac76b)](_0x7a06c2[_0x15e391(0xdc,_0x5a4772._0xd5a030,0xea,_0x5a4772._0x1671d9)],_0x54e940(-_0x5a4772._0x226563,-_0x5a4772._0x546f5b,-_0x5a4772._0x4a3e02,-0x1aa)))stateStore[_0x54e940(-_0x5a4772._0x5a2b24,-0x193,-0x119,-_0x5a4772._0x320e44)](_0x242c8c);else return _0x9ac61b['info'](_0x7a06c2[_0x15e391(0xf6,0x9f,_0x5a4772._0x5f38fa,0xc7)]),null;}}else throw new _0x19dd2d(_0x15e391(0xd2,_0x5a4772._0x2701ba,0xd2,_0x5a4772._0x4c5b04)+_0x54e940(-0x19c,-_0x5a4772._0x5135c4,-0x151,-0x173)+'C\x20configur'+_0x54e940(-0x99,-_0x5a4772._0x20310e,-0xca,-0xf5)+_0x54e940(-0x1a3,-_0x5a4772._0x8fe375,-_0x5a4772._0x25ba51,-_0x5a4772._0x5512e3)+_0x352d46);}},(-0x1fb7+0x1*-0x605+0x5*0x78d)*(-0x97f+0x1cbe+-0x1303*0x1)*(-0x271*-0x4+-0xd7d+0x7a1))[_0x4e0ae3(0xae,0xf3,0xf5,0x145)]();let cachedConfig=null,cachedOidcConfig=null;export async function loadOidcConfig(){const _0x2bb427={_0x2e149e:0x19e,_0x20b9c6:0x1fc,_0x3479ff:0x172,_0x5a620c:0x125,_0x50c851:0x30c,_0x167205:0x368,_0x40a768:0x301,_0x7445bf:0x389,_0x5e6d2d:0x380,_0x4afe1c:0x20c,_0x37a91c:0x1c5,_0x4cc434:0x330,_0x16ece7:0x307,_0x2d9af6:0x351,_0x20f432:0x3b2,_0x5e10ca:0x188,_0x3cb4b3:0x138,_0x292536:0x35d,_0x55c6d9:0x3ac,_0x514e4a:0x34e,_0x243b68:0x34a,_0x5e8ea2:0x2f3,_0x1b3985:0x374,_0x22efbb:0x360,_0x1dc5fa:0x11b,_0x4d331b:0xe8,_0x5c02a7:0x132,_0x14dc7b:0x376,_0x117814:0x385,_0x109a91:0x2ff,_0x5b063e:0x3e3,_0x5b333a:0x362,_0x416c15:0x312,_0x138564:0x2db,_0x34674a:0x2c3,_0x3c1810:0x308,_0x3b6dbd:0x30f,_0x5f349b:0x365,_0x571058:0x1a2,_0x2d823d:0x20f,_0xb3a29e:0x1cf,_0x1c68c3:0x39a,_0x5b64f6:0x376,_0x1a7190:0x1db,_0x481ac4:0x15a,_0x5fc18a:0x183,_0x3089bc:0x147,_0x4eb5e7:0x187,_0xdb0bee:0x1bc,_0x10c768:0x1f1,_0xf8ba05:0x1ae,_0x25202b:0x3af,_0x2bc163:0x3a3,_0x2c10ce:0x385,_0x2a457d:0x391,_0x1d58b7:0x396,_0x5048cb:0x301,_0x566848:0x355,_0x1adbdb:0x151,_0x28d303:0x162,_0x168be3:0x31f,_0x3ba6ce:0x2ed,_0x3efbc5:0x31d,_0x3cc344:0x146,_0x3827fd:0x1c1,_0x114113:0x174,_0x38bf72:0x1a5,_0x2dd4f7:0x193,_0x283c0e:0x3a0,_0x5f1f61:0x37b,_0x1a4d79:0x12e,_0x3722ae:0x100,_0x18a3a2:0x13b,_0x4c21c3:0x1c0,_0x54640c:0x1de,_0x10d5aa:0x36e,_0x44dfc7:0x1b6,_0x51e8a0:0x1dc,_0x2778e8:0x12b,_0x58cd3d:0x2e5,_0x4ed50d:0x1bc,_0x206332:0x1da,_0x2dd7c8:0x1b6,_0x29610a:0x1b7,_0x185419:0x137,_0x664d29:0x174,_0x4e9580:0x1c4,_0x7572:0x13a,_0x3ee062:0x16f,_0x8bc673:0x34a,_0x545f71:0x1cb,_0x7d756e:0x1de,_0x10c7f3:0x1db,_0x5f3d45:0x1b1,_0x417ccd:0x129,_0x447619:0x1e8,_0x5533a9:0x324,_0x42558b:0x320,_0x30d16b:0x2fc,_0x250ed5:0x319,_0x5ee8d2:0x191,_0x5f1473:0x1c4,_0x358f0b:0x1c6,_0x101fde:0x1cb,_0x1ed9ee:0x1e0,_0x54a75a:0x343,_0x364bb9:0x371,_0x138677:0x373,_0x2356df:0x18e,_0x443776:0x104,_0x13ef12:0x158,_0x42143e:0x351,_0x5e0ffa:0x1a5,_0x344c51:0x14d,_0x48f64d:0x115,_0x17997d:0x30e,_0x38b6d3:0x353,_0x3557b9:0x308,_0x3be4ab:0x2b0,_0x55a424:0x1bf,_0x373348:0x3a8,_0x2904a1:0x390,_0x37d42d:0x3b6,_0x3baa09:0x37a,_0x106614:0x359,_0x264a61:0x37e,_0x36db80:0x317,_0x49b7c0:0x33f,_0x22b5cc:0x3f4,_0x18829a:0x14d,_0x1d4a11:0x170,_0x38ce26:0x327,_0x38c846:0x131,_0x53215a:0x17d,_0x17b471:0x18f,_0x3b4cf1:0x188,_0x3d3292:0x1df,_0x2f25a1:0x13d,_0x2ff5c7:0x1b6,_0x59019f:0x1e3,_0x259a64:0x1cb,_0x1bb9f0:0x14d,_0x4b1617:0x145,_0xab9fd2:0x166,_0x24b0e4:0x1a8,_0x1b27e1:0x177,_0x128348:0x146,_0x556305:0x3b3,_0x3b8826:0x36c,_0x410c70:0x2cd,_0x3e98db:0x3c1,_0x44923e:0x3c1,_0x454bb3:0x3a2,_0x441bdd:0x1eb,_0x15db18:0x1d0,_0x28257a:0x1e7,_0xb37a9e:0x20a,_0x1a7567:0x205,_0x10b640:0x331,_0x36b2a6:0x34b,_0x14e019:0x36b,_0x1c8394:0x169,_0x428a23:0x16b,_0xbd0132:0x14a,_0x2d4c9a:0x19b,_0x30ec82:0x195,_0x61b9cd:0x165,_0x396fae:0x19c,_0x2aec37:0x150,_0xaee343:0x143},_0x3d0276={_0x4bf92a:0xbd,_0x3f4a9c:0x249,_0x4e2242:0x1da},_0x58d56c={_0x574903:0x1de,_0x1f3e18:0x29b,_0x42da2b:0x157},_0x433ac4={};_0x433ac4[_0x37e440(-_0x2bb427._0x2e149e,-_0x2bb427._0x20b9c6,-_0x2bb427._0x3479ff,-0x1c3)]=_0x37e440(-0x18a,-_0x2bb427._0x5a620c,-0x196,-0x155)+_0x576b6b(_0x2bb427._0x50c851,0x2f9,_0x2bb427._0x167205,_0x2bb427._0x40a768)+_0x576b6b(_0x2bb427._0x7445bf,0x3b3,_0x2bb427._0x5e6d2d,0x357)+'\x20endpoint',_0x433ac4[_0x37e440(-0x1e4,-0x1b4,-_0x2bb427._0x4afe1c,-_0x2bb427._0x37a91c)]=_0x576b6b(0x2f7,_0x2bb427._0x4cc434,_0x2bb427._0x16ece7,0x358);function _0x576b6b(_0x4c9049,_0x52ee03,_0x156bca,_0x5b7acc){return _0x4e0ae3(_0x4c9049-_0x58d56c._0x574903,_0x5b7acc,_0x4c9049-_0x58d56c._0x1f3e18,_0x5b7acc-_0x58d56c._0x42da2b);}_0x433ac4[_0x576b6b(_0x2bb427._0x2d9af6,0x380,0x387,_0x2bb427._0x20f432)]=_0x576b6b(0x329,0x2ee,0x31c,0x312),_0x433ac4[_0x37e440(-0xe5,-0x18d,-_0x2bb427._0x5e10ca,-_0x2bb427._0x3cb4b3)]=function(_0x288711,_0x2f0171){return _0x288711!==_0x2f0171;},_0x433ac4[_0x576b6b(_0x2bb427._0x292536,_0x2bb427._0x55c6d9,_0x2bb427._0x514e4a,0x37d)]=_0x576b6b(_0x2bb427._0x243b68,_0x2bb427._0x5e8ea2,_0x2bb427._0x1b3985,_0x2bb427._0x22efbb),_0x433ac4[_0x37e440(-_0x2bb427._0x1dc5fa,-0x145,-_0x2bb427._0x4d331b,-_0x2bb427._0x5c02a7)]=_0x576b6b(0x354,0x304,0x32f,0x3a8)+'ntication\x20'+_0x576b6b(0x345,_0x2bb427._0x14dc7b,_0x2bb427._0x117814,_0x2bb427._0x109a91)+'d\x20in\x20confi'+'guration',_0x433ac4[_0x576b6b(0x3b5,0x3a7,_0x2bb427._0x5b063e,_0x2bb427._0x5b333a)]=_0x576b6b(_0x2bb427._0x416c15,_0x2bb427._0x138564,_0x2bb427._0x34674a,_0x2bb427._0x3c1810);function _0x37e440(_0x2e142b,_0x194406,_0x2df829,_0x29631e){return _0x4e0ae3(_0x2e142b-_0x3d0276._0x4bf92a,_0x2e142b,_0x29631e- -_0x3d0276._0x3f4a9c,_0x29631e-_0x3d0276._0x4e2242);}_0x433ac4['reBDp']=function(_0x39591f,_0x15989d){return _0x39591f===_0x15989d;},_0x433ac4[_0x576b6b(0x36a,_0x2bb427._0x3b6dbd,0x34b,0x351)]='JvSuj',_0x433ac4['hRkao']=_0x576b6b(0x365,0x332,0x373,_0x2bb427._0x5f349b),_0x433ac4['KhWag']=function(_0x3c260d,_0x29536d){return _0x3c260d!==_0x29536d;},_0x433ac4[_0x37e440(-_0x2bb427._0x571058,-_0x2bb427._0x2d823d,-0x1f9,-_0x2bb427._0xb3a29e)]=function(_0x41ac7d,_0xa54703){return _0x41ac7d!==_0xa54703;},_0x433ac4[_0x576b6b(_0x2bb427._0x1c68c3,0x3b9,0x37d,_0x2bb427._0x5b64f6)]=_0x37e440(-0x183,-_0x2bb427._0x1a7190,-_0x2bb427._0x481ac4,-_0x2bb427._0x5fc18a)+_0x37e440(-_0x2bb427._0x3089bc,-_0x2bb427._0x4eb5e7,-_0x2bb427._0xdb0bee,-0x16c)+'oaded',_0x433ac4[_0x37e440(-_0x2bb427._0x10c768,-_0x2bb427._0xf8ba05,-0x187,-0x1c7)]=_0x576b6b(_0x2bb427._0x25202b,0x352,0x3c6,0x37e),_0x433ac4[_0x576b6b(0x3a1,_0x2bb427._0x2bc163,0x3f3,0x356)]='Failed\x20to\x20'+_0x576b6b(0x356,0x3af,0x2fe,_0x2bb427._0x2c10ce)+_0x576b6b(0x33d,_0x2bb427._0x2a457d,0x386,_0x2bb427._0x1d58b7)+_0x576b6b(0x338,_0x2bb427._0x5048cb,0x334,_0x2bb427._0x566848);const _0x3402c6=_0x433ac4,_0x1a34b9=_0x64f900[_0x37e440(-_0x2bb427._0x1adbdb,-_0x2bb427._0x28d303,-0x16c,-0x173)](DATA_DIR,_0x3402c6[_0x576b6b(_0x2bb427._0x168be3,0x2e8,_0x2bb427._0x3ba6ce,_0x2bb427._0x3efbc5)]);try{const _0xe0ee97=await _0x5e809e[_0x37e440(-_0x2bb427._0x3cc344,-0x19d,-_0x2bb427._0x3827fd,-0x163)](_0x1a34b9,_0x3402c6[_0x37e440(-_0x2bb427._0x114113,-_0x2bb427._0x38bf72,-0x1e4,-_0x2bb427._0x2dd4f7)]),_0x28a36a=JSON['parse'](_0xe0ee97);if(!_0x28a36a['enabled']){if(_0x3402c6['ATDJB'](_0x3402c6[_0x576b6b(0x35d,_0x2bb427._0x283c0e,0x305,_0x2bb427._0x5f1f61)],'scLof')){const _0x22af31={};return _0x22af31['success']=![],_0x22af31[_0x37e440(-_0x2bb427._0x1a4d79,-0x170,-_0x2bb427._0x3722ae,-_0x2bb427._0x18a3a2)]=_0x35fdf0[_0x37e440(-0x1d6,-_0x2bb427._0x4c21c3,-_0x2bb427._0x54640c,-0x1ab)]||_0x3402c6[_0x576b6b(0x321,0x306,0x2ef,_0x2bb427._0x10d5aa)],_0x22af31;}else return logger[_0x37e440(-0x1c7,-0x22a,-_0x2bb427._0x44dfc7,-_0x2bb427._0x51e8a0)](_0x3402c6[_0x37e440(-0xd7,-0x117,-0xdd,-_0x2bb427._0x5c02a7)]),null;}const _0x38cdc7=[_0x3402c6['PQaBc'],_0x37e440(-_0x2bb427._0x2778e8,-0x14b,-0x1a0,-_0x2bb427._0x5e10ca)];for(const _0x56fcf8 of _0x38cdc7){if(!_0x28a36a[_0x56fcf8])throw new Error(_0x576b6b(0x337,_0x2bb427._0x58cd3d,0x2d6,0x382)+'quired\x20OID'+_0x37e440(-_0x2bb427._0x4ed50d,-_0x2bb427._0x206332,-_0x2bb427._0x2dd7c8,-_0x2bb427._0x29610a)+_0x37e440(-0x13f,-0xfd,-0xdc,-_0x2bb427._0x185419)+'d:\x20'+_0x56fcf8);}if(!_0x28a36a['client_sec'+'ret']&&_0x28a36a['client_sec'+_0x37e440(-_0x2bb427._0x664d29,-_0x2bb427._0x5e10ca,-0x1b3,-_0x2bb427._0x4e9580)]){if(_0x3402c6['reBDp'](_0x3402c6[_0x37e440(-_0x2bb427._0x7572,-_0x2bb427._0x3ee062,-0x1d6,-0x17a)],'aJqff'))return{'success':![],'error':_0x37e440(-0x11f,-_0x2bb427._0x5c02a7,-0x175,-0x17b)+_0x576b6b(0x334,0x313,0x2fd,_0x2bb427._0x8bc673)+_0x37e440(-0x170,-_0x2bb427._0x38bf72,-0x201,-_0x2bb427._0x545f71)+_0x37e440(-0x177,-_0x2bb427._0x7d756e,-_0x2bb427._0x10c7f3,-0x191)+_0x37e440(-_0x2bb427._0x37a91c,-_0x2bb427._0x5f3d45,-_0x2bb427._0x417ccd,-0x170)+_0x4aeb95['join'](',\x20')};else{const _0x8fbab1=_0x64f900[_0x37e440(-0x147,-0x1d6,-_0x2bb427._0x447619,-0x1a4)](_0x28a36a[_0x576b6b(0x32b,0x367,0x2d8,_0x2bb427._0x5533a9)+_0x576b6b(_0x2bb427._0x42558b,0x30a,_0x2bb427._0x30d16b,_0x2bb427._0x250ed5)])?_0x28a36a['client_sec'+_0x37e440(-0x164,-0x169,-_0x2bb427._0x5ee8d2,-_0x2bb427._0x5f1473)]:_0x64f900[_0x576b6b(0x371,0x39f,0x353,0x3ae)](DATA_DIR,_0x3402c6['hRkao'],_0x28a36a[_0x37e440(-_0x2bb427._0x3ee062,-0x17a,-_0x2bb427._0x358f0b,-0x1b9)+_0x37e440(-_0x2bb427._0x101fde,-_0x2bb427._0x1ed9ee,-0x18a,-_0x2bb427._0x5f1473)]);try{_0x28a36a[_0x576b6b(0x32b,_0x2bb427._0x54a75a,0x2df,0x2ec)+_0x576b6b(0x322,_0x2bb427._0x364bb9,_0x2bb427._0x138677,0x2d2)]=(await _0x5e809e[_0x37e440(-_0x2bb427._0x2356df,-_0x2bb427._0x443776,-_0x2bb427._0x13ef12,-0x163)](_0x8fbab1,_0x3402c6[_0x576b6b(_0x2bb427._0x42143e,0x38e,0x325,0x36f)]))[_0x37e440(-0x1c7,-0x145,-0x15a,-_0x2bb427._0x5e0ffa)]();}catch(_0x3f5c1a){throw new Error(_0x37e440(-0x153,-_0x2bb427._0x344c51,-_0x2bb427._0x48f64d,-0x155)+_0x576b6b(_0x2bb427._0x17997d,_0x2bb427._0x38b6d3,_0x2bb427._0x3557b9,_0x2bb427._0x3be4ab)+_0x37e440(-0x182,-0x179,-0x14f,-0x19e)+'ret\x20from\x20'+_0x8fbab1+':\x20'+_0x3f5c1a['message']);}}}_0x28a36a[_0x37e440(-0x127,-0x173,-_0x2bb427._0x55a424,-0x161)]=_0x28a36a[_0x576b6b(0x383,_0x2bb427._0x38b6d3,0x32c,0x3db)]||[_0x576b6b(_0x2bb427._0x373348,_0x2bb427._0x2904a1,0x39d,0x3d6),_0x576b6b(0x392,_0x2bb427._0x37d42d,_0x2bb427._0x3baa09,_0x2bb427._0x106614),'email'],_0x28a36a[_0x576b6b(0x325,_0x2bb427._0x106614,0x2f8,0x2d7)+_0x576b6b(_0x2bb427._0x264a61,0x34d,0x347,0x3b7)]=_0x3402c6[_0x576b6b(0x34c,0x2f8,0x37f,0x36a)](_0x28a36a['auto_provi'+'sion'],![]),_0x28a36a['default_ro'+'le']=_0x28a36a['default_ro'+'le']||_0x576b6b(_0x2bb427._0x36db80,_0x2bb427._0x49b7c0,0x322,0x2ba),_0x28a36a[_0x576b6b(0x39e,0x388,_0x2bb427._0x22b5cc,0x373)+_0x37e440(-0x124,-_0x2bb427._0x18829a,-_0x2bb427._0x1d4a11,-0x131)]=_0x3402c6[_0x576b6b(0x315,0x2de,0x332,_0x2bb427._0x38ce26)](_0x28a36a['allow_loca'+_0x37e440(-0x186,-0x192,-0x12e,-_0x2bb427._0x38c846)],![]),_0x28a36a[_0x37e440(-_0x2bb427._0x53215a,-0x141,-0x159,-0x153)+'me']=_0x28a36a[_0x576b6b(0x391,0x35d,0x340,0x3a7)+'me']||_0x37e440(-0x103,-0xf5,-0x11c,-0x13a)+'th\x20SSO',cachedConfig=_0x28a36a;const _0x38d87e={};return _0x38d87e[_0x37e440(-_0x2bb427._0x17b471,-0x1d1,-0x1bc,-_0x2bb427._0x3b4cf1)]=_0x28a36a[_0x37e440(-_0x2bb427._0x3d3292,-0x1dc,-_0x2bb427._0x2f25a1,-0x188)],_0x38d87e['clientId']=_0x28a36a['client_id'],_0x38d87e['autoProvis'+_0x37e440(-0x1f8,-0x155,-_0x2bb427._0x2ff5c7,-0x1ac)]=_0x28a36a[_0x37e440(-_0x2bb427._0x59019f,-_0x2bb427._0x259a64,-0x1b2,-0x1bf)+_0x37e440(-_0x2bb427._0x1bb9f0,-_0x2bb427._0x4b1617,-0x1ad,-_0x2bb427._0xab9fd2)],_0x38d87e[_0x37e440(-0xfd,-0x14b,-_0x2bb427._0x24b0e4,-0x14c)+'Auth']=_0x28a36a[_0x37e440(-0xf5,-_0x2bb427._0x1b27e1,-0x10b,-_0x2bb427._0x128348)+_0x576b6b(_0x2bb427._0x556305,0x3a0,_0x2bb427._0x3b8826,0x3da)],logger[_0x576b6b(0x308,0x327,_0x2bb427._0x410c70,0x2e0)](_0x3402c6[_0x576b6b(_0x2bb427._0x1c68c3,_0x2bb427._0x3e98db,_0x2bb427._0x44923e,_0x2bb427._0x454bb3)],_0x38d87e),_0x28a36a;}catch(_0xeeca6b){if(_0xeeca6b[_0x37e440(-_0x2bb427._0x441bdd,-_0x2bb427._0x15db18,-0x195,-_0x2bb427._0x28257a)]===_0x3402c6[_0x37e440(-_0x2bb427._0xb37a9e,-0x1f4,-_0x2bb427._0x1a7567,-0x1c7)]){const _0xb7fe3a={};return _0xb7fe3a[_0x576b6b(0x376,_0x2bb427._0x10b640,_0x2bb427._0x36b2a6,_0x2bb427._0x14e019)]=_0x1a34b9,logger['debug'](_0x37e440(-_0x2bb427._0x1c8394,-0x16f,-0x13b,-0x179)+_0x37e440(-_0x2bb427._0x428a23,-_0x2bb427._0xbd0132,-0x1dc,-_0x2bb427._0x2d4c9a)+_0x37e440(-_0x2bb427._0x30ec82,-0x14f,-0x1c6,-_0x2bb427._0x61b9cd)+'nd',_0xb7fe3a),null;}logger[_0x37e440(-0xeb,-0x16c,-_0x2bb427._0x2f25a1,-0x13b)](_0x3402c6[_0x37e440(-_0x2bb427._0x396fae,-0x138,-_0x2bb427._0x2aec37,-_0x2bb427._0xaee343)],_0xeeca6b);throw _0xeeca6b;}}export function getOidcConfig(){return cachedConfig;}export async function discoverOidcProvider(_0x1899fb){const _0x38f433={_0x1bbba2:0x48d,_0x366e3a:0x23a,_0x506d0c:0x216,_0xc441e1:0x21e,_0x45d3a1:0x250,_0x3f0949:0x4f8,_0x23f4d7:0x4d1,_0x241ed2:0x224,_0x1f29d4:0x282,_0x30ab24:0x1f8,_0x4d6e5f:0x285,_0x59f560:0x260,_0x1e8113:0x22f,_0x5c9eb2:0x21a,_0x2f2183:0x52f,_0x8e8953:0x240,_0x12a870:0x214,_0x4be89f:0x20c,_0x141d88:0x21d,_0x424699:0x576,_0x2a6130:0x259,_0x4f15d6:0x24e,_0x328ea1:0x241,_0x12b4a6:0x204,_0x495c85:0x23d,_0x685ee1:0x4e3,_0xd1db65:0x4fc,_0x4020da:0x444,_0x4560aa:0x29b,_0x20bb4b:0x2a2,_0x4a00cd:0x281,_0x1f18f5:0x4ef,_0x3abdcf:0x493},_0x11c0fa={_0x14a260:0x5a},_0x481a38={_0x22e193:0x18d,_0x43ac62:0xbf},_0x56c5ad={};_0x56c5ad[_0x1d6656(0x432,_0x38f433._0x1bbba2,0x47f,0x4aa)]=function(_0x90df4c,_0x5cf87e){return _0x90df4c===_0x5cf87e;};function _0x22a475(_0x25004d,_0x16aac5,_0x4c68c0,_0x43eb51){return _0x4e0ae3(_0x25004d-0x16f,_0x43eb51,_0x4c68c0-_0x481a38._0x22e193,_0x43eb51-_0x481a38._0x43ac62);}_0x56c5ad['GfTKy']=_0x22a475(0x263,_0x38f433._0x366e3a,_0x38f433._0x506d0c,0x274),_0x56c5ad[_0x22a475(0x200,_0x38f433._0xc441e1,_0x38f433._0x45d3a1,0x20f)]=_0x1d6656(0x515,_0x38f433._0x3f0949,_0x38f433._0x23f4d7,0x50d)+_0x22a475(_0x38f433._0x241ed2,_0x38f433._0x1f29d4,0x256,_0x38f433._0x30ab24)+_0x22a475(_0x38f433._0x366e3a,0x2cb,_0x38f433._0x4d6e5f,_0x38f433._0x59f560),_0x56c5ad[_0x1d6656(0x432,0x4d3,0x492,0x4b2)]=_0x22a475(0x1bf,_0x38f433._0x1e8113,_0x38f433._0x5c9eb2,0x279)+_0x1d6656(0x53c,_0x38f433._0x2f2183,0x507,0x534)+'ered\x20succe'+'ssfully';const _0x430a11=_0x56c5ad;if(cachedOidcConfig)return cachedOidcConfig;function _0x1d6656(_0x401432,_0xd3964e,_0x187950,_0x59709f){return _0x4e0ae3(_0x401432-_0x11c0fa._0x14a260,_0xd3964e,_0x187950-0x41a,_0x59709f-0x1dd);}try{if(_0x430a11[_0x22a475(0x1cd,_0x38f433._0x8e8953,0x1f2,0x204)](_0x22a475(_0x38f433._0x12a870,0x265,_0x38f433._0x506d0c,0x1cd),_0x430a11[_0x22a475(_0x38f433._0x8e8953,0x1db,0x22e,0x20f)])){const _0x498ba8={};return _0x498ba8[_0x22a475(0x1f0,_0x38f433._0x366e3a,0x24e,0x241)]=_0x1899fb['issuer'],logger[_0x22a475(0x1dc,0x210,0x1fa,_0x38f433._0x4be89f)](_0x430a11[_0x22a475(0x297,_0x38f433._0x141d88,0x250,0x25e)],_0x498ba8),cachedOidcConfig=await _0x9034d8[_0x1d6656(0x51c,0x4f4,0x518,_0x38f433._0x424699)](new URL(_0x1899fb[_0x22a475(0x279,_0x38f433._0x2a6130,_0x38f433._0x4f15d6,0x24b)]),_0x1899fb[_0x22a475(0x1bd,_0x38f433._0x328ea1,_0x38f433._0x12b4a6,_0x38f433._0x495c85)],_0x1899fb[_0x1d6656(_0x38f433._0x685ee1,_0x38f433._0xd1db65,0x4aa,0x4ab)+_0x1d6656(_0x38f433._0x4020da,0x4a6,0x4a1,0x444)]),logger['info'](_0x430a11['hZsbX']),cachedOidcConfig;}else _0x184450['delete'](_0xf283f0);}catch(_0x2e6ac9){logger[_0x22a475(0x2da,0x246,_0x38f433._0x4560aa,0x2a1)](_0x22a475(_0x38f433._0x20bb4b,0x27a,_0x38f433._0x4a00cd,0x253)+_0x1d6656(0x501,_0x38f433._0x23f4d7,_0x38f433._0x1f18f5,_0x38f433._0x3abdcf)+'IDC\x20provid'+'er',_0x2e6ac9);throw _0x2e6ac9;}}export async function generateAuthorizationUrl(_0x1806d0,_0x3a6790){const _0xc31a00={_0x32ec3a:0x50f,_0x5c4640:0x4b3,_0x33e998:0x1d,_0x1680bb:0x21,_0x1ffac5:0x13,_0x4a504e:0x41,_0x1c3c5e:0x4f8,_0x42565d:0x512,_0x34fa0c:0x58e,_0x484063:0x2a,_0xa57f64:0x38,_0x52ba68:0x58,_0x4b9aeb:0xe,_0x46783f:0x2d,_0x3eccfe:0x50,_0x2a3621:0x1,_0x2a638e:0x1c,_0x428a2b:0x4b,_0x499e53:0xe,_0x21d2c0:0x51,_0x13f945:0x559,_0x38b240:0x4c9,_0x305855:0x26,_0x35954e:0x2f,_0x26bb6d:0x2c,_0x254cae:0x8d,_0x4d02b0:0x572,_0x13d790:0x59c,_0x2dc027:0x57a,_0x35ecc1:0x38,_0x3f6bde:0x5ef,_0x33f199:0x11,_0xc6957e:0x49,_0x75af35:0x1b,_0x27ba1f:0x34,_0x14105d:0x2,_0x29bd3e:0x4d,_0x17121e:0x52,_0xa290c5:0x0,_0x42507e:0x6,_0x10cc82:0x46},_0x1c646e={_0x298add:0xe4},_0x5cb093={_0x42894b:0x19e,_0xd24c81:0xbb};function _0x142c4e(_0x5a65dc,_0x2a9573,_0x47a9f2,_0x593434){return _0x4e0ae3(_0x5a65dc-_0x5cb093._0x42894b,_0x5a65dc,_0x593434- -_0x5cb093._0xd24c81,_0x593434-0x184);}const _0x56f681={};_0x56f681[_0x1e83c7(_0xc31a00._0x32ec3a,0x4bb,0x4d6,_0xc31a00._0x5c4640)]=_0x142c4e(-_0xc31a00._0x33e998,-0x32,-0x79,-0x25),_0x56f681[_0x142c4e(-_0xc31a00._0x1680bb,-_0xc31a00._0x1ffac5,-_0xc31a00._0x4a504e,-0x4b)]='S256',_0x56f681['FDoNf']=_0x1e83c7(0x540,_0xc31a00._0x1c3c5e,_0xc31a00._0x42565d,_0xc31a00._0x34fa0c)+_0x142c4e(-_0xc31a00._0x484063,0xe,-0x53,-0x4c)+_0x142c4e(_0xc31a00._0xa57f64,0x74,0x87,_0xc31a00._0x52ba68)+'RL';const _0x2427e3=_0x56f681,_0x157265=await discoverOidcProvider(_0x1806d0),_0x254cf1=_0x179860[_0x142c4e(-0x2a,0x18,-0x39,-_0xc31a00._0x4b9aeb)+'s'](0x8*-0x272+-0x1fac+0x335c)[_0x142c4e(_0xc31a00._0x46783f,_0xc31a00._0x3eccfe,0x49,0x51)](_0x2427e3[_0x142c4e(_0xc31a00._0x2a3621,-_0xc31a00._0x2a638e,-0x76,-0x60)]),_0x5b2848=_0x179860[_0x142c4e(_0xc31a00._0x428a2b,-0x41,-0x3,-_0xc31a00._0x499e53)+'s'](0x46a*-0x3+-0xd88+0x16*0x139)[_0x142c4e(0x22,0x92,0x21,_0xc31a00._0x21d2c0)](_0x2427e3[_0x1e83c7(0x50f,_0xc31a00._0x13f945,0x4cf,_0xc31a00._0x38b240)]),_0x216d68=_0x9034d8[_0x1e83c7(0x57b,0x5af,0x57b,0x560)+_0x142c4e(0x8,_0xc31a00._0x305855,0x83,_0xc31a00._0x35954e)+'er'](),_0x949af=await _0x9034d8[_0x142c4e(-_0xc31a00._0x26bb6d,0x8d,_0xc31a00._0x254cae,0x30)+'KCECodeCha'+_0x1e83c7(0x599,_0xc31a00._0x4d02b0,_0xc31a00._0x13d790,_0xc31a00._0x2dc027)](_0x216d68);stateStore[_0x142c4e(0x13,0x2a,-_0xc31a00._0x35ecc1,-0x24)](_0x254cf1,{'nonce':_0x5b2848,'codeVerifier':_0x216d68,'createdAt':Date[_0x1e83c7(0x5a3,0x5dc,_0xc31a00._0x3f6bde,0x602)]()});function _0x1e83c7(_0x55b9a6,_0x55985b,_0x4e1768,_0x176656){return _0x4e0ae3(_0x55b9a6-_0x1c646e._0x298add,_0x176656,_0x55b9a6-0x4b4,_0x176656-0x195);}const _0x56768a={'redirect_uri':_0x3a6790,'scope':_0x1806d0['scopes'][_0x142c4e(-_0xc31a00._0x33f199,-0x31,_0xc31a00._0xc6957e,_0xc31a00._0x75af35)]('\x20'),'state':_0x254cf1,'nonce':_0x5b2848,'code_challenge':_0x949af,'code_challenge_method':_0x2427e3[_0x142c4e(-0x41,-0x70,-0x25,-_0xc31a00._0x428a2b)]},_0x3f244a=_0x9034d8[_0x142c4e(0x31,-0x3c,_0xc31a00._0x27ba1f,_0xc31a00._0x14105d)+'rizationUr'+'l'](_0x157265,_0x56768a);logger[_0x142c4e(-0x36,-0x61,-0x6f,-_0xc31a00._0x29bd3e)](_0x2427e3['FDoNf'],{'state':_0x254cf1['substring'](-0x161*0x1+-0x6*-0x251+-0xc85,-0x264b+-0x1d11+0x13*0x38c)+'...','redirectUri':_0x3a6790});const _0x49e4ea={};return _0x49e4ea[_0x142c4e(-0x4,-0x5a,_0xc31a00._0x2a3621,-_0xc31a00._0x17121e)]=_0x3f244a[_0x142c4e(_0xc31a00._0xa290c5,0x41,-0x15,_0xc31a00._0x4a504e)],_0x49e4ea[_0x142c4e(0x4,-0x7b,-_0xc31a00._0x42507e,-_0xc31a00._0x10cc82)]=_0x254cf1,_0x49e4ea;}export async function handleCallback(_0x39f01d,_0x380b5e,_0x322749){const _0x5e2898={_0x5a2cb9:0x502,_0x2c6a60:0x8f,_0x35cd62:0xa4,_0x2f9e30:0x3c,_0xae16a3:0xba,_0x26e8bf:0x46,_0x25ebc1:0xd0,_0x600bff:0x53,_0x2edf4d:0x9e,_0x568bce:0x1f,_0x19ef1f:0x2,_0x13a0c6:0x4ab,_0x4a79c0:0x4a7,_0x1e29cb:0x4b9,_0x4f302c:0x4e8,_0x195091:0xae,_0x18dba:0x4ac,_0x4424de:0x44c,_0x3a3abc:0xb4,_0x49eade:0x110,_0x420b75:0x4f8,_0x3d07f6:0x507,_0x4712da:0x4a0,_0x212b27:0x496,_0x1ffa97:0xc1,_0x3779b5:0x121,_0x26f7c0:0xc3,_0xd549a0:0x3,_0x3c20ee:0x5e,_0xd3fb8c:0x5b,_0x45c105:0x501,_0x165d4d:0x4,_0x470ec7:0x9f,_0x108230:0xf4,_0x4cb89b:0x4d8,_0xd07d40:0x4e6,_0x1bb16d:0x4c4,_0x3c79cf:0x4d1,_0x463fe9:0x4d7,_0x187994:0x57,_0x1f4b43:0x41,_0x2d3f23:0x1a,_0x543083:0x67,_0x330836:0xbd,_0x5c9a0a:0x538,_0x2430ba:0x47a,_0x481324:0x4c8,_0xfc3b1f:0x4b7,_0x53b785:0x48c,_0x464b2e:0x95,_0x41c5f1:0x47,_0x5c8d4f:0x50c,_0x3a6bc1:0x4ab,_0x396915:0x547,_0x33b762:0x4a2,_0x51708e:0x445,_0x573f5a:0x4a9,_0x3902e3:0x54d,_0x54cac6:0x50d,_0x49c185:0x4df,_0x19149d:0x4ad,_0x19b34d:0xb8,_0x399cf7:0x85,_0x126ff1:0x32,_0x4f11f4:0x48,_0x451887:0x11,_0x3412b6:0x22,_0x3ad59b:0x2,_0xc5eb10:0x509,_0x275496:0x4ef,_0x528a73:0x4a1,_0x246f36:0x65,_0x3e1eb1:0xa6,_0x41aa9e:0x4d,_0x1818ec:0x84,_0x42a899:0x59,_0x32ed15:0xd5,_0x567564:0x74,_0xc6cda2:0x86,_0x27a2aa:0x4a3,_0x2df896:0x47c,_0xbe22ac:0x451,_0x2817c8:0x44d,_0x9b6c3c:0x403,_0x1408d7:0x546,_0x18deef:0x4a8,_0x8ab90d:0x4cb,_0x443543:0x4e7,_0x1d5968:0x111,_0x18acfe:0x29,_0x42304b:0x4b,_0x5b6af6:0x47b,_0x170653:0x437,_0x24f4dc:0x499,_0x41cc0b:0x27,_0x1aaad0:0x4d3,_0x29d1dc:0x537,_0xd9d8d3:0x4c2,_0x51c122:0x4e3,_0x26aa1e:0x4ee,_0x4204fa:0x4ea,_0x544cf:0x469,_0x616fdf:0x436,_0xc2b2a:0x43b,_0x4fda98:0xf1,_0x17affa:0x103,_0x373111:0x4f4,_0x3d2edc:0x4af,_0x543ecb:0xd8,_0x125223:0x4bd,_0x2a4d51:0x43d,_0x57087d:0x4a6,_0x189a0f:0x8d,_0x375f00:0x35,_0x2d9898:0x492,_0x599598:0x4f4,_0x51a9ee:0x4cc,_0x419912:0x4e2,_0x21c7f5:0xc5,_0xfa0956:0x60,_0x384a65:0x556,_0x1cc1bb:0x4bf,_0x4f7613:0x4b0,_0x4dd504:0x117},_0x37d35f={_0x303b3e:0x14d,_0x5c4d9e:0x3f0,_0x3c8597:0x151};function _0x41fdcc(_0x4a7aad,_0x1ad943,_0x27e824,_0x3e8a91){return _0x4e0ae3(_0x4a7aad-_0x37d35f._0x303b3e,_0x1ad943,_0x4a7aad-_0x37d35f._0x5c4d9e,_0x3e8a91-_0x37d35f._0x3c8597);}const _0x368a0a={'ebmNT':function(_0x3435e4,_0x406cd6){return _0x3435e4>_0x406cd6;},'yMXSH':function(_0x2bf554,_0x1ffd37){return _0x2bf554===_0x1ffd37;},'FmhSv':_0x41fdcc(0x504,0x512,0x524,_0x5e2898._0x5a2cb9),'prQAI':_0x39f609(-0x67,-_0x5e2898._0x2c6a60,-_0x5e2898._0x35cd62,-_0x5e2898._0x2f9e30)+_0x39f609(-0x89,-_0x5e2898._0xae16a3,-_0x5e2898._0x26e8bf,-_0x5e2898._0x25ebc1)+_0x39f609(-_0x5e2898._0x600bff,-_0x5e2898._0x2edf4d,-_0x5e2898._0x568bce,-_0x5e2898._0x19ef1f)+'nd','fsinD':'Failed\x20to\x20'+_0x41fdcc(_0x5e2898._0x13a0c6,_0x5e2898._0x4a79c0,0x46c,0x4a2)+_0x41fdcc(0x492,_0x5e2898._0x1e29cb,0x4cc,_0x5e2898._0x4f302c)+_0x39f609(-0x9a,-_0x5e2898._0x195091,-0x5b,-0xc1),'ucdkl':function(_0x4b96bc,_0x27ef99){return _0x4b96bc!==_0x27ef99;},'TGQUI':'aPmET','ieBGP':_0x41fdcc(_0x5e2898._0x18dba,_0x5e2898._0x4424de,0x497,0x4c3)+_0x39f609(-_0x5e2898._0x3a3abc,-0x5e,-_0x5e2898._0x49eade,-0x7b)+_0x41fdcc(0x4f0,0x536,0x520,0x52a)+_0x41fdcc(_0x5e2898._0x420b75,0x528,0x4b3,_0x5e2898._0x3d07f6),'PWhDv':function(_0x4b8cc3,_0x2a4d1f){return _0x4b8cc3>_0x2a4d1f;},'XvpJA':function(_0x59be09,_0x2cca6b){return _0x59be09-_0x2cca6b;},'jSQXC':_0x41fdcc(_0x5e2898._0x4712da,0x4b4,0x457,_0x5e2898._0x212b27),'mZhmG':function(_0x5f0cb3,_0xa98b9b){return _0x5f0cb3(_0xa98b9b);},'qpBJL':_0x39f609(-_0x5e2898._0x1ffa97,-_0x5e2898._0x3779b5,-_0x5e2898._0x26f7c0,-0x83),'CXDKd':_0x39f609(-0x35,-_0x5e2898._0xd549a0,-_0x5e2898._0x3c20ee,-_0x5e2898._0xd3fb8c),'syBNG':function(_0x3a4e7a,_0x363b90){return _0x3a4e7a(_0x363b90);},'BhNyO':_0x41fdcc(0x4a9,0x4f7,_0x5e2898._0x45c105,0x4fa)+_0x39f609(-0x1c,-0x5b,0x45,_0x5e2898._0x165d4d)+_0x39f609(-_0x5e2898._0x470ec7,-0x58,-_0x5e2898._0x108230,-0xd7),'aAvQk':_0x41fdcc(0x490,_0x5e2898._0x4cb89b,_0x5e2898._0xd07d40,0x4ab)+_0x41fdcc(0x4d2,_0x5e2898._0x1bb16d,_0x5e2898._0x3c79cf,_0x5e2898._0x463fe9)+_0x39f609(-_0x5e2898._0x187994,-_0x5e2898._0x1f4b43,-_0x5e2898._0x2d3f23,-_0x5e2898._0x543083)},{state:_0x9df1ab,code:_0x369715}=_0x322749,_0x589194=stateStore[_0x39f609(-0xb7,-0x9e,-_0x5e2898._0x330836,-0x108)](_0x9df1ab);function _0x39f609(_0x15ea3f,_0x1db669,_0x2fec57,_0x165239){return _0x4e0ae3(_0x15ea3f-0x33,_0x1db669,_0x15ea3f- -0x137,_0x165239-0x171);}if(!_0x589194){if(_0x368a0a[_0x41fdcc(0x4f5,_0x5e2898._0x5c9a0a,0x498,0x510)](_0x368a0a['TGQUI'],_0x368a0a[_0x41fdcc(0x4bc,_0x5e2898._0x2430ba,0x4a8,0x519)])){const _0x537e4d=_0x59033b[_0x39f609(-0x48,-0x96,-0xd,0x1)]();for(const [_0x5d64a3,_0x46f492]of _0x1721aa[_0x41fdcc(_0x5e2898._0x481324,_0x5e2898._0xfc3b1f,_0x5e2898._0x53b785,_0x5e2898._0x5a2cb9)]()){_0x368a0a['ebmNT'](_0x537e4d-_0x46f492['createdAt'],_0x19a66e)&&_0x361fba[_0x39f609(-0x85,-0xd1,-_0x5e2898._0x464b2e,-_0x5e2898._0x41c5f1)](_0x5d64a3);}}else throw new Error(_0x368a0a[_0x41fdcc(_0x5e2898._0x5c8d4f,_0x5e2898._0x3a6bc1,_0x5e2898._0x396915,_0x5e2898._0x5c9a0a)]);}stateStore[_0x41fdcc(_0x5e2898._0x33b762,0x49d,_0x5e2898._0x51708e,0x4bd)](_0x9df1ab);if(_0x368a0a['PWhDv'](_0x368a0a[_0x41fdcc(0x505,_0x5e2898._0x573f5a,_0x5e2898._0x3902e3,_0x5e2898._0x54cac6)](Date[_0x41fdcc(_0x5e2898._0x49c185,_0x5e2898._0x19149d,0x4f0,0x481)](),_0x589194[_0x39f609(-_0x5e2898._0x19b34d,-0xad,-0xa3,-_0x5e2898._0x399cf7)]),STATE_TTL)){if(_0x368a0a[_0x39f609(-_0x5e2898._0x126ff1,-_0x5e2898._0x4f11f4,_0x5e2898._0x451887,_0x5e2898._0x3412b6)](_0x368a0a[_0x39f609(-0x21,-0xe,-0x1f,-_0x5e2898._0x3ad59b)],_0x368a0a[_0x41fdcc(0x506,_0x5e2898._0xc5eb10,0x4b2,0x500)]))return null;else throw new Error('State\x20para'+_0x41fdcc(0x4cc,0x4fa,_0x5e2898._0x275496,0x4dc)+_0x41fdcc(0x453,_0x5e2898._0x528a73,0x421,0x428));}const _0x427fcb=await _0x368a0a[_0x39f609(-_0x5e2898._0x246f36,-_0x5e2898._0x3e1eb1,-_0x5e2898._0x41aa9e,-0x71)](discoverOidcProvider,_0x39f01d);try{if(_0x368a0a[_0x39f609(-_0x5e2898._0x1818ec,-_0x5e2898._0x42a899,-_0x5e2898._0x32ed15,-0x82)](_0x368a0a['qpBJL'],_0x368a0a[_0x39f609(-0x9d,-0xca,-_0x5e2898._0x567564,-_0x5e2898._0xc6cda2)])){if(_0x368a0a[_0x41fdcc(_0x5e2898._0x27a2aa,_0x5e2898._0x573f5a,_0x5e2898._0x2df896,_0x5e2898._0xbe22ac)](_0x1c0ff0[_0x41fdcc(0x452,0x45e,_0x5e2898._0x2817c8,_0x5e2898._0x9b6c3c)],_0x368a0a[_0x41fdcc(0x4f1,_0x5e2898._0x1408d7,0x50e,_0x5e2898._0x18deef)])){const _0x58e475={};return _0x58e475[_0x41fdcc(_0x5e2898._0x8ab90d,_0x5e2898._0x443543,0x482,0x502)]=_0x4f7a9d,_0x531209[_0x39f609(-0xc9,-0x114,-_0x5e2898._0x1d5968,-0xf2)](_0x368a0a['prQAI'],_0x58e475),null;}_0x19408d[_0x39f609(-_0x5e2898._0x18acfe,-_0x5e2898._0x41aa9e,-0x1a,-_0x5e2898._0x42304b)](_0x368a0a[_0x41fdcc(_0x5e2898._0x5b6af6,_0x5e2898._0x170653,0x49a,_0x5e2898._0x24f4dc)],_0x3fb9fe);throw _0x30cf51;}else{const _0x2b1fdd=await _0x9034d8[_0x39f609(-0x79,-0x90,-_0x5e2898._0x1f4b43,-_0x5e2898._0x41cc0b)+_0x41fdcc(0x4d9,0x4bc,_0x5e2898._0x1aaad0,0x50e)+'nt'](_0x427fcb,new URL(_0x380b5e+_0x41fdcc(0x4aa,0x473,0x463,0x469)+_0x368a0a[_0x41fdcc(0x4f9,0x4dc,_0x5e2898._0x29d1dc,_0x5e2898._0xd9d8d3)](encodeURIComponent,_0x369715)+'&state='+_0x368a0a[_0x41fdcc(0x4f9,_0x5e2898._0x51c122,_0x5e2898._0x26aa1e,_0x5e2898._0x4204fa)](encodeURIComponent,_0x9df1ab)),{'pkceCodeVerifier':_0x589194[_0x41fdcc(_0x5e2898._0x544cf,_0x5e2898._0x616fdf,_0x5e2898._0xc2b2a,0x466)+'er'],'expectedNonce':_0x589194[_0x39f609(-_0x5e2898._0x26f7c0,-_0x5e2898._0x4fda98,-0xb4,-_0x5e2898._0x17affa)],'expectedState':_0x9df1ab}),_0x3beb6b=_0x2b1fdd[_0x41fdcc(_0x5e2898._0x373111,0x530,0x52b,_0x5e2898._0x3d2edc)](),_0x5bb8c4={};_0x5bb8c4['sub']=_0x3beb6b[_0x39f609(-_0x5e2898._0x543ecb,-0x115,-0x125,-0xc8)],_0x5bb8c4[_0x41fdcc(_0x5e2898._0x24f4dc,_0x5e2898._0x125223,_0x5e2898._0x2a4d51,_0x5e2898._0x57087d)]=_0x3beb6b['email'],_0x5bb8c4[_0x39f609(-0x64,-0x89,-_0x5e2898._0x189a0f,-0x93)]=_0x3beb6b[_0x39f609(-0x64,-0x46,-_0x5e2898._0x375f00,-0x1e)],logger['info'](_0x368a0a[_0x41fdcc(0x497,0x49c,0x460,_0x5e2898._0x2d9898)],_0x5bb8c4);const _0x2bfefe={};return _0x2bfefe[_0x41fdcc(_0x5e2898._0x599598,_0x5e2898._0x51a9ee,0x4a2,0x4de)]=_0x3beb6b,_0x2bfefe[_0x41fdcc(_0x5e2898._0x419912,0x486,0x499,0x4ea)+'n']=_0x2b1fdd['access_tok'+'en'],_0x2bfefe[_0x39f609(-0xaf,-0x6d,-_0x5e2898._0x21c7f5,-_0x5e2898._0xfa0956)]=_0x2b1fdd['id_token'],_0x2bfefe;}}catch(_0x326817){logger[_0x41fdcc(0x4fe,_0x5e2898._0x384a65,_0x5e2898._0x1cc1bb,_0x5e2898._0x4f7613)](_0x368a0a[_0x39f609(-0xcd,-0x11c,-_0x5e2898._0x4dd504,-0x10e)],_0x326817);throw _0x326817;}}function _0x4e0ae3(_0x130d02,_0x1240f5,_0x361c0f,_0x2a8332){const _0x445871={_0x3e3334:0x154};return _0x1f68(_0x361c0f- -_0x445871._0x3e3334,_0x1240f5);}export function getPublicOidcConfig(){const _0x3b5ca2={_0x20ebb2:0x42a,_0x35a8a5:0x51,_0x5bc024:0x23,_0x5bb454:0xa,_0x57b76e:0x28,_0x5d9575:0x4c,_0x18386c:0x3c,_0x558f24:0xb,_0x20b1ec:0x28,_0x3c5501:0x4a9,_0x538c92:0x44c,_0x5686c0:0x4ac,_0xc200f9:0x4ba,_0x3740e:0x4c1},_0x419d8f={_0xe59038:0x186,_0x16782d:0xd4},_0x3ad1df={_0x39fb35:0x61,_0x21dd9a:0x3a9,_0x4a46a5:0x12e};if(!cachedConfig)return null;const _0x1e49c3={};function _0x59e09a(_0x5c5ef1,_0x5dc554,_0x582e98,_0x4a85c4){return _0x4e0ae3(_0x5c5ef1-_0x3ad1df._0x39fb35,_0x5c5ef1,_0x582e98-_0x3ad1df._0x21dd9a,_0x4a85c4-_0x3ad1df._0x4a46a5);}function _0x254772(_0x551324,_0x1a73f8,_0x2c356f,_0x2184f0){return _0x4e0ae3(_0x551324-_0x419d8f._0xe59038,_0x551324,_0x2c356f- -0xec,_0x2184f0-_0x419d8f._0x16782d);}return _0x1e49c3[_0x59e09a(_0x3b5ca2._0x20ebb2,0x451,0x409,0x3d6)]=!![],_0x1e49c3['display_na'+'me']=cachedConfig[_0x254772(_0x3b5ca2._0x35a8a5,-_0x3b5ca2._0x5bc024,_0x3b5ca2._0x5bb454,-0x5)+'me'],_0x1e49c3[_0x254772(_0x3b5ca2._0x57b76e,_0x3b5ca2._0x5d9575,0x17,-_0x3b5ca2._0x18386c)+_0x254772(-_0x3b5ca2._0x558f24,-0x11,0x2c,_0x3b5ca2._0x20b1ec)]=cachedConfig[_0x59e09a(_0x3b5ca2._0x3c5501,_0x3b5ca2._0x538c92,_0x3b5ca2._0x5686c0,_0x3b5ca2._0xc200f9)+_0x59e09a(0x50c,0x46b,_0x3b5ca2._0x3740e,0x517)],_0x1e49c3;}export function clearOidcCache(){const _0x191677={_0x3c20fd:0x341,_0x1e2aab:0x34c,_0xb63b56:0x149,_0x2a2bfb:0x128,_0x3682d2:0x182,_0x2e6f15:0x31b,_0x1758f2:0x2a3,_0x583130:0x2ac,_0xbd56dc:0x2d5,_0x37918f:0x352},_0x7ffb68={_0x42bc8f:0x7f,_0x36ca40:0x268},_0x20f884={_0x5d5639:0x1a0},_0x4bad8d={};_0x4bad8d[_0x57efa9(0x382,_0x191677._0x3c20fd,_0x191677._0x1e2aab,0x34f)]=_0x10522b(-_0x191677._0xb63b56,-0x16a,-_0x191677._0x2a2bfb,-_0x191677._0x3682d2)+'\x20cleared';const _0x349a42=_0x4bad8d;cachedConfig=null,cachedOidcConfig=null;function _0x10522b(_0x1bcff1,_0x4ffc7b,_0x271caf,_0x15315e){return _0x4e0ae3(_0x1bcff1-_0x20f884._0x5d5639,_0x1bcff1,_0x271caf- -0x18e,_0x15315e-0x73);}stateStore['clear']();function _0x57efa9(_0x53a71d,_0x582cf4,_0x31170a,_0x277645){return _0x4e0ae3(_0x53a71d-_0x7ffb68._0x42bc8f,_0x53a71d,_0x277645-_0x7ffb68._0x36ca40,_0x277645-0x1e2);}logger[_0x57efa9(_0x191677._0x2e6f15,_0x191677._0x1758f2,_0x191677._0x583130,_0x191677._0xbd56dc)](_0x349a42[_0x57efa9(_0x191677._0x37918f,0x360,0x333,0x34f)]);}export async function reloadOidcConfig(){const _0x504f7c={_0x560f66:0x3eb,_0x4e4e2a:0x42a},_0x511393={_0xdd2371:0x33c,_0x4c9c99:0x88},_0x461d8f={_0x2f8796:0x15d,_0x1488d8:0x193};function _0xf4f33b(_0x3f398e,_0x1bc700,_0x11b27f,_0x5aa969){return _0x4e0ae3(_0x3f398e-_0x461d8f._0x2f8796,_0x11b27f,_0x5aa969-0x37b,_0x5aa969-_0x461d8f._0x1488d8);}const _0x49c980={'lnZXL':function(_0x5e3589){return _0x5e3589();}};function _0x149779(_0x56a36c,_0x3bb721,_0x5d4438,_0x4c4283){return _0x4e0ae3(_0x56a36c-0x13d,_0x4c4283,_0x5d4438-_0x511393._0xdd2371,_0x4c4283-_0x511393._0x4c9c99);}return _0x49c980[_0x149779(0x3f5,0x403,0x3d7,0x423)](clearOidcCache),await _0x49c980[_0x149779(_0x504f7c._0x560f66,_0x504f7c._0x4e4e2a,0x3d7,0x430)](loadOidcConfig);}export async function testOidcDiscovery(_0xe2e6dd){const _0x28177c={_0x5baf28:0x354,_0x21b38e:0x52,_0x1c5173:0x60,_0x158e50:0x31,_0x40e1a0:0x5e,_0x5cf404:0x51,_0x249cbe:0x72,_0xf08fb:0x5c,_0x7202f1:0x2f,_0x53655c:0x5,_0x5b7f06:0x10,_0x3dd08c:0x307,_0x61678e:0x2e0,_0x150d53:0x9,_0x5bbcfc:0x6b,_0x227649:0x14,_0x35a68c:0x37,_0x18e6c0:0x33d,_0x203d98:0x341,_0x49515b:0x2fd,_0x1ce488:0x371,_0xc1116b:0x376,_0x10c024:0x5a,_0x13e973:0xb,_0x68c155:0xa1,_0x570718:0x7f,_0x109bb0:0x59,_0x19b235:0x307,_0x1074e2:0x2c9,_0x59ca28:0xae,_0x29652d:0xad,_0x53770a:0xb8,_0x28c8d6:0x31d,_0xc76e10:0x39,_0x5b98d5:0x5f,_0x129084:0x26,_0x23ddaf:0x311,_0x3cf93b:0x2e9,_0x58a2a5:0x332,_0x4e703d:0x353,_0x93e71d:0x56,_0x561d7d:0xc4,_0x1286ca:0x7d,_0x199bd4:0x22,_0x4c1607:0x4d,_0x2dccfe:0x31a,_0x3ffa0a:0x328,_0x2a0dc5:0x31b,_0x276580:0x37a,_0x2a2b1c:0x37,_0x282e82:0x62,_0x89cbd2:0x32e,_0x13b649:0x2b5,_0x28e944:0x299,_0x12b53c:0x25f,_0x116d57:0x56,_0x158a1e:0x60,_0x37644a:0x42,_0x22a9bf:0x317,_0x1143b0:0x2c8,_0x153b57:0x11,_0x36087b:0x27,_0x1b530d:0x377,_0x387e9f:0x31f,_0x31f34b:0x311,_0x87862c:0x2d0,_0x3e0a91:0x2e2,_0xf2553d:0x30a,_0x3cc116:0x315,_0x2a272d:0x307,_0x554cd3:0x35b,_0x3c9d79:0x5b,_0x541795:0x2a6,_0x50538e:0xba,_0x52a4e9:0x77,_0x529b0b:0x41,_0x3dbe83:0x53,_0x1afc93:0x41,_0x3fc5b5:0x78,_0x3c06f6:0x50,_0x5b3b53:0x30,_0x325938:0x60,_0x26925a:0x3c,_0x330c97:0x89,_0x1c448f:0x82,_0x3e3324:0xc7,_0x376df2:0x69,_0x1e1cc1:0x45,_0x28630b:0x2d9,_0x2ac8f6:0x2e5,_0x647090:0x2a8,_0x4c1407:0x2ae,_0xee650c:0x2b0,_0x32f00d:0x258,_0x230ac6:0x26f},_0x5b6245={_0x380130:0x56,_0x46bf9d:0x91},_0x24a29b={'RsaOr':'State\x20para'+_0x49a254(0x325,_0x28177c._0x5baf28,0x348,0x373)+_0x1eab25(-_0x28177c._0x21b38e,-_0x28177c._0x1c5173,-0x2e,-0x46),'CEMUD':_0x1eab25(_0x28177c._0x158e50,-0x55,-0x10,-_0x28177c._0x40e1a0)+'n/openid-c'+'onfigurati'+'on','CopOy':function(_0xab837d,_0x3c0955,_0x50cdf2){return _0xab837d(_0x3c0955,_0x50cdf2);},'eGvJf':_0x1eab25(-_0x28177c._0x5cf404,-0x11,-0x30,-_0x28177c._0x249cbe)+_0x1eab25(_0x28177c._0xf08fb,_0x28177c._0x7202f1,0x4,-0x8),'vbqrb':function(_0x249fdb,_0x357975){return _0x249fdb!==_0x357975;},'dgMCa':'IZNix','ODhEu':_0x49a254(0x2f1,0x2cc,0x2fe,0x2d1),'KpXkj':_0x1eab25(-_0x28177c._0x53655c,-0x7,0x30,_0x28177c._0x5b7f06),'AxymE':_0x49a254(_0x28177c._0x3dd08c,_0x28177c._0x61678e,0x313,0x2ea)+_0x1eab25(_0x28177c._0x150d53,_0x28177c._0x5bbcfc,0x5b,0x7b)+'nt','aipMA':_0x1eab25(0x3f,0x7b,0x50,_0x28177c._0x227649)+_0x1eab25(-0xf,-_0x28177c._0x35a68c,-0x1f,0x21),'ybrLu':function(_0x1e6bc3,_0x16d708){return _0x1e6bc3>_0x16d708;},'lDIdK':_0x49a254(_0x28177c._0x18e6c0,0x377,0x300,_0x28177c._0x203d98)+_0x49a254(0x2ba,0x28f,_0x28177c._0x49515b,0x26d)+_0x49a254(0x337,_0x28177c._0x1ce488,0x342,_0x28177c._0xc1116b)+_0x1eab25(_0x28177c._0x10c024,0x7f,_0x28177c._0x1c5173,_0x28177c._0x13e973)};function _0x49a254(_0x53ed48,_0x3ae165,_0x2e77e8,_0x47795f){return _0x4e0ae3(_0x53ed48-0x19e,_0x3ae165,_0x53ed48-0x249,_0x47795f-0x1b9);}function _0x1eab25(_0x24c047,_0x148370,_0x3c42ed,_0x51379d){return _0x4e0ae3(_0x24c047-_0x5b6245._0x380130,_0x24c047,_0x3c42ed- -_0x5b6245._0x46bf9d,_0x51379d-0x126);}try{const _0xd5273e=new URL(_0x24a29b['CEMUD'],_0xe2e6dd[_0x1eab25(_0x28177c._0x68c155,0xbe,_0x28177c._0x570718,_0x28177c._0x109bb0)]('/')?_0xe2e6dd:_0xe2e6dd+'/'),_0x27f21d=await _0x24a29b[_0x49a254(0x2b1,0x2e0,_0x28177c._0x19b235,_0x28177c._0x1074e2)](fetch,_0xd5273e[_0x1eab25(_0x28177c._0x59ca28,0x17,0x6b,_0x28177c._0x29652d)],{'headers':{'Accept':_0x24a29b['eGvJf']},'signal':AbortSignal[_0x1eab25(_0x28177c._0x53770a,0x96,0x88,0x4b)](-0xe87*-0x3+0x2d70*-0x1+-0x19*-0x1a3)});if(!_0x27f21d['ok']){if(_0x24a29b[_0x49a254(0x314,0x2ee,_0x28177c._0x28c8d6,0x300)](_0x24a29b[_0x1eab25(0xd,_0x28177c._0xc76e10,_0x28177c._0x5b98d5,_0x28177c._0x129084)],_0x24a29b[_0x49a254(_0x28177c._0x23ddaf,_0x28177c._0x3cf93b,_0x28177c._0x58a2a5,_0x28177c._0x4e703d)])){const _0x140865={};return _0x140865[_0x1eab25(0x45,_0x28177c._0x93e71d,0x24,-0x26)]=![],_0x140865[_0x1eab25(0x75,_0x28177c._0x561d7d,_0x28177c._0x1286ca,_0x28177c._0x199bd4)]='Discovery\x20'+_0x1eab25(0x62,0x28,_0x28177c._0x4c1607,0x76)+'eturned\x20'+_0x27f21d[_0x49a254(_0x28177c._0x2dccfe,_0x28177c._0x3ffa0a,_0x28177c._0x2a0dc5,_0x28177c._0x276580)]+':\x20'+_0x27f21d[_0x1eab25(_0x28177c._0x2a2b1c,0x19,_0x28177c._0x282e82,_0x28177c._0x150d53)],_0x140865;}else throw new _0x2a945b(_0x24a29b['RsaOr']);}const _0x751545=await _0x27f21d['json'](),_0x17dae3=[_0x24a29b['KpXkj'],_0x24a29b[_0x49a254(0x2d8,_0x28177c._0x89cbd2,0x2aa,0x2b7)],_0x24a29b[_0x49a254(_0x28177c._0x13b649,_0x28177c._0x28e944,_0x28177c._0x12b53c,0x2d0)]],_0x225ad1=_0x17dae3['filter'](_0x488bec=>!_0x751545[_0x488bec]);if(_0x24a29b[_0x1eab25(_0x28177c._0x116d57,_0x28177c._0x158a1e,0x79,0x21)](_0x225ad1[_0x1eab25(-_0x28177c._0x37644a,-_0x28177c._0x227649,0x0,-0x43)],-0x2075+0xcde+0x1397))return{'success':![],'error':_0x49a254(_0x28177c._0x22a9bf,_0x28177c._0x1143b0,0x2e2,0x371)+_0x49a254(0x2e2,0x28e,0x2f6,0x2dc)+'issing\x20req'+_0x1eab25(0x6a,_0x28177c._0x153b57,0x27,_0x28177c._0x36087b)+_0x49a254(0x322,_0x28177c._0x1b530d,_0x28177c._0x19b235,_0x28177c._0x23ddaf)+_0x225ad1[_0x49a254(_0x28177c._0x387e9f,0x2f1,_0x28177c._0x31f34b,0x2e6)](',\x20')};const _0x118e4b={};return _0x118e4b[_0x49a254(0x2fe,_0x28177c._0x87862c,_0x28177c._0x3e0a91,0x300)]=!![],_0x118e4b[_0x49a254(_0x28177c._0xf2553d,0x317,0x330,_0x28177c._0x3cc116)]=_0x751545['issuer'],_0x118e4b[_0x49a254(_0x28177c._0x2a272d,_0x28177c._0x89cbd2,0x367,_0x28177c._0x554cd3)+_0x1eab25(0x12,0x39,_0x28177c._0x3c9d79,0x4d)+'nt']=_0x751545[_0x49a254(_0x28177c._0x2a272d,0x311,_0x28177c._0x541795,0x2ef)+_0x1eab25(_0x28177c._0x50538e,_0x28177c._0x52a4e9,0x5b,_0x28177c._0x53770a)+'nt'],_0x118e4b[_0x1eab25(_0x28177c._0x529b0b,_0x28177c._0x3dbe83,0x50,-0xe)+_0x1eab25(0x2c,-_0x28177c._0x1afc93,-0x1f,-0x32)]=_0x751545[_0x1eab25(0xa,_0x28177c._0x3fc5b5,_0x28177c._0x3c06f6,_0x28177c._0x5b98d5)+'oint'],_0x118e4b[_0x1eab25(_0x28177c._0x5b3b53,_0x28177c._0x325938,_0x28177c._0x26925a,_0x28177c._0x330c97)+'ported']=_0x751545['scopes_sup'+_0x1eab25(_0x28177c._0x1c448f,_0x28177c._0x3e3324,_0x28177c._0x376df2,_0x28177c._0x1e1cc1)]||[],_0x118e4b;}catch(_0x16999e){const _0x366238={};return _0x366238[_0x49a254(0x2fe,_0x28177c._0x28630b,_0x28177c._0x2ac8f6,0x2c8)]=![],_0x366238['error']=_0x16999e[_0x49a254(0x2e7,0x28b,_0x28177c._0x647090,_0x28177c._0x4c1407)]||_0x24a29b[_0x49a254(_0x28177c._0xee650c,0x2d3,_0x28177c._0x32f00d,_0x28177c._0x230ac6)],_0x366238;}}
@@ -1 +1 @@
1
- (function(_0x4cf39e,_0x5665df){const _0x19f2e9={_0x152bce:0x7e,_0x5e3a3b:0x8c,_0x1642ad:0xa9,_0x20f8db:0x322,_0x143770:0x32c,_0x1c48b4:0xad,_0x28841a:0x90,_0x2e3973:0xa2,_0x23574c:0x34c,_0x2ac337:0x357,_0x180306:0x367,_0x449bd0:0x36a,_0x302a12:0x337,_0x42cd37:0x33d,_0x17628a:0x324,_0x5ee80e:0xa0,_0x314647:0xce,_0x5a6556:0xe2,_0x515293:0xa8,_0x22b643:0x9c,_0x5bb1b0:0x9b},_0x109b86={_0x46238c:0x179};function _0x48ed4b(_0x3c5b3e,_0x504612,_0x5477c4,_0x9b37fa){return _0x4544(_0x504612- -0x276,_0x9b37fa);}const _0x4c8390=_0x4cf39e();function _0x479e57(_0x44cfa9,_0x5371b2,_0x1a83c1,_0x1f7ccc){return _0x4544(_0x1f7ccc-_0x109b86._0x46238c,_0x44cfa9);}while(!![]){try{const _0x540d1d=-parseInt(_0x48ed4b(-_0x19f2e9._0x152bce,-0x96,-_0x19f2e9._0x5e3a3b,-_0x19f2e9._0x1642ad))/(0x2056+0x335+0x238a*-0x1)*(parseInt(_0x479e57(_0x19f2e9._0x20f8db,0x342,_0x19f2e9._0x143770,0x32e))/(0x1b*0xd5+0x107*-0x19+0x33a))+-parseInt(_0x48ed4b(-_0x19f2e9._0x1c48b4,-_0x19f2e9._0x28841a,-_0x19f2e9._0x2e3973,-0x8e))/(0x101a+0x7*0x515+-0x33aa)*(-parseInt(_0x479e57(0x344,0x367,_0x19f2e9._0x23574c,_0x19f2e9._0x2ac337))/(0xf41*-0x1+0x13e3+-0x49e))+parseInt(_0x479e57(_0x19f2e9._0x180306,0x328,_0x19f2e9._0x449bd0,0x343))/(-0x3a9+-0x242*0x4+0xcb6*0x1)+parseInt(_0x479e57(_0x19f2e9._0x302a12,_0x19f2e9._0x42cd37,_0x19f2e9._0x17628a,0x333))/(0x1*0x5a7+-0x1*0x1f01+0x32c*0x8)*(parseInt(_0x48ed4b(-0xbb,-_0x19f2e9._0x5ee80e,-0x7e,-_0x19f2e9._0x5e3a3b))/(-0x1*-0x7fc+-0x1761*-0x1+-0x1f56))+-parseInt(_0x48ed4b(-_0x19f2e9._0x314647,-0xc6,-0xdc,-_0x19f2e9._0x5a6556))/(-0xda7*0x2+-0x14*0x8b+0x2*0x1319)+-parseInt(_0x479e57(0x351,0x375,0x392,0x36c))/(0xb*-0x24b+0x1e2f+-0x4ed)+parseInt(_0x48ed4b(-_0x19f2e9._0x515293,-_0x19f2e9._0x22b643,-0x81,-_0x19f2e9._0x5bb1b0))/(-0x1*0x1a97+0x1*0x26cb+-0xc2a);if(_0x540d1d===_0x5665df)break;else _0x4c8390['push'](_0x4c8390['shift']());}catch(_0x1bab73){_0x4c8390['push'](_0x4c8390['shift']());}}}(_0x7d25,0x5*0x9813+-0x9*-0xb9eb+-0x1bbf2));function _0x4544(_0x3ccfa9,_0x36a945){_0x3ccfa9=_0x3ccfa9-(0x1922+0x5*0x66e+-0x28*0x164);const _0x12b84d=_0x7d25();let _0x53b74a=_0x12b84d[_0x3ccfa9];if(_0x4544['zELbIy']===undefined){var _0x15576d=function(_0x57321f){const _0x5e8bce='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3b7e4e='',_0x393bdf='';for(let _0x3785e7=-0xb9b*-0x3+-0x1*0x24cc+0xa9*0x3,_0x2fbaba,_0x3d6af1,_0x1ae61f=-0x53d+0x6a8+-0x16b;_0x3d6af1=_0x57321f['charAt'](_0x1ae61f++);~_0x3d6af1&&(_0x2fbaba=_0x3785e7%(-0x7fa*-0x1+-0x92b+0x1*0x135)?_0x2fbaba*(-0x1*-0x1de3+-0x1*-0x1629+-0x30c*0x11)+_0x3d6af1:_0x3d6af1,_0x3785e7++%(-0x22bd+0x16dd+0xbe4))?_0x3b7e4e+=String['fromCharCode'](-0x143b+0x1*0x1a2f+-0x3*0x1a7&_0x2fbaba>>(-(0x18d0+-0x1*0x22ca+0x9fc)*_0x3785e7&0x4*0x3eb+-0x1b2d+0xb87)):0x10*0x206+0x3d3*0x7+-0x3b25){_0x3d6af1=_0x5e8bce['indexOf'](_0x3d6af1);}for(let _0x4f46d6=-0x10f1*0x1+-0x1c77+-0x1*-0x2d68,_0x3eaf5c=_0x3b7e4e['length'];_0x4f46d6<_0x3eaf5c;_0x4f46d6++){_0x393bdf+='%'+('00'+_0x3b7e4e['charCodeAt'](_0x4f46d6)['toString'](0x184f+0x13*0x205+-0x3e9e))['slice'](-(0x188b+-0x1*0x77f+-0x110a));}return decodeURIComponent(_0x393bdf);};_0x4544['Kamucq']=_0x15576d,_0x4544['cRPUpV']={},_0x4544['zELbIy']=!![];}const _0x449f3e=_0x12b84d[-0xd30+-0x5*-0x34+0xc2c],_0x547476=_0x3ccfa9+_0x449f3e,_0x413451=_0x4544['cRPUpV'][_0x547476];return!_0x413451?(_0x53b74a=_0x4544['Kamucq'](_0x53b74a),_0x4544['cRPUpV'][_0x547476]=_0x53b74a):_0x53b74a=_0x413451,_0x53b74a;}import _0x13ad1b from'crypto';import{logger}from'./logger.js';const DEVICE_TTL_MS=(-0xee0+0x40a+0x18*0x74)*(-0xd7c*-0x2+0x2dd*0x7+-0x2ec7)*(0x268b+0x1c6b+-0x7*0x902),POLL_INTERVAL_MS=(0x63*0x1+0x1*0x11aa+-0x905*0x2)*(-0x1a*-0x68+-0x1*0x6f5+0x4d),CODE_CHARS=_0x204a18(-0x4c,-0x6d,-0x2c,-0x6f)+_0x11700b(0x2ad,0x2a8,0x2c5,0x2a2)+_0x204a18(-0x74,-0x50,-0x54,-0x86)+'89',USER_CODE_LENGTH=-0x68e+0x1*0x13a2+-0xd0c,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function randomUserCode(){const _0x1cb06a={_0x154f18:0x40f,_0x54bf8b:0x40a,_0x1a659f:0x3ed,_0x385208:0x3f9,_0x208659:0x3b8,_0x36fad9:0x40a,_0x1f943e:0x3d7,_0x580140:0x3e3,_0x362e51:0x3d9,_0x4ca35d:0x2b9,_0x53fb8a:0x2d8,_0x56a1b2:0x2e0,_0x96bc2:0x3f0,_0x7138e:0x3e7,_0x122eff:0x30b},_0x570135={_0x142d34:0x158,_0x73b0b0:0x43},_0x20cf15={_0x3f8a47:0x15b},_0x490c1f={};_0x490c1f[_0x20321f(0x422,_0x1cb06a._0x154f18,_0x1cb06a._0x54bf8b,_0x1cb06a._0x1a659f)]=function(_0x20802a,_0x5c7aef){return _0x20802a!==_0x5c7aef;},_0x490c1f[_0x20321f(_0x1cb06a._0x385208,_0x1cb06a._0x208659,0x3d9,0x3c1)]=_0x20321f(0x3da,_0x1cb06a._0x36fad9,0x3e3,_0x1cb06a._0x1f943e);function _0x26ee4e(_0x5158d2,_0x2d0918,_0x388fdc,_0x1bfd83){return _0x204a18(_0x388fdc-0x336,_0x2d0918-_0x20cf15._0x3f8a47,_0x5158d2,_0x1bfd83-0xfb);}const _0x32b29a=_0x490c1f;let _0x22dcee='';function _0x20321f(_0x539027,_0x3cfef9,_0x3bc426,_0x3a104b){return _0x11700b(_0x539027-0xc1,_0x3bc426-_0x570135._0x142d34,_0x3bc426-_0x570135._0x73b0b0,_0x3cfef9);}for(let _0x5d3c97=0x1*-0x1607+-0x1*-0x18f9+-0x2f2;_0x5d3c97<USER_CODE_LENGTH;_0x5d3c97+=-0x1*-0x141b+-0x815+-0x1*0xc05){if(_0x32b29a['LYANy'](_0x20321f(0x3e7,0x3c4,_0x1cb06a._0x580140,0x3f1),_0x32b29a[_0x20321f(0x400,0x3da,_0x1cb06a._0x362e51,0x3d6)]))return![];else{const _0x89e542=_0x13ad1b[_0x26ee4e(_0x1cb06a._0x4ca35d,0x2bc,_0x1cb06a._0x53fb8a,_0x1cb06a._0x56a1b2)](0x1be5+0x40*-0x26+-0x1265,CODE_CHARS[_0x20321f(0x406,_0x1cb06a._0x96bc2,_0x1cb06a._0x7138e,0x400)]);_0x22dcee+=CODE_CHARS[_0x89e542];}}return _0x22dcee['slice'](0x174+0x4ab*0x1+-0x61f*0x1,0x2683*0x1+-0x1*0x1b4f+-0xb30)+'-'+_0x22dcee[_0x26ee4e(0x2d7,0x2d8,0x2f6,_0x1cb06a._0x122eff)](-0x195+-0x1*-0x265+-0xcc);}function _0x7d25(){const _0x3fdcb5=['mJu2nZG2mMrmsezpCq','Efj4DLe','yxbPs2v5','qvnwt0u','B0Lgzgy','wxrdt2i','C0XdCuC','y2XLyxi','v1HzwJiZndu2nW','vNDht3O','CMuGCMvZzxq','mta2odK3nLfQtvfvBG','thHSCuW','wKHmqLu','C2v0','C3rHDhvZ','mZaYnNfdtxPRtq','BgvUz3rO','wgrQzxm','BLDvzfe','zxHWAxjLC0f0','ndjdrunNt0C','vNDqy1K','AuzvCMy','CMr5vhu','CgvUzgLUzW','DxnLCG','Dg9tDhjPBMC','yxbWCM92zwq','wejkrNu','CMfUzg9Tsw50','BM93','tLDezM8','EKHRsxO','D05vsxe','zgXWvxu','zsbMBg93ihn0BW','mtu0nJeXnu9zzejWsG','yuTHrfC','z2v0','zw50CMLLCW','uKrNs2O','te1ouffsu1rvvG','Ewf0sxG','wwDxsNG','Dxfszw8','Agv4','Evz3s24','qujdrevgr0HksW','mJmXodG5qvPZBKv6','rKzvu1q','AeDjteC','tfLbtNK','nZC3nJyWsLzlzvHg','uLfVC0C','zxHWAxjLza','DxnLCKnVzgu','mtGXmJyYoeHcD3H0Da','C1ziq3a','otvzr3f4rgy','C2XPy2u','zMXVB3i','Dffsq3u','zgvIDwC','t0LeqYbKzxzPyW','m1vZBxnYBa','AgfZ','whvyzu4','sej4CuO','tvzRrLu','rKHcEfK','Ehvfqwe','uuDXv0e','zM1mEgO','tuT5Dum','thbxu1G','zgvSzxrL','DLr3zu4'];_0x7d25=function(){return _0x3fdcb5;};return _0x7d25();}function isExpired(_0x4fdbad){const _0x2e138e={_0xd12cd:0x1a0,_0xef6e98:0x18e},_0x4aa311={_0x51ff37:0x143,_0x261f35:0x10f,_0x13e27c:0x1e},_0x541527={};function _0x9259f0(_0x2b9ad0,_0x515395,_0x54f496,_0x1b8749){return _0x11700b(_0x2b9ad0-_0x4aa311._0x51ff37,_0x515395- -_0x4aa311._0x261f35,_0x54f496-_0x4aa311._0x13e27c,_0x1b8749);}_0x541527['fPGwE']=function(_0x23e282,_0x564185){return _0x23e282>_0x564185;};const _0x3aeb26=_0x541527;return _0x3aeb26['fPGwE'](Date[_0x9259f0(_0x2e138e._0xd12cd,_0x2e138e._0xef6e98,0x178,0x1b0)](),_0x4fdbad['expiresAt']);}function cleanupExpired(){const _0x122ebc={_0x1e0475:0xb2,_0x6598a1:0x88,_0xbb534a:0xaa,_0x5630d6:0x2de,_0x2630da:0x2b8,_0x1e20e5:0x2c4,_0x2341ef:0x9d,_0x27e60e:0xa2,_0x5a90ec:0xb9,_0x3849a1:0x78,_0x18cce9:0x8f,_0x36f7a9:0xa6,_0x32daf6:0xa3,_0x354db0:0x9c,_0xb9a02a:0x98,_0x461f1e:0xc7,_0x187baf:0xd6,_0x2a6c89:0xbc,_0xc46bcb:0xc1,_0x523436:0x98,_0x282ac1:0x85,_0x2993aa:0xa0,_0x48a22d:0x29d,_0x5674fc:0x2c0,_0x50b9d2:0x31f,_0x537934:0x302},_0x2ca718={_0x1da7cd:0x3},_0x17889a={_0x4b46a5:0x32d,_0x198856:0x58},_0x4c4c1f={};_0x4c4c1f['nWUdQ']=function(_0x4d67d4,_0x370def){return _0x4d67d4>_0x370def;},_0x4c4c1f[_0x4d0e06(0x9d,0xc3,0x97,_0x122ebc._0x1e0475)]=_0x4d0e06(_0x122ebc._0x6598a1,0x98,_0x122ebc._0xbb534a,0x7e);const _0x11820b=_0x4c4c1f,_0x2a0d79=Date[_0x5dbf1e(0x2e2,0x2f0,_0x122ebc._0x5630d6,0x2d0)]();function _0x5dbf1e(_0x43965e,_0x53df31,_0x14b46d,_0x180985){return _0x204a18(_0x180985-_0x17889a._0x4b46a5,_0x53df31-0x171,_0x53df31,_0x180985-_0x17889a._0x198856);}for(const [_0x8b031f,_0x29bee0]of deviceStore['entries']()){if(_0x11820b[_0x5dbf1e(0x2d8,0x2ce,_0x122ebc._0x2630da,_0x122ebc._0x1e20e5)](_0x2a0d79,_0x29bee0['expiresAt'])){if(_0x11820b['uqReo']!==_0x11820b[_0x4d0e06(_0x122ebc._0x2341ef,_0x122ebc._0x27e60e,_0x122ebc._0x5a90ec,_0x122ebc._0x3849a1)])return _0x11820b['nWUdQ'](_0x26d93b[_0x4d0e06(_0x122ebc._0x18cce9,0xb3,_0x122ebc._0x36f7a9,_0x122ebc._0x32daf6)](),_0x16fef3[_0x4d0e06(0x84,0x65,_0x122ebc._0x354db0,_0x122ebc._0xb9a02a)]);else deviceStore[_0x4d0e06(0xbc,_0x122ebc._0x461f1e,_0x122ebc._0x187baf,0xd6)](_0x8b031f),userCodeToDevice[_0x4d0e06(_0x122ebc._0x2a6c89,_0x122ebc._0xc46bcb,0xbf,0xa8)](_0x29bee0[_0x4d0e06(0xa8,0xb1,0xbb,0x9b)]);}}function _0x4d0e06(_0x2be4a8,_0x240e27,_0x25be72,_0x58421c){return _0x11700b(_0x2be4a8-_0x2ca718._0x1da7cd,_0x2be4a8- -0x20e,_0x25be72-0x12d,_0x25be72);}for(const [_0x4eab37,_0x161bd5]of stateToDevice[_0x4d0e06(_0x122ebc._0x523436,0x76,_0x122ebc._0x282ac1,_0x122ebc._0x2993aa)]()){const _0x47d69a=deviceStore[_0x5dbf1e(0x2f6,0x2be,_0x122ebc._0x5630d6,0x2d8)](_0x161bd5);(!_0x47d69a||_0x11820b[_0x5dbf1e(_0x122ebc._0x48a22d,_0x122ebc._0x5674fc,0x29d,0x2c4)](_0x2a0d79,_0x47d69a['expiresAt']))&&stateToDevice[_0x5dbf1e(0x2d7,_0x122ebc._0x50b9d2,_0x122ebc._0x537934,0x2fd)](_0x4eab37);}}const cleanupInterval=setInterval(cleanupExpired,(0x1a53+-0xfb*-0x25+-0x3e5e)*(-0x71c+0x75a*-0x4+0x286c));function _0x204a18(_0xafcc1c,_0x450b18,_0x3a0e02,_0x3345be){return _0x4544(_0xafcc1c- -0x221,_0x3a0e02);}cleanupInterval['unref']();function _0x11700b(_0x34bb67,_0xa3fdb3,_0x244366,_0x1b1be8){return _0x4544(_0xa3fdb3-0xd9,_0x1b1be8);}export function createDeviceFlow(){const _0x1ecc99={_0x579194:0x505,_0x2f0bfa:0x4f9,_0x57fdd6:0x1ab,_0xd0972f:0x1b3,_0xa54103:0x1a6,_0x2dc545:0x1d1,_0x538d1a:0x1c7,_0xc602fe:0x1b7,_0x1fe0bb:0x1b4,_0x4ef86b:0x1c1,_0x58d7e0:0x518,_0x5cc7b8:0x530,_0x5de1ab:0x516,_0x33ab71:0x519,_0x4a4f92:0x1c2,_0xca60bb:0x1d7,_0x551ca1:0x1c0,_0xb06c2f:0x1be,_0x1b6a22:0x4fc,_0x3b169f:0x507,_0x53aa33:0x4d6,_0xacf082:0x20e,_0x3c6d56:0x1c9,_0x5d429c:0x202,_0x118067:0x1d3,_0x29dbca:0x1be,_0x4f5f4a:0x50b,_0x36e5ad:0x501},_0x3319fe={_0x5e9c43:0x11f,_0x3de3b6:0x479,_0x1f3067:0x152},_0x2b724f={_0x1cd377:0xfa};function _0x3a4eec(_0x495498,_0x441ff5,_0x1a474,_0x4420ef){return _0x204a18(_0x1a474-0x562,_0x441ff5-_0x2b724f._0x1cd377,_0x4420ef,_0x4420ef-0x134);}const _0xd11df0={'hGILG':function(_0x5ae71e,_0x43b447){return _0x5ae71e(_0x43b447);},'LpWSX':function(_0x1dd83b){return _0x1dd83b();},'aKaDW':function(_0x3138a1,_0x5766d9){return _0x3138a1+_0x5766d9;},'VwPcY':_0x3a4eec(_0x1ecc99._0x579194,0x502,0x4ff,_0x1ecc99._0x2f0bfa),'yVwKn':function(_0x31417c,_0x5677ca){return _0x31417c/_0x5677ca;}};function _0x2054ff(_0x5865af,_0x3075af,_0x3b4c2d,_0x671ad3){return _0x11700b(_0x5865af-_0x3319fe._0x5e9c43,_0x3b4c2d- -_0x3319fe._0x3de3b6,_0x3b4c2d-_0x3319fe._0x1f3067,_0x5865af);}let _0x361d48=_0xd11df0[_0x2054ff(-_0x1ecc99._0x57fdd6,-_0x1ecc99._0xd0972f,-0x1b0,-_0x1ecc99._0xa54103)](randomUserCode);while(userCodeToDevice[_0x2054ff(-_0x1ecc99._0x2dc545,-0x193,-0x1b9,-_0x1ecc99._0x538d1a)](_0x361d48)){if(_0x2054ff(-0x1a2,-_0x1ecc99._0xc602fe,-0x1b5,-_0x1ecc99._0x1fe0bb)!==_0x2054ff(-0x1c3,-0x1d0,-_0x1ecc99._0x4ef86b,-0x1df))_0x361d48=_0xd11df0['LpWSX'](randomUserCode);else{const _0x1ca29e=_0x33c504[_0x3a4eec(0x4ea,_0x1ecc99._0x58d7e0,0x50d,_0x1ecc99._0x5cc7b8)](_0xf8d5f9);if(!_0x1ca29e)return null;return _0xd11df0[_0x3a4eec(0x529,_0x1ecc99._0x5de1ab,_0x1ecc99._0x33ab71,0x509)](_0x194627,_0x1ca29e);}}const _0x24016f=_0x13ad1b['randomByte'+'s'](0x1f39*0x1+-0xa6*-0x2+-0x2065*0x1)[_0x2054ff(-0x1e7,-0x1be,-0x1e0,-_0x1ecc99._0x4a4f92)](_0x2054ff(-0x1be,-_0x1ecc99._0xca60bb,-0x1cd,-0x1e1)),_0x1fa944=Date[_0x2054ff(-0x1f0,-0x1f9,-0x1dc,-_0x1ecc99._0x551ca1)](),_0x538531={'deviceCode':_0x24016f,'userCode':_0x361d48,'createdAt':_0x1fa944,'expiresAt':_0xd11df0[_0x2054ff(-0x1eb,-0x1e1,-0x1d5,-_0x1ecc99._0xb06c2f)](_0x1fa944,DEVICE_TTL_MS),'status':_0xd11df0[_0x3a4eec(_0x1ecc99._0x1b6a22,_0x1ecc99._0x3b169f,0x4fc,_0x1ecc99._0x53aa33)],'apiKey':null,'user':null};return deviceStore[_0x2054ff(-0x1d9,-0x210,-0x1ed,-_0x1ecc99._0xacf082)](_0x24016f,_0x538531),userCodeToDevice[_0x2054ff(-0x201,-_0x1ecc99._0x3c6d56,-0x1ed,-_0x1ecc99._0x5d429c)](_0x361d48,_0x24016f),{'deviceCode':_0x24016f,'userCode':_0x361d48,'expiresIn':Math['floor'](DEVICE_TTL_MS/(-0x24a6+-0xd9*-0x25+0x931)),'interval':Math[_0x2054ff(-_0x1ecc99._0x118067,-0x1d3,-_0x1ecc99._0x29dbca,-_0x1ecc99._0x29dbca)](_0xd11df0[_0x3a4eec(0x519,_0x1ecc99._0x4f5f4a,0x515,_0x1ecc99._0x36e5ad)](POLL_INTERVAL_MS,-0x566+-0xd0c+-0x2*-0xb2d))};}export function getDeviceFlow(_0x5b8d66){const _0x114847={_0x1b7068:0x157,_0x43c973:0x15e,_0x32b5bc:0x146,_0x41a038:0x15c,_0x1afd6:0x564,_0x3460c1:0x545,_0xe73919:0x55a,_0x308d12:0x151,_0x4d27a3:0x13a,_0x346c7b:0x11c,_0x3dec05:0x148},_0x1d6d98={_0x4a8bb1:0x1b1,_0xad81ff:0x1e8};function _0x194b79(_0x9e0041,_0x2de669,_0x26aaaf,_0x4a8595){return _0x11700b(_0x9e0041-0x89,_0x2de669-0x2c1,_0x26aaaf-0x62,_0x26aaaf);}const _0x1e1cb3={'sLCqG':function(_0x279dcf,_0x16d729){return _0x279dcf(_0x16d729);},'YgWJx':function(_0x27af82,_0x25fb10){return _0x27af82!==_0x25fb10;},'YtCOb':'tgopa','zHkIz':_0x2f7f88(0x174,0x168,_0x114847._0x1b7068,_0x114847._0x43c973)};function _0x2f7f88(_0xe61115,_0x3ef6e3,_0x4b575e,_0x3a94b3){return _0x204a18(_0x3a94b3-_0x1d6d98._0x4a8bb1,_0x3ef6e3-0x6b,_0x3ef6e3,_0x3a94b3-_0x1d6d98._0xad81ff);}const _0x1772cb=deviceStore[_0x2f7f88(_0x114847._0x32b5bc,_0x114847._0x1b7068,0x158,_0x114847._0x41a038)](_0x5b8d66);if(!_0x1772cb||_0x1e1cb3[_0x194b79(_0x114847._0x1afd6,_0x114847._0x3460c1,0x53d,_0x114847._0xe73919)](isExpired,_0x1772cb)){if(_0x1e1cb3[_0x2f7f88(0x150,0x164,0x15b,0x161)](_0x1e1cb3[_0x2f7f88(_0x114847._0x308d12,_0x114847._0x4d27a3,_0x114847._0x346c7b,0x13a)],_0x1e1cb3[_0x2f7f88(0x16b,0x136,_0x114847._0x3dec05,0x156)]))return null;else{const _0xd21c9b=_0x3bdb4a(_0x5d43c6);if(!_0xd21c9b)return![];return _0xe6c131['set'](_0x3f101b,_0x4c8576),!![];}}return _0x1772cb;}export function getDeviceFlowByUserCode(_0x4dbbdc){const _0x2eaad0={_0x3e3546:0x3cb,_0x54c3f4:0x3bb},_0xf299de={_0x5334f9:0x2d},_0x412b52=userCodeToDevice[_0x4e2878(0x3a7,0x3de,_0x2eaad0._0x3e3546,_0x2eaad0._0x54c3f4)](_0x4dbbdc);function _0x4e2878(_0x3b18e0,_0x34fb5b,_0x52ec34,_0x28b669){return _0x204a18(_0x28b669-0x410,_0x34fb5b-0x79,_0x3b18e0,_0x28b669-_0xf299de._0x5334f9);}if(!_0x412b52)return null;return getDeviceFlow(_0x412b52);}export function linkOidcStateToDevice(_0x3b1001,_0x2da4ac){const _0x1456b6={_0x391952:0xc2},_0x6ea540={'Ighll':function(_0x3c4da1,_0x295cf0){return _0x3c4da1(_0x295cf0);}},_0x1d5f60=_0x6ea540['Ighll'](getDeviceFlow,_0x2da4ac);if(!_0x1d5f60)return![];function _0x29cf5f(_0x2dfbd5,_0x22992b,_0x1074d3,_0x135b39){return _0x11700b(_0x2dfbd5-0x16a,_0x22992b- -0x349,_0x1074d3-0x13f,_0x1074d3);}return stateToDevice[_0x29cf5f(-0xc8,-0xbd,-0xc7,-_0x1456b6._0x391952)](_0x3b1001,_0x2da4ac),!![];}export function consumeDeviceForState(_0x159ded){const _0x7ed9ba={_0xc67c5f:0xd5,_0x1c42ed:0xc1,_0x29ec4c:0xd6,_0x1c40ed:0xd4,_0x37d759:0xbe,_0x5f0f01:0xdc,_0x1c3fd8:0xaa,_0x53b1ff:0xce,_0x4f771f:0x3a7,_0xe83120:0x3c3},_0x160bd2={_0x2d0564:0x428},_0x8a2f17={_0x51b15b:0xee,_0x59f5e1:0x171};function _0x782476(_0x5b6b50,_0x31600f,_0xbf0b9f,_0x5f1742){return _0x11700b(_0x5b6b50-_0x8a2f17._0x51b15b,_0x5b6b50- -0x1e0,_0xbf0b9f-_0x8a2f17._0x59f5e1,_0x31600f);}const _0x169fe4={'rJHQs':_0x782476(_0x7ed9ba._0xc67c5f,_0x7ed9ba._0x1c42ed,_0x7ed9ba._0x1c42ed,_0x7ed9ba._0x29ec4c),'NWDfo':function(_0x4424e9,_0x4dc3cf){return _0x4424e9===_0x4dc3cf;},'LxlqL':_0x782476(_0x7ed9ba._0x1c40ed,0xce,0xb8,0xca),'vTweN':function(_0x1aa30b,_0x198c92){return _0x1aa30b(_0x198c92);}},_0x502e51=stateToDevice['get'](_0x159ded);function _0x4d2c27(_0x2c3f33,_0x5ecf2e,_0x5ed127,_0x39427b){return _0x204a18(_0x39427b-_0x160bd2._0x2d0564,_0x5ecf2e-0x168,_0x5ed127,_0x39427b-0x10c);}if(!_0x502e51){if(_0x169fe4[_0x782476(_0x7ed9ba._0x37d759,0xa9,_0x7ed9ba._0x5f0f01,0x9d)](_0x169fe4[_0x782476(_0x7ed9ba._0x1c3fd8,0x89,0xbd,_0x7ed9ba._0x53b1ff)],_0x169fe4['LxlqL']))return null;else{const _0x479afc={};return _0x479afc[_0x4d2c27(0x3de,_0x7ed9ba._0x4f771f,_0x7ed9ba._0xe83120,0x3bb)]=_0x169fe4['rJHQs'],_0x479afc;}}return stateToDevice['delete'](_0x159ded),_0x169fe4[_0x782476(0xeb,0xfc,0xcb,0xf6)](getDeviceFlow,_0x502e51);}export function approveDeviceFlow(_0x2d915e,_0x19d9be,_0x1de57a){const _0x40e77d={_0x2505ad:0x208,_0x433ac3:0x237,_0x3b826a:0x2d5,_0x1b0759:0x2c4,_0x11ecce:0x2e0,_0x4a0cb5:0x213,_0x404b69:0x2ba,_0x38a377:0x2a0,_0x3313af:0x2a1,_0x29290b:0x252,_0x7495e6:0x251,_0x2b6617:0x25a,_0x1d95a2:0x236,_0x4e1d15:0x2f8,_0x8d5f08:0x2b5,_0x4b8a19:0x2d2,_0x101ab1:0x2bd,_0x27eef6:0x229,_0x5a6f08:0x1f9,_0x23593b:0x1fc,_0x275449:0x242,_0x272490:0x217,_0xd40ef8:0x22a,_0x291213:0x2e7,_0x2f1293:0x2ec,_0x5968bf:0x2b9,_0x3096d8:0x2a2,_0x220603:0x1f8,_0x4e7da5:0x224,_0x434ae6:0x207,_0x46e202:0x2f2,_0x35e1c4:0x2ed,_0x596f0a:0x292,_0x5aec0a:0x2bc},_0x466e0f={_0x104ca1:0x18d,_0x2e3072:0x86},_0x1e9ce7={'iFUrf':function(_0x4a3492,_0x4e227f){return _0x4a3492(_0x4e227f);},'FFUST':_0x59be07(0x20c,_0x40e77d._0x2505ad,0x214,_0x40e77d._0x433ac3),'oIFdf':function(_0x3d362e,_0x38c4b4){return _0x3d362e(_0x38c4b4);},'MKyuC':function(_0x20a949,_0x4b3b25){return _0x20a949!==_0x4b3b25;},'XBJFu':_0x4b79bc(_0x40e77d._0x3b826a,0x2c7,_0x40e77d._0x1b0759,_0x40e77d._0x11ecce),'tQRCu':_0x59be07(0x242,_0x40e77d._0x4a0cb5,0x21b,0x22a)};function _0x4b79bc(_0x549116,_0x5ad574,_0xca95bd,_0x18143f){return _0x11700b(_0x549116-0x1cf,_0x5ad574-0x1e,_0xca95bd-0x103,_0x549116);}const _0x191264=_0x1e9ce7[_0x4b79bc(_0x40e77d._0x404b69,_0x40e77d._0x38a377,_0x40e77d._0x3313af,0x2b3)](getDeviceFlow,_0x2d915e);if(!_0x191264){if(_0x1e9ce7[_0x59be07(_0x40e77d._0x29290b,_0x40e77d._0x7495e6,0x242,_0x40e77d._0x2b6617)](_0x1e9ce7[_0x59be07(0x230,_0x40e77d._0x1d95a2,0x215,0x21c)],_0x1e9ce7[_0x4b79bc(_0x40e77d._0x4e1d15,0x2da,_0x40e77d._0x8d5f08,_0x40e77d._0x4b8a19)]))return![];else{const _0x3373f9=_0x1e9ce7[_0x4b79bc(0x29b,0x2b3,0x2d5,_0x40e77d._0x101ab1)](_0x48d454,_0xedbb35);if(!_0x3373f9)return![];return _0x3373f9[_0x59be07(_0x40e77d._0x27eef6,_0x40e77d._0x5a6f08,0x207,_0x40e77d._0x23593b)]=_0x1e9ce7[_0x59be07(_0x40e77d._0x275449,_0x40e77d._0x272490,_0x40e77d._0xd40ef8,0x242)],_0x3373f9[_0x4b79bc(_0x40e77d._0x291213,_0x40e77d._0x2f1293,0x2cf,0x2c6)]=_0x4c7807,_0x3373f9[_0x4b79bc(_0x40e77d._0x5968bf,0x2b6,_0x40e77d._0x3096d8,0x2d4)]=_0x551501,!![];}}_0x191264[_0x59be07(_0x40e77d._0x220603,_0x40e77d._0x4e7da5,_0x40e77d._0x434ae6,0x20b)]=_0x1e9ce7[_0x4b79bc(0x2c1,0x2ce,0x2c0,_0x40e77d._0x5968bf)],_0x191264[_0x4b79bc(0x306,_0x40e77d._0x2f1293,_0x40e77d._0x46e202,_0x40e77d._0x35e1c4)]=_0x19d9be,_0x191264[_0x4b79bc(0x2d1,0x2b6,_0x40e77d._0x596f0a,_0x40e77d._0x5aec0a)]=_0x1de57a;function _0x59be07(_0x4cec50,_0x7812d5,_0x553827,_0x301a05){return _0x11700b(_0x4cec50-_0x466e0f._0x104ca1,_0x553827- -_0x466e0f._0x2e3072,_0x553827-0xbc,_0x301a05);}return!![];}export function pollDeviceFlow(_0x1880e0){const _0x2cfa9f={_0x444941:0x108,_0x5f4929:0xf8,_0x173f8c:0x104,_0x4f2d33:0xd9,_0x2783db:0xef,_0x2ff49e:0xcc,_0x4549cd:0xb0,_0x59ac59:0xd7,_0x448a28:0x124,_0x2989ff:0x105,_0x317216:0xfe,_0x1031ea:0x2dc,_0x13e061:0x2c9,_0x324c37:0xf2,_0x48bf9c:0xf2,_0x35a673:0xe3,_0x33c799:0x102,_0x2b7580:0x2e6,_0x5e40ee:0x2c1,_0x46cbc5:0x309,_0x141204:0xf0,_0x517bab:0xbb,_0x4fccbf:0xcd,_0x3b4fde:0x2a6,_0x335680:0x292,_0x5952b3:0x2cb,_0x3e989e:0x2db,_0x18d7f5:0x2b6,_0x5312c1:0x2b9,_0xb81b46:0xb6,_0x59aed6:0x120,_0x3180ed:0x2b1,_0x1ed9b6:0x2d1,_0x483964:0x2d6,_0x1d5997:0x2a6,_0x51f9f8:0x2be,_0x138e3a:0x28d},_0x9d62d5={_0x5d840e:0x1c3,_0x1ef278:0xa2},_0x50d91e={'XuXeN':function(_0x412d5e,_0x26c920){return _0x412d5e(_0x26c920);},'MVkFU':function(_0x2cd79e,_0x297594){return _0x2cd79e===_0x297594;},'xRxvQ':_0x3b8790(_0x2cfa9f._0x444941,_0x2cfa9f._0x5f4929,0x125,_0x2cfa9f._0x173f8c),'Xdjes':_0x3b8790(0xcd,_0x2cfa9f._0x4f2d33,_0x2cfa9f._0x2783db,0xf2),'HBxqJ':_0x3b8790(_0x2cfa9f._0x2ff49e,_0x2cfa9f._0x4549cd,0xdb,_0x2cfa9f._0x59ac59)};function _0x1b324b(_0x4ef53c,_0xe2d851,_0x38af41,_0x4c6a67){return _0x11700b(_0x4ef53c-0x97,_0x4ef53c-0x19,_0x38af41-0x1ad,_0x4c6a67);}const _0x349885=_0x50d91e[_0x3b8790(0x11b,_0x2cfa9f._0x448a28,_0x2cfa9f._0x2989ff,_0x2cfa9f._0x317216)](getDeviceFlow,_0x1880e0);function _0x3b8790(_0x53d366,_0x1e4f3a,_0xd7cfa3,_0x3ad6c0){return _0x11700b(_0x53d366-0x104,_0x3ad6c0- -_0x9d62d5._0x5d840e,_0xd7cfa3-_0x9d62d5._0x1ef278,_0xd7cfa3);}if(!_0x349885){if(_0x50d91e[_0x1b324b(_0x2cfa9f._0x1031ea,0x301,0x2c1,_0x2cfa9f._0x13e061)](_0x3b8790(_0x2cfa9f._0x324c37,_0x2cfa9f._0x48bf9c,_0x2cfa9f._0x35a673,_0x2cfa9f._0x33c799),_0x50d91e[_0x1b324b(_0x2cfa9f._0x2b7580,0x2f1,_0x2cfa9f._0x5e40ee,_0x2cfa9f._0x46cbc5)]))return null;else{const _0x3792d0={};return _0x3792d0[_0x3b8790(0xe6,_0x2cfa9f._0x141204,_0x2cfa9f._0x517bab,0xca)]=_0x50d91e[_0x3b8790(0xca,0xee,0xe2,_0x2cfa9f._0x4fccbf)],_0x3792d0;}}if(_0x349885[_0x1b324b(_0x2cfa9f._0x3b4fde,_0x2cfa9f._0x335680,_0x2cfa9f._0x13e061,_0x2cfa9f._0x5952b3)]===_0x50d91e[_0x1b324b(_0x2cfa9f._0x3e989e,_0x2cfa9f._0x18d7f5,_0x2cfa9f._0x5312c1,0x2fe)]&&_0x349885['apiKey']){const _0x4593c5={};return _0x4593c5[_0x3b8790(0xe8,_0x2cfa9f._0xb81b46,0xe7,0xca)]=_0x50d91e['HBxqJ'],_0x4593c5['apiKey']=_0x349885[_0x3b8790(_0x2cfa9f._0x59aed6,0x12b,0xee,0x10b)],_0x4593c5['user']=_0x349885[_0x1b324b(_0x2cfa9f._0x3180ed,_0x2cfa9f._0x1ed9b6,_0x2cfa9f._0x483964,0x299)],_0x4593c5;}const _0x5c8e1f={};return _0x5c8e1f[_0x1b324b(_0x2cfa9f._0x1d5997,_0x2cfa9f._0x51f9f8,_0x2cfa9f._0x138e3a,0x2a1)]='pending',_0x5c8e1f;}export function consumeDeviceFlow(_0xdc7476){const _0x3863f5={_0x1ea14b:0x78,_0x27c6e9:0x41,_0x5df525:0x59,_0x31059d:0x8e,_0x1d23f7:0x6d,_0xaac728:0x8c},_0x3eebf1={_0x2ed373:0x112},_0x54fefa={_0x42d710:0x3e};function _0x40633a(_0x5d3bd5,_0x6c27b1,_0x3d63b1,_0x3de9c0){return _0x204a18(_0x6c27b1- -0x29,_0x6c27b1-_0x54fefa._0x42d710,_0x5d3bd5,_0x3de9c0-0xef);}const _0x3511df={'QGqWA':function(_0x4a84b0,_0x20e31a){return _0x4a84b0(_0x20e31a);}},_0x3def26=_0x3511df[_0x40633a(-0x5f,-0x5d,-_0x3863f5._0x1ea14b,-_0x3863f5._0x27c6e9)](getDeviceFlow,_0xdc7476);if(!_0x3def26)return null;function _0x17f1a1(_0x37aa0c,_0xa0584d,_0x4452c1,_0x590705){return _0x11700b(_0x37aa0c-_0x3eebf1._0x2ed373,_0x37aa0c- -0x88,_0x4452c1-0x7f,_0x590705);}return deviceStore['delete'](_0xdc7476),userCodeToDevice[_0x40633a(-0x5a,-_0x3863f5._0x5df525,-0x7a,-_0x3863f5._0x27c6e9)](_0x3def26[_0x40633a(-_0x3863f5._0x31059d,-_0x3863f5._0x1d23f7,-_0x3863f5._0xaac728,-0x8b)]),_0x3def26;}export function getDeviceFlowConstants(){const _0x1ea199={_0x3835d6:0x9c,_0x32d047:0xc1,_0x43f021:0xac,_0x476d69:0x9d,_0xa12804:0xce,_0x2bf8f2:0xa9,_0x28ec7d:0xca,_0x5ea11e:0x2fa,_0x1a065a:0x319},_0x488a16={_0x24ea1f:0x46},_0x573ff1={_0x461084:0x1cd,_0x585bc3:0x77},_0x16735a={};function _0x2f7f8a(_0x8c2b86,_0x988a59,_0x1a26c1,_0x56d8eb){return _0x11700b(_0x8c2b86-_0x573ff1._0x461084,_0x1a26c1-0x5e,_0x1a26c1-_0x573ff1._0x585bc3,_0x8c2b86);}_0x16735a[_0x338ca8(_0x1ea199._0x3835d6,_0x1ea199._0x32d047,_0x1ea199._0x43f021,_0x1ea199._0x476d69)]=function(_0x47a136,_0x131617){return _0x47a136/_0x131617;};const _0x59e069=_0x16735a;function _0x338ca8(_0x2fb232,_0x22fe70,_0x2818e2,_0x42c1ab){return _0x204a18(_0x2fb232-0x10f,_0x22fe70-_0x488a16._0x24ea1f,_0x2818e2,_0x42c1ab-0xe8);}return{'expiresIn':Math[_0x338ca8(0xd0,_0x1ea199._0xa12804,_0x1ea199._0x2bf8f2,_0x1ea199._0x28ec7d)](DEVICE_TTL_MS/(-0x1*-0x1950+-0xb*0x12e+-0xd*0xa6)),'interval':Math[_0x2f7f8a(0x32d,_0x1ea199._0x5ea11e,_0x1ea199._0x1a065a,0x325)](_0x59e069['VwGOz'](POLL_INTERVAL_MS,-0x13*0x89+0x2*-0x1+0xe15))};}export function resetDeviceFlowStore(){const _0x5b2d53={_0x120a9e:0x200,_0x364ada:0x211,_0x3844ea:0x236,_0xb0dd7a:0x122,_0x15a1a2:0x141,_0x305c96:0x21e,_0x3a89ba:0x22e,_0x437a09:0x213,_0x167a4b:0x1f5,_0x530dca:0x1d1,_0x5bc8a5:0x215,_0x3cca4d:0x20d,_0x2bf88c:0x1e2,_0x57fda5:0x1d8,_0x4a91d8:0x138,_0x144550:0x13e,_0x37b02e:0x142,_0x5a5719:0x14f,_0x2e5490:0x186,_0x5bf364:0x152},_0x4f8994={_0x2e15a8:0x26b,_0x1a918c:0xbf},_0x5ef9ea={_0x1b1723:0x172,_0x3fc4f5:0x3ff},_0x384751={};_0x384751[_0x49640b(0x21f,_0x5b2d53._0x120a9e,_0x5b2d53._0x364ada,_0x5b2d53._0x3844ea)]=_0x10f21e(-0x138,-_0x5b2d53._0xb0dd7a,-_0x5b2d53._0x15a1a2,-0x13a)+_0x49640b(_0x5b2d53._0x305c96,_0x5b2d53._0x3a89ba,_0x5b2d53._0x437a09,0x235)+_0x49640b(0x1f6,0x1e2,0x1f9,_0x5b2d53._0x167a4b);const _0xc36e9f=_0x384751;function _0x10f21e(_0x80b0a5,_0x14cef7,_0x487a4a,_0x5300ea){return _0x11700b(_0x80b0a5-_0x5ef9ea._0x1b1723,_0x487a4a- -_0x5ef9ea._0x3fc4f5,_0x487a4a-0x6f,_0x80b0a5);}function _0x49640b(_0x46a4ab,_0x462353,_0x4e952d,_0x2fffe8){return _0x204a18(_0x4e952d-_0x4f8994._0x2e15a8,_0x462353-0x12e,_0x46a4ab,_0x2fffe8-_0x4f8994._0x1a918c);}deviceStore['clear'](),userCodeToDevice[_0x49640b(_0x5b2d53._0x530dca,_0x5b2d53._0x5bc8a5,0x1f6,0x1de)](),stateToDevice[_0x49640b(_0x5b2d53._0x3cca4d,_0x5b2d53._0x2bf88c,0x1f6,_0x5b2d53._0x57fda5)](),logger[_0x10f21e(-_0x5b2d53._0x4a91d8,-_0x5b2d53._0x144550,-_0x5b2d53._0x37b02e,-0x14b)](_0xc36e9f[_0x10f21e(-_0x5b2d53._0x5a5719,-_0x5b2d53._0x2e5490,-0x15f,-_0x5b2d53._0x5bf364)]);}
1
+ function _0x337c2c(_0x40d207,_0xd3be10,_0xb84be2,_0x2946aa){return _0x31c0(_0x2946aa- -0x66,_0xb84be2);}function _0x438ef1(_0x16ceb2,_0x573f7e,_0x5b50bc,_0x58d0bb){const _0x30748b={_0xc47609:0x3f};return _0x31c0(_0x16ceb2-_0x30748b._0xc47609,_0x58d0bb);}(function(_0x4ef60f,_0x682e8b){const _0x539da2={_0x3c4e99:0x2cf,_0x2f07b8:0x2d3,_0x8a6a45:0x2aa,_0x282d33:0x29c,_0x3e08bd:0x244,_0x1ded0b:0x267,_0x279c5d:0x240,_0x4f3b50:0x249,_0x773ca0:0x2b1,_0x2c9628:0x281,_0x2c758c:0x226,_0x328e5c:0x262,_0x54476b:0x21c,_0x4c2425:0x233,_0x19e0ab:0x250,_0x303996:0x20b,_0x4962f8:0x225,_0x4db607:0x245};function _0x5e4d50(_0x3345ee,_0x5e6792,_0x598fe4,_0x2b6176){return _0x31c0(_0x598fe4- -0x363,_0x3345ee);}function _0x540c86(_0x3aa020,_0x25ed68,_0x5f144e,_0x24b377){return _0x31c0(_0x24b377-0x17a,_0x5f144e);}const _0x5d9e8d=_0x4ef60f();while(!![]){try{const _0x53d490=-parseInt(_0x540c86(_0x539da2._0x3c4e99,_0x539da2._0x2f07b8,0x2be,0x2bf))/(0x9b7*-0x1+-0xc17+0x15cf)+-parseInt(_0x540c86(0x29a,0x2b8,_0x539da2._0x8a6a45,_0x539da2._0x282d33))/(-0x24d4*0x1+-0x43*0x86+0x1d8*0x27)+-parseInt(_0x5e4d50(-0x235,-0x242,-_0x539da2._0x3e08bd,-_0x539da2._0x1ded0b))/(-0x19f4+0x1fb*0xd+0x38)*(-parseInt(_0x5e4d50(-_0x539da2._0x279c5d,-0x243,-_0x539da2._0x4f3b50,-0x250))/(0x1fda+-0x1fe3+0xd))+parseInt(_0x540c86(0x2ae,0x28e,0x28a,0x298))/(0x5*0xa7+0x26*-0x43+0x6b4)*(parseInt(_0x540c86(0x29c,_0x539da2._0x773ca0,_0x539da2._0x2c9628,0x295))/(-0x285*-0x4+-0x254e+0x1b40))+-parseInt(_0x5e4d50(-_0x539da2._0x2c758c,-0x244,-0x23f,-_0x539da2._0x328e5c))/(0x32*0xac+0x5*-0x2cb+-0x139a)+-parseInt(_0x540c86(0x2ae,0x2ae,0x297,0x2aa))/(0x246+-0x4d3+0x295)*(parseInt(_0x5e4d50(-_0x539da2._0x54476b,-_0x539da2._0x4c2425,-0x23d,-_0x539da2._0x19e0ab))/(0x2*0xd9+0x26ad+-0x6b9*0x6))+parseInt(_0x5e4d50(-_0x539da2._0x303996,-0x229,-_0x539da2._0x4962f8,-0x245))/(-0x393*-0x4+-0xf2f+0x1*0xed)*(parseInt(_0x5e4d50(-0x244,-0x243,-0x24c,-_0x539da2._0x4db607))/(0x1a8f+0x1c*0xbf+-0x2f68));if(_0x53d490===_0x682e8b)break;else _0x5d9e8d['push'](_0x5d9e8d['shift']());}catch(_0x53740c){_0x5d9e8d['push'](_0x5d9e8d['shift']());}}}(_0x3a76,0x4e9e*0x7+-0x776b+0xc*0x3d76));import _0x4a700d from'crypto';import{logger}from'./logger.js';function _0x31c0(_0x103fce,_0x18cda8){_0x103fce=_0x103fce-(0x1*-0x1c1b+0x1afe+0x1*0x22a);const _0x14d6c8=_0x3a76();let _0x46dcd6=_0x14d6c8[_0x103fce];if(_0x31c0['XufERH']===undefined){var _0x23100f=function(_0x298922){const _0x4f2294='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3478='',_0xf19dfa='';for(let _0x1706b7=0x1a17+-0xa85+-0xf92,_0x5df98d,_0x55b14a,_0x253c26=0x43*-0xd+-0x24e3+0x284a;_0x55b14a=_0x298922['charAt'](_0x253c26++);~_0x55b14a&&(_0x5df98d=_0x1706b7%(-0x5c9+0x295+0x2*0x19c)?_0x5df98d*(0x4*-0x994+-0xd3*-0x1f+0x1*0xd03)+_0x55b14a:_0x55b14a,_0x1706b7++%(-0x3b9+-0x2e3*-0x1+0x1*0xda))?_0x3478+=String['fromCharCode'](0x1712+0x47*0x70+-0xdf*0x3d&_0x5df98d>>(-(0x2372+0x25f2+-0x4962)*_0x1706b7&-0x895+0xd5a+-0x9*0x87)):-0x6aa+0x1fa8+-0x18fe){_0x55b14a=_0x4f2294['indexOf'](_0x55b14a);}for(let _0xadf812=-0xcd5+0x470*-0x5+-0xb*-0x32f,_0x1654e4=_0x3478['length'];_0xadf812<_0x1654e4;_0xadf812++){_0xf19dfa+='%'+('00'+_0x3478['charCodeAt'](_0xadf812)['toString'](0x1274+-0x1fe1*-0x1+0x3245*-0x1))['slice'](-(-0x241b+-0x1c9c*0x1+0x3f*0x107));}return decodeURIComponent(_0xf19dfa);};_0x31c0['XgkUoc']=_0x23100f,_0x31c0['BpFMKA']={},_0x31c0['XufERH']=!![];}const _0x89e6b=_0x14d6c8[-0x195e+-0x7*0x359+0x30cd],_0x566b48=_0x103fce+_0x89e6b,_0x398f22=_0x31c0['BpFMKA'][_0x566b48];return!_0x398f22?(_0x46dcd6=_0x31c0['XgkUoc'](_0x46dcd6),_0x31c0['BpFMKA'][_0x566b48]=_0x46dcd6):_0x46dcd6=_0x398f22,_0x46dcd6;}const DEVICE_TTL_MS=(0x12e1+-0x1*0x1be6+0x90f*0x1)*(-0x121b+0x63b*-0x3+0x13c*0x1e)*(0x388*-0x1+0x1c1*-0x7+-0x13b7*-0x1),POLL_INTERVAL_MS=(0x1*-0x836+-0xd6d+0x2*0xad3)*(0xe*0x148+-0x4*-0x79d+-0x6*0x76a),CODE_CHARS=_0x438ef1(0x162,0x17f,0x17f,0x180)+'LMNPQRSTUV'+_0x438ef1(0x168,0x16e,0x14a,0x16e)+'89',USER_CODE_LENGTH=0x55*0x4b+-0x140d+0x269*-0x2,deviceStore=new Map(),userCodeToDevice=new Map(),stateToDevice=new Map();function _0x3a76(){const _0x4df818=['vvfNEgi','y3jLyxrLzef0','rhPYwe8','Bxbgtw8','C2XPy2u','zxHWAxjLC0f0','sw9ZDMG','nda3otiXmfrAvKLfCG','B2DmAKi','EMf6qKi','u0zNqvC','Dwjotvi','zMXVB3i','t0LeqYbKzxzPyW','mZKWnZGXtxfQCMjf','DeXwzMm','CMXpshq','DxnLCKnVzgu','CLLJv2y','BM93','C2v0','zgvIDwC','zsbMBg93ihn0BW','C3rHDhvZ','A1vnz1y','BgvUz3rO','zxHWAxjLza','uKjzuwm','tM5dr0m','DxnLCG','uMHdEuu','Dg9tDhjPBMC','v1fqvfq','vfr5tuS','zgvSzxrL','rKn4zM4','ruLrzhm','yxbPs2v5','u0DTs2u','mZntzwvmrwq','Dvb5BM4','AMXzDwC','nJa3otK2tKXfDfzp','mtC3odm0ue9izvLg','CMuGCMvZzxq','Agv4','mZvQDwXczxe','m3b1EKPJsG','y2XLyxi','tuHSANe','mta1ndCZmMPbsgPSCq','qujdrevgr0HksW','mJmZmZy1m2rJqNrcAq','DhjPEuO','otbIAMXqBhy','yxbWCM92zwq','C2TJq2K','v1HzwJiZndu2nW','u3Lkt0y','qLnlrNO','CMfUzg9Tsw50','C2fJBgi','AgfZ','zhzjs1O','mJyWnZjbuNH6sMK','sMXzvKS','zw50CMLLCW','CgvUzgLUzW','qNrYA3C','z2v0','zMX6shq'];_0x3a76=function(){return _0x4df818;};return _0x3a76();}function randomUserCode(){const _0x163ff0={_0x20b021:0x51d,_0x54cb01:0x502,_0x29a700:0x4eb,_0x11a194:0x331,_0x58dbaf:0x4e8,_0x332d7d:0x4f7,_0x2f5214:0x4e9,_0x1c59f1:0x4d4,_0xbe2963:0x34a,_0x5d51eb:0x504,_0x5357cc:0x4e6,_0x513336:0x522,_0x306379:0x4f3,_0x3e1549:0x4ef,_0x2975d9:0x4e2},_0x5cf5bb={_0x5dee86:0x1bb,_0x16812f:0x1ab,_0x245507:0x155},_0x4193b8={_0x2aa277:0xbc},_0x1d3375={};_0x1d3375[_0x2aa32b(_0x163ff0._0x20b021,_0x163ff0._0x54cb01,_0x163ff0._0x29a700,0x50b)]=function(_0x45b6c5,_0x5f372c){return _0x45b6c5<_0x5f372c;};const _0x5cf065=_0x1d3375;let _0x2b4e9c='';for(let _0x48f4d8=0x1000+0x24af+0x1*-0x34af;_0x5cf065[_0x3537a1(0x34d,_0x163ff0._0x11a194,0x34a,0x33e)](_0x48f4d8,USER_CODE_LENGTH);_0x48f4d8+=-0x1*0x146c+0xc9*-0x2d+0x37c2){const _0x54c542=_0x4a700d[_0x2aa32b(_0x163ff0._0x58dbaf,_0x163ff0._0x332d7d,_0x163ff0._0x2f5214,_0x163ff0._0x1c59f1)](-0x73+-0xaf5+0x92*0x14,CODE_CHARS[_0x3537a1(0x329,_0x163ff0._0xbe2963,0x345,0x32a)]);_0x2b4e9c+=CODE_CHARS[_0x54c542];}function _0x2aa32b(_0x58e282,_0x1695c6,_0x46fe2d,_0xe77218){return _0x438ef1(_0x1695c6-0x38c,_0x1695c6-0x166,_0x46fe2d-_0x4193b8._0x2aa277,_0x46fe2d);}function _0x3537a1(_0x4d422a,_0x2ef91d,_0xd8c202,_0x2f65fa){return _0x438ef1(_0x2ef91d-_0x5cf5bb._0x5dee86,_0x2ef91d-_0x5cf5bb._0x16812f,_0xd8c202-_0x5cf5bb._0x245507,_0xd8c202);}return _0x2b4e9c[_0x2aa32b(_0x163ff0._0x5d51eb,0x506,_0x163ff0._0x5357cc,_0x163ff0._0x513336)](0x158a+-0x1215+0x1*-0x375,0x53*0x71+-0x122e+-0x1271)+'-'+_0x2b4e9c[_0x2aa32b(_0x163ff0._0x306379,0x506,_0x163ff0._0x3e1549,_0x163ff0._0x2975d9)](-0xae+-0x3*0xe5+0x361);}function isExpired(_0x3560ff){const _0x57a6ee={_0x28c3ea:0x38a,_0x54d588:0x3a4,_0x7af6a8:0x1ab,_0x195456:0x1b0,_0x4f304a:0x1b7,_0xc162c0:0x3ef,_0x324dd7:0x17d,_0x2e6e37:0x19e},_0x17588f={_0x131fd2:0xd5},_0x450569={_0x5d1a1f:0x12b,_0x175a1d:0x12d},_0x427d5e={};_0x427d5e[_0x23b399(0x3ad,_0x57a6ee._0x28c3ea,0x3be,_0x57a6ee._0x54d588)]=function(_0x54eb4b,_0x20d30f){return _0x54eb4b>_0x20d30f;};function _0x23b399(_0x377b1b,_0x584649,_0xbb3d45,_0x97508){return _0x438ef1(_0x377b1b-0x260,_0x584649-_0x450569._0x5d1a1f,_0xbb3d45-_0x450569._0x175a1d,_0xbb3d45);}function _0x5bef31(_0x52e0bb,_0x3a6092,_0x2b2e8a,_0x4016b7){return _0x337c2c(_0x52e0bb-0x120,_0x3a6092-_0x17588f._0x131fd2,_0x2b2e8a,_0x3a6092- -0x253);}const _0x48e21a=_0x427d5e;return _0x48e21a[_0x5bef31(-0x1bd,-_0x57a6ee._0x7af6a8,-_0x57a6ee._0x195456,-_0x57a6ee._0x4f304a)](Date[_0x23b399(0x3e9,0x40a,0x400,_0x57a6ee._0xc162c0)](),_0x3560ff[_0x5bef31(-0x18d,-_0x57a6ee._0x324dd7,-_0x57a6ee._0x2e6e37,-0x164)]);}function cleanupExpired(){const _0x3c517d={_0xc82ab6:0x384,_0x2120e3:0x370,_0x27cbbf:0x3a5,_0x949dee:0x368,_0x7f0083:0x3ad,_0x1e028d:0x39d,_0x55ec32:0x3bf,_0x3153c6:0x20b,_0x325a5d:0x20f,_0x30bf04:0x201,_0xca8711:0x1f6,_0x4c29e2:0x20a,_0x512f2b:0x212,_0xccbfce:0x216,_0x3fa6bc:0x1f1,_0x5d5fdd:0x21b,_0x5d42f5:0x373,_0x3df2f5:0x352,_0x275309:0x380,_0x55d393:0x364,_0x541d79:0x1d5,_0x897fc1:0x1f2,_0x18b7c7:0x237,_0x20eebf:0x371,_0x261de8:0x381,_0x5e8feb:0x3a0,_0x38d020:0x385,_0x34bd07:0x1d5,_0x299df2:0x1dc,_0x1f61bb:0x1cb,_0x41e081:0x387,_0x24c6ea:0x3a4,_0x5d6f34:0x1ed,_0xc01238:0x1f0,_0x3809e7:0x1ee,_0x18876d:0x214,_0x5d7f7c:0x1d2,_0x19055a:0x1dd,_0x32bd86:0x1e2,_0x27ad1e:0x3af,_0x5b59e1:0x3bf,_0x2ba272:0x1fd,_0x14adce:0x1e1,_0xb21048:0x1ea,_0x3f0f20:0x229,_0x22f25c:0x218,_0x107ade:0x364,_0x52449e:0x34f,_0x15c670:0x367,_0xddd267:0x365,_0x440a90:0x206},_0x4055f1={'dvIKZ':function(_0x327d3b,_0x12dcf0){return _0x327d3b(_0x12dcf0);},'EIQds':_0x3f5002(0x37a,0x379,_0x3c517d._0xc82ab6,_0x3c517d._0x2120e3),'UGoji':function(_0x27c43c,_0x674b39){return _0x27c43c>_0x674b39;},'skcCi':function(_0x388454,_0x490fcf){return _0x388454>_0x490fcf;},'FCxfn':function(_0x3c4a20,_0x345e62){return _0x3c4a20!==_0x345e62;},'ESxmE':_0x3f5002(0x3c2,_0x3c517d._0x27cbbf,0x39d,0x3c8),'ubNMR':'DAxck','saclb':function(_0x4ddede,_0x59aed3){return _0x4ddede>_0x59aed3;},'HVwUP':_0x3f5002(0x376,_0x3c517d._0x949dee,0x349,0x34d)};function _0x179cbf(_0xda9c2a,_0x1141cc,_0x272513,_0x378f0f){return _0x337c2c(_0xda9c2a-0x15a,_0x1141cc-0xba,_0xda9c2a,_0x272513-0x135);}const _0x544a1=Date[_0x3f5002(_0x3c517d._0x7f0083,0x39c,_0x3c517d._0x1e028d,_0x3c517d._0x55ec32)]();function _0x3f5002(_0x44180b,_0x1b5a40,_0x297d16,_0x445cba){return _0x337c2c(_0x44180b-0x7f,_0x1b5a40-0x146,_0x44180b,_0x1b5a40-0x2b8);}for(const [_0x3a8a09,_0xaa70ba]of deviceStore[_0x179cbf(_0x3c517d._0x3153c6,_0x3c517d._0x325a5d,_0x3c517d._0x30bf04,_0x3c517d._0xca8711)]()){if(_0x4055f1[_0x179cbf(_0x3c517d._0x4c29e2,_0x3c517d._0x512f2b,0x1f7,_0x3c517d._0xccbfce)](_0x544a1,_0xaa70ba[_0x179cbf(0x213,_0x3c517d._0x3fa6bc,_0x3c517d._0x3153c6,_0x3c517d._0x5d5fdd)])){if(_0x4055f1[_0x3f5002(0x355,0x365,_0x3c517d._0x5d42f5,_0x3c517d._0x3df2f5)](_0x4055f1['ESxmE'],_0x4055f1[_0x3f5002(_0x3c517d._0x275309,0x394,0x38a,0x38b)]))deviceStore[_0x3f5002(0x37b,_0x3c517d._0x55d393,0x37e,0x36b)](_0x3a8a09),userCodeToDevice[_0x179cbf(_0x3c517d._0x541d79,0x1f3,0x1e1,_0x3c517d._0x897fc1)](_0xaa70ba[_0x179cbf(_0x3c517d._0x18b7c7,0x214,0x217,0x236)]);else{const _0x247cf5=_0x4055f1[_0x3f5002(_0x3c517d._0x20eebf,_0x3c517d._0x261de8,_0x3c517d._0x5e8feb,_0x3c517d._0x38d020)](_0x5c8353,_0x5657db);if(!_0x247cf5)return![];return _0x247cf5['status']=_0x4055f1[_0x3f5002(0x344,0x366,0x375,0x37b)],_0x247cf5['apiKey']=_0xc4c8b5,_0x247cf5[_0x179cbf(0x1e9,_0x3c517d._0x34bd07,_0x3c517d._0x299df2,_0x3c517d._0x1f61bb)]=_0x26a667,!![];}}}for(const [_0x3166d1,_0x3eeef2]of stateToDevice[_0x179cbf(0x1e5,0x1e9,0x201,0x1e0)]()){const _0x5efff2=deviceStore[_0x3f5002(0x378,_0x3c517d._0x41e081,0x3a0,_0x3c517d._0x24c6ea)](_0x3eeef2);(!_0x5efff2||_0x4055f1[_0x179cbf(_0x3c517d._0x5d6f34,0x217,0x1fc,_0x3c517d._0xc01238)](_0x544a1,_0x5efff2[_0x179cbf(_0x3c517d._0x3809e7,_0x3c517d._0x3809e7,_0x3c517d._0x3153c6,_0x3c517d._0x18876d)]))&&(_0x4055f1[_0x179cbf(_0x3c517d._0x5d7f7c,_0x3c517d._0x19055a,_0x3c517d._0x32bd86,0x1ed)](_0x3f5002(_0x3c517d._0x27ad1e,0x39b,_0x3c517d._0x5b59e1,0x3a3),_0x4055f1['HVwUP'])?stateToDevice[_0x179cbf(0x1d6,_0x3c517d._0x2ba272,_0x3c517d._0x14adce,_0x3c517d._0xb21048)](_0x3166d1):_0x4055f1['UGoji'](_0x5e0093,_0x22256a[_0x179cbf(_0x3c517d._0x3f0f20,_0x3c517d._0x22f25c,0x20b,0x20e)])&&(_0x2bf6b3[_0x3f5002(0x35b,_0x3c517d._0x107ade,0x37c,_0x3c517d._0x52449e)](_0x206d6c),_0x5a08dc[_0x3f5002(_0x3c517d._0x15c670,0x364,_0x3c517d._0xddd267,0x34c)](_0x210490[_0x179cbf(_0x3c517d._0x440a90,0x21e,0x217,0x207)])));}}const cleanupInterval=setInterval(cleanupExpired,(-0x74a+0x24b*0x1+0x53b)*(0xe1e+-0x1*0x1bfa+0x11c4));cleanupInterval['unref']();export function createDeviceFlow(){const _0x1e8aae={_0x5f33a0:0x15e,_0x4658cc:0x13e,_0x445878:0x193,_0x459840:0x190,_0x441c84:0x1aa,_0xa32c15:0x1c5,_0x132c5d:0x1e5,_0x3b87e5:0x1b4,_0xd16a69:0x16d,_0x10adea:0x18b,_0x335ec0:0x1ac,_0x50017d:0x1a4,_0x4390bb:0x181,_0x5a553a:0x188,_0x3d4cd5:0x17b,_0x5657e3:0x1c1,_0x5bb051:0x195,_0x1cc81a:0x16e,_0x4f977f:0x1b0,_0x261622:0x1af,_0x3c7abe:0x19c,_0x547839:0x1b7,_0x2088ae:0x147,_0xc66c3e:0x18c,_0x305b57:0x187,_0x18741a:0x16a,_0x39e98d:0x19c,_0x4467b2:0x197,_0x31b3b2:0x17d},_0x378e69={_0x1ca30b:0x314,_0x11a479:0x19,_0xf1b929:0x1b},_0x16a4f8={_0x55c84a:0x50,_0x7e5688:0x36},_0x73bba5={'kUMgV':function(_0x485018){return _0x485018();},'wwmhX':_0x8ce282(0x145,_0x1e8aae._0x5f33a0,_0x1e8aae._0x4658cc,0x157),'jlYug':_0x1492bb(-0x1ba,-0x1a2,-0x1b7,-_0x1e8aae._0x445878)};let _0x5a51e8=_0x73bba5[_0x8ce282(_0x1e8aae._0x459840,_0x1e8aae._0x459840,0x172,0x198)](randomUserCode);while(userCodeToDevice[_0x1492bb(-0x1c3,-0x1a7,-_0x1e8aae._0x441c84,-0x18d)](_0x5a51e8)){_0x5a51e8=randomUserCode();}const _0x5b435=_0x4a700d['randomByte'+'s'](-0x1596+0xef6+0x6c*0x10)[_0x1492bb(-_0x1e8aae._0xa32c15,-0x1c6,-_0x1e8aae._0x132c5d,-_0x1e8aae._0x3b87e5)](_0x73bba5['wwmhX']);function _0x8ce282(_0x470909,_0x1c501c,_0x1a758b,_0x22b510){return _0x438ef1(_0x1c501c-0x2,_0x1c501c-_0x16a4f8._0x55c84a,_0x1a758b-_0x16a4f8._0x7e5688,_0x22b510);}const _0x55c4d9=Date[_0x8ce282(_0x1e8aae._0xd16a69,_0x1e8aae._0x10adea,0x17f,_0x1e8aae._0x335ec0)](),_0x1ef8f2={};function _0x1492bb(_0x2e3b92,_0x205220,_0x570214,_0xa174ad){return _0x438ef1(_0x205220- -_0x378e69._0x1ca30b,_0x205220-_0x378e69._0x11a479,_0x570214-_0x378e69._0xf1b929,_0x2e3b92);}_0x1ef8f2['deviceCode']=_0x5b435,_0x1ef8f2[_0x1492bb(-_0x1e8aae._0x50017d,-0x18d,-_0x1e8aae._0x4390bb,-_0x1e8aae._0x5a553a)]=_0x5a51e8,_0x1ef8f2[_0x1492bb(-_0x1e8aae._0x3d4cd5,-0x19d,-_0x1e8aae._0x5657e3,-_0x1e8aae._0x5bb051)]=_0x55c4d9,_0x1ef8f2[_0x8ce282(0x18d,0x17d,0x189,0x183)]=_0x55c4d9+DEVICE_TTL_MS,_0x1ef8f2[_0x8ce282(0x189,0x18f,_0x1e8aae._0x1cc81a,_0x1e8aae._0x4f977f)]=_0x73bba5[_0x1492bb(-_0x1e8aae._0x261622,-0x1bc,-_0x1e8aae._0x3c7abe,-_0x1e8aae._0x547839)],_0x1ef8f2[_0x8ce282(0x156,0x156,_0x1e8aae._0x2088ae,0x172)]=null,_0x1ef8f2['user']=null;const _0x36657c=_0x1ef8f2;return deviceStore[_0x8ce282(0x1a6,_0x1e8aae._0xc66c3e,_0x1e8aae._0x305b57,_0x1e8aae._0x18741a)](_0x5b435,_0x36657c),userCodeToDevice['set'](_0x5a51e8,_0x5b435),{'deviceCode':_0x5b435,'userCode':_0x5a51e8,'expiresIn':Math[_0x1492bb(-0x192,-0x192,-0x1aa,-_0x1e8aae._0x39e98d)](DEVICE_TTL_MS/(0x2*0x1240+0x407*0x6+0x5*-0xb5a)),'interval':Math[_0x8ce282(_0x1e8aae._0x4467b2,0x184,0x188,_0x1e8aae._0x31b3b2)](POLL_INTERVAL_MS/(0xbd8+-0x75d+-0x93))};}export function getDeviceFlow(_0x541593){const _0x3d796c={_0x3fe649:0xdb},_0x2c264b={_0x27faf6:0x130,_0xd1e674:0x5};function _0x247556(_0x4cbadf,_0x1f11b0,_0x52c94a,_0x2baf85){return _0x337c2c(_0x4cbadf-_0x2c264b._0x27faf6,_0x1f11b0-_0x2c264b._0xd1e674,_0x4cbadf,_0x52c94a-0x1f);}const _0x1795b6={'CUawe':function(_0x46fb06,_0x2cf98e){return _0x46fb06(_0x2cf98e);}},_0x45ce89=deviceStore[_0x247556(0xd0,0xd2,0xee,_0x3d796c._0x3fe649)](_0x541593);if(!_0x45ce89||_0x1795b6['CUawe'](isExpired,_0x45ce89))return null;return _0x45ce89;}export function getDeviceFlowByUserCode(_0x188cde){const _0x323212={_0x820d5a:0x106,_0x13d104:0x338,_0x424aba:0x337,_0xa8b87e:0x324,_0x51fbfa:0x102,_0x2fe8b5:0xee,_0x248a1d:0xdf,_0x2d46b1:0x33a,_0x562b86:0x331,_0xf93f44:0x32e,_0x4a1e18:0xe9,_0x305c19:0xdf,_0x2e86fa:0xd9,_0x5210a3:0x2e6,_0x30ae0e:0x300,_0x2d18ea:0x316,_0x58f4bc:0x116,_0x1b0bb7:0xff},_0x2a6da6={_0x48c1c8:0x149,_0x4b52c2:0x256},_0x2ef416={_0x259685:0x111};function _0x435a61(_0x3ef594,_0x324e14,_0x5071a2,_0x3e8380){return _0x438ef1(_0x324e14- -0x72,_0x324e14-0xcd,_0x5071a2-_0x2ef416._0x259685,_0x3e8380);}const _0x1842c8={'rlOHt':function(_0x229dc8,_0x39382b){return _0x229dc8!==_0x39382b;},'MHljq':_0x435a61(0x125,0x107,0x108,_0x323212._0x820d5a),'Iosvh':function(_0x54e665,_0x14d873){return _0x54e665(_0x14d873);}};function _0x35d162(_0x13d02e,_0x3dc47b,_0x2932da,_0x5ab377){return _0x337c2c(_0x13d02e-_0x2a6da6._0x48c1c8,_0x3dc47b-0x92,_0x13d02e,_0x3dc47b-_0x2a6da6._0x4b52c2);}const _0x14c1c5=userCodeToDevice['get'](_0x188cde);if(!_0x14c1c5){if(_0x1842c8[_0x35d162(_0x323212._0x13d104,_0x323212._0x424aba,_0x323212._0xa8b87e,0x338)](_0x1842c8[_0x435a61(_0x323212._0x51fbfa,_0x323212._0x2fe8b5,0xee,_0x323212._0x248a1d)],_0x35d162(_0x323212._0x2d46b1,_0x323212._0x562b86,0x31c,_0x323212._0xf93f44)))return null;else _0x3f8db3[_0x435a61(_0x323212._0x4a1e18,_0x323212._0x305c19,0xd8,_0x323212._0x2e86fa)](_0x200671),_0x149b6b[_0x35d162(_0x323212._0x5210a3,0x302,0x2e0,_0x323212._0x30ae0e)](_0x213ee8[_0x35d162(_0x323212._0x424aba,0x338,_0x323212._0x2d18ea,0x334)]);}return _0x1842c8[_0x435a61(0xff,0x10a,_0x323212._0x58f4bc,_0x323212._0x1b0bb7)](getDeviceFlow,_0x14c1c5);}export function linkOidcStateToDevice(_0x21a494,_0x1f61ec){const _0x464810={_0xbddbe0:0x2ad},_0x32ba8d={_0x5c05e3:0x400,_0x14e9c7:0xc6},_0x7c886={'triyJ':function(_0x2a7232,_0x4a4364){return _0x2a7232(_0x4a4364);}},_0x7aa007=_0x7c886[_0x19aa89(-0x2ac,-_0x464810._0xbddbe0,-0x2bb,-0x29c)](getDeviceFlow,_0x1f61ec);if(!_0x7aa007)return![];function _0x19aa89(_0x52a1f4,_0x192a3b,_0x4e6dc2,_0x219d07){return _0x438ef1(_0x219d07- -_0x32ba8d._0x5c05e3,_0x192a3b-_0x32ba8d._0x14e9c7,_0x4e6dc2-0xf0,_0x192a3b);}return stateToDevice['set'](_0x21a494,_0x1f61ec),!![];}export function consumeDeviceForState(_0x226702){const _0x242303={_0x5758cd:0xcf,_0x329881:0x38,_0x17c6a7:0x3b,_0x158497:0x1e,_0x5cb5ec:0x21},_0xadf361={_0x4aac97:0x53,_0x1ef4eb:0x154},_0x1797ca={_0xefd28e:0xb9,_0x4eb0ff:0x1ae},_0x33cfb3={'DzrXO':function(_0x59eef3,_0x2a0773){return _0x59eef3(_0x2a0773);}},_0xdbb185=stateToDevice[_0x48832d(_0x242303._0x5758cd,0xe1,0xbc,0xbe)](_0x226702);function _0x4d286a(_0x55fa86,_0x1760ba,_0x263f37,_0x3882e3){return _0x438ef1(_0x1760ba- -0x13d,_0x1760ba-_0x1797ca._0xefd28e,_0x263f37-_0x1797ca._0x4eb0ff,_0x3882e3);}function _0x48832d(_0x5548ea,_0x2de667,_0x529e1b,_0x3e5e5b){return _0x337c2c(_0x5548ea-_0xadf361._0x4aac97,_0x2de667-_0xadf361._0x1ef4eb,_0x2de667,_0x5548ea-0x0);}if(!_0xdbb185)return null;return stateToDevice['delete'](_0x226702),_0x33cfb3[_0x4d286a(_0x242303._0x329881,_0x242303._0x17c6a7,_0x242303._0x158497,_0x242303._0x5cb5ec)](getDeviceFlow,_0xdbb185);}export function approveDeviceFlow(_0x2858b0,_0xb48bf3,_0x12d882){const _0x69f057={_0x518a38:0x130,_0x1c6cb1:0x146,_0x595464:0x12a,_0x3a334c:0x14c,_0x2d4dc2:0x163,_0x4f0d2d:0x178,_0x349289:0x14a},_0xe7bc35={_0x3afc99:0x20},_0x448cc6={_0x507252:0x113,_0x29171e:0x2f8},_0x31f85d={'CXMDN':function(_0x1412b0,_0x4307c8){return _0x1412b0(_0x4307c8);},'GxUdy':_0x5a23b5(-0x151,-_0x69f057._0x518a38,-_0x69f057._0x1c6cb1,-0x12f)},_0x1a70e5=_0x31f85d['CXMDN'](getDeviceFlow,_0x2858b0);if(!_0x1a70e5)return![];_0x1a70e5[_0x5a23b5(-_0x69f057._0x595464,-_0x69f057._0x3a334c,-0x134,-0x14e)]=_0x31f85d['GxUdy'];function _0x26d36e(_0x48dfae,_0xcf8290,_0x39136d,_0x2897b5){return _0x337c2c(_0x48dfae-_0x448cc6._0x507252,_0xcf8290-0x1c5,_0x48dfae,_0x39136d-_0x448cc6._0x29171e);}function _0x5a23b5(_0x405aa0,_0x28fa52,_0x40a85f,_0x4d5cd2){return _0x337c2c(_0x405aa0-_0xe7bc35._0x3afc99,_0x28fa52-0x1c1,_0x40a85f,_0x405aa0- -0x212);}return _0x1a70e5[_0x5a23b5(-_0x69f057._0x2d4dc2,-_0x69f057._0x4f0d2d,-0x16e,-0x164)]=_0xb48bf3,_0x1a70e5[_0x5a23b5(-0x16b,-_0x69f057._0x349289,-0x184,-0x17b)]=_0x12d882,!![];}export function pollDeviceFlow(_0x204f0c){const _0x3963e3={_0x19b506:0x97,_0x22a6dc:0x65,_0x50ac25:0x297,_0x51ce50:0x2b0,_0xd3e0e8:0xa0,_0x170d54:0x291,_0x244ddc:0x2a1,_0xc286f7:0x293,_0x54b4ea:0x267,_0x1494c8:0x28a,_0x41cdc4:0x275,_0x1bfe96:0x6f,_0x18f092:0x6e,_0x2d46b9:0x96,_0x32baa8:0x74,_0x1e63b4:0x75,_0x24f4bf:0x57,_0xe4b479:0x63,_0x4cf842:0x6c,_0x7071ce:0x90,_0x30384e:0x81,_0x3d2bff:0x66,_0x33fa3a:0x82,_0x367b26:0x5d,_0x2d7aca:0x70,_0x11d316:0x8f,_0xcf4649:0x7c,_0x4ba96d:0xc9,_0x149113:0xac,_0x114b0f:0x8b,_0x3b9053:0xaf,_0xf15d74:0xa7,_0x23ede1:0xb1,_0x27d956:0x2c8,_0x5a8e3a:0x2ac,_0x12f6b0:0x2b1,_0x137565:0x268,_0x760291:0x2a8,_0x9a18df:0x271,_0x1303bf:0x2a6,_0x2eb3ed:0x2a4,_0x478b87:0x2ae,_0x335c54:0x28b,_0x43597b:0x296,_0x44747d:0x2d3,_0x206436:0x94,_0x4c75a9:0x88,_0x3da23b:0x73,_0x214748:0x94},_0x595b7c={_0x494ccc:0x31,_0x39f8d0:0x8c},_0x20cf7d={};function _0x1d0411(_0x44b19c,_0xdb1d4b,_0x4a3783,_0x41ebe9){return _0x438ef1(_0x4a3783-0x13b,_0xdb1d4b-_0x595b7c._0x494ccc,_0x4a3783-_0x595b7c._0x39f8d0,_0xdb1d4b);}_0x20cf7d['TTyMK']=function(_0x55ef20,_0x2b1fba){return _0x55ef20>_0x2b1fba;},_0x20cf7d[_0x5ee65a(-_0x3963e3._0x19b506,-_0x3963e3._0x22a6dc,-0x81,-0x6f)]=_0x5ee65a(-0x5b,-0x6c,-0x70,-0x88),_0x20cf7d[_0x1d0411(0x2cd,_0x3963e3._0x50ac25,_0x3963e3._0x51ce50,0x2b9)]=function(_0x27a494,_0x3d1ab6){return _0x27a494===_0x3d1ab6;},_0x20cf7d[_0x5ee65a(-_0x3963e3._0xd3e0e8,-0x90,-0x8d,-0x8c)]=_0x1d0411(0x2a3,_0x3963e3._0x170d54,_0x3963e3._0x244ddc,_0x3963e3._0xc286f7),_0x20cf7d[_0x1d0411(_0x3963e3._0x54b4ea,0x298,_0x3963e3._0x1494c8,_0x3963e3._0x41cdc4)]=_0x5ee65a(-0x91,-0x6d,-_0x3963e3._0x1bfe96,-_0x3963e3._0x18f092),_0x20cf7d[_0x5ee65a(-0xa8,-0x87,-_0x3963e3._0x2d46b9,-_0x3963e3._0x32baa8)]=_0x5ee65a(-0x97,-0x88,-0x8e,-_0x3963e3._0x1e63b4);const _0x155419=_0x20cf7d,_0x58b60d=getDeviceFlow(_0x204f0c);if(!_0x58b60d){const _0x341dbc={};return _0x341dbc[_0x5ee65a(-_0x3963e3._0x22a6dc,-_0x3963e3._0x24f4bf,-0x73,-_0x3963e3._0xe4b479)]=_0x155419[_0x5ee65a(-_0x3963e3._0x4cf842,-_0x3963e3._0x7071ce,-_0x3963e3._0x30384e,-_0x3963e3._0x3d2bff)],_0x341dbc;}function _0x5ee65a(_0x50c4bb,_0x420a52,_0x53732c,_0x2943ac){return _0x438ef1(_0x53732c- -0x200,_0x420a52-0x68,_0x53732c-0xc4,_0x420a52);}if(_0x155419['flzHt'](_0x58b60d[_0x5ee65a(-_0x3963e3._0x33fa3a,-_0x3963e3._0x367b26,-0x73,-0x8b)],_0x155419[_0x5ee65a(-_0x3963e3._0x2d7aca,-_0x3963e3._0x11d316,-0x8d,-_0x3963e3._0xcf4649)])&&_0x58b60d[_0x5ee65a(-0xce,-_0x3963e3._0x4ba96d,-_0x3963e3._0x149113,-0xb3)]){if(_0x155419[_0x5ee65a(-_0x3963e3._0x114b0f,-0x72,-0x8b,-0x7f)](_0x155419['WQPTT'],_0x155419[_0x5ee65a(-_0x3963e3._0x3b9053,-_0x3963e3._0xf15d74,-_0x3963e3._0x23ede1,-0xc2)])){const _0x3b5db1={};return _0x3b5db1[_0x1d0411(0x2c6,0x2d3,_0x3963e3._0x27d956,_0x3963e3._0x5a8e3a)]=_0x1d0411(0x2bb,0x2c3,_0x3963e3._0x244ddc,_0x3963e3._0x12f6b0),_0x3b5db1['apiKey']=_0x58b60d['apiKey'],_0x3b5db1[_0x1d0411(_0x3963e3._0x137565,0x270,0x287,_0x3963e3._0x760291)]=_0x58b60d[_0x1d0411(_0x3963e3._0x9a18df,_0x3963e3._0x1303bf,0x287,_0x3963e3._0x2eb3ed)],_0x3b5db1;}else return _0x155419[_0x1d0411(_0x3963e3._0x478b87,0x292,_0x3963e3._0x335c54,0x29b)](_0x4bd811['now'](),_0x5599aa[_0x1d0411(_0x3963e3._0x43597b,_0x3963e3._0x44747d,0x2b6,0x2d1)]);}const _0x10f414={};return _0x10f414[_0x5ee65a(-_0x3963e3._0x206436,-_0x3963e3._0x4c75a9,-_0x3963e3._0x3da23b,-0x62)]=_0x155419[_0x5ee65a(-_0x3963e3._0x214748,-0x78,-_0x3963e3._0x2d46b9,-0x83)],_0x10f414;}export function consumeDeviceFlow(_0x1f2873){const _0x39d054={_0x20ba75:0x2ac,_0x29480b:0x299,_0x2e209c:0x296,_0x59c487:0x265,_0x326e3d:0x27d,_0x1634a0:0x4c7,_0x17a5cb:0x4fa,_0x5b96cc:0x4f9,_0x598dcc:0x4f2,_0x5e1135:0x4e9,_0x5c9ac4:0x26c,_0x57b5de:0x268,_0x1bc948:0x4c1,_0x550871:0x4a4,_0x1c95e7:0x289,_0x181338:0x27e},_0x3c475f={_0x2e76f1:0x1b4,_0x468799:0xcc,_0x303bf8:0x415},_0x2110ac={'tLVfc':function(_0x51d8cd,_0x317717){return _0x51d8cd(_0x317717);},'SyJOF':function(_0x2d8c4e,_0x3dbcf3){return _0x2d8c4e!==_0x3dbcf3;}},_0x3fa0d8=_0x2110ac[_0x5f4693(0x299,0x28d,_0x39d054._0x20ba75,_0x39d054._0x29480b)](getDeviceFlow,_0x1f2873);function _0x38fecc(_0x2c8789,_0x109f17,_0x1cea7f,_0x275e8d){return _0x337c2c(_0x2c8789-_0x3c475f._0x2e76f1,_0x109f17-_0x3c475f._0x468799,_0x1cea7f,_0x2c8789-_0x3c475f._0x303bf8);}function _0x5f4693(_0x1338ca,_0xdea619,_0x1a25cf,_0x2a5328){return _0x438ef1(_0x2a5328-0x114,_0xdea619-0x1eb,_0x1a25cf-0x9e,_0x1338ca);}if(!_0x3fa0d8){if(_0x2110ac[_0x5f4693(_0x39d054._0x2e209c,0x29d,_0x39d054._0x59c487,_0x39d054._0x326e3d)](_0x38fecc(_0x39d054._0x1634a0,0x4a5,0x4a9,0x4d6),'XdTyz'))return null;else{const _0x27c3c8=_0x2110ac['tLVfc'](_0x163207,_0x8cfb14);if(!_0x27c3c8)return![];return _0x9166e2[_0x38fecc(_0x39d054._0x17a5cb,_0x39d054._0x5b96cc,_0x39d054._0x598dcc,_0x39d054._0x5e1135)](_0x2d5242,_0xd35d63),!![];}}return deviceStore[_0x5f4693(0x262,_0x39d054._0x5c9ac4,_0x39d054._0x57b5de,_0x39d054._0x59c487)](_0x1f2873),userCodeToDevice[_0x38fecc(_0x39d054._0x1bc948,0x4bc,0x4bc,_0x39d054._0x550871)](_0x3fa0d8[_0x5f4693(_0x39d054._0x1c95e7,_0x39d054._0x181338,0x294,0x29b)]),_0x3fa0d8;}export function getDeviceFlowConstants(){const _0x598604={_0x4df678:0x406,_0x1313ad:0x426,_0x17d4c2:0x431,_0x50847c:0x3ea},_0x365dd3={_0x3068bb:0x33b},_0x4399bc={_0x2000a3:0x2b,_0x5a9141:0x2d3},_0x101fb8={};_0x101fb8[_0xdb5b03(_0x598604._0x4df678,0x418,_0x598604._0x1313ad,0x3e4)]=function(_0x16266a,_0x1f4ed8){return _0x16266a/_0x1f4ed8;};function _0x3fbfc9(_0x1d7888,_0x9e9237,_0x1981cf,_0x105744){return _0x337c2c(_0x1d7888-0x128,_0x9e9237-_0x4399bc._0x2000a3,_0x105744,_0x9e9237-_0x4399bc._0x5a9141);}function _0xdb5b03(_0x3e7fbf,_0x23341f,_0x5d3a1b,_0x2fef24){return _0x337c2c(_0x3e7fbf-0x1ef,_0x23341f-0x56,_0x23341f,_0x3e7fbf-_0x365dd3._0x3068bb);}const _0x537c63=_0x101fb8;return{'expiresIn':Math[_0xdb5b03(0x418,0x417,_0x598604._0x17d4c2,0x43b)](DEVICE_TTL_MS/(0x21cc+0x3*-0x29f+-0x1607)),'interval':Math['floor'](_0x537c63[_0xdb5b03(0x406,0x42a,_0x598604._0x50847c,0x408)](POLL_INTERVAL_MS,-0x1*-0x1ce7+0x1f48+-0x3847*0x1))};}export function resetDeviceFlowStore(){const _0x2e9594={_0x4c8ce2:0x7,_0x5462cf:0x27,_0x4c3948:0x9,_0x486085:0x3,_0x3a257f:0x17,_0x8df5b0:0x4c,_0x284051:0x35,_0x1d2f88:0x1e,_0x5b55d5:0x16,_0x3998cb:0x4a,_0x56f020:0x58,_0x3e1de7:0x7},_0xafb855={_0x23d159:0xb3,_0x557514:0xef},_0x5d03ea={_0x53ab34:0x12a},_0xd5e1c1={};_0xd5e1c1[_0x260f83(0x36,-_0x2e9594._0x4c8ce2,0x19,0x10)]=_0x37c7e8(-0x11,-0xf,-0x19,-0x1b)+_0x260f83(0x21,0x3b,_0x2e9594._0x5462cf,_0x2e9594._0x4c3948)+_0x260f83(_0x2e9594._0x486085,-_0x2e9594._0x3a257f,-0xa,-0xd);const _0x47d0da=_0xd5e1c1;deviceStore[_0x37c7e8(-0x35,-_0x2e9594._0x8df5b0,-0x56,-_0x2e9594._0x284051)](),userCodeToDevice[_0x37c7e8(-0x35,-_0x2e9594._0x1d2f88,-_0x2e9594._0x5b55d5,-_0x2e9594._0x3998cb)]();function _0x260f83(_0x297261,_0x1458f7,_0xbe94d4,_0x1620b7){return _0x337c2c(_0x297261-0x159,_0x1458f7-_0x5d03ea._0x53ab34,_0x1458f7,_0xbe94d4- -0xc0);}stateToDevice[_0x37c7e8(-0x35,-_0x2e9594._0x56f020,-0x17,-0x46)]();function _0x37c7e8(_0x191d52,_0x19a694,_0x195482,_0x1e5f0e){return _0x337c2c(_0x191d52-_0xafb855._0x23d159,_0x19a694-0x9a,_0x1e5f0e,_0x191d52- -_0xafb855._0x557514);}logger[_0x260f83(0x2b,0x14,0x26,0x25)](_0x47d0da[_0x37c7e8(-0x16,-_0x2e9594._0x3e1de7,-0xc,-0x31)]);}