@profoundlogic/coderflow-server 0.5.6 → 0.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) 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/routes/apiKeys.js +1 -1
  96. package/dist/routes/auth-oidc.js +1 -1
  97. package/dist/routes/auth.js +1 -1
  98. package/dist/routes/automations.js +1 -1
  99. package/dist/routes/bindings.js +1 -1
  100. package/dist/routes/build.js +1 -1
  101. package/dist/routes/containers.js +1 -1
  102. package/dist/routes/deploy-task.js +1 -1
  103. package/dist/routes/environment-management.js +1 -1
  104. package/dist/routes/environments.js +1 -1
  105. package/dist/routes/external-skills.js +1 -1
  106. package/dist/routes/git-credentials.js +1 -1
  107. package/dist/routes/git-oauth.js +1 -1
  108. package/dist/routes/git-provider-setup.js +1 -1
  109. package/dist/routes/health.js +1 -1
  110. package/dist/routes/jira.js +1 -1
  111. package/dist/routes/objective-management.js +1 -1
  112. package/dist/routes/password.js +1 -1
  113. package/dist/routes/prompt.js +1 -1
  114. package/dist/routes/provider-auth.js +1 -1
  115. package/dist/routes/qa.js +1 -1
  116. package/dist/routes/roles.js +1 -1
  117. package/dist/routes/settings.js +1 -1
  118. package/dist/routes/skill-management.js +1 -1
  119. package/dist/routes/skills.js +1 -1
  120. package/dist/routes/tasks.js +1 -1
  121. package/dist/routes/teams.js +1 -1
  122. package/dist/routes/templates.js +1 -1
  123. package/dist/routes/test-task.js +1 -1
  124. package/dist/routes/test.js +1 -1
  125. package/dist/routes/users.js +1 -1
  126. package/dist/routes/visualizations.js +1 -1
  127. package/dist/scripts/create-user.js +1 -1
  128. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  129. package/dist/start.js +1 -1
  130. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  131. package/dist/web-ui/public/activity-feed.js +1 -1
  132. package/dist/web-ui/public/activity-formatters.js +1 -1
  133. package/dist/web-ui/public/agent-event-parser.js +1 -1
  134. package/dist/web-ui/public/app.js +1 -1
  135. package/dist/web-ui/public/approve-dialog.js +1 -1
  136. package/dist/web-ui/public/automation-links.js +1 -1
  137. package/dist/web-ui/public/automation-schedule.js +1 -1
  138. package/dist/web-ui/public/comments-widget.js +1 -1
  139. package/dist/web-ui/public/diff-utils.js +1 -1
  140. package/dist/web-ui/public/environments.js +1 -1
  141. package/dist/web-ui/public/feedback-widget.css +6 -4
  142. package/dist/web-ui/public/feedback-widget.js +1 -1
  143. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  144. package/dist/web-ui/public/git-history.js +1 -1
  145. package/dist/web-ui/public/git-status.js +1 -1
  146. package/dist/web-ui/public/index.js +1 -1
  147. package/dist/web-ui/public/login.js +1 -1
  148. package/dist/web-ui/public/markdown-editor.js +1 -1
  149. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  150. package/dist/web-ui/public/modal-maximize.js +1 -1
  151. package/dist/web-ui/public/notifications.js +1 -1
  152. package/dist/web-ui/public/pr-dialog.js +1 -1
  153. package/dist/web-ui/public/roles.js +1 -1
  154. package/dist/web-ui/public/server-health.js +1 -1
  155. package/dist/web-ui/public/settings.js +1 -1
  156. package/dist/web-ui/public/setup-password.js +1 -1
  157. package/dist/web-ui/public/skills.js +1 -1
  158. package/dist/web-ui/public/sse-client.js +1 -1
  159. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  160. package/dist/web-ui/public/styles.css +34 -4
  161. package/dist/web-ui/public/task.js +1 -1
  162. package/dist/web-ui/public/teams.js +1 -1
  163. package/dist/web-ui/public/terminal.js +1 -1
  164. package/dist/web-ui/public/theme.js +1 -1
  165. package/dist/web-ui/public/users.js +1 -1
  166. package/dist/web-ui/public/variant-grouping.js +1 -1
  167. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x135ed2,_0x2a276d){const _0x1346d6={_0x3fa39a:0x217,_0x2eabde:0x28f,_0x404d29:0x18f,_0x33dcd0:0x1b7,_0x5b85d:0x19,_0x45229c:0x25c,_0x189c73:0x2a7,_0x421375:0x2fb,_0x246bf3:0x174,_0x5d9876:0x90,_0x4e5a28:0xe0,_0x4ce545:0xad,_0x343db9:0x147,_0x517727:0xc9},_0x420012={_0x4a59c4:0xbd};function _0x5484d4(_0x1aedfa,_0x14d7fc,_0x2aef78,_0x15be56){return _0x46a5(_0x14d7fc- -0x1fd,_0x15be56);}function _0x401e6e(_0x22e580,_0x601dea,_0x2972cb,_0xf388f8){return _0x46a5(_0x22e580- -_0x420012._0x4a59c4,_0x2972cb);}const _0x156f70=_0x135ed2();while(!![]){try{const _0x40c5f9=parseInt(_0x401e6e(_0x1346d6._0x3fa39a,0x291,_0x1346d6._0x2eabde,0x247))/(-0x1*0xe6b+-0x2107+0x1*0x2f73)+-parseInt(_0x401e6e(0xf7,_0x1346d6._0x404d29,0x103,_0x1346d6._0x33dcd0))/(-0x207b+-0x1091+-0x1*-0x310e)*(parseInt(_0x401e6e(0x1ae,0x153,0x1dc,0x24a))/(-0x1bc5+0x604*-0x5+-0x422*-0xe))+parseInt(_0x401e6e(0x1fb,0x242,0x29d,0x2bd))/(0x23bd*0x1+0x2f2+-0x26ab)+-parseInt(_0x5484d4(-_0x1346d6._0x5b85d,0x2d,0xd6,0x7b))/(0x1dcc+-0x9a5*0x4+0x8cd)*(parseInt(_0x401e6e(_0x1346d6._0x45229c,_0x1346d6._0x189c73,_0x1346d6._0x421375,0x229))/(-0x3*-0x959+0x81c+0xc0b*-0x3))+parseInt(_0x5484d4(0x24,0x92,0xac,0x8d))/(0x22bf+0xd61+-0x3019)*(parseInt(_0x5484d4(0x41,0x3a,0x14,0x9b))/(-0x1cdd+-0x317*-0x1+0x19ce))+-parseInt(_0x401e6e(0x230,0x16f,_0x1346d6._0x246bf3,0x1c9))/(0x192c+-0x1dba+0x497)*(-parseInt(_0x5484d4(_0x1346d6._0x5d9876,_0x1346d6._0x4e5a28,0x37,0x106))/(0x5*-0x4ef+-0x261e+0x3ed3))+-parseInt(_0x5484d4(0xc0,_0x1346d6._0x4ce545,_0x1346d6._0x343db9,0x47))/(-0x1ee7+-0xf43*0x1+0x2e35)*(-parseInt(_0x401e6e(0x154,0x214,_0x1346d6._0x517727,0x1a3))/(-0x1c*0x38+-0x1*0x1d14+0x2f*0xc0));if(_0x40c5f9===_0x2a276d)break;else _0x156f70['push'](_0x156f70['shift']());}catch(_0x4c1b05){_0x156f70['push'](_0x156f70['shift']());}}}(_0x16d3,-0xbc7f3+-0x926f+0x16ef4e));import{promises as _0x1baa40}from'fs';function _0x16d3(){const _0x1c957c=['mZu5mZyWoenYCvfyBG','ze5ADNm','seDXCK8','zw4GCMvMCMvZAa','CMvXDwLYzwq','zs1HDxrOB3jPEG','CMvZCg9UC2u','BMfTzq','seXmEg4','A0DKBfK','rwLtDe8','sNPnzve','CMvZCg9UC2vFDa','vvP6Efi','lI9NAxqTChjVDG','zK11CLe','DxnLCKLK','igfUzcbWCM92Aq','qu1ZBfe','C3rHDgvjza','z2v0ief6DxjLia','Cc52C3nWCY52Aq','ChmGt0f1DgGGyW','D0j1uKe','s0LMr2S','BMzPzW','A2vU','Aw5MBW','nte1ntfYrujxAem','D2fYBG','A3PvBgy','BYbWCM92AwrLCG','swTftgO','zgvK','z2LUlM1Py3jVCW','v1vbuuW','BgvK','mZi5odK5mfzvB2D6BG','B29srxq','q1fTB0u','tM8GDg9Rzw4GzG','yw1L','z2L0AhvI','DfvAzNe','ihjLCxvPCMvK','BvPfvha','vLrwsuS','zwzYzxnOigvYCG','wNP3q1G','twTgswG','v0f0q3y','Dgv4Da','sKnZDgu','ovzpyLL2DG','yxbWBgLJyxrPBW','CMfUzg9TqNL0zq','Eg1cD0i','r21Kyvm','BMPKvKe','C3vWCg9YDcb1CW','zw5Nzq','wuT3Avi','zxjYB3i','zgf0yurPCG','uvH3vxa','CxPezNO','Ce91yNa','yxP1CMuTzgv2BW','y29Kzq','zw1HAwXbzgrYzq','DxrMltG','B2PxuK4','C3rHDgvZ','BgjHy2S','vw5ZDxbWB3j0zq','uKnis0i','CIbWCM92AwrLCG','u2vJCMv0CYbWyq','CMLUzYbZB29Ula','C2v0','swrirwy','CgfYC2u','zgvIDwC','BM93','t1HqDgS','Euv5AeG','EfnHyMe','z2L0AhvItg9NAq','ief6DxjLierLDG','tMnmvwK','CfLiteu','zxnZzNvSBhK','sw52ywXPzcbVCG','y29Kzv9JAgfSBa','tM8Gy2XPzw50xW','Agv4','r0Htz0S','mtjwzvPZz3e','wgfyre0','CMvKAxjLy3rFDq','yxrPB24GCMvXDq','y2fSBgjHy2TvCG','C2vHCMnOugfYyq','t3bZigf1DgHVCG','AM9PBG','u2zOyui','zxnOigzHAwXLza','ChjVDMLKzxjuEq','tM8GCMvMCMvZAa','vg9Rzw4GCMvMCG','sNftzgy','zcbWCM92AwrLCG','ChjVDMLKzxjdBW','DwiRANnVBG','l3bYB2zPBguVCa','v2zisuG','ihr5Cgu6ia','igrVzxmGBM90ia','r1P0qxO','ChmGt0f1DgGGzq','y0TYDxm','EgnOyw5NzsbMyq','zxf1AxjLza','uu9zAKm','u0zct0m','AwXLzdOG','vvnLyMy','tNjoqvy','CfP1Chu','yxv0Ac1ZDgf0zq','BNniC2O','EMrzvNa','mtC1mta4B0fHAK5M','ChjVDMLKzxi','D3jPDgvgAwXL','igf0DgvTChrPBG','CNrqCgy','B3jNyw5PEMf0Aq','CM54Exi','AuvODNa','zuDot3m','tu1szxK','CM0TDxjSzw5JBW','y2uUANm','Aw9U','ihvZzxiGAw5MBW','CMvWBYX1C2vYoG','t0XxwKK','r2L0shvIie9bDq','z21sCMq','lMnVBs91C2vYxW','AxjLza','ChvZAa','BwTKAxi','AgHLB3O','ywnJzxnZx3rVAW','zxnOzwqGC3vJyW','zxHWAxjLC19PBG','CxHOu2K','y29KzvzLCMLMAq','CMXIENy','z1vYyLC','DgGGzxjYB3i','Dg9ju09tDhjPBG','CMvJDxjZAxzL','zcbVCIbLEhbPCG','CMv0','AgvHzgvYCW','vg9Rzw4GzxHWAq','zw1HAwW','lJaVDg9Rzw4','CMLWDgLVBG','zKnZwvm','uMfMvuO','BI9QC29U','zgLNzxn0','u3Pjuey','qxP1CMuGrgv2tW','ug1nt0u','BwvZC2fNzq','Ahz0u1m','Cg94EhO','u0rrzu4','C3rHDgu','v09nENG','v2TtEhO','EgnPzhO','s3PVEMi','lMPZB24','BwPYD2m','C2vYia','zwqGzM9YihbYBW','igLUie9bDxrOia','uLnyvgW','DuTOt2m','CNjVCG','CMvHzezPBgu','B25Uzwn0zwqGDa','AcbJB25MAwD1CG','sMHvDey','lMnVBs9FyxbPCW','yNbUBLa','DgvY','ue9tva','zw4GzxHJAgfUzW','sMjPCuq','qMjsAgS','tgn6z1a','DgLTzxn0yw1W','qxv0AcbZDgf0zq','BgvKoIa','AvnNrK0','DgDKC1u','Aw9UignVzguGAq','zgvYia','r3PRq2m','zgvZy3jPChrPBW','mJaYmI0Xms0Yoa','CIbPBMzVoIa','s254z3e','Cw5Aufu','yMXUEfG','y2XPzw50x3nLyW','BhDgtfG','rgDNzgK','mtmYBgrTvhn0','CgKTvMvYC2LVBG','qxv0AcbMBg93','ihrVA2vUigf2yq','qNjzr20','zv9Hy2nLC3m','yMT4v3a','ExbL','ANnVBG','uNLtsNi','CMvKAxjLy3rbzG','ALbcwuK','CM9MAwXLCY9Tzq','ChmGDg9Rzw4Gzq','wLH6s3K','zsbMywLSzwq','r3L3yLq','Bg9NAw4','q0uGy29Kzsb2zq','DwXeueK','l3bYB2zPBgu','t0f1DgGGC3rHDa','uhjVDMLKzxiG','t0vMwfm','l29HDxrOmI92mG','mZa3nZC5mejis0z1ua','DMLKzxi6ia','vxnLCIbUB3qGyW','rgv2t3bZihvZzq','sNncy0m','C0ruywS','r2L0shvIihrVAW','yMfZzty0DxjS','u3rHDguGCgfYyq','lJaVyxv0Ag9YAq','AwXHyMXLic0GCG','DgGGy29TCgXLDa','C3rHDhvZ','ntzwvg1wwvm','p2fWAs12zxjZAq','r0viwxK','z2LU','r3nryxy','z2v0ieDPDeH1yG','C2HHmJu2','yxv0Ag9YAxPHDa','Cu1cwxm','vxHWwNG','u1vzrwi','rwDoCM4','DxbKyxrL','zMLNDxjLza','tgvUswG','qMvHCMvYia','CMv0x3bHDgG','qxv0Ag9YAxPHDa','D1bzq20','CMvMCMvZAfrVAW','zLfvDwm','C2vJCMv0ignVBG','vxnLCIbjrcbPCW','C1POCem','uhjVDMLKzxiGBG','C2vJCMv0x3bHDa','C3vHBhn0DwrPBW','AfvLAum','zgLZCgXHEu5HBq','CMvMCMvZAf90BW','Cvf6z1a','uMHLDLq','CYbYzxf1AxjLza','rgjTv3K','yuHvCMC','zv9WyxrO','rhDUtgu','u3rHCNrPBMCGtW','zxiGt0f1DgG','C3rYAw5NAwz5','B2z0B25SAw5LlG','zM1ywLG','uezqr3y','y2XPzw50x2LK','C0rKAuu','vMPgAwO','B21WBgv0zwqGCW','v091q2e','DxHyuMK','Cgf0Ag5HBwu','z2L0x2nVBM5LyW','rxHJAgfUz2LUzW','mZb2wMnMvhi','Bvn6B0u','zxjYB3jFzgvZyW','Ahr0Chm6lY9SBW','D0jcueO','B3qGzM91BMq6ia','AwXLza','r2L0shvIicG','igzHAwXLzdOG','DhLWzq','Aw1WzxjZB25HDa','t01qyuu','y29TlW','A1LfyKO','ChjVDMLKzxjoyq','zMzhBg8','AwvY','C3vJy2vZCW','igv4CgLYzwqGtW','AwrLCI1Zzxj2Aq','D3LoExq','yxP1CMvvC2vYBG','z2LzrgK','vxnLCIbjrcbHBG','zwqGC3vJy2vZCW','ChmGDg9Rzw4GCG','BI92BMqUz2L0Aa','zsbUB3qGzM91BG','DgvUyw50x2LK','zMLNDxjLzcbMBW','Dg9tDhjPBMC','zw50CMLLCW','EhHizM4','u25Nr3m','A1jfr2e','DgGGBM90ignVBG','mtmZndeWmLDXvMHruW','tNvRzeu','s0vqAfi','DxrlBKe','CeHZAum','s0jgBM4','y29Kzv92zxjPzG','sezZAgO','C2vHCMnO','y2vYDgLMAwnHDa','DwnJzxnZzNvSBa','DuPrCKG','ywnJB3vUDf9SBW','tgDzsxi','Bg9Nz2vY','DhjPBq','Bw9Kzq','u1HSt0e','uwn2Avu','rMfPBgvKihrVia','uKWGAxmGCMvXDq','wNfgA1u','yxrPB25jBMzV','zw5Nzv9TzxrOBW','su1sD04','B3vUzcbMB3iGDq','CvLksLa','mtG2mtG2uKvwrMLy','DejIuNK','y3jLyxrLsgfZAa','sKLfr1i','BI94lxD3DY1MBW','zxHWAxjLC19HDa','twLZC2LUzYbJyq','ChmGka','z3jHBNrFDhLWzq','igvYCM9Y','zfr4tfy','uvvYzxG','Ahr0Chm6lY9HCa','q29UDgvUDc1uEq'];_0x16d3=function(){return _0x1c957c;};return _0x16d3();}import{existsSync}from'fs';import _0x34e0f9 from'path';import _0x2d4c64 from'crypto';import{DATA_DIR}from'./data-dir.js';import{logger as _0x1b4a78}from'./logger.js';import{loadProvidersConfig}from'./git-provider-service.js';import{storeUserGitToken,getUserGitToken,updateUserGitToken,isTokenExpiringSoon}from'./user-git-tokens.js';import{getGitHubOAuthUrls}from'./github-urls.js';const STATE_FILE='provider-o'+_0x5de688(0x3f1,0x454,0x3b8,0x3e0)+_0x5de688(0x4d4,0x3f6,0x405,0x41b),STATE_EXPIRY_MS=(-0x155*0xb+0x128*-0x8+-0x1*-0x17ec)*(0xd2f+0x98*-0x3b+-0x1615*-0x1)*(-0x192*-0x7+-0x31*0xa1+0x17bb),AZURE_DEVOPS_OAUTH_SCOPES=_0x5e15df(0x532,0x574,0x5b0,0x4ef)+_0x5e15df(0x549,0x493,0x539,0x58e)+_0x5de688(0x429,0x41e,0x480,0x480)+_0x5de688(0x334,0x3b2,0x38c,0x3f5)+_0x5e15df(0x4f1,0x451,0x4ae,0x442)+'ion\x20offlin'+_0x5de688(0x42a,0x484,0x3e7,0x445),GITHUB_SCOPES=_0x5de688(0x392,0x345,0x480,0x3f1)+_0x5de688(0x461,0x3dd,0x429,0x408);async function loadStateStorage(_0x2f92c5={}){const _0x46ece3={_0x395490:0x153,_0x1752a2:0x44a,_0x2a2da3:0x125,_0x200ef8:0x190,_0xe5fbb:0x16a,_0x2eddbe:0x511,_0x253d14:0x3c6,_0x1d4f69:0x399,_0x16e27c:0x347,_0x5c7095:0x39e,_0x4552be:0x2d6,_0x9dd516:0x319,_0x27c1d4:0x42a,_0x54607f:0x30e,_0x5c0988:0x2f0,_0x51fc5d:0x351,_0x597dc8:0x424,_0x43d7be:0x45c,_0xef61c:0x47c,_0x1ab496:0x466,_0x248fcc:0x3a6,_0x24852d:0x4db,_0x258946:0x45d},_0x166e3f={_0x4e9342:0xb9},_0xab591b={_0x1546c6:0x30a,_0x32bd9e:0x2c};function _0x5acb54(_0x17572b,_0x25f03f,_0x5c9115,_0x5b72d3){return _0x5e15df(_0x25f03f- -_0xab591b._0x1546c6,_0x5b72d3,_0x5c9115-0x60,_0x5b72d3-_0xab591b._0x32bd9e);}const _0x500e1d={'zdYVp':function(_0x168a8c,_0x66a209){return _0x168a8c(_0x66a209);},'NcLUi':function(_0x12c742,_0x528d9c){return _0x12c742===_0x528d9c;},'SUYEb':'bUGgv','eGNOs':_0x5acb54(_0x46ece3._0x395490,0x170,0xd9,0x127),'NCXKZ':_0x5acb54(0x259,0x270,0x2d6,0x301)};function _0x16f160(_0x36b2f1,_0x525796,_0x23073a,_0x3ec2ed){return _0x5de688(_0x36b2f1-_0x166e3f._0x4e9342,_0x525796,_0x23073a-0xad,_0x3ec2ed- -0xd2);}const _0x331155=_0x2f92c5[_0x16f160(0x40b,_0x46ece3._0x1752a2,0x463,0x454)]||DATA_DIR,_0x5d3a92=_0x34e0f9['join'](_0x331155,STATE_FILE);if(!_0x500e1d[_0x5acb54(0xd3,_0x46ece3._0x2a2da3,_0x46ece3._0x200ef8,_0x46ece3._0xe5fbb)](existsSync,_0x5d3a92)){const _0x2e2a62={};return _0x2e2a62['states']={},_0x2e2a62;}try{if(_0x500e1d[_0x16f160(_0x46ece3._0x2eddbe,0x3e3,0x497,0x46e)](_0x500e1d[_0x16f160(_0x46ece3._0x253d14,_0x46ece3._0x1d4f69,_0x46ece3._0x16e27c,_0x46ece3._0x5c7095)],_0x500e1d[_0x16f160(0x326,_0x46ece3._0x4552be,0x302,_0x46ece3._0x9dd516)]))delete _0x2b857e[_0x16f160(_0x46ece3._0x27c1d4,0x4f8,0x4ff,0x45d)][_0x1e4772];else{const _0x4f3d12=await _0x1baa40[_0x16f160(0x34c,_0x46ece3._0x54607f,_0x46ece3._0x5c0988,_0x46ece3._0x51fc5d)](_0x5d3a92,_0x500e1d['NCXKZ']);return JSON[_0x16f160(_0x46ece3._0x597dc8,_0x46ece3._0x43d7be,_0x46ece3._0xef61c,_0x46ece3._0x1ab496)](_0x4f3d12);}}catch{const _0x1b75d4={};return _0x1b75d4[_0x16f160(0x4f6,_0x46ece3._0x248fcc,_0x46ece3._0x24852d,_0x46ece3._0x258946)]={},_0x1b75d4;}}async function saveStateStorage(_0x4bc418,_0x497405={}){const _0x297654={_0x4cb584:0x11,_0x3ee642:0x92,_0x30d6db:0xbe,_0x55cb12:0x13,_0x1e3308:0x139,_0x5d7f31:0x7e,_0x499fed:0x124,_0x2edaf0:0x70,_0x36ef14:0x10b,_0x5dd356:0x1be,_0x1556b6:0x5c,_0x349633:0xc7,_0x2f2540:0x121},_0x57cd37={_0x27e2d2:0x217,_0x3e5abf:0xf8};function _0x185923(_0x524e3c,_0x231cb7,_0x34973c,_0xd3eedc){return _0x5e15df(_0x231cb7- -0x589,_0x34973c,_0x34973c-0x17e,_0xd3eedc-0x8);}const _0x30ca69=_0x497405[_0x185923(-_0x297654._0x4cb584,-0x16,_0x297654._0x3ee642,0xa2)]||DATA_DIR,_0x41c5e9=_0x34e0f9[_0x185923(_0x297654._0x30d6db,_0x297654._0x55cb12,0x66,-0x2b)](_0x30ca69,STATE_FILE),_0x37562e={};_0x37562e[_0x185923(-0x11d,-_0x297654._0x1e3308,-_0x297654._0x5d7f31,-_0x297654._0x499fed)]=!![],await _0x1baa40[_0x352811(0x1ce,0x1ec,0x293,0x22e)](_0x30ca69,_0x37562e);const _0x4ac88b={};_0x4ac88b[_0x185923(-_0x297654._0x2edaf0,-0x6e,-_0x297654._0x36ef14,-0x5f)]=0x180;function _0x352811(_0x22177c,_0x9a86ea,_0x43af53,_0x5b8839){return _0x5e15df(_0x5b8839- -_0x57cd37._0x27e2d2,_0x43af53,_0x43af53-0x139,_0x5b8839-_0x57cd37._0x3e5abf);}await _0x1baa40[_0x185923(-_0x297654._0x5dd356,-0x157,-0xe1,-0x152)](_0x41c5e9,JSON[_0x185923(-_0x297654._0x1556b6,-0xaf,-_0x297654._0x349633,-_0x297654._0x2f2540)](_0x4bc418,null,-0x1a2e*-0x1+-0x13c2+0x66a*-0x1),_0x4ac88b);}function cleanExpiredStates(_0x4b6a26){const _0x2fafd2={_0x24c4b6:0x423,_0x2f4213:0x3e9,_0x10444c:0x4b8,_0x3ed474:0x2a,_0x3d312e:0x56,_0x16d8cb:0x22,_0x49eca7:0xe2,_0x3a9bc3:0xe5,_0x41055c:0x206,_0x3b1ee4:0x181,_0x466052:0x18d,_0x511be6:0x577,_0x36c34d:0x612,_0x11bafe:0x52c,_0x4963e7:0x4f0,_0x352342:0x516,_0x240570:0x590,_0x4b0292:0x6b,_0x4b141f:0x134,_0xbefea6:0x155,_0x41f97b:0x10d,_0x46b025:0xc4,_0x5eac9e:0x3,_0x50e57a:0xf2,_0x8f7812:0x7b,_0x15f436:0xf1,_0x2e0f1b:0x1df,_0x2d2d2f:0x237,_0x2d34bb:0x10f,_0x23265a:0x128,_0x4416e1:0x1ae,_0x2defab:0x1a1,_0x200c96:0xa9,_0x4537c0:0x566,_0xba3233:0x60e,_0x503a7f:0x4e5,_0x3e25b7:0xe8,_0x37fd91:0xec,_0xf274ae:0xaa},_0x51315c={_0x3028a3:0x138,_0x49edb9:0x17b},_0x190628={};_0x190628[_0x3e8fe8(_0x2fafd2._0x24c4b6,0x3d1,_0x2fafd2._0x2f4213,_0x2fafd2._0x10444c)]=function(_0x18ece4,_0x43b699){return _0x18ece4-_0x43b699;},_0x190628['Dggdi']=_0x1589ac(-_0x2fafd2._0x3ed474,-_0x2fafd2._0x3d312e,-0xe0,-_0x2fafd2._0x16d8cb),_0x190628['uJQrH']=_0x1589ac(-0x1b7,-0x171,-0x166,-_0x2fafd2._0x49eca7),_0x190628[_0x1589ac(-_0x2fafd2._0x3a9bc3,-0x64,-0x97,-0x21)]=function(_0x20990e,_0x5f226b){return _0x20990e>_0x5f226b;};function _0x1589ac(_0x5a17dc,_0x3c1bad,_0x2b95c2,_0x5c1596){return _0x5e15df(_0x3c1bad- -0x5da,_0x2b95c2,_0x2b95c2-_0x51315c._0x3028a3,_0x5c1596-_0x51315c._0x49edb9);}_0x190628['mSzoE']=function(_0x440f1e,_0x3abd21){return _0x440f1e-_0x3abd21;},_0x190628[_0x1589ac(-_0x2fafd2._0x41055c,-_0x2fafd2._0x3b1ee4,-0xf6,-_0x2fafd2._0x466052)]=function(_0x2f91c0,_0x58c35d){return _0x2f91c0===_0x58c35d;};const _0x5b2a63=_0x190628,_0x1c75ac=Date[_0x3e8fe8(0x571,_0x2fafd2._0x511be6,_0x2fafd2._0x36c34d,_0x2fafd2._0x11bafe)]();for(const [_0x4d2c65,_0x5596f9]of Object[_0x3e8fe8(_0x2fafd2._0x4963e7,_0x2fafd2._0x352342,_0x2fafd2._0x240570,0x430)](_0x4b6a26[_0x1589ac(-0x40,-0x5e,-_0x2fafd2._0x4b0292,-0x17)]||{})){if(_0x5b2a63[_0x1589ac(-_0x2fafd2._0x4b141f,-0x14e,-_0x2fafd2._0xbefea6,-0xf0)]!==_0x5b2a63[_0x1589ac(-_0x2fafd2._0x41f97b,-_0x2fafd2._0x46b025,-0x16a,-0x8b)]){if(_0x5b2a63[_0x1589ac(0x31,-0x64,_0x2fafd2._0x5eac9e,-_0x2fafd2._0x3ed474)](_0x5b2a63[_0x1589ac(-0xcc,-_0x2fafd2._0x50e57a,-_0x2fafd2._0x8f7812,-_0x2fafd2._0x15f436)](_0x1c75ac,_0x5596f9['timestamp']),STATE_EXPIRY_MS)){if(_0x5b2a63[_0x1589ac(-_0x2fafd2._0x2e0f1b,-_0x2fafd2._0x3b1ee4,-_0x2fafd2._0x2d2d2f,-_0x2fafd2._0x2d34bb)](_0x1589ac(-_0x2fafd2._0x23265a,-0x115,-0x1c0,-0x1ba),'pElwh')){const _0x2d5405=_0x3840b5['now']();for(const [_0x662d4c,_0x19ae28]of _0x2342af['entries'](_0x28978e['states']||{})){_0x5b2a63[_0x1589ac(-_0x2fafd2._0x4416e1,-_0x2fafd2._0x2defab,-0x22e,-0x1e2)](_0x2d5405,_0x19ae28[_0x1589ac(-0x1fa,-0x15e,-0x1e2,-_0x2fafd2._0x200c96)])>_0x2e6483&&delete _0x43c5ec[_0x3e8fe8(_0x2fafd2._0x4537c0,0x50d,_0x2fafd2._0xba3233,_0x2fafd2._0x503a7f)][_0x662d4c];}return _0x2ffb13;}else delete _0x4b6a26['states'][_0x4d2c65];}}else return _0x1589ac(-_0x2fafd2._0x3e25b7,-_0x2fafd2._0x37fd91,-_0x2fafd2._0xf274ae,-0x93)+_0x4e7a66['account_lo'+'gin']+')';}function _0x3e8fe8(_0x1a2da9,_0x35a1ff,_0x24de65,_0x4ce418){return _0x5de688(_0x1a2da9-0xc3,_0x24de65,_0x24de65-0x10d,_0x1a2da9-0x37);}return _0x4b6a26;}function _0x46a5(_0x2b6b93,_0x4af734){_0x2b6b93=_0x2b6b93-(-0x2177+0x2389*-0x1+0x11a7*0x4);const _0x12ec13=_0x16d3();let _0x50da62=_0x12ec13[_0x2b6b93];if(_0x46a5['uQCkoO']===undefined){var _0x99b45d=function(_0x3c5f2f){const _0x606aa5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5355fc='',_0x524240='';for(let _0x3baafd=0xe21+0x3*0x28f+-0x15ce,_0x274560,_0xe2cb0,_0x41b8f2=0x2*0xa52+0x1*-0x289+0x203*-0x9;_0xe2cb0=_0x3c5f2f['charAt'](_0x41b8f2++);~_0xe2cb0&&(_0x274560=_0x3baafd%(0x3d+-0x4f*0x21+0x9f6)?_0x274560*(-0x1*-0x240b+-0x1075*-0x1+0x98*-0x58)+_0xe2cb0:_0xe2cb0,_0x3baafd++%(-0x5*-0x399+0xe39+-0x2032))?_0x5355fc+=String['fromCharCode'](-0x3*-0xb17+-0x1*0x47+-0x1fff&_0x274560>>(-(0x754+0x1*-0x11fb+-0x1*-0xaa9)*_0x3baafd&-0x2*-0xc4f+-0x8*-0x465+-0x3bc0)):-0x7c*-0x1d+-0x182+0x5*-0x282){_0xe2cb0=_0x606aa5['indexOf'](_0xe2cb0);}for(let _0x26fd57=-0x2043*-0x1+-0x3*-0x1c3+0x4*-0x963,_0x2e74dc=_0x5355fc['length'];_0x26fd57<_0x2e74dc;_0x26fd57++){_0x524240+='%'+('00'+_0x5355fc['charCodeAt'](_0x26fd57)['toString'](0xa1a+-0x2*-0xef6+-0x27f6))['slice'](-(-0xd*0x25f+-0x9*-0x2b+0x1d52));}return decodeURIComponent(_0x524240);};_0x46a5['fYrOTG']=_0x99b45d,_0x46a5['Kunrqc']={},_0x46a5['uQCkoO']=!![];}const _0x4a9f86=_0x12ec13[-0x13*-0x46+0x229*-0xb+-0x2a7*-0x7],_0x4eae38=_0x2b6b93+_0x4a9f86,_0x322e98=_0x46a5['Kunrqc'][_0x4eae38];return!_0x322e98?(_0x50da62=_0x46a5['fYrOTG'](_0x50da62),_0x46a5['Kunrqc'][_0x4eae38]=_0x50da62):_0x50da62=_0x322e98,_0x50da62;}export async function storeOAuthState(_0xf6ac9c,_0xd30428,_0x4b6c38={}){const _0x1e4343={_0x2c4dd3:0x449,_0x5e5c4d:0x351,_0x24cf35:0x30a,_0x6b4b86:0x515,_0x7c98e9:0x3b9,_0x52e29f:0x46c,_0x21c62b:0x465,_0x590ad7:0x317,_0x5333d8:0x3c4,_0x15f2d9:0x321,_0x29d350:0x253,_0x16362:0x176,_0x44281c:0x20a},_0x34cdf1={_0x5c43ef:0x6e,_0x343307:0xbf},_0x116544={'UZzxR':function(_0x195434,_0x5b6a94){return _0x195434(_0x5b6a94);},'JqSdf':function(_0x25d83a,_0x45e04b){return _0x25d83a(_0x45e04b);},'WkSxz':function(_0xe5b14e,_0x402b74,_0x33a6f7){return _0xe5b14e(_0x402b74,_0x33a6f7);}};function _0x3bfca1(_0x7a258d,_0x4bd8c2,_0xadae18,_0x466248){return _0x5de688(_0x7a258d-_0x34cdf1._0x5c43ef,_0x466248,_0xadae18-_0x34cdf1._0x343307,_0xadae18- -0xc3);}let _0x1faf4c=await _0x116544[_0x3bfca1(0x423,0x3c9,0x431,_0x1e4343._0x2c4dd3)](loadStateStorage,_0x4b6c38);_0x1faf4c=_0x116544[_0x3bfca1(_0x1e4343._0x5e5c4d,0x385,_0x1e4343._0x24cf35,0x326)](cleanExpiredStates,_0x1faf4c);function _0x22b367(_0x3ff8e2,_0xfab642,_0x555aac,_0x2612da){return _0x5e15df(_0x2612da- -0x25b,_0x555aac,_0x555aac-0x0,_0x2612da-0x1b);}!_0x1faf4c[_0x3bfca1(0x485,_0x1e4343._0x6b4b86,0x46c,0x4c5)]&&(_0x1faf4c[_0x3bfca1(0x3eb,_0x1e4343._0x7c98e9,_0x1e4343._0x52e29f,_0x1e4343._0x21c62b)]={}),_0x1faf4c[_0x22b367(_0x1e4343._0x590ad7,_0x1e4343._0x5333d8,0x387,_0x1e4343._0x15f2d9)][_0xf6ac9c]={..._0xd30428,'timestamp':Date['now']()},await _0x116544[_0x22b367(_0x1e4343._0x29d350,0x202,_0x1e4343._0x16362,_0x1e4343._0x44281c)](saveStateStorage,_0x1faf4c,_0x4b6c38);}export async function consumeOAuthState(_0x2f7b94,_0x121bb7={}){const _0x5bc04e={_0x376b1b:0x65,_0x341379:0x11,_0x334be9:0x97,_0x2eb19f:0x35,_0x4cb79b:0x54,_0x83bafd:0x1f2,_0x25e130:0x1a0,_0x51a090:0x56,_0x352f9e:0xda,_0x44a2f4:0x4c,_0x2e0cf3:0xa0,_0x7a6726:0xa8,_0x5ae203:0x80,_0x1341c9:0x136,_0xe76b66:0xc6,_0x568821:0x30},_0x1644d5={_0x9f0ed3:0x643,_0x4bb6e4:0xf8},_0x497116={_0xe65c77:0x17,_0x101424:0x191,_0x18f350:0x480};function _0x6ac6e0(_0x13879e,_0x57f4dc,_0x2c0bea,_0x5e4528){return _0x5de688(_0x13879e-_0x497116._0xe65c77,_0x5e4528,_0x2c0bea-_0x497116._0x101424,_0x2c0bea- -_0x497116._0x18f350);}const _0x5064e6={'fUJov':_0x6ac6e0(_0x5bc04e._0x376b1b,_0x5bc04e._0x341379,-0x2b,-0xab)+_0x6ac6e0(_0x5bc04e._0x334be9,-0x2b,_0x5bc04e._0x2eb19f,-_0x5bc04e._0x4cb79b)+_0x1f4df2(-_0x5bc04e._0x83bafd,-_0x5bc04e._0x25e130,-0x22e,-0x17f)+'ed','giYDi':function(_0x15d3bf,_0x4099fb,_0x1546e7){return _0x15d3bf(_0x4099fb,_0x1546e7);}},_0x695ad2=_0x121bb7[_0x6ac6e0(_0x5bc04e._0x51a090,_0x5bc04e._0x352f9e,_0x5bc04e._0x44a2f4,-0x17)]||_0x1b4a78;let _0x2ade89=await loadStateStorage(_0x121bb7);_0x2ade89=cleanExpiredStates(_0x2ade89);const _0x5e439f=_0x2ade89['states']?.[_0x2f7b94];if(!_0x5e439f){const _0x439a1={};return _0x439a1[_0x6ac6e0(_0x5bc04e._0x2e0cf3,0xec,0x7a,0x70)]=_0x2f7b94,_0x695ad2[_0x1f4df2(-0xf2,-0x9f,-_0x5bc04e._0x7a6726,-0xb2)](_0x5064e6['fUJov'],_0x439a1),null;}function _0x1f4df2(_0x2eafe9,_0xfbf28e,_0x558472,_0x3e4c1d){return _0x5e15df(_0x2eafe9- -_0x1644d5._0x9f0ed3,_0x558472,_0x558472-0x152,_0x3e4c1d-_0x1644d5._0x4bb6e4);}return delete _0x2ade89[_0x1f4df2(-0xc7,-_0x5bc04e._0x5ae203,-_0x5bc04e._0x1341c9,-0x8d)][_0x2f7b94],await _0x5064e6[_0x6ac6e0(_0x5bc04e._0x334be9,_0x5bc04e._0xe76b66,_0x5bc04e._0x568821,0xa6)](saveStateStorage,_0x2ade89,_0x121bb7),_0x5e439f;}export async function getProviderConfig(_0x3bcac3,_0xbc7fe9={}){const _0x3b065b={'xLhHG':function(_0x485418,_0x5c8e36){return _0x485418(_0x5c8e36);}},_0x58e5df=await _0x3b065b['xLhHG'](loadProvidersConfig,_0xbc7fe9);return _0x58e5df['providers']?.[_0x3bcac3]||null;}export function providerSupportsUserOAuth(_0xe6c9af){const _0x5ecb4b={_0x28aec3:0x3f,_0xdced35:0x4b,_0x2643e9:0xa,_0x47bce2:0x122,_0x1a3176:0x7e,_0x5d885d:0x7b,_0x5a8fc0:0x6e,_0x540078:0x40,_0x267458:0x6a,_0x27b524:0x13c,_0x2e2baa:0xdf,_0x8b6177:0x75,_0xb0b4df:0x98,_0x3feeb9:0x170,_0x367b1f:0x59,_0x56ca17:0x18,_0x2bb1cc:0x2e,_0x4f7912:0x3a,_0x568ae6:0x9a,_0x569bb1:0xc7,_0x164db6:0x1d,_0x1c5986:0x182,_0x4ff418:0x16b,_0x269296:0xfa,_0x3f9287:0x15,_0x2fece6:0x8,_0xde388b:0xe7,_0x57823f:0x113},_0x4f063f={_0x4c952e:0x1d5},_0x26de1c={_0x2c6019:0x17f},_0x43ce8e={};_0x43ce8e['gUrbW']=_0x14e7e3(_0x5ecb4b._0x28aec3,-0xe2,-0x5f,-_0x5ecb4b._0xdced35),_0x43ce8e[_0x495ab6(_0x5ecb4b._0x2643e9,0x3a,_0x5ecb4b._0x47bce2,_0x5ecb4b._0x1a3176)]=function(_0x1394b4,_0x2c7a45){return _0x1394b4===_0x2c7a45;};function _0x14e7e3(_0x2087c3,_0x564a0e,_0x47a423,_0x4f751a){return _0x5de688(_0x2087c3-0x98,_0x2087c3,_0x47a423-_0x26de1c._0x2c6019,_0x47a423- -0x570);}_0x43ce8e['aHUrg']=_0x14e7e3(-0x5b,-0xa6,-0x46,0x15)+'ps';const _0x2dde56=_0x43ce8e;if(!_0xe6c9af)return![];if(_0xe6c9af[_0x14e7e3(-0x1a,-_0x5ecb4b._0x5d885d,-0xcd,-0xa4)]===_0x2dde56[_0x495ab6(-_0x5ecb4b._0x5a8fc0,_0x5ecb4b._0x540078,_0x5ecb4b._0x267458,-0x5a)])return!!(_0xe6c9af[_0x14e7e3(-0x14c,-_0x5ecb4b._0x27b524,-_0x5ecb4b._0x2e2baa,-0xa0)]&&_0xe6c9af[_0x14e7e3(-0x1f4,-_0x5ecb4b._0x8b6177,-0x133,-0x176)+'ret']);function _0x495ab6(_0x425b2c,_0x791ca0,_0x67c8f1,_0x2ffc3a){return _0x5e15df(_0x2ffc3a- -0x4a7,_0x791ca0,_0x67c8f1-0x1e8,_0x2ffc3a-_0x4f063f._0x4c952e);}if(_0x2dde56[_0x14e7e3(-0x13a,-0x134,-_0x5ecb4b._0xb0b4df,-0xef)](_0xe6c9af[_0x14e7e3(-_0x5ecb4b._0x3feeb9,-0x178,-0xcd,-0xed)],_0x2dde56[_0x495ab6(-0x64,-_0x5ecb4b._0x367b1f,_0x5ecb4b._0x56ca17,_0x5ecb4b._0x2bb1cc)]))return!!(_0xe6c9af[_0x14e7e3(-_0x5ecb4b._0x4f7912,-0x9c,-0xdf,-0x45)]&&_0xe6c9af['tenant_id']&&(_0xe6c9af[_0x495ab6(-_0x5ecb4b._0x568ae6,0x86,-_0x5ecb4b._0x569bb1,-_0x5ecb4b._0x164db6)+_0x14e7e3(-_0x5ecb4b._0x1c5986,-_0x5ecb4b._0x4ff418,-_0x5ecb4b._0x269296,-0x10e)]||_0xe6c9af[_0x495ab6(_0x5ecb4b._0x3f9287,0x8e,-_0x5ecb4b._0x2fece6,0x6d)+_0x14e7e3(-0x191,-0x76,-_0x5ecb4b._0xde388b,-_0x5ecb4b._0x57823f)]));return![];}export async function getOAuthEnabledProviders(_0x4cc487={}){const _0x55e175={_0x4c7899:0xba,_0x15bca3:0x7e,_0x39f818:0xa9,_0x15dcd0:0x11,_0x52be72:0x3b,_0xef0759:0xa0,_0x271e80:0x5c,_0x483b71:0xc2,_0x21abdd:0x90,_0x4132ea:0x23,_0x24716d:0xb9,_0x37b8cc:0x6e,_0x4a0051:0x117,_0x37675b:0xd6,_0x49f6aa:0x195},_0x656c5a={_0x5b2dfc:0x1d7,_0x5ea7c5:0x4ec},_0x54c158={_0x1b3365:0xd8,_0x573c12:0x4ff},_0x2f7e1d={'hUeiC':function(_0x5d42dd,_0x539cd9){return _0x5d42dd(_0x539cd9);}};function _0x22094a(_0x30a105,_0x538f62,_0x3cbe82,_0x19cc39){return _0x5de688(_0x30a105-0x194,_0x30a105,_0x3cbe82-_0x54c158._0x1b3365,_0x3cbe82- -_0x54c158._0x573c12);}const _0x126c5a=await loadProvidersConfig(_0x4cc487),_0x56b1f9=[];for(const [_0x289603,_0x32b60e]of Object[_0x3d8e05(0x3f,-0x28,-0x6c,-0x33)](_0x126c5a['providers']||{})){if(_0x2f7e1d[_0x22094a(-0x3e,-_0x55e175._0x4c7899,-_0x55e175._0x15bca3,-_0x55e175._0x39f818)](providerSupportsUserOAuth,_0x32b60e)){const _0xaa4664={};_0xaa4664[_0x22094a(-0x31,0x68,-_0x55e175._0x15dcd0,-0x13)]=_0x289603,_0xaa4664[_0x22094a(_0x55e175._0x52be72,-_0x55e175._0xef0759,-_0x55e175._0x271e80,-_0x55e175._0x483b71)]=_0x32b60e[_0x3d8e05(-0x100,-0x93,-_0x55e175._0x21abdd,-0x49)],_0xaa4664[_0x22094a(_0x55e175._0x4132ea,-_0x55e175._0x24716d,-_0x55e175._0x37b8cc,-_0x55e175._0x4a0051)]=_0x32b60e[_0x22094a(0x12,-0x49,-0x6e,-_0x55e175._0x37675b)],_0x56b1f9[_0x22094a(-0xc6,-0x96,-0x108,-_0x55e175._0x49f6aa)](_0xaa4664);}}function _0x3d8e05(_0xc224a8,_0x5be796,_0x43024d,_0x909809){return _0x5de688(_0xc224a8-_0x656c5a._0x5b2dfc,_0x43024d,_0x43024d-0xbb,_0x909809- -_0x656c5a._0x5ea7c5);}return _0x56b1f9;}async function startGitHubOAuth(_0x3ff970,_0x21ed77={}){const _0x5bc57f={_0x44a421:0x2ef,_0x45bb7d:0x318,_0x3f9f9b:0x1c2,_0xd04b9e:0x1e8,_0x418d5b:0x1a3,_0x300e8f:0x696,_0x336629:0x59b,_0x2cc9af:0x630,_0xd38682:0x21b,_0x413e21:0x1df,_0x327d42:0x1c0,_0xa36f07:0x55c,_0xd89549:0x269,_0x44ec6c:0x31f,_0x29dfe7:0x27d,_0x3bc63a:0x75a,_0x324075:0x651,_0x2ef239:0x6ae,_0x409186:0x2c0,_0xbefe99:0x263,_0x4bbd6c:0x28d,_0x357f31:0x219,_0x149804:0x612,_0x13e34d:0x615,_0x3002b9:0x2af,_0xbdfe1:0x308,_0x6ad841:0x272,_0x4fc8d4:0x31c,_0x10a573:0x337,_0x5ccc25:0x6ed,_0x39cffd:0x6ef,_0x56a1d9:0x6ae,_0x138601:0x292,_0xcd4886:0x30a,_0x5f057c:0x21a,_0x5e6bf9:0x6b2,_0x13d10c:0x635,_0x565769:0x688,_0x2eb2eb:0x6c5,_0x5832c2:0x1f4},_0x5d6a26={_0x1eb6db:0x12b,_0x5a2b5e:0x1e3},_0x229b23={_0x4dbdb9:0xa,_0x4a8dc7:0x22e},_0x33a30a={'IazwH':_0x10a4d0(_0x5bc57f._0x44a421,_0x5bc57f._0x45bb7d,0x3a4,0x359),'Kcgyu':function(_0x216a77,_0x2b325a,_0xebb7b4,_0x4854b5){return _0x216a77(_0x2b325a,_0xebb7b4,_0x4854b5);},'UlfEg':'github','RySJr':function(_0x168d36,_0x518a40){return _0x168d36||_0x518a40;},'xmBwB':_0x10a4d0(0x1c3,0x226,0x18e,0x192),'GEHYy':function(_0x581a3a,_0x557b2a){return _0x581a3a(_0x557b2a);},'KEPhR':_0x10a4d0(_0x5bc57f._0x3f9f9b,_0x5bc57f._0xd04b9e,_0x5bc57f._0x418d5b,0x257)},{providerName:_0x486440,providerConfig:_0x232142,callbackUrl:_0x150f2b,redirectAfter:_0x42a0db}=_0x3ff970,_0x833978=_0x2d4c64[_0x5d4d91(0x66d,0x732,0x640,_0x5bc57f._0x300e8f)+'s'](0x1*0x2532+0x1*0x1a5a+-0x3f7c)[_0x5d4d91(0x6ee,_0x5bc57f._0x336629,0x572,_0x5bc57f._0x2cc9af)](_0x33a30a['IazwH']);await _0x33a30a['Kcgyu'](storeOAuthState,_0x833978,{'provider_name':_0x486440,'provider_type':_0x33a30a['UlfEg'],'redirect_after':_0x33a30a[_0x10a4d0(0x1c5,_0x5bc57f._0xd38682,_0x5bc57f._0x413e21,_0x5bc57f._0x327d42)](_0x42a0db,_0x33a30a[_0x10a4d0(0x266,0x2f1,0x2a5,0x328)])},_0x21ed77);const {authorize:_0x5aad8e}=_0x33a30a[_0x5d4d91(0x671,_0x5bc57f._0xa36f07,0x57c,0x5e0)](getGitHubOAuthUrls,_0x232142);function _0x10a4d0(_0x310095,_0x41561a,_0x33a40e,_0x327ad7){return _0x5de688(_0x310095-_0x229b23._0x4dbdb9,_0x327ad7,_0x33a40e-0xc9,_0x41561a- -_0x229b23._0x4a8dc7);}function _0x5d4d91(_0x2f388e,_0x4d5a9c,_0x5262d8,_0x56adea){return _0x5e15df(_0x56adea-_0x5d6a26._0x1eb6db,_0x5262d8,_0x5262d8-0xab,_0x56adea-_0x5d6a26._0x5a2b5e);}const _0xb52221=new URL(_0x5aad8e);return _0xb52221[_0x10a4d0(_0x5bc57f._0xd89549,_0x5bc57f._0x44ec6c,_0x5bc57f._0x29dfe7,0x2cb)+'ms'][_0x5d4d91(0x762,_0x5bc57f._0x3bc63a,_0x5bc57f._0x324075,_0x5bc57f._0x2ef239)](_0x10a4d0(_0x5bc57f._0x409186,_0x5bc57f._0xbefe99,0x20f,_0x5bc57f._0x4bbd6c),_0x232142[_0x10a4d0(0x243,0x263,0x218,_0x5bc57f._0x357f31)]),_0xb52221[_0x5d4d91(0x67d,_0x5bc57f._0x149804,_0x5bc57f._0x13e34d,0x6c5)+'ms'][_0x10a4d0(_0x5bc57f._0x3002b9,_0x5bc57f._0xbdfe1,_0x5bc57f._0x6ad841,0x32f)](_0x10a4d0(0x2bc,_0x5bc57f._0x4fc8d4,_0x5bc57f._0x10a573,0x3a7)+'ri',_0x150f2b),_0xb52221['searchPara'+'ms'][_0x5d4d91(_0x5bc57f._0x5ccc25,0x6c9,_0x5bc57f._0x39cffd,_0x5bc57f._0x56a1d9)](_0x33a30a[_0x10a4d0(0x1d1,_0x5bc57f._0x138601,_0x5bc57f._0xcd4886,_0x5bc57f._0x5f057c)],_0x833978),_0xb52221[_0x5d4d91(_0x5bc57f._0x5e6bf9,_0x5bc57f._0x13d10c,_0x5bc57f._0x565769,_0x5bc57f._0x2eb2eb)+'ms']['set']('scope',GITHUB_SCOPES),{'oauthUrl':_0xb52221[_0x10a4d0(0x296,0x28a,0x34b,_0x5bc57f._0x5832c2)](),'state':_0x833978};}async function startAzureDevOpsOAuth(_0xcf2203,_0x2cc0a0={}){const _0x56b69a={_0x55df2a:0xf7,_0x1e6c0c:0x164,_0x4d5ed2:0xb0,_0x16efad:0xda,_0x5e8d2e:0xc6,_0x3beae7:0x14e,_0x3969de:0x6fe,_0x11f5f5:0x11c,_0xab83bb:0x1c7,_0x497af1:0x18d,_0x2a76a1:0x690,_0x52dd7f:0x5de,_0xbbe711:0x603,_0x1fa822:0x733,_0x5e74f2:0x3d,_0x57016d:0x7c,_0x29dfe0:0x57b,_0x461d84:0x610,_0x550a46:0x4c6,_0x2a675a:0x92,_0x4398ca:0x155,_0x424efa:0x3b,_0x4f7866:0x195,_0x2914fb:0x14b,_0x4b0fd3:0xa3,_0x3cb081:0x9d,_0x8d9d29:0xab,_0x3874cc:0x29,_0x3147a9:0x6ab,_0xc5f2de:0x5a5,_0x35db6a:0x72,_0x3af2e1:0xdf,_0x42bf18:0xd5,_0x387633:0x5a,_0xd8ee57:0xe9,_0x4ed0ef:0x13d,_0x5aa374:0x5bd,_0x3601c3:0x556,_0x264f98:0x5ea,_0x5a45ef:0x101,_0x3d77d6:0x14a,_0x25c590:0x6,_0x59249d:0x11e,_0x29e1af:0xca,_0x18014a:0xd2,_0x47b38e:0x10b,_0x46f82d:0x758,_0x27f74b:0x6d9,_0x29e8b6:0x6dc,_0x29e5bb:0x5d4,_0x40931c:0x66c,_0x3210c1:0x56f,_0x3458ab:0x691,_0x4b4761:0x636,_0x268cc4:0x622,_0x573bf4:0x649,_0x48a61b:0x84,_0x1c1b80:0x10,_0x1fabfb:0x6b2,_0x4a1e00:0x6b1,_0x20c3f9:0x65,_0x1a3448:0x79,_0x66eb87:0xc3,_0x18874e:0x5f6,_0x5c1f00:0x5e8,_0x3335cb:0x5c,_0x21b928:0xa0,_0x437ba4:0x69c,_0x1e9251:0x72b,_0x2e3875:0x85,_0x3239be:0x2d,_0x5aaaf7:0x9a,_0x497aa6:0x1f,_0x4357f9:0xbc,_0x108192:0xe3,_0x476d7c:0x3,_0x34b5eb:0x8e,_0x200b89:0x16,_0x23ddbf:0x140,_0x4e607b:0xdc,_0x5a8274:0x6cb,_0x1dcec2:0x6f6,_0x5a8cb2:0x678,_0x39b603:0x27},_0xd0091={_0x4b2e15:0x118,_0x260e2a:0x23,_0x51010a:0x7b},_0x123105={_0x477ce8:0x102,_0x59e897:0x563},_0x3e2479={'CQmoE':_0x53a3fb(-_0x56b69a._0x55df2a,-0x17b,-0x12f,-_0x56b69a._0x1e6c0c),'oaBXa':_0x53a3fb(-0x103,-_0x56b69a._0x4d5ed2,-0xeb,-_0x56b69a._0x16efad),'pZAoA':function(_0x40fdf2,_0x2a6bf3,_0x109bbd,_0x536ede){return _0x40fdf2(_0x2a6bf3,_0x109bbd,_0x536ede);},'kREGa':'azure-devo'+'ps','DRDaJ':function(_0x581241,_0x4847fd){return _0x581241||_0x4847fd;},'EiStO':'/profile','JzMeQ':_0x53a3fb(-0xd2,-_0x56b69a._0x5e8d2e,-0xea,-_0x56b69a._0x3beae7),'UxpZx':_0x461e07(0x658,0x6a3,_0x56b69a._0x3969de,0x67a)+_0x53a3fb(-_0x56b69a._0x11f5f5,-_0x56b69a._0xab83bb,-0x1b7,-_0x56b69a._0x497af1),'SXlOA':_0x461e07(_0x56b69a._0x2a76a1,_0x56b69a._0x52dd7f,_0x56b69a._0xbbe711,_0x56b69a._0x1fa822),'RCHKB':_0x53a3fb(-0x19,_0x56b69a._0x5e74f2,0x1c,_0x56b69a._0x57016d)+'ri','NQlRS':_0x461e07(_0x56b69a._0x29dfe0,_0x56b69a._0x461d84,0x563,_0x56b69a._0x550a46),'qzDfz':'scope','HLLxn':'S256'},{providerName:_0x4335fa,providerConfig:_0x1dd968,callbackUrl:_0x2bc4b8,redirectAfter:_0x12ac1b}=_0xcf2203;function _0x53a3fb(_0x1861ed,_0xe955e2,_0xa5877a,_0x2719b2){return _0x5de688(_0x1861ed-_0x123105._0x477ce8,_0xa5877a,_0xa5877a-0x1b7,_0x1861ed- -_0x123105._0x59e897);}const _0x242017=_0x2d4c64['randomByte'+'s'](-0x1db5+-0x16a1+0x3476)[_0x53a3fb(-0xab,-0x10f,-0x84,-_0x56b69a._0x2a675a)](_0x53a3fb(-0x103,-_0x56b69a._0x4398ca,-0x178,-0x73)),_0x56822d=_0x2d4c64[_0x53a3fb(-0x88,-0x43,-0x7,-0x10)](_0x3e2479[_0x53a3fb(-0x55,_0x56b69a._0x424efa,-0x25,-0xfa)])[_0x53a3fb(-0xf1,-_0x56b69a._0x4f7866,-_0x56b69a._0x2914fb,-0x4c)](_0x242017)[_0x53a3fb(-0x155,-_0x56b69a._0x4b0fd3,-0x1d4,-_0x56b69a._0x3cb081)](_0x3e2479['oaBXa']),_0x5b9ca0=_0x2d4c64['randomByte'+'s'](0x1d02+0x49*0x59+-0x3653)[_0x53a3fb(-_0x56b69a._0x8d9d29,-_0x56b69a._0x3874cc,-0xc8,-0xe5)](_0x461e07(_0x56b69a._0x3147a9,0x70b,0x600,0x6ab));await _0x3e2479['pZAoA'](storeOAuthState,_0x5b9ca0,{'provider_name':_0x4335fa,'provider_type':_0x3e2479[_0x461e07(0x621,0x6c8,_0x56b69a._0xc5f2de,0x610)],'redirect_after':_0x3e2479['DRDaJ'](_0x12ac1b,_0x3e2479[_0x53a3fb(-_0x56b69a._0x35db6a,-0x65,-0x3d,-_0x56b69a._0x3af2e1)]),'code_verifier':_0x242017,'callback_url':_0x2bc4b8},_0x2cc0a0);function _0x461e07(_0x1c5ce4,_0x43676b,_0x4e06a3,_0x13d8fa){return _0x5e15df(_0x1c5ce4-_0xd0091._0x4b2e15,_0x13d8fa,_0x4e06a3-_0xd0091._0x260e2a,_0x13d8fa-_0xd0091._0x51010a);}const _0x1d6643=new URL('https://lo'+'gin.micros'+_0x53a3fb(-_0x56b69a._0x42bf18,-0x165,-_0x56b69a._0x387633,-0x11a)+_0x53a3fb(-0xbd,-0x5c,-0x101,-0x119)+_0x1dd968[_0x53a3fb(-0xad,-0x4e,-_0x56b69a._0xd8ee57,-_0x56b69a._0x4ed0ef)]+(_0x461e07(_0x56b69a._0x5aa374,_0x56b69a._0x3601c3,0x643,_0x56b69a._0x264f98)+_0x53a3fb(-_0x56b69a._0x5a45ef,-0x10d,-0x66,-_0x56b69a._0x3d77d6)+'ze'));return _0x1d6643['searchPara'+'ms']['set'](_0x3e2479[_0x53a3fb(-0x71,-_0x56b69a._0x25c590,-_0x56b69a._0x59249d,-_0x56b69a._0x29e1af)],_0x1dd968[_0x53a3fb(-_0x56b69a._0x18014a,-0x82,-_0x56b69a._0x47b38e,-0xba)]),_0x1d6643[_0x461e07(0x6b2,_0x56b69a._0x46f82d,0x623,_0x56b69a._0x27f74b)+'ms'][_0x461e07(0x69b,0x6fa,_0x56b69a._0x29e8b6,0x70b)](_0x3e2479[_0x461e07(_0x56b69a._0x29e5bb,_0x56b69a._0x40931c,_0x56b69a._0x3210c1,_0x56b69a._0x3458ab)],_0x3e2479[_0x461e07(0x634,_0x56b69a._0x4b4761,0x64c,0x5bc)]),_0x1d6643[_0x461e07(0x6b2,_0x56b69a._0x268cc4,_0x56b69a._0x573bf4,0x73d)+'ms'][_0x53a3fb(-0x2d,-0xbc,_0x56b69a._0x48a61b,_0x56b69a._0x1c1b80)](_0x3e2479[_0x53a3fb(-0x31,-0x27,0x2a,0x1e)],_0x2bc4b8),_0x1d6643[_0x461e07(_0x56b69a._0x1fabfb,0x668,_0x56b69a._0x4a1e00,0x767)+'ms']['set'](_0x3e2479['NQlRS'],_0x5b9ca0),_0x1d6643['searchPara'+'ms'][_0x53a3fb(-0x2d,_0x56b69a._0x20c3f9,-_0x56b69a._0x1a3448,-_0x56b69a._0x66eb87)](_0x3e2479[_0x461e07(0x68d,0x6a9,_0x56b69a._0x18874e,_0x56b69a._0x5c1f00)],AZURE_DEVOPS_OAUTH_SCOPES),_0x1d6643['searchPara'+'ms'][_0x53a3fb(-0x2d,-0xd8,_0x56b69a._0x3335cb,-_0x56b69a._0x3cb081)](_0x53a3fb(-0x1f,-_0x56b69a._0x21b928,-0x62,0x5e)+_0x461e07(0x688,_0x56b69a._0x437ba4,0x5de,_0x56b69a._0x1e9251),_0x56822d),_0x1d6643[_0x53a3fb(-0x16,-0x28,_0x56b69a._0x2e3875,-0xc1)+'ms'][_0x53a3fb(-_0x56b69a._0x3239be,-0xed,-_0x56b69a._0x5aaaf7,-0xc7)](_0x53a3fb(-_0x56b69a._0x497aa6,-_0x56b69a._0x4357f9,-_0x56b69a._0x108192,_0x56b69a._0x476d7c)+_0x53a3fb(-_0x56b69a._0x34b5eb,_0x56b69a._0x200b89,-_0x56b69a._0x23ddbf,-_0x56b69a._0x4e607b)+'d',_0x3e2479[_0x461e07(0x654,_0x56b69a._0x5a8274,_0x56b69a._0x1dcec2,_0x56b69a._0x5a8cb2)]),{'oauthUrl':_0x1d6643[_0x53a3fb(-_0x56b69a._0x8d9d29,-_0x56b69a._0x39b603,-0x11a,-_0x56b69a._0x25c590)](),'state':_0x5b9ca0};}export async function startOAuthFlow(_0x1c5799,_0x1b41fc={}){const _0x443644={_0x620397:0x34b,_0x5d5a7d:0x36f,_0x42071e:0x3c3,_0x31c65c:0x411,_0x583e8d:0x2e7,_0x1287cc:0x636,_0x1cd7fc:0x3b6,_0x3a7d04:0x333,_0x5312dd:0x34c,_0x341d51:0x762,_0x31dbf3:0x638,_0x31c6fd:0x6ad,_0x5c9679:0x66f,_0x47c758:0x761,_0x4cd170:0x479,_0x22479f:0x41b,_0x4d0d2f:0x375,_0x3758eb:0x4bb,_0x42fb7e:0x3ed,_0x331d45:0x432,_0x29f8e3:0x3d4,_0x38e91d:0x5da,_0x48c484:0x2cb,_0x1ccf16:0x343,_0x47a206:0x630,_0xd5ff04:0x579,_0x1343c1:0x6eb,_0x5480b4:0x689,_0x359f8c:0x5a2,_0x2cc36a:0x651,_0x5b2cfc:0x36f,_0x4f46a4:0x424,_0x310381:0x3b3,_0x42a1ae:0x393,_0x2471bb:0x285,_0x203f7b:0x2bc,_0x2ddf24:0x28e,_0x473357:0x29f,_0x286823:0x337,_0x36e703:0x371,_0x145b68:0x3cc,_0x1c7f7a:0x60d,_0x27124e:0x3c1,_0x40f910:0x3dd,_0xfb375f:0x697,_0x144a37:0x6e7,_0x488728:0x602,_0x2278a3:0x4c7,_0x5ad4cf:0x4c1,_0x2d0034:0x3d7,_0x706be9:0x399,_0x161325:0x3aa,_0x2d1999:0x443,_0x27b492:0x3a7,_0x3ccc10:0x3ad,_0x3c1bed:0x390,_0x1308c3:0x394,_0xfa35d8:0x309,_0x4f3efe:0x3f3,_0x404b0e:0x33f,_0x2ce4a5:0x6c4,_0x5d3f19:0x63f,_0x29803a:0x3fe,_0x33dbb4:0x497,_0x3eb080:0x4b6,_0x519344:0x441,_0x39c0c7:0x46a,_0x34b880:0x4ff,_0x4de458:0x6c7,_0x670dbb:0x3a4,_0x159ae6:0x491,_0x4b13c1:0x5ec,_0x3d33bd:0x5f8,_0x4a0518:0x67e,_0x26f93f:0x2f5,_0x26895f:0x6bc,_0x41f313:0x6e8,_0x163374:0x619,_0xc1d359:0x5e6,_0x19b5e9:0x60e,_0x1f1822:0x633,_0xc9aa8c:0x5c5,_0x2d7634:0x616,_0x10fd0d:0x65f,_0x2ec2e9:0x609,_0x415aeb:0x5d5,_0x59352f:0x5aa,_0x19ed9b:0x610,_0x3cdbc4:0x624,_0x1edbc1:0x5b6,_0x338df7:0x547,_0x2e11db:0x33e,_0x1e66f3:0x2fc,_0x496940:0x6d8,_0x49fa81:0x69c,_0x56c0b4:0x2cc,_0x50ecd4:0x67a,_0x48fca0:0x321,_0x4a449b:0x2bf,_0x4c4e15:0x2e1,_0x10a2c0:0x4d7,_0x4f4f30:0x5bf,_0x8fa4f7:0x56f,_0x283293:0x64c,_0x26e59f:0x6d3},_0x2429d3={_0x264508:0xe5},_0x1419b8={_0x2c68f7:0x1a0,_0x15ae08:0x19c},_0x2021c0={'wBuRA':_0xd8d234(_0x443644._0x620397,_0x443644._0x5d5a7d,0x3cf,0x324)+'ame\x20is\x20req'+'uired','QOYjC':'Callback\x20U'+_0xd8d234(0x3a0,_0x443644._0x42071e,_0x443644._0x31c65c,_0x443644._0x31c65c)+_0xd8d234(0x38e,_0x443644._0x583e8d,0x2f4,0x302),'wBBPJ':function(_0x32bab3,_0x279d16,_0x258a07){return _0x32bab3(_0x279d16,_0x258a07);},'tgdsU':function(_0x119fa1,_0x4fd103){return _0x119fa1===_0x4fd103;},'sDdiE':_0x20934c(0x68b,0x57d,_0x443644._0x1287cc,0x60d),'crSLb':_0xd8d234(0x3e3,0x37c,0x396,0x2b8)+_0xd8d234(_0x443644._0x1cd7fc,_0x443644._0x3a7d04,0x3af,_0x443644._0x5312dd),'ooREt':_0x20934c(_0x443644._0x341d51,_0x443644._0x31dbf3,0x69e,_0x443644._0x31c6fd),'urDCW':function(_0x556e50,_0x13a657){return _0x556e50!==_0x13a657;},'SfhaB':_0x20934c(0x6bd,_0x443644._0x5c9679,_0x443644._0x47c758,0x6e3),'KBFnn':function(_0x18ddb7,_0x3c2d70){return _0x18ddb7===_0x3c2d70;},'LenIh':_0xd8d234(_0x443644._0x4cd170,_0x443644._0x22479f,_0x443644._0x4d0d2f,_0x443644._0x3758eb)+'ps','rlbzv':_0xd8d234(_0x443644._0x42fb7e,_0x443644._0x331d45,_0x443644._0x29f8e3,0x39a)},_0x5288fc=_0x1b41fc[_0x20934c(0x5ee,0x609,0x679,0x668)]||_0x1b4a78;function _0x20934c(_0x2a0626,_0x3777c8,_0x3035eb,_0x135a6){return _0x5de688(_0x2a0626-_0x1419b8._0x2c68f7,_0x2a0626,_0x3035eb-0xdb,_0x135a6-_0x1419b8._0x15ae08);}const {providerName:_0x2b2256,callbackUrl:_0x1d52fc,redirectAfter:_0x2c3085}=_0x1c5799;if(!_0x2b2256)throw new Error(_0x2021c0[_0x20934c(_0x443644._0x38e91d,0x679,0x616,0x69a)]);if(!_0x1d52fc)throw new Error(_0x2021c0[_0xd8d234(0x240,_0x443644._0x48c484,0x22c,_0x443644._0x1ccf16)]);const _0x8f03ab=await _0x2021c0[_0x20934c(0x6ec,0x59d,0x5c1,0x63a)](getProviderConfig,_0x2b2256,_0x1b41fc);if(!_0x8f03ab){if(_0x2021c0[_0x20934c(_0x443644._0x47a206,_0x443644._0xd5ff04,0x5a6,0x5cf)](_0x2021c0[_0x20934c(0x6f0,_0x443644._0x1343c1,_0x443644._0x5480b4,0x62e)],_0x2021c0[_0x20934c(_0x443644._0x359f8c,0x6ed,_0x443644._0x2cc36a,0x62e)]))throw new Error(_0xd8d234(0x33a,_0x443644._0x5b2cfc,0x2ba,0x2d6)+_0xd8d234(_0x443644._0x4f46a4,0x390,_0x443644._0x310381,_0x443644._0x42a1ae)+_0x2b2256);else throw new _0x4af8af(_0xd8d234(_0x443644._0x2471bb,_0x443644._0x203f7b,_0x443644._0x2ddf24,_0x443644._0x473357)+_0xd8d234(_0x443644._0x286823,0x334,_0x443644._0x36e703,_0x443644._0x145b68)+_0x20934c(0x610,_0x443644._0x1c7f7a,0x58d,0x5ff)+_0xd8d234(_0x443644._0x27124e,_0x443644._0x40f910,0x48c,0x335)+_0x20934c(_0x443644._0xfb375f,0x741,0x6f4,_0x443644._0x144a37)+_0x20934c(0x613,0x4df,0x610,0x592));}if(!providerSupportsUserOAuth(_0x8f03ab))throw new Error(_0x20934c(0x5f8,_0x443644._0x488728,0x68b,0x5f2)+_0x2b2256+(_0x20934c(0x55b,0x518,0x53f,0x570)+_0xd8d234(0x3d9,0x413,_0x443644._0x2278a3,_0x443644._0x5ad4cf)+_0xd8d234(_0x443644._0x2d0034,0x37d,0x423,0x3fd)));function _0xd8d234(_0x23626b,_0x4147f9,_0x11568a,_0x47d56a){return _0x5e15df(_0x4147f9- -0x15c,_0x47d56a,_0x11568a-0x8a,_0x47d56a-_0x2429d3._0x264508);}const _0x3d32c4={};_0x3d32c4[_0xd8d234(0x447,_0x443644._0x706be9,_0x443644._0x161325,0x42d)+'me']=_0x2b2256,_0x3d32c4[_0xd8d234(0x493,_0x443644._0x2d1999,_0x443644._0x27b492,_0x443644._0x3ccc10)+'pe']=_0x8f03ab[_0xd8d234(_0x443644._0x3c1bed,_0x443644._0x1308c3,0x39c,_0x443644._0xfa35d8)],_0x5288fc[_0xd8d234(0x4aa,_0x443644._0x4f3efe,0x455,_0x443644._0x404b0e)](_0x2021c0['crSLb'],_0x3d32c4);if(_0x8f03ab[_0x20934c(0x700,0x609,_0x443644._0x2ce4a5,_0x443644._0x5d3f19)]===_0x2021c0[_0xd8d234(0x456,_0x443644._0x29803a,0x466,0x465)]){if(_0x2021c0['urDCW'](_0xd8d234(_0x443644._0x33dbb4,0x438,_0x443644._0x3eb080,0x4e0),_0x2021c0[_0xd8d234(0x38b,_0x443644._0x519344,_0x443644._0x39c0c7,_0x443644._0x34b880)]))throw new _0x26b8cd(_0x20934c(0x5aa,0x6bc,_0x443644._0x4de458,0x66d)+_0xd8d234(_0x443644._0x670dbb,0x3ec,_0x443644._0x159ae6,0x420)+_0x20934c(0x603,_0x443644._0xfb375f,_0x443644._0x4b13c1,_0x443644._0x3d33bd)+_0x20934c(0x5e0,0x57f,_0x443644._0x4a0518,0x5d5)+_0x20057d['status']);else{const _0x1c7cad={};return _0x1c7cad['providerNa'+'me']=_0x2b2256,_0x1c7cad[_0xd8d234(0x2f9,0x2c0,0x228,_0x443644._0x26f93f)+'nfig']=_0x8f03ab,_0x1c7cad[_0x20934c(0x7a3,0x73d,_0x443644._0x26895f,_0x443644._0x41f313)+'l']=_0x1d52fc,_0x1c7cad[_0x20934c(0x5ff,_0x443644._0x163374,0x675,_0x443644._0xc1d359)+_0x20934c(_0x443644._0x19b5e9,0x56f,_0x443644._0x1f1822,_0x443644._0xc9aa8c)]=_0x2c3085,startGitHubOAuth(_0x1c7cad,_0x1b41fc);}}if(_0x2021c0[_0x20934c(_0x443644._0x2d7634,0x66a,0x657,_0x443644._0x10fd0d)](_0x8f03ab['type'],_0x2021c0[_0x20934c(_0x443644._0x2ec2e9,_0x443644._0x415aeb,_0x443644._0x59352f,_0x443644._0x19ed9b)])){if(_0x2021c0[_0x20934c(_0x443644._0x3cdbc4,_0x443644._0x1edbc1,_0x443644._0x338df7,0x59b)]==='pYHLE'){const _0x559627={};return _0x559627[_0xd8d234(_0x443644._0x3ccc10,_0x443644._0x706be9,0x3ef,0x3c0)+'me']=_0x2b2256,_0x559627[_0xd8d234(_0x443644._0x2e11db,0x2c0,_0x443644._0x1e66f3,0x262)+_0x20934c(0x60d,_0x443644._0x496940,0x63e,_0x443644._0x49fa81)]=_0x8f03ab,_0x559627['callbackUr'+'l']=_0x1d52fc,_0x559627[_0xd8d234(0x3e3,0x33b,0x2d6,0x2c1)+'ter']=_0x2c3085,startAzureDevOpsOAuth(_0x559627,_0x1b41fc);}else return!!(_0x3ba760[_0xd8d234(0x30b,0x382,0x43c,_0x443644._0x56c0b4)]&&_0x2a294e[_0x20934c(0x669,_0x443644._0x50ecd4,_0x443644._0x1287cc,0x5d9)+'ret']);}throw new Error(_0xd8d234(0x40e,0x422,0x4c7,0x456)+_0xd8d234(_0x443644._0x48fca0,_0x443644._0x4a449b,_0x443644._0x4c4e15,0x2f1)+_0x20934c(_0x443644._0x10a2c0,0x4f2,_0x443644._0x4f4f30,_0x443644._0x8fa4f7)+_0x8f03ab[_0x20934c(_0x443644._0x283293,_0x443644._0x26e59f,0x608,0x63f)]);}function _0x5de688(_0xd6258,_0x18b04e,_0x167e09,_0x25d3f0){return _0x46a5(_0x25d3f0-0x22f,_0x18b04e);}async function readSecretFile(_0x5fdea9,_0x53f686){const _0x266b2={_0x11f941:0x372,_0x575ae5:0x384,_0x6023f5:0x3ae,_0x259f83:0x32e,_0x11629d:0x3ed,_0x1e0c01:0x3c7,_0x42c088:0x2e3,_0xbb7031:0x3b8,_0x4e7447:0x372,_0x519e88:0x352,_0x5ce3e9:0x2dc},_0x4464a2={_0x37a6a4:0x179,_0x1cae54:0x1a4},_0xa07960={_0x780c40:0x182,_0x5f1ec8:0x15f,_0x106542:0x131};function _0x205cf9(_0x1be0f1,_0x50dea6,_0x1ae1eb,_0x584188){return _0x5e15df(_0x50dea6- -_0xa07960._0x780c40,_0x1ae1eb,_0x1ae1eb-_0xa07960._0x5f1ec8,_0x584188-_0xa07960._0x106542);}const _0x4d6f8e={};function _0x10eba0(_0x22c941,_0x111b99,_0x3ce84f,_0x2fb05c){return _0x5de688(_0x22c941-_0x4464a2._0x37a6a4,_0x111b99,_0x3ce84f-_0x4464a2._0x1cae54,_0x22c941- -0xf5);}_0x4d6f8e[_0x205cf9(0x423,_0x266b2._0x11f941,_0x266b2._0x575ae5,_0x266b2._0x6023f5)]='utf-8';const _0x4da340=_0x4d6f8e,_0x17340a=_0x34e0f9['join'](_0x5fdea9,_0x53f686);return(await _0x1baa40[_0x10eba0(_0x266b2._0x259f83,_0x266b2._0x11629d,_0x266b2._0x1e0c01,_0x266b2._0x42c088)](_0x17340a,_0x4da340[_0x205cf9(_0x266b2._0xbb7031,_0x266b2._0x4e7447,_0x266b2._0x519e88,0x35a)]))[_0x205cf9(_0x266b2._0x5ce3e9,0x398,0x340,0x30e)]();}async function exchangeGitHubCode(_0x6cf62c,_0x52dfed={}){const _0x69ce8c={_0x1c53da:0x135,_0xd2a6ef:0x184,_0x3792ce:0x1,_0x26669c:0xd4,_0x47d28c:0xad,_0x197e60:0x10f,_0xb5b771:0x13c,_0x34b367:0x35,_0x24ad5c:0x108,_0x5e5c0e:0x180,_0x486e31:0x210,_0x337f07:0x66,_0xb63c05:0x48,_0x5b069f:0xa7,_0x1ee08d:0xaa,_0x599728:0xf7,_0x26482b:0x196,_0x3914fb:0x27b,_0x14cde4:0x190,_0x1c1d35:0xeb,_0x5b71a6:0x1ad,_0x22df75:0x28,_0x2d6aa8:0x3c,_0x7e4bda:0x164,_0x47007b:0x14e,_0x4323d2:0xf0,_0x114c71:0x1c2,_0x143a26:0x12f,_0x45920a:0x7a,_0x33fd03:0x1e6,_0x437719:0x1bd,_0x5e5c67:0x1ff,_0x1886f2:0xed,_0x5072a3:0x12b,_0x50c850:0xff,_0x53a236:0x164,_0x4c42bf:0x119,_0x390c76:0xd8,_0x419b99:0xf8,_0x1e83d2:0xfc,_0x3b993f:0x161,_0x51d47a:0x178,_0x3a055f:0xcc,_0x151a05:0x208,_0x3094e1:0x1a9,_0x2e0e8a:0x131,_0x3ded37:0x114,_0x32d81a:0x192,_0x291ee5:0x11f,_0x11accf:0x254,_0x9600a5:0x244,_0x9e1378:0x38,_0x50607f:0x23,_0x15cbba:0xd5,_0x4be446:0x143,_0x12ef67:0x1ca,_0x51e9e1:0x248,_0x1cc5a5:0x1b8,_0x23b6de:0x1c3,_0x4386c5:0x19d,_0x433292:0x16d,_0xc18f23:0xdc,_0x23dc50:0x7d,_0x4af3de:0xb5,_0x5a6bd1:0x7e,_0x1eec0d:0x132,_0x35ec6d:0x4f,_0x347c48:0x6f,_0x4d46d1:0x116,_0x2a8a33:0x14c,_0xad900c:0xb4,_0x14d345:0xc0,_0x3c5ab5:0x13c,_0x41c86e:0xe4,_0x3f4b12:0x2a,_0x5c9ab4:0x16f,_0x5ef2de:0x241,_0x2e578c:0x168,_0x54e615:0x1f8,_0x16b80d:0x237,_0x3e23dc:0x19d,_0x6a2678:0x10a,_0x34325a:0xca,_0x426427:0x197,_0x446c30:0x127,_0x3cf875:0x1b6,_0x316498:0x1f8,_0x135bed:0x158,_0x4eb731:0x14a,_0x5c7067:0xdd,_0x2c0559:0xeb,_0x247df5:0x37,_0x2c19e6:0x19d,_0x312622:0x139},_0x14f297={_0x6e0ae:0x31},_0x17a984={_0x3fdea9:0x11a,_0x582f76:0x1cb},_0x340db8={'fMurQ':function(_0x278176){return _0x278176();},'Kzozb':function(_0x219063,_0xc674e1){return _0x219063(_0xc674e1);},'NSHdY':_0x367aa1(_0x69ce8c._0x1c53da,0xfd,0x192,0x17b),'OMPaE':_0x1f2b07(0x195,_0x69ce8c._0xd2a6ef,0x140,0x1d3)+'n/json','VDcHS':_0x1f2b07(0x6b,0x126,_0x69ce8c._0x3792ce,0x92)+_0x367aa1(0x137,_0x69ce8c._0x26669c,0xde,0x15e)},_0x53039c=_0x52dfed['logger']||_0x1b4a78,{code:_0x52239c,providerName:_0x4ad74c,providerConfig:_0x3905ae}=_0x6cf62c;let _0x104905;if(_0x3905ae[_0x367aa1(_0x69ce8c._0x47d28c,0x110,_0x69ce8c._0x197e60,_0x69ce8c._0xb5b771)+_0x1f2b07(0x7d,0xf2,-_0x69ce8c._0x34b367,_0x69ce8c._0x24ad5c)]){const {getSecretsPath:_0x180ad7}=await import('./git-prov'+_0x367aa1(0x23d,_0x69ce8c._0x5e5c0e,0x146,_0x69ce8c._0x486e31)+_0x1f2b07(_0x69ce8c._0x337f07,0x65,_0x69ce8c._0xb63c05,_0x69ce8c._0x5b069f)),_0x5155a7=_0x340db8[_0x1f2b07(0x16e,_0x69ce8c._0x1ee08d,_0x69ce8c._0x599728,0x1df)](_0x180ad7);if(!_0x5155a7)throw new Error(_0x367aa1(_0x69ce8c._0x26482b,0x207,_0x69ce8c._0x3914fb,0x255)+_0x367aa1(0x242,_0x69ce8c._0x14cde4,0xd9,0x1dd)+_0x1f2b07(_0x69ce8c._0x1c1d35,_0x69ce8c._0x5b71a6,_0x69ce8c._0x22df75,_0x69ce8c._0x2d6aa8));_0x104905=await readSecretFile(_0x5155a7,_0x3905ae['client_sec'+'ret']);}else throw new Error(_0x367aa1(0x15c,0x218,_0x69ce8c._0x7e4bda,0x25c)+_0x367aa1(0x203,_0x69ce8c._0x47007b,_0x69ce8c._0x4323d2,_0x69ce8c._0x114c71)+_0x1f2b07(_0x69ce8c._0x143a26,_0x69ce8c._0x45920a,_0x69ce8c._0x33fd03,0x139)+_0x1f2b07(0x1ab,_0x69ce8c._0x437719,_0x69ce8c._0x5e5c67,_0x69ce8c._0x143a26)+':\x20'+_0x4ad74c);const {token:_0x433384}=_0x340db8[_0x367aa1(0x2b,_0x69ce8c._0x1886f2,_0x69ce8c._0x5072a3,_0x69ce8c._0x50c850)](getGitHubOAuthUrls,_0x3905ae);function _0x367aa1(_0x5dd463,_0x33c432,_0x3d990f,_0xe2d86){return _0x5e15df(_0x33c432- -0x37a,_0xe2d86,_0x3d990f-_0x17a984._0x3fdea9,_0xe2d86-_0x17a984._0x582f76);}const _0x3c7622={};_0x3c7622['client_id']=_0x3905ae[_0x367aa1(0x1cc,_0x69ce8c._0x53a236,_0x69ce8c._0x47007b,_0x69ce8c._0x4c42bf)],_0x3c7622[_0x367aa1(0x5e,0x110,0x180,0x1aa)+_0x367aa1(0xcd,_0x69ce8c._0x390c76,_0x69ce8c._0x419b99,0xb2)]=_0x104905,_0x3c7622[_0x1f2b07(0x1a3,_0x69ce8c._0x1e83d2,_0x69ce8c._0x3b993f,0x25c)]=_0x52239c;const _0x4e6238=await fetch(_0x433384,{'method':_0x340db8['NSHdY'],'headers':{'Accept':_0x340db8[_0x367aa1(0x12c,_0x69ce8c._0x51d47a,_0x69ce8c._0x3a055f,_0x69ce8c._0x151a05)],'Content-Type':_0x340db8[_0x367aa1(_0x69ce8c._0x3094e1,0x178,_0x69ce8c._0x2e0e8a,_0x69ce8c._0x3ded37)]},'body':JSON['stringify'](_0x3c7622)});if(!_0x4e6238['ok']){const _0x3ab5bc=await _0x4e6238[_0x1f2b07(_0x69ce8c._0x32d81a,_0x69ce8c._0x291ee5,_0x69ce8c._0x11accf,_0x69ce8c._0x9600a5)](),_0x2bf614={};_0x2bf614[_0x1f2b07(0xdd,0x99,_0x69ce8c._0x9e1378,_0x69ce8c._0x50607f)]=_0x4e6238[_0x367aa1(_0x69ce8c._0x15cbba,0x138,_0x69ce8c._0x4be446,_0x69ce8c._0x12ef67)],_0x2bf614[_0x367aa1(_0x69ce8c._0x51e9e1,0x1c0,_0x69ce8c._0x1cc5a5,_0x69ce8c._0x23b6de)]=_0x3ab5bc,_0x53039c[_0x1f2b07(_0x69ce8c._0x4386c5,_0x69ce8c._0x51e9e1,0xf8,0x108)](_0x367aa1(0x17a,0x132,0x13b,0xe1)+_0x367aa1(_0x69ce8c._0x433292,0xfe,_0x69ce8c._0xc18f23,0x1b4)+_0x1f2b07(0xc7,0xca,_0x69ce8c._0x23dc50,_0x69ce8c._0x4af3de),_0x2bf614);throw new Error(_0x367aa1(_0x69ce8c._0x5a6bd1,_0x69ce8c._0x1eec0d,0x125,0x118)+_0x1f2b07(0xa3,_0x69ce8c._0x4c42bf,_0x69ce8c._0x35ec6d,_0x69ce8c._0x347c48)+'e\x20failed:\x20'+_0x4e6238[_0x1f2b07(0xdd,_0x69ce8c._0x4d46d1,_0x69ce8c._0x2a8a33,_0x69ce8c._0xad900c)]);}function _0x1f2b07(_0x14fa54,_0x3cf291,_0x890b01,_0x47e707){return _0x5e15df(_0x14fa54- -0x3d5,_0x890b01,_0x890b01-_0x14f297._0x6e0ae,_0x47e707-0xe6);}const _0x33c087=await _0x4e6238[_0x1f2b07(_0x69ce8c._0x14d345,_0x69ce8c._0x3c5ab5,_0x69ce8c._0x41c86e,_0x69ce8c._0x3f4b12)]();if(_0x33c087[_0x1f2b07(_0x69ce8c._0x4386c5,_0x69ce8c._0x5c9ab4,_0x69ce8c._0x5ef2de,0x109)]){const _0x451e60={};_0x451e60[_0x367aa1(_0x69ce8c._0x2e578c,_0x69ce8c._0x54e615,0x227,_0x69ce8c._0x16b80d)]=_0x33c087[_0x1f2b07(_0x69ce8c._0x3e23dc,0x157,0x252,0x210)],_0x451e60[_0x367aa1(0xea,_0x69ce8c._0x6a2678,_0x69ce8c._0x34325a,_0x69ce8c._0x426427)+'n']=_0x33c087['error_desc'+_0x1f2b07(0x82,_0x69ce8c._0x446c30,0xb7,-0x1a)],_0x53039c[_0x367aa1(_0x69ce8c._0x3cf875,_0x69ce8c._0x316498,0x24a,_0x69ce8c._0x135bed)](_0x340db8['VDcHS'],_0x451e60);throw new Error(_0x33c087['error_desc'+_0x367aa1(_0x69ce8c._0x4eb731,_0x69ce8c._0x5c7067,_0x69ce8c._0x2c0559,_0x69ce8c._0x247df5)]||_0x33c087[_0x1f2b07(_0x69ce8c._0x2c19e6,_0x69ce8c._0x312622,0x175,0x115)]);}return _0x33c087;}async function getGitHubUserInfo(_0x290876,_0x4af826={}){const _0x522ab5={_0x4c3ec0:0x518,_0x5ddfae:0x45b,_0x50a9ae:0x477,_0x4f96c6:0xef,_0x2578a5:0xdc,_0x45e38b:0x90,_0x3b543c:0x38b,_0x22563a:0x29b,_0x144198:0x12c,_0x25eca2:0xcb,_0x1a1dbb:0x39f,_0x99f5f6:0x3e9,_0x3b3520:0x32d,_0xfba79:0x37d,_0x652ef4:0x3c8,_0x386913:0x34c,_0x5dc655:0x41a,_0x2b966b:0x30a,_0x2b2257:0x3b5,_0x5876ad:0x2bc,_0x45010d:0x3d1,_0x44571d:0x3f5,_0x209242:0x40c,_0x14e723:0x344,_0x339ed6:0x42e,_0x332ec0:0x386,_0x156d4d:0x353},_0x4c720b={_0x2508b6:0x29,_0x1501b2:0x5a3},_0x45677c={'rtPpf':function(_0x268e46,_0x49eda3){return _0x268e46(_0x49eda3);},'RSXTl':_0x3ee890(_0x522ab5._0x4c3ec0,0x3bd,_0x522ab5._0x5ddfae,_0x522ab5._0x50a9ae)+_0x3886f1(-_0x522ab5._0x4f96c6,-_0x522ab5._0x2578a5,-0x192,-_0x522ab5._0x45e38b)+_0x3886f1(-0x1d3,-0x11f,-0x1e4,-0x19c)},{user:_0x436ef6}=_0x45677c[_0x3ee890(_0x522ab5._0x3b543c,0x3d0,0x325,_0x522ab5._0x22563a)](getGitHubOAuthUrls,_0x4af826),_0x1db8c7={};function _0x3ee890(_0x560cd7,_0x59017c,_0x3a3b4b,_0x17db06){return _0x5e15df(_0x3a3b4b- -0x10f,_0x59017c,_0x3a3b4b-0x2f,_0x17db06-0x3c);}_0x1db8c7[_0x3886f1(-_0x522ab5._0x144198,-_0x522ab5._0x25eca2,-0x1a9,-0x1d9)+_0x3ee890(_0x522ab5._0x1a1dbb,_0x522ab5._0x99f5f6,_0x522ab5._0x3b3520,_0x522ab5._0xfba79)]='Bearer\x20'+_0x290876;function _0x3886f1(_0x4a569a,_0x4005fa,_0x218df5,_0x26694a){return _0x5de688(_0x4a569a-0x68,_0x218df5,_0x218df5-_0x4c720b._0x2508b6,_0x4a569a- -_0x4c720b._0x1501b2);}_0x1db8c7['Accept']=_0x45677c[_0x3ee890(0x323,_0x522ab5._0x652ef4,0x35e,0x3ba)],_0x1db8c7['X-GitHub-A'+_0x3ee890(_0x522ab5._0x386913,_0x522ab5._0x5dc655,0x37f,_0x522ab5._0x2b966b)]=_0x3ee890(_0x522ab5._0x2b2257,0x3e7,0x376,_0x522ab5._0x5876ad);const _0x566ebf={};_0x566ebf[_0x3ee890(0x2fe,_0x522ab5._0x45010d,0x344,_0x522ab5._0x44571d)]=_0x1db8c7;const _0x4829c7=await fetch(_0x436ef6,_0x566ebf);if(!_0x4829c7['ok'])throw new Error('Failed\x20to\x20'+_0x3ee890(_0x522ab5._0x209242,0x429,0x3a9,_0x522ab5._0x14e723)+'\x20user\x20info'+':\x20'+_0x4829c7['status']);return _0x4829c7[_0x3ee890(0x3f4,_0x522ab5._0x339ed6,_0x522ab5._0x332ec0,_0x522ab5._0x156d4d)]();}async function getAzureDevOpsClientSecret(_0x4fd099,_0x13c45e){const _0x5d19b7={_0x3f1391:0x390,_0x5d6f60:0x3cc,_0x111860:0x2d1,_0x2581c1:0x37d,_0x5bf913:0x346,_0x2fdfad:0x2fd,_0x206386:0x418,_0x14c8f7:0x96,_0x519635:0xe8,_0x490987:0x371,_0x2362b1:0x40,_0x3ba569:0xc9,_0x41ed0b:0x2c1,_0xc7cc86:0x2f3,_0x3746a9:0x2ae,_0x5ea8ed:0x2dc,_0x23440b:0x350,_0x5c806a:0x322,_0x41e253:0x97,_0x43a40a:0x349,_0x574718:0x35f};function _0x4505b2(_0x3f04a8,_0xa63333,_0x48c3d4,_0x13ca54){return _0x5de688(_0x3f04a8-0x132,_0x48c3d4,_0x48c3d4-0xe1,_0x13ca54- -0x576);}const _0x434ea4={'SFBOC':function(_0x17742a){return _0x17742a();},'sZhpC':'Secrets\x20pa'+_0x9d2ad9(_0x5d19b7._0x3f1391,_0x5d19b7._0x5d6f60,_0x5d19b7._0x111860,_0x5d19b7._0x2581c1)+_0x9d2ad9(_0x5d19b7._0x5bf913,0x32e,0x37b,_0x5d19b7._0x2fdfad),'JoXqM':function(_0x326b26,_0x4a4e79,_0x5ca6de){return _0x326b26(_0x4a4e79,_0x5ca6de);}};function _0x9d2ad9(_0x4664bf,_0x2aa771,_0x95be,_0x345209){return _0x5de688(_0x4664bf-0xa6,_0x345209,_0x95be-0x44,_0x4664bf- -0x12d);}if(!_0x4fd099['client_sec'+'ret_path'])throw new Error(_0x9d2ad9(_0x5d19b7._0x206386,0x3b3,0x490,0x3bc)+_0x9d2ad9(0x352,0x2cf,0x3fc,0x3c8)+_0x4505b2(-0x112,-0x186,-_0x5d19b7._0x14c8f7,-0x151)+_0x4505b2(-0x110,-_0x5d19b7._0x519635,-0x178,-0x158)+_0x9d2ad9(0x32d,0x36f,0x394,_0x5d19b7._0x490987)+_0x13c45e);const {getSecretsPath:_0x484bc3}=await import('./git-prov'+_0x4505b2(-0x17b,-_0x5d19b7._0x2362b1,-0x88,-_0x5d19b7._0x3ba569)+_0x9d2ad9(_0x5d19b7._0x41ed0b,0x21a,0x238,_0x5d19b7._0xc7cc86)),_0x35afe3=_0x434ea4[_0x9d2ad9(_0x5d19b7._0x3746a9,0x292,0x220,_0x5d19b7._0x5ea8ed)](_0x484bc3);if(!_0x35afe3)throw new Error(_0x434ea4[_0x9d2ad9(_0x5d19b7._0x23440b,0x330,0x35d,_0x5d19b7._0x5c806a)]);return _0x434ea4['JoXqM'](readSecretFile,_0x35afe3,_0x4fd099[_0x4505b2(-0x1eb,-0x1b8,-_0x5d19b7._0x41e253,-0x139)+_0x9d2ad9(_0x5d19b7._0x43a40a,0x3f7,_0x5d19b7._0x574718,0x290)]);}async function exchangeAzureDevOpsCode(_0x3d9c2e,_0x23bba4={}){const _0x4a2615={_0x41cd55:0x2aa,_0x41590e:0x341,_0x38808e:0x373,_0x2f5315:0x397,_0x166051:0x69,_0x2ee0c0:0xbe,_0x4914f3:0x25,_0x5f44b2:0x481,_0x248153:0x45c,_0x21f1e4:0x2a6,_0x2063ab:0x322,_0x4a98d0:0x187,_0x565599:0xe0,_0x342764:0x361,_0x19a5fa:0x33d,_0x4468f6:0x3e2,_0x4dbe42:0x38f,_0x162b15:0x306,_0x151867:0x22e,_0x2b781b:0x2df,_0x18d2fd:0x2db,_0x46b6c1:0x427,_0x400bb1:0x1a9,_0x54d9b4:0x21c,_0x714b86:0x252,_0x17e8f8:0x2c9,_0x1ddc0a:0x29d,_0x9d79da:0x227,_0x109f0f:0x1a1,_0x20f640:0x211,_0x4f9892:0x163,_0x4cb2d1:0x1db,_0x5cbd97:0x13d,_0x4f2cfd:0x305,_0x178bf9:0x2d7,_0x5bc955:0x349,_0x400900:0x52,_0x46200c:0x155,_0x58893a:0xf4,_0x46dee2:0x131,_0x1090b8:0x1a9,_0x3eb22d:0x3ee,_0x5d005b:0x332,_0xcb8af7:0x2d3,_0x215a7d:0x3b7,_0x1ff3da:0x285,_0x1c1f0c:0x2e3,_0x5b883f:0x38a,_0x793952:0x331,_0x3c47a6:0x379,_0x41c052:0x16c,_0x84fee3:0x131,_0x3e97f6:0x11f,_0xb2459a:0x1c0,_0x47126c:0x24c,_0x39178e:0x220,_0x16fd75:0x1f8,_0x465201:0x193,_0x5f5a91:0xe1,_0xe20f81:0xd2,_0x48a473:0x89,_0x2b9591:0xb3,_0x401af8:0x102,_0x449c7e:0xde,_0x19454e:0x3f9,_0x4ce460:0x39e,_0x320413:0x45d,_0x4790d4:0xc2,_0x4fa256:0x153,_0x1b2843:0x1cd,_0x1af6a9:0x112,_0x15bd3b:0x152,_0x392423:0x3f4,_0xdae952:0x376,_0x33e89d:0x39f,_0x41b2db:0x308,_0x2ffef1:0x1d3,_0x54e6ea:0x4a6,_0x46d579:0xe9,_0x4d8772:0x164,_0x1b3331:0xe3,_0x2d1505:0xf7,_0x40d243:0x18c,_0x101fc4:0xd8,_0x3352c6:0x287,_0x8853a6:0x2c2,_0xd12226:0x327,_0x37cd70:0x2a8,_0x3654cc:0x366,_0x39c220:0x1d3,_0x833bbf:0x2cd,_0x42e899:0x2b1,_0x1797ed:0x313,_0x24d0b7:0x33f,_0x301c9f:0x2b0,_0x4e9a2e:0x3d3,_0xd59105:0xd8,_0x269d9b:0x18d,_0x284cc0:0x93,_0x28bebc:0x38f,_0x1a4103:0x3e1,_0x104574:0x470,_0x35c338:0x2ea,_0x1d5ca0:0x311,_0x387f01:0x24e,_0x3a6cca:0x2c0,_0xca3738:0xf6,_0x593764:0xdc,_0x3d8dbb:0x4bf,_0xcf599f:0x366,_0x559bb9:0x113,_0x44a3eb:0x2a1,_0x598ee3:0x1f3},_0x15d0b7={_0x110ef5:0xa2,_0x387210:0x5fd},_0x4a1d3c={_0x40fc70:0x126},_0x2fa74b={'HemBt':function(_0x275061,_0x2695d7,_0x406e5a){return _0x275061(_0x2695d7,_0x406e5a);},'CwSEN':_0x359bf4(_0x4a2615._0x41cd55,0x347,0x32f,0x3bd)+'ion_code','HFshj':_0x359bf4(_0x4a2615._0x41590e,_0x4a2615._0x38808e,0x353,_0x4a2615._0x2f5315)+_0x52201e(-0x6,-_0x4a2615._0x166051,-_0x4a2615._0x2ee0c0,-_0x4a2615._0x4914f3)+_0x359bf4(_0x4a2615._0x5f44b2,0x428,_0x4a2615._0x248153,0x450)+'ization\x20co'+'de','kUFNA':function(_0x13ca8c,_0x35636c,_0x1e2cc9){return _0x13ca8c(_0x35636c,_0x1e2cc9);},'rnxyr':_0x359bf4(0x2db,0x304,_0x4a2615._0x21f1e4,_0x4a2615._0x2063ab),'WUAQL':_0x52201e(-_0x4a2615._0x4a98d0,-0x9f,-_0x4a2615._0x565599,-0x51)+'n/x-www-fo'+_0x359bf4(0x2e0,0x2c7,0x2c5,_0x4a2615._0x342764)+_0x359bf4(_0x4a2615._0x19a5fa,_0x4a2615._0x4468f6,_0x4a2615._0x4dbe42,0x357),'xIECi':_0x359bf4(_0x4a2615._0x162b15,0x2ea,0x34a,0x333)+_0x52201e(-_0x4a2615._0x151867,-0x1b9,-0x1b0,-0x19b)+_0x52201e(-0x1f4,-_0x4a2615._0x2b781b,-0x225,-_0x4a2615._0x18d2fd)+_0x359bf4(_0x4a2615._0x46b6c1,0x37a,0x330,_0x4a2615._0x2063ab),'OXPtk':_0x52201e(-_0x4a2615._0x400bb1,-_0x4a2615._0x54d9b4,-0x1ed,-_0x4a2615._0x714b86)+_0x52201e(-_0x4a2615._0x17e8f8,-_0x4a2615._0x1ddc0a,-_0x4a2615._0x9d79da,-_0x4a2615._0x109f0f)+_0x52201e(-_0x4a2615._0x20f640,-_0x4a2615._0x4f9892,-_0x4a2615._0x4cb2d1,-_0x4a2615._0x5cbd97)},_0x41868c=_0x23bba4['logger']||_0x1b4a78,{code:_0x553428,providerName:_0x2bb58f,providerConfig:_0x4fedc9,callbackUrl:_0x20e351,codeVerifier:_0xceb23b}=_0x3d9c2e,_0x44b113=await _0x2fa74b['HemBt'](getAzureDevOpsClientSecret,_0x4fedc9,_0x2bb58f);function _0x359bf4(_0x571b6d,_0x4aa135,_0x5b990f,_0x4266bb){return _0x5de688(_0x571b6d-0x2f,_0x4266bb,_0x5b990f-0x168,_0x4aa135- -_0x4a1d3c._0x40fc70);}const _0x459a76=_0x359bf4(_0x4a2615._0x4f2cfd,0x377,_0x4a2615._0x178bf9,_0x4a2615._0x5bc955)+_0x52201e(-_0x4a2615._0x400900,-_0x4a2615._0x46200c,-_0x4a2615._0x58893a,-_0x4a2615._0x46dee2)+'oftonline.'+_0x359bf4(0x384,0x380,0x3b0,0x3e4)+_0x4fedc9[_0x52201e(-0x140,-_0x4a2615._0x1090b8,-0x147,-0x1a9)]+(_0x359bf4(_0x4a2615._0x3eb22d,_0x4a2615._0x5d005b,_0x4a2615._0xcb8af7,_0x4a2615._0x215a7d)+_0x359bf4(_0x4a2615._0x1ff3da,_0x4a2615._0x1c1f0c,_0x4a2615._0x5b883f,_0x4a2615._0x793952)),_0xe98db1={};_0xe98db1[_0x359bf4(0x3c2,0x36b,_0x4a2615._0x3c47a6,0x35c)]=_0x4fedc9[_0x52201e(-0x1e6,-0x1b4,-_0x4a2615._0x41c052,-_0x4a2615._0x84fee3)],_0xe98db1[_0x52201e(-0x135,-_0x4a2615._0x3e97f6,-_0x4a2615._0xb2459a,-0x188)+_0x52201e(-_0x4a2615._0x47126c,-_0x4a2615._0x39178e,-_0x4a2615._0x16fd75,-0x242)]=_0x44b113,_0xe98db1[_0x52201e(-_0x4a2615._0x465201,-_0x4a2615._0x5f5a91,-_0x4a2615._0xe20f81,-_0x4a2615._0x48a473)]=_0x553428,_0xe98db1[_0x52201e(-0x13e,-0x4d,-_0x4a2615._0x2b9591,-0x81)+'ri']=_0x20e351,_0xe98db1[_0x52201e(-_0x4a2615._0x401af8,-_0x4a2615._0x449c7e,-0x11c,-0x143)]=_0x2fa74b['CwSEN'],_0xe98db1[_0x359bf4(_0x4a2615._0x19454e,_0x4a2615._0x4ce460,0x453,_0x4a2615._0x320413)+_0x52201e(-0xa4,-_0x4a2615._0x4790d4,-_0x4a2615._0x4fa256,-_0x4a2615._0x1b2843)]=_0xceb23b,_0xe98db1['scope']=AZURE_DEVOPS_OAUTH_SCOPES;const _0x385fb5=new URLSearchParams(_0xe98db1),_0x4ec32a={};_0x4ec32a[_0x52201e(-0xec,-_0x4a2615._0x1af6a9,-0x155,-_0x4a2615._0x15bd3b)+'me']=_0x2bb58f,_0x4ec32a['tokenUrl']=_0x459a76,_0x41868c[_0x359bf4(0x3a4,0x413,0x4be,_0x4a2615._0x392423)](_0x2fa74b[_0x359bf4(_0x4a2615._0xdae952,_0x4a2615._0x33e89d,0x442,_0x4a2615._0x41b2db)],_0x4ec32a);const _0x1f1ffb=await _0x2fa74b['kUFNA'](fetch,_0x459a76,{'method':_0x2fa74b[_0x52201e(-0x213,-0x21e,-0x214,-_0x4a2615._0x2ffef1)],'headers':{'Content-Type':_0x2fa74b[_0x359bf4(_0x4a2615._0x54e6ea,0x3e4,_0x4a2615._0x5d005b,0x3ed)]},'body':_0x385fb5['toString']()});if(!_0x1f1ffb['ok']){const _0x7ded27=await _0x1f1ffb[_0x52201e(-_0x4a2615._0x46d579,-_0x4a2615._0x4d8772,-_0x4a2615._0x1b3331,-0x1a1)](),_0x529005={};_0x529005[_0x52201e(-0x256,-0xfa,-0x198,-0x1f5)]=_0x1f1ffb[_0x52201e(-_0x4a2615._0x2d1505,-0x259,-0x198,-0x110)],_0x529005['response']=_0x7ded27,_0x41868c[_0x52201e(-0x148,-_0x4a2615._0x40d243,-_0x4a2615._0x101fc4,-0x11d)](_0x2fa74b['xIECi'],_0x529005);throw new Error(_0x52201e(-0x24b,-0x13a,-0x1ed,-_0x4a2615._0x3352c6)+_0x359bf4(_0x4a2615._0x8853a6,_0x4a2615._0xd12226,_0x4a2615._0x37cd70,_0x4a2615._0x3654cc)+'xchange\x20fa'+_0x52201e(-_0x4a2615._0x39c220,-_0x4a2615._0x833bbf,-0x221,-_0x4a2615._0x42e899)+_0x1f1ffb[_0x359bf4(_0x4a2615._0x1797ed,_0x4a2615._0x24d0b7,_0x4a2615._0x301c9f,_0x4a2615._0x4e9a2e)]);}const _0x426a20=await _0x1f1ffb[_0x52201e(-0x19c,-0x129,-0x1b5,-0x23d)]();if(_0x426a20[_0x52201e(-0x158,-0x25,-_0x4a2615._0xd59105,-0x192)]){const _0x1eadd6={};_0x1eadd6[_0x52201e(-_0x4a2615._0x269d9b,-_0x4a2615._0x284cc0,-0xd8,-0x61)]=_0x426a20[_0x359bf4(_0x4a2615._0x28bebc,0x3ff,_0x4a2615._0x1a4103,_0x4a2615._0x104574)],_0x1eadd6[_0x359bf4(_0x4a2615._0x35c338,_0x4a2615._0x1d5ca0,_0x4a2615._0x387f01,_0x4a2615._0x3a6cca)+'n']=_0x426a20[_0x52201e(-_0x4a2615._0xca3738,-_0x4a2615._0x593764,-0x161,-0xa9)+'ription'],_0x41868c[_0x359bf4(0x3c6,0x3ff,_0x4a2615._0x3d8dbb,_0x4a2615._0xcf599f)](_0x2fa74b[_0x52201e(-_0x4a2615._0x559bb9,-0xb0,-0xc2,-0x10d)],_0x1eadd6);throw new Error(_0x426a20['error_desc'+_0x52201e(-_0x4a2615._0x44a3eb,-0x239,-_0x4a2615._0x598ee3,-_0x4a2615._0x21f1e4)]||_0x426a20['error']);}function _0x52201e(_0x59bbe7,_0x1215ed,_0x3c84bb,_0x3e9f95){return _0x5de688(_0x59bbe7-0x45,_0x59bbe7,_0x3c84bb-_0x15d0b7._0x110ef5,_0x3c84bb- -_0x15d0b7._0x387210);}return _0x426a20;}async function getAzureDevOpsUserInfo(_0x13c574){const _0x1b92e4={_0xcf5e36:0x3a0,_0x44036e:0x3eb,_0x5a8e84:0x384,_0x2fb51b:0x33b,_0x360b5c:0x326,_0x419b97:0x396,_0x2dc478:0x353,_0x31ae3a:0x57d,_0x384494:0x5c0,_0x38a4ac:0x495,_0x4be401:0x57c,_0x194445:0x5a2,_0x3043ab:0x645,_0x27e1dc:0x52d,_0x331ae4:0x552,_0x1ade9f:0x322,_0x521493:0x27e,_0x135f8d:0x2ab,_0x366a6d:0x2fd,_0x2ef81b:0x60f,_0x482aad:0x34a,_0x156870:0x277,_0x183d11:0x3ab,_0x392958:0x66d,_0x149b50:0x71c,_0x23c0cc:0x5cb,_0x28bb7:0x619,_0x30d027:0x5cf,_0x24f532:0x680,_0xcaf2fb:0x60b,_0x3be495:0x414,_0x5f3b52:0x2ca,_0x52238d:0x460,_0x3abf4f:0x317,_0x5905fe:0x2a7,_0x25e622:0x257,_0x3a350f:0x2dc,_0x1d9655:0x320,_0x2a2c2c:0x314},_0x26406b={_0x42a68a:0x192,_0x2132f2:0x38},_0x3302d1={_0x5cfacb:0x103,_0x1dfca3:0x156},_0x43efa6={'qnZPU':function(_0x4c9bc5,_0x25d3e0,_0x432375){return _0x4c9bc5(_0x25d3e0,_0x432375);},'ZzwCX':_0x3ad6ab(_0x1b92e4._0xcf5e36,_0x1b92e4._0x44036e,0x3f9,_0x1b92e4._0x5a8e84)+'p.vssps.vi'+_0x3ad6ab(_0x1b92e4._0x2fb51b,_0x1b92e4._0x360b5c,_0x1b92e4._0x419b97,_0x1b92e4._0x2dc478)+_0x1032f5(_0x1b92e4._0x31ae3a,0x635,_0x1b92e4._0x384494,0x4d4)+_0x1032f5(0x527,0x52a,_0x1b92e4._0x38a4ac,_0x1b92e4._0x4be401)+_0x1032f5(_0x1b92e4._0x194445,_0x1b92e4._0x3043ab,_0x1b92e4._0x27e1dc,_0x1b92e4._0x331ae4)+_0x3ad6ab(_0x1b92e4._0x1ade9f,_0x1b92e4._0x521493,_0x1b92e4._0x135f8d,_0x1b92e4._0x366a6d)+'on=7.1','QcviU':_0x1032f5(0x673,0x6b4,0x5b4,_0x1b92e4._0x2ef81b)+_0x3ad6ab(0x2c8,0x34c,0x284,0x21b)},_0x4b3d66=await _0x43efa6[_0x3ad6ab(0x2f6,_0x1b92e4._0x482aad,_0x1b92e4._0x156870,_0x1b92e4._0x183d11)](fetch,_0x43efa6[_0x1032f5(_0x1b92e4._0x392958,_0x1b92e4._0x149b50,0x5e4,0x640)],{'headers':{'Authorization':_0x1032f5(_0x1b92e4._0x23c0cc,_0x1b92e4._0x28bb7,0x610,_0x1b92e4._0x30d027)+_0x13c574,'Accept':_0x43efa6[_0x1032f5(0x626,_0x1b92e4._0x24f532,0x62c,_0x1b92e4._0xcaf2fb)]}});if(!_0x4b3d66['ok'])throw new Error(_0x3ad6ab(0x38c,_0x1b92e4._0x3be495,_0x1b92e4._0x5f3b52,0x400)+_0x3ad6ab(0x3b6,0x352,_0x1b92e4._0x52238d,0x449)+_0x3ad6ab(_0x1b92e4._0x3abf4f,_0x1b92e4._0x5905fe,_0x1b92e4._0x25e622,_0x1b92e4._0x3a350f)+'r\x20info:\x20'+_0x4b3d66[_0x3ad6ab(_0x1b92e4._0x1d9655,_0x1b92e4._0x2a2c2c,0x34e,0x27d)]);function _0x1032f5(_0x14e9f6,_0x28ecce,_0x1d25b5,_0x54a5db){return _0x5de688(_0x14e9f6-_0x3302d1._0x5cfacb,_0x1d25b5,_0x1d25b5-0x131,_0x14e9f6-_0x3302d1._0x1dfca3);}function _0x3ad6ab(_0x5d8e00,_0x39e148,_0xc15c0c,_0x487c7b){return _0x5e15df(_0x5d8e00- -_0x26406b._0x42a68a,_0xc15c0c,_0xc15c0c-0x1b4,_0x487c7b-_0x26406b._0x2132f2);}return _0x4b3d66['json']();}function calculateExpiry(_0x55ec75){const _0x208b47={_0x17b7be:0xb4,_0x1ef782:0x73,_0x8fe29c:0x205,_0x2607a0:0x17a,_0x1df60a:0x10a,_0x3dae9f:0x2b0,_0x4f3807:0x1ab,_0x1c5064:0x205,_0x3b5916:0x275,_0x161cbb:0x2d,_0x5de227:0x5b,_0xb54d56:0x23},_0x257f67={_0x2b0615:0x11e,_0x16dc7d:0x163},_0x34a01d={_0x540e1f:0xb6};function _0x14aec7(_0x54b88c,_0x591903,_0x4603e9,_0x535d6d){return _0x5e15df(_0x591903- -0x2d7,_0x54b88c,_0x4603e9-_0x34a01d._0x540e1f,_0x535d6d-0x1f2);}const _0x3f23dd={};_0x3f23dd[_0x1e0998(_0x208b47._0x17b7be,_0x208b47._0x1ef782,0x10a,0xe8)]=function(_0x11df55,_0x192204){return _0x11df55+_0x192204;};function _0x1e0998(_0x2e017a,_0x14400d,_0xf33f15,_0x103b8f){return _0x5e15df(_0xf33f15- -0x42c,_0x2e017a,_0xf33f15-_0x257f67._0x2b0615,_0x103b8f-_0x257f67._0x16dc7d);}_0x3f23dd[_0x14aec7(0x1a8,_0x208b47._0x8fe29c,0x1c4,_0x208b47._0x2607a0)]=function(_0x5d92fa,_0x4509d4){return _0x5d92fa*_0x4509d4;};const _0x19c1c2=_0x3f23dd;if(!_0x55ec75)return null;return new Date(_0x19c1c2[_0x1e0998(0x14e,0x180,_0x208b47._0x1df60a,0x10f)](Date[_0x14aec7(0x2fc,_0x208b47._0x3dae9f,0x331,0x25a)](),_0x19c1c2[_0x14aec7(_0x208b47._0x4f3807,_0x208b47._0x1c5064,0x1c5,_0x208b47._0x3b5916)](_0x55ec75,0x996+0x13af+-0x195d*0x1)))[_0x1e0998(-_0x208b47._0x161cbb,_0x208b47._0x5de227,_0x208b47._0xb54d56,0x72)+'g']();}export async function handleOAuthCallback(_0x40c1b2,_0x3a00d9={}){const _0x57e781={_0x4264aa:0x3b2,_0x42971a:0x15,_0x3d4fd0:0x7a,_0x527466:0xa,_0x555ec6:0x28,_0x476be8:0x14,_0x58b9f2:0xe7,_0x3750cd:0x4d,_0x42098c:0x4b,_0x575474:0x318,_0x1a1c51:0x319,_0x1f24d4:0x3d9,_0x1faf86:0x336,_0x43f176:0x386,_0x55422e:0x303,_0x3a0e6c:0x11f,_0x5dad2f:0x237,_0x29f919:0x3ab,_0x28a7b2:0x35d,_0x211947:0x3c0,_0x284497:0x30e,_0x5cb5fa:0x17,_0xf2730f:0xf,_0x1a975f:0x3ec,_0x3b6641:0x2d3,_0x50c7a9:0x32e,_0x419761:0x317,_0x87bc36:0x206,_0x73bfc3:0x9b,_0x2095cd:0x338,_0x55e66c:0x3b6,_0x206aee:0x2e8,_0x2baa18:0x59,_0x2907e:0x2a,_0x6c187b:0x31,_0x12a189:0x8c,_0x535e6a:0x2b5,_0x3ec6c0:0x292,_0x4c16c3:0x2ac,_0x1c9627:0x27b,_0x5e42ab:0x4f,_0x1598c2:0x8e,_0x1d876a:0x353,_0x502257:0x3bd,_0x5ebf19:0x9b,_0x29052e:0xb8,_0x41f70d:0x361,_0x1a8616:0x3de,_0x1485f4:0x2d0,_0x1bdf19:0x350,_0x278423:0x6c,_0x5b319a:0x79,_0x1693a1:0x32b,_0x37c62b:0x337,_0x113ab6:0x151,_0x499888:0x17,_0xe484d8:0x352,_0x239db5:0x40e,_0x5ef51b:0x38d,_0x3bba6d:0x23a,_0x30d9a6:0x2bc,_0x563612:0x2fc,_0x37a7e3:0x10,_0x247861:0xb1,_0x51bef3:0x38d,_0x28ea06:0xd9,_0x2c1a27:0x7b,_0x5475b2:0x9,_0x240021:0x7d,_0x5d7659:0x3b,_0x5d26f8:0x46,_0x47c783:0x6d,_0x146434:0x9d,_0x1525d2:0xb4,_0x19c7db:0x98,_0x451add:0xe9,_0x4feb4a:0xc8,_0x343132:0x47,_0x51720d:0xba,_0x4dff3f:0x48,_0x18b45f:0x53,_0x4db810:0x13f,_0x1863ea:0x30,_0x24dbff:0x0,_0x235b07:0xf3,_0x223731:0x59,_0x51865d:0x3d4,_0x28a085:0x75,_0x1a58d6:0x5d,_0x238883:0xde,_0x1b4805:0xf,_0x4fc7dc:0xc1,_0x365b72:0x2f,_0x35f609:0xc7,_0x27ca0b:0x60,_0x5b0d4d:0x22,_0x10d89a:0x374,_0x2f21c1:0x3cc,_0x46cf21:0x3ad,_0x383504:0x30f,_0x282026:0x2ed,_0xd8c7f7:0x342,_0x5bc978:0x70,_0x3b9379:0xa5,_0x469bc6:0x45,_0x515e4d:0x84,_0x2ae19d:0xbe,_0x342ffe:0x2a0,_0x35e618:0x274,_0x1927cf:0x2c0,_0x373366:0x14e,_0x31810b:0x1d,_0x169243:0x63,_0x2682d7:0x50,_0x5b3841:0x97,_0x214473:0xda,_0x5dd0b8:0xd7,_0xa0addd:0x42,_0x321865:0xf4,_0x4891b9:0x8,_0xb0aac0:0x383,_0x29aef4:0x43c,_0x40ef73:0x38c,_0xc3125c:0xe2,_0x3a37fd:0x133,_0x6b56d3:0xa9,_0x2481ce:0x52,_0x371d60:0xcf,_0x3e7684:0x9e,_0x2e4835:0x149,_0x45653c:0x294,_0x3f128c:0x210,_0x51a594:0x2a7,_0x25fd4b:0x26f,_0x436ea7:0x59,_0x5a4974:0xdb,_0x18084d:0x46,_0x2f5a04:0x3e3,_0x3eb22c:0x125,_0x33ab12:0x358,_0x513cbb:0x3ba,_0x3a0d4c:0x3c2,_0x2b761f:0x334,_0x15858c:0x33,_0x8a1722:0x3be,_0x565d9a:0x33e,_0x1e138f:0x3b4,_0x158790:0x345,_0x1a643c:0x18,_0x1ec168:0x62,_0x3ced50:0x21,_0x3c4c77:0x371,_0x25ec8b:0x3c2,_0x48ad89:0x289,_0xc7708b:0x3d5,_0x34038d:0x38c,_0x238f44:0x398,_0x43945c:0x80,_0x51b377:0x24d,_0x8f603e:0x2b6,_0x238eff:0x275,_0x1cc2bf:0x46c,_0x50718f:0x43e,_0x3d826e:0x314,_0x5e4daf:0x70,_0x4de2f8:0x8f,_0x364426:0x6,_0x5525cb:0x39c,_0xeae1a5:0xa6,_0x137f1a:0x83,_0x1ad029:0xd3,_0x521859:0x69,_0x149395:0xe0},_0x33a05d={_0x509764:0x4fb,_0x557f68:0x1cb},_0x3d0324={_0x7affdc:0x134,_0x268ccc:0x16a},_0x3ae3ed={'xxHfn':_0x236ba7(0x32c,0x316,0x30d,_0x57e781._0x4264aa)+_0x123d63(_0x57e781._0x42971a,-_0x57e781._0x3d4fd0,-0xc3,0x2a)+_0x123d63(-_0x57e781._0x527466,-_0x57e781._0x555ec6,0xa,_0x57e781._0x476be8),'QXwUp':_0x123d63(-_0x57e781._0x58b9f2,-_0x57e781._0x3750cd,-0xc6,_0x57e781._0x42098c)+'meter\x20is\x20r'+_0x236ba7(0x300,_0x57e781._0x575474,0x26f,0x29c),'WOuCa':_0x236ba7(0x40c,_0x57e781._0x1a1c51,_0x57e781._0x1f24d4,0x44c)+_0x236ba7(_0x57e781._0x1faf86,0x2ad,0x342,_0x57e781._0x43f176)+_0x236ba7(0x264,0x28d,0x2c6,_0x57e781._0x55422e),'UQItn':'Processing'+'\x20OAuth\x20cal'+_0x123d63(0x128,0x82,0x77,_0x57e781._0x3a0e6c),'JhUtF':_0x236ba7(_0x57e781._0x5dad2f,0x2c7,0x2e9,_0x57e781._0x29f919),'IZYVg':function(_0x282911,_0x4e4a6b){return _0x282911===_0x4e4a6b;},'GZtAz':_0x236ba7(_0x57e781._0x28a7b2,_0x57e781._0x211947,0x3a7,_0x57e781._0x284497),'PmMOE':function(_0x28a51d,_0x32d831){return _0x28a51d(_0x32d831);},'gnQDj':'GitHub\x20OAu'+_0x123d63(0x59,-0x4a,-_0x57e781._0x5cb5fa,_0x57e781._0xf2730f)+_0x236ba7(_0x57e781._0x575474,_0x57e781._0x1a975f,0x348,0x306)+'fully','ojWRN':'http://loc'+'alhost','ZXzKy':_0x236ba7(0x3d4,_0x57e781._0x3b6641,_0x57e781._0x50c7a9,_0x57e781._0x419761)+'tion','OEfXS':_0x236ba7(0x2a1,0x262,0x27a,_0x57e781._0x87bc36),'lwFLX':function(_0x27848c,_0x335ad1){return _0x27848c+_0x335ad1;},'pZupu':function(_0x2e330f,_0x446cc6){return _0x2e330f===_0x446cc6;},'GywbT':function(_0x132ae7,_0x380fd0){return _0x132ae7!==_0x380fd0;},'NrNAV':_0x123d63(-0x86,-_0x57e781._0x73bfc3,-_0x57e781._0x3750cd,-0x5),'sDTak':_0x236ba7(0x37c,_0x57e781._0x2095cd,_0x57e781._0x55e66c,0x313),'JsBcC':'Missing\x20PK'+_0x236ba7(0x228,0x283,_0x57e781._0x206aee,0x2a4)+'rifier\x20in\x20'+_0x123d63(-0xf,-_0x57e781._0x2baa18,-_0x57e781._0x2907e,-0x104)+'e','kGdlY':_0x123d63(-0x48,_0x57e781._0x6c187b,-_0x57e781._0x12a189,-0x19)+'llback\x20URL'+_0x236ba7(0x2be,0x2dd,_0x57e781._0x535e6a,0x28c)+_0x236ba7(0x291,_0x57e781._0x3ec6c0,_0x57e781._0x4c16c3,_0x57e781._0x1c9627),'KKAeM':function(_0x48fb23,_0xad9f6f,_0x139341){return _0x48fb23(_0xad9f6f,_0x139341);},'TLbfu':function(_0x39e046,_0x199653,_0x3ac7e7,_0xf5369b,_0x393ca9){return _0x39e046(_0x199653,_0x3ac7e7,_0xf5369b,_0x393ca9);},'bHmjO':'Azure\x20DevO'+_0x123d63(-0x28,_0x57e781._0x5e42ab,0xce,_0x57e781._0x1598c2)+_0x236ba7(_0x57e781._0x1d876a,0x301,0x32a,_0x57e781._0x502257)+_0x123d63(0x12,0x1a,-0x2a,-0x56)+'y','WOMzx':_0x123d63(-0x9,-0x3,-_0x57e781._0x5ebf19,-_0x57e781._0x29052e)},_0x1d3a5a=_0x3a00d9[_0x236ba7(0x425,_0x57e781._0x41f70d,0x362,0x36a)]||_0x1b4a78,{code:_0x5c6aef,state:_0x166ab1,userId:_0x4f6b7e}=_0x40c1b2;if(!_0x5c6aef)throw new Error(_0x3ae3ed[_0x236ba7(_0x57e781._0x1a8616,_0x57e781._0x1485f4,_0x57e781._0x1bdf19,0x2be)]);function _0x236ba7(_0x27fca8,_0x53d90c,_0x16698f,_0x1236a9){return _0x5de688(_0x27fca8-_0x3d0324._0x7affdc,_0x1236a9,_0x16698f-0x1d3,_0x16698f- -_0x3d0324._0x268ccc);}if(!_0x166ab1)throw new Error(_0x3ae3ed[_0x123d63(_0x57e781._0x278423,_0x57e781._0x5b319a,0xb9,0x4a)]);if(!_0x4f6b7e)throw new Error('User\x20ID\x20is'+'\x20required');const _0xa19842=await consumeOAuthState(_0x166ab1,_0x3a00d9);if(!_0xa19842)throw new Error(_0x3ae3ed[_0x236ba7(0x3bc,0x336,_0x57e781._0x1693a1,_0x57e781._0x37c62b)]);const {provider_name:_0x18414a,provider_type:_0x553973,redirect_after:_0x115200}=_0xa19842,_0x160f51={};_0x160f51['providerNa'+'me']=_0x18414a,_0x160f51[_0x123d63(_0x57e781._0x113ab6,0xa4,_0x57e781._0x499888,0xab)+'pe']=_0x553973,_0x160f51[_0x236ba7(_0x57e781._0xe484d8,_0x57e781._0x239db5,_0x57e781._0x5ef51b,0x3c1)]=_0x4f6b7e,_0x1d3a5a['info'](_0x3ae3ed['UQItn'],_0x160f51);const _0x475317=await getProviderConfig(_0x18414a,_0x3a00d9);if(!_0x475317){if(_0x3ae3ed[_0x236ba7(0x302,_0x57e781._0x3bba6d,_0x57e781._0x30d9a6,_0x57e781._0x563612)]===_0x3ae3ed[_0x123d63(_0x57e781._0x37a7e3,-0x88,-0x11e,-_0x57e781._0x247861)])throw new Error('Provider\x20n'+_0x236ba7(0x34a,0x2b5,0x335,_0x57e781._0x51bef3)+_0x18414a);else return _0x12e984;}if(_0x3ae3ed['IZYVg'](_0x553973,_0x3ae3ed[_0x123d63(-0x161,-_0x57e781._0x28ea06,-0xa0,-_0x57e781._0x2c1a27)])){const _0x764ce5={};_0x764ce5[_0x123d63(-_0x57e781._0x5475b2,_0x57e781._0x240021,0x108,0xa7)]=_0x5c6aef,_0x764ce5[_0x123d63(0x94,-0x6,_0x57e781._0x5d7659,0x1)+'me']=_0x18414a,_0x764ce5[_0x123d63(-0xb8,-0xdf,-0x101,-0x164)+_0x123d63(-0x3e,0x52,-_0x57e781._0x5d26f8,-_0x57e781._0x47c783)]=_0x475317;const _0x2c4bcc=await exchangeGitHubCode(_0x764ce5,_0x3a00d9),_0x4c43b7=await getGitHubUserInfo(_0x2c4bcc[_0x123d63(-_0x57e781._0x146434,-_0x57e781._0x1525d2,-0x16c,-_0x57e781._0x19c7db)+'en'],_0x475317);await storeUserGitToken(_0x4f6b7e,_0x18414a,{'access_token':_0x2c4bcc[_0x123d63(-_0x57e781._0x451add,-0xb4,-_0x57e781._0x4feb4a,-0x110)+'en'],'refresh_token':_0x2c4bcc[_0x123d63(-_0x57e781._0x343132,-0x2b,-_0x57e781._0x51720d,_0x57e781._0x4dff3f)+_0x123d63(-0x64,_0x57e781._0x18b45f,0x110,-0x19)],'expires_at':_0x3ae3ed[_0x123d63(-0x11e,-0x9d,-_0x57e781._0x4db810,-0x3)](calculateExpiry,_0x2c4bcc[_0x123d63(-0x152,-0xb2,-0x15e,-_0x57e781._0x1863ea)]),'github_login':_0x4c43b7[_0x123d63(-0xdc,-0x5d,_0x57e781._0x24dbff,-_0x57e781._0x235b07)],'github_user_id':_0x4c43b7['id']},_0x3a00d9);const _0x4b980e={};_0x4b980e['userId']=_0x4f6b7e,_0x4b980e[_0x123d63(-_0x57e781._0x223731,-0x6,-0xba,0x75)+'me']=_0x18414a,_0x4b980e[_0x236ba7(0x34d,0x37f,_0x57e781._0x51865d,0x317)+'n']=_0x4c43b7[_0x123d63(-_0x57e781._0x28a085,-_0x57e781._0x1a58d6,-_0x57e781._0x238883,-0x90)],_0x1d3a5a[_0x123d63(_0x57e781._0x2907e,0x54,0x10,-_0x57e781._0x1b4805)](_0x3ae3ed['gnQDj'],_0x4b980e);const _0x111c97=new URL(_0x115200,_0x3ae3ed[_0x123d63(_0x57e781._0x4fc7dc,0x80,-0x16,0x63)]);return _0x111c97['searchPara'+'ms'][_0x123d63(0x117,0x88,_0x57e781._0x365b72,0xc7)](_0x3ae3ed[_0x123d63(-_0x57e781._0x35f609,-_0x57e781._0x27ca0b,-_0x57e781._0x5b0d4d,-0x71)],'success'),_0x111c97['searchPara'+'ms'][_0x236ba7(_0x57e781._0x10d89a,0x3c5,_0x57e781._0x2f21c1,_0x57e781._0x46cf21)](_0x3ae3ed[_0x236ba7(0x278,_0x57e781._0x383504,_0x57e781._0x282026,_0x57e781._0xd8c7f7)],_0x18414a),{'success':!![],'redirectUrl':_0x3ae3ed[_0x123d63(-0x61,-_0x57e781._0x5bc978,-0x3,0x2)](_0x111c97[_0x123d63(-0x56,-_0x57e781._0x5cb5fa,-_0x57e781._0x3b9379,-0x58)],_0x111c97[_0x123d63(-_0x57e781._0x469bc6,0x18,-_0x57e781._0x515e4d,-0xa2)]),'providerName':_0x18414a};}if(_0x3ae3ed['pZupu'](_0x553973,'azure-devo'+'ps')){if(_0x3ae3ed[_0x123d63(-0x1d,-0x5e,-_0x57e781._0x2ae19d,-0xeb)](_0x3ae3ed[_0x236ba7(0x228,_0x57e781._0x342ffe,_0x57e781._0x35e618,_0x57e781._0x1927cf)],_0x3ae3ed['NrNAV']))throw new _0x4f2e08('Provider\x20n'+'ot\x20found:\x20'+_0x5f14d1);else{const {code_verifier:_0x923416,callback_url:_0x187c6a}=_0xa19842;if(!_0x923416){if(_0x3ae3ed[_0x123d63(-0x3a,-0xcf,-0xf6,-_0x57e781._0x373366)](_0x123d63(-0xf,_0x57e781._0x31810b,0xbe,0xa7),_0x3ae3ed[_0x123d63(-_0x57e781._0x169243,-_0x57e781._0x2682d7,-_0x57e781._0x5b3841,-0x60)]))return'Azure\x20DevO'+'ps\x20('+_0x39b750[_0x123d63(-0x4d,-0xc6,-0xc0,-0x16e)+'on']+')';else throw new Error(_0x3ae3ed[_0x123d63(-_0x57e781._0x214473,-0x51,-_0x57e781._0x5dd0b8,-0xe0)]);}if(!_0x187c6a)throw new Error(_0x3ae3ed[_0x123d63(-0x22,_0x57e781._0xa0addd,_0x57e781._0x321865,-_0x57e781._0x4891b9)]);const _0x128aec={};_0x128aec[_0x236ba7(_0x57e781._0xb0aac0,_0x57e781._0x29aef4,0x3c1,_0x57e781._0x40ef73)]=_0x5c6aef,_0x128aec[_0x236ba7(0x365,0x2c1,0x33e,0x3af)+'me']=_0x18414a,_0x128aec[_0x123d63(-_0x57e781._0xc3125c,-0xdf,-0xce,-_0x57e781._0x3a37fd)+_0x123d63(_0x57e781._0x6b56d3,_0x57e781._0x2481ce,0x93,_0x57e781._0x371d60)]=_0x475317,_0x128aec[_0x123d63(-0x5,_0x57e781._0x3e7684,0x89,_0x57e781._0x2e4835)+'l']=_0x187c6a,_0x128aec[_0x236ba7(0x22c,0x2f7,_0x57e781._0x45653c,0x211)+'er']=_0x923416;const _0x5c1920=await _0x3ae3ed['KKAeM'](exchangeAzureDevOpsCode,_0x128aec,_0x3a00d9),_0x2d0e0f=await _0x3ae3ed[_0x236ba7(_0x57e781._0x3f128c,0x2dd,_0x57e781._0x51a594,_0x57e781._0x25fd4b)](getAzureDevOpsUserInfo,_0x5c1920['access_tok'+'en']);await _0x3ae3ed['TLbfu'](storeUserGitToken,_0x4f6b7e,_0x18414a,{'access_token':_0x5c1920['access_tok'+'en'],'refresh_token':_0x5c1920[_0x123d63(_0x57e781._0x436ea7,-0x2b,-_0x57e781._0x5a4974,-_0x57e781._0x18084d)+_0x236ba7(0x40c,0x317,0x397,_0x57e781._0x2f5a04)],'expires_at':_0x3ae3ed[_0x123d63(-0x33,-0x9d,-_0x57e781._0x3eb22c,-0xf1)](calculateExpiry,_0x5c1920[_0x236ba7(0x296,0x289,0x292,0x233)]),'azure_username':_0x2d0e0f[_0x236ba7(_0x57e781._0x33ab12,_0x57e781._0x513cbb,_0x57e781._0x3a0d4c,0x434)+'ss']||_0x2d0e0f[_0x236ba7(0x315,0x2c2,_0x57e781._0x575474,_0x57e781._0x2b761f)+'e']},_0x3a00d9);const _0xf6c10={};_0xf6c10[_0x123d63(-0x33,0x49,0x100,-_0x57e781._0x15858c)]=_0x4f6b7e,_0xf6c10[_0x236ba7(_0x57e781._0x8a1722,0x292,_0x57e781._0x565d9a,0x3c2)+'me']=_0x18414a,_0xf6c10[_0x236ba7(0x3b6,_0x57e781._0x1e138f,_0x57e781._0x158790,0x389)+_0x123d63(_0x57e781._0x1a643c,_0x57e781._0x1ec168,0xc5,-_0x57e781._0x3ced50)]=_0x2d0e0f[_0x236ba7(0x3da,_0x57e781._0x3c4c77,_0x57e781._0x25ec8b,0x3a8)+'ss']||_0x2d0e0f[_0x236ba7(0x3a5,_0x57e781._0x48ad89,0x318,_0x57e781._0xc7708b)+'e'],_0x1d3a5a[_0x236ba7(_0x57e781._0x34038d,0x397,_0x57e781._0x238f44,_0x57e781._0x41f70d)](_0x3ae3ed['bHmjO'],_0xf6c10);const _0x87b3b1=new URL(_0x115200,_0x3ae3ed[_0x123d63(-_0x57e781._0x365b72,_0x57e781._0x43945c,_0x57e781._0x146434,_0x57e781._0x18084d)]);return _0x87b3b1['searchPara'+'ms']['set'](_0x3ae3ed[_0x123d63(-0x23,-0x60,-0x33,-0x10a)],_0x3ae3ed[_0x236ba7(_0x57e781._0x51b377,_0x57e781._0x8f603e,0x2ad,_0x57e781._0x238eff)]),_0x87b3b1['searchPara'+'ms'][_0x236ba7(_0x57e781._0x1cc2bf,_0x57e781._0x50718f,_0x57e781._0x2f21c1,_0x57e781._0x3d826e)](_0x3ae3ed['OEfXS'],_0x18414a),{'success':!![],'redirectUrl':_0x3ae3ed[_0x123d63(0xc,-_0x57e781._0x5e4daf,-_0x57e781._0x4de2f8,_0x57e781._0x364426)](_0x87b3b1['pathname'],_0x87b3b1[_0x236ba7(0x36a,0x40e,0x35c,_0x57e781._0x5525cb)]),'providerName':_0x18414a};}}function _0x123d63(_0x520e0b,_0x5ccdec,_0x2c2346,_0x3b9bf1){return _0x5e15df(_0x5ccdec- -_0x33a05d._0x509764,_0x520e0b,_0x2c2346-0x8c,_0x3b9bf1-_0x33a05d._0x557f68);}throw new Error(_0x123d63(_0x57e781._0xeae1a5,_0x57e781._0x137f1a,_0x57e781._0x1ad029,_0x57e781._0x521859)+_0x123d63(-0xa5,-_0x57e781._0x149395,-0x19f,-0x18a)+'\x20type:\x20'+_0x553973);}function _0x5e15df(_0x12bae4,_0x2cd0ca,_0x539a3b,_0x2ed187){return _0x46a5(_0x12bae4-0x27c,_0x2cd0ca);}async function refreshGitHubToken(_0x370ba7,_0x4c4875={}){const _0x43d250={_0x4259ad:0xb1,_0x323faf:0x8,_0x54451e:0xa8,_0x4a2568:0x36,_0x4bf79f:0x235,_0x372d64:0x1a2,_0x4827b1:0x79,_0x33a263:0x9b,_0xc3987d:0x4b,_0x5cd9e5:0x3a,_0x59f3c0:0x1a,_0x4c455a:0x70,_0x33a612:0xc9,_0x44d9aa:0xab,_0x4f212b:0x422,_0x34b16d:0x431,_0x122bda:0x382,_0xcb254d:0x30c,_0xa52a39:0x33b,_0x2aa3d4:0x27b,_0x396116:0x3c1,_0x5896d5:0x32f,_0xc8ac6:0x29d,_0x119359:0x2ae,_0x7ef9b3:0x2d5,_0x1e906a:0x3ed,_0x40f55a:0x306,_0x48bc14:0x2bf,_0x16b133:0x2fb,_0x48cd94:0x336,_0x1b74d6:0x2ca,_0x3fc20f:0x315,_0x1f5f14:0x268,_0x3cf44c:0x1f9,_0x20615c:0x9d,_0x3499a9:0x2e2,_0x141b2a:0x36e,_0x43031b:0x3aa,_0x2288e3:0x3f,_0x28b269:0x3b,_0x3e1f3b:0x1,_0x4305ea:0xbd,_0x35a527:0x3e8,_0x37ef70:0x379,_0x4e7507:0x380,_0x260766:0x31a,_0x4f9524:0x3f9,_0x560551:0x87,_0xd7fcb3:0xe9,_0x401c86:0x33,_0x338b7e:0x371,_0x5336b7:0x2f0,_0x2ace02:0x2bc,_0xb25712:0x2cc,_0x5e67df:0x30b,_0x314c74:0x305,_0x2250bd:0x330,_0x72c44:0x2c8,_0x17b410:0x4d,_0x14dde3:0x61,_0x400227:0x50,_0x349bcd:0x21,_0x133346:0xb3,_0x830c80:0x66,_0x198512:0x120,_0x288777:0xf8,_0x54e34a:0x326,_0x4349a1:0x3b3,_0x4c9238:0x39f,_0x5a5aa1:0x438,_0x3a3bb8:0xbb,_0x4f9b43:0x17a,_0x1eacef:0xe1,_0x4496d9:0x10b,_0x106147:0x59,_0x478151:0x29a,_0x38ce03:0x2af,_0x2bf0d0:0x25f,_0x53d11d:0x26d,_0x4b26b7:0x2e3,_0x32a11f:0x14e,_0x4f8555:0x21,_0x4c00ed:0x1b,_0x30518b:0x29,_0x50cd61:0x2ff,_0x21d65c:0x2a3,_0x4f2fab:0x225,_0x106ab3:0xe1,_0x3fe372:0xce,_0x430e87:0x53,_0x1393a9:0x334,_0x36ee29:0x2b5,_0x544cb7:0x34d,_0x26b529:0x27,_0x330cca:0x87,_0x14151e:0x37,_0xf7f082:0xd,_0x78c84f:0x64},_0x1868b8={_0x21f85c:0x1ea},_0x23d6b9={_0x3eed77:0x491,_0x20ff45:0x1dc,_0x4b222c:0xc6},_0x5bbd6d={'jPBYI':_0x1eda8b(_0x43d250._0x4259ad,-_0x43d250._0x323faf,-0xc,_0x43d250._0x54451e)+_0x1eda8b(0x69,-_0x43d250._0x4a2568,-0x5,0x126)+_0x3e45d3(_0x43d250._0x4bf79f,0x251,0x205,_0x43d250._0x372d64),'AMslQ':function(_0x423de3){return _0x423de3();},'VVuiE':_0x1eda8b(0xf0,0x10c,_0x43d250._0x4827b1,_0x43d250._0x33a263)+'th\x20not\x20con'+_0x1eda8b(0x2f,_0x43d250._0xc3987d,0xc1,_0x43d250._0x5cd9e5),'IkELj':function(_0x5b5467,_0x13e219,_0x32013e){return _0x5b5467(_0x13e219,_0x32013e);},'dTxLV':_0x1eda8b(-_0x43d250._0x59f3c0,-_0x43d250._0x4c455a,-_0x43d250._0x33a612,-_0x43d250._0x44d9aa),'JIEGR':'applicatio'+'n/json','VTVIK':_0x3e45d3(_0x43d250._0x4f212b,0x377,_0x43d250._0x34b16d,0x436),'yEyhH':_0x3e45d3(_0x43d250._0x122bda,_0x43d250._0xcb254d,_0x43d250._0xa52a39,_0x43d250._0x2aa3d4)},_0x2e7860=_0x4c4875[_0x3e45d3(_0x43d250._0x396116,_0x43d250._0x5896d5,0x283,0x38d)]||_0x1b4a78;function _0x1eda8b(_0x522d23,_0x4dbf4e,_0x1adf92,_0x82576b){return _0x5e15df(_0x522d23- -_0x23d6b9._0x3eed77,_0x1adf92,_0x1adf92-_0x23d6b9._0x20ff45,_0x82576b-_0x23d6b9._0x4b222c);}const {refreshToken:_0x53cef0,providerName:_0x2596aa,providerConfig:_0x752c18}=_0x370ba7,{getSecretsPath:_0x4bf427}=await import(_0x5bbd6d[_0x3e45d3(_0x43d250._0xc8ac6,_0x43d250._0x119359,_0x43d250._0x7ef9b3,0x2b1)]),_0x400ebf=_0x5bbd6d[_0x3e45d3(_0x43d250._0x1e906a,0x35c,_0x43d250._0x40f55a,_0x43d250._0x48bc14)](_0x4bf427);if(!_0x400ebf)throw new Error(_0x5bbd6d['VVuiE']);const _0x33c634=await _0x5bbd6d[_0x3e45d3(_0x43d250._0x16b133,0x36a,0x30b,0x3dd)](readSecretFile,_0x400ebf,_0x752c18['client_sec'+'ret']),{token:_0x22cb39}=getGitHubOAuthUrls(_0x752c18);function _0x3e45d3(_0x41c498,_0x5c177d,_0x1fc5d6,_0x21b8f8){return _0x5e15df(_0x5c177d- -_0x1868b8._0x21f85c,_0x41c498,_0x1fc5d6-0x1f3,_0x21b8f8-0xe0);}const _0xbdd53b={};_0xbdd53b[_0x3e45d3(0x35a,0x2f4,_0x43d250._0x48cd94,_0x43d250._0x1b74d6)]=_0x752c18['client_id'],_0xbdd53b['client_sec'+_0x3e45d3(_0x43d250._0x3fc20f,_0x43d250._0x1f5f14,_0x43d250._0x3cf44c,0x211)]=_0x33c634,_0xbdd53b[_0x1eda8b(_0x43d250._0x20615c,0xeb,0x44,0x14c)]='refresh_to'+_0x3e45d3(_0x43d250._0x3499a9,0x364,_0x43d250._0x141b2a,_0x43d250._0x43031b),_0xbdd53b[_0x1eda8b(_0x43d250._0x2288e3,-_0x43d250._0x28b269,0x2,_0x43d250._0x3e1f3b)+_0x1eda8b(_0x43d250._0x4305ea,0x122,0x60,_0x43d250._0x3e1f3b)]=_0x53cef0;const _0x6d95ee=await fetch(_0x22cb39,{'method':_0x5bbd6d[_0x3e45d3(0x321,0x346,0x38c,_0x43d250._0x35a527)],'headers':{'Accept':_0x3e45d3(_0x43d250._0x37ef70,_0x43d250._0x4e7507,_0x43d250._0x260766,_0x43d250._0x4f9524)+_0x1eda8b(-0x37,_0x43d250._0x560551,-_0x43d250._0xd7fcb3,_0x43d250._0x401c86),'Content-Type':_0x5bbd6d[_0x3e45d3(0x39b,0x33f,_0x43d250._0x338b7e,0x359)]},'body':JSON[_0x3e45d3(0x36e,_0x43d250._0x5336b7,_0x43d250._0x2ace02,0x350)](_0xbdd53b)});if(!_0x6d95ee['ok']){const _0xe84e90=await _0x6d95ee[_0x3e45d3(_0x43d250._0xb25712,0x37d,_0x43d250._0x5e67df,_0x43d250._0x314c74)](),_0xd0b65f={};_0xd0b65f[_0x1eda8b(0x21,0xe3,0x88,-0x4c)]=_0x6d95ee[_0x3e45d3(_0x43d250._0x2250bd,_0x43d250._0x72c44,0x2cf,0x24b)],_0xd0b65f[_0x3e45d3(0x3d1,0x350,0x3f0,0x2f7)]=_0xe84e90,_0x2e7860['error'](_0x1eda8b(0x1b,-0x7f,-_0x43d250._0x17b410,_0x43d250._0x14dde3)+'en\x20refresh'+'\x20failed',_0xd0b65f);throw new Error(_0x1eda8b(0x1b,0x9c,-0x70,0x65)+'en\x20refresh'+_0x1eda8b(0x5e,0x85,_0x43d250._0x400227,0xfb)+_0x6d95ee[_0x1eda8b(_0x43d250._0x349bcd,-0x8e,_0x43d250._0x133346,0x9a)]);}const _0x17702a=await _0x6d95ee[_0x1eda8b(0x4,-0x19,0x21,-_0x43d250._0x830c80)]();if(_0x17702a[_0x1eda8b(0xe1,_0x43d250._0x198512,_0x43d250._0x288777,0x197)]){if(_0x5bbd6d[_0x3e45d3(0x41e,0x378,0x33c,_0x43d250._0x54e34a)]!==_0x5bbd6d[_0x3e45d3(_0x43d250._0x4349a1,_0x43d250._0x4c9238,_0x43d250._0x5a5aa1,0x356)]){const _0x8a0b34={};_0x8a0b34[_0x1eda8b(0xe1,0x5c,_0x43d250._0x3a3bb8,_0x43d250._0x4f9b43)]=_0x17702a[_0x1eda8b(_0x43d250._0x1eacef,0x13e,_0x43d250._0x4496d9,_0x43d250._0x106147)],_0x8a0b34[_0x3e45d3(0x2bf,_0x43d250._0x478151,0x2eb,_0x43d250._0x38ce03)+'n']=_0x17702a['error_desc'+_0x3e45d3(_0x43d250._0x2bf0d0,_0x43d250._0x53d11d,_0x43d250._0x4b26b7,0x28e)],_0x2e7860[_0x1eda8b(_0x43d250._0x1eacef,_0x43d250._0x32a11f,_0x43d250._0x4f8555,0x88)](_0x1eda8b(_0x43d250._0x4c00ed,-_0x43d250._0x400227,-_0x43d250._0x30518b,0x7a)+_0x1eda8b(0xa6,0x8b,0x162,0x65)+_0x1eda8b(0x9e,0xf1,0x54,-0x19),_0x8a0b34);throw new Error(_0x17702a[_0x3e45d3(0x36c,_0x43d250._0x50cd61,0x2c9,_0x43d250._0x21d65c)+_0x3e45d3(0x2bb,0x26d,_0x43d250._0x4f2fab,0x21f)]||_0x17702a[_0x1eda8b(_0x43d250._0x106ab3,_0x43d250._0x3fe372,_0x43d250._0x430e87,0xab)]);}else throw new _0x34e22a(_0x3e45d3(0x2cd,_0x43d250._0x1393a9,_0x43d250._0x36ee29,_0x43d250._0x544cb7)+_0x1eda8b(_0x43d250._0x26b529,-_0x43d250._0x330cca,-0x7f,0x49)+_0x1eda8b(-0x54,-_0x43d250._0x14151e,_0x43d250._0xf7f082,_0x43d250._0x78c84f)+':\x20'+_0x5d388c['status']);}return _0x17702a;}async function refreshAzureDevOpsToken(_0xd33d5d,_0x40fd69={}){const _0x3b46c1={_0x54604e:0x2ac,_0x1ef2af:0x232,_0x5e9199:0x1be,_0x53fa4c:0x2be,_0x423341:0x3a3,_0x4512dc:0x2f8,_0x1f5750:0x214,_0x50e0df:0x1ad,_0x3e6bfc:0x1cf,_0x1e0698:0x228,_0x290a53:0x2dc,_0x38df23:0x24f,_0x4b4e76:0x3c9,_0x3813bf:0x34d,_0x50f29b:0x35a,_0xd0fd7e:0x254,_0x5c2131:0x185,_0x6dfd6d:0x132,_0xe19e8a:0x2bd,_0x3a5032:0x197,_0x1573e4:0x300,_0x345e4b:0x217,_0x46bb69:0x38a,_0x529546:0x32f,_0x52aeb0:0x342,_0x58af61:0x3a5,_0x220ce8:0x2b5,_0x197300:0x32c,_0xbbd029:0x316,_0x3503f2:0x275,_0x17af31:0x1c5,_0x2fcc97:0x364,_0x4513dd:0x3fb,_0x19b114:0x22b,_0x546b32:0x1ec,_0x21ea58:0x1f0,_0x4e38b1:0x17e,_0x26dbef:0xdf,_0xba3b55:0x206,_0xb87721:0x17e,_0x1b8119:0x1b2,_0x4b56f7:0x138,_0x5ab1fd:0xee,_0x2c9360:0x250,_0x4a3e7c:0x2c3,_0x315a6e:0x37a,_0x35ea8f:0x34e,_0xb0b2a9:0x406,_0x2d56bf:0x341,_0x3c392a:0x364,_0x1d8e60:0x45f,_0x22ac63:0x40c,_0x1f05e5:0x273,_0x1f5d2c:0x31c,_0x1d0ee5:0x252,_0x52b065:0x235,_0xbf366:0x2d8,_0xc530a1:0x2cd,_0x43d135:0x1df,_0x49ba92:0x131,_0xa38d87:0x2a0,_0x1ad21f:0x27a,_0x140aec:0x323,_0x724d18:0x34f,_0x429a84:0x29a,_0x2176c7:0x293,_0x3bce6e:0x22d,_0x70f56c:0x284,_0x2164d1:0x329,_0x557280:0x2d2,_0x126c52:0x1ea,_0x26bb6e:0x30a,_0x479a50:0x2ef,_0x13866a:0x35f,_0x575d06:0x2f7,_0x1f490c:0x375,_0x47dc9a:0x148,_0x3589f4:0x1fa,_0x16941b:0x1ee,_0x5a3fa0:0x24e,_0x5e1cd7:0x237,_0x2f285c:0x2a8,_0x3441e9:0x2e8,_0x4e9cf4:0x29b,_0x571c7e:0x251,_0x239219:0x3e3,_0x20fc6a:0x3ec,_0x5c5d71:0x2ee,_0x5d12c5:0x35a,_0x8070a6:0x3da,_0x735097:0x35b,_0x49dd99:0x379,_0x3d1588:0x376,_0x31ced2:0x17f,_0x434497:0xed,_0x12d2b2:0x29a,_0x921bb4:0x34c},_0x33ac9c={_0x304e37:0x18f,_0x55ee86:0x1e0,_0x1d4eef:0xe0},_0x18394a={_0x4fb59f:0x15},_0x1ffcb8={'WfHIH':_0x37213a(0x2a9,0x307,_0x3b46c1._0x54604e,0x367)+_0x37213a(_0x3b46c1._0x1ef2af,_0x3b46c1._0x5e9199,_0x3b46c1._0x53fa4c,0x1b2)+_0x1c1e06(0x332,0x331,_0x3b46c1._0x423341,_0x3b46c1._0x4512dc),'qQzgP':function(_0x5f3318,_0x455a71,_0x5ec46d){return _0x5f3318(_0x455a71,_0x5ec46d);},'jMayv':_0x37213a(0x1f8,_0x3b46c1._0x1f5750,_0x3b46c1._0x50e0df,_0x3b46c1._0x3e6bfc)+'ken','GsQav':function(_0x3e22b1,_0x514557,_0x45a971){return _0x3e22b1(_0x514557,_0x45a971);},'gmRrd':'Azure\x20DevO'+_0x37213a(_0x3b46c1._0x1e0698,_0x3b46c1._0x290a53,_0x3b46c1._0x38df23,0x2c5)+'efresh\x20fai'+_0x1c1e06(0x427,_0x3b46c1._0x4b4e76,_0x3b46c1._0x3813bf,0x3a2),'RhevT':function(_0x1707ef,_0x9418a3){return _0x1707ef!==_0x9418a3;},'UxNFS':'ZZImC','pHsiC':_0x1c1e06(_0x3b46c1._0x50f29b,0x2ec,0x293,_0x3b46c1._0xd0fd7e),'SngGs':_0x37213a(_0x3b46c1._0x5c2131,0xf0,_0x3b46c1._0x6dfd6d,0x16f)+_0x37213a(0x228,_0x3b46c1._0xe19e8a,_0x3b46c1._0x3a5032,0x17c)+_0x37213a(0x28b,_0x3b46c1._0x1573e4,0x282,_0x3b46c1._0x345e4b)+'or'},_0x57aeaa=_0x40fd69[_0x1c1e06(0x325,_0x3b46c1._0x46bb69,_0x3b46c1._0x529546,0x44c)]||_0x1b4a78,{refreshToken:_0x50dcbf,providerName:_0xbe7339,providerConfig:_0x414dd3}=_0xd33d5d,_0x37d256=await _0x1ffcb8[_0x1c1e06(0x323,_0x3b46c1._0x52aeb0,0x39b,0x32f)](getAzureDevOpsClientSecret,_0x414dd3,_0xbe7339),_0x928416=_0x1c1e06(_0x3b46c1._0x58af61,0x35b,_0x3b46c1._0x220ce8,0x386)+_0x37213a(0x27e,_0x3b46c1._0x197300,0x222,_0x3b46c1._0xbbd029)+_0x37213a(0x203,_0x3b46c1._0x3503f2,0x184,_0x3b46c1._0x17af31)+_0x1c1e06(0x415,_0x3b46c1._0x2fcc97,0x2d0,_0x3b46c1._0x4513dd)+_0x414dd3[_0x37213a(_0x3b46c1._0x19b114,_0x3b46c1._0x546b32,_0x3b46c1._0x21ea58,_0x3b46c1._0x53fa4c)]+('/oauth2/v2'+_0x37213a(_0x3b46c1._0x4e38b1,_0x3b46c1._0x26dbef,0x172,0x1fb)),_0x5b38ca={};_0x5b38ca[_0x37213a(_0x3b46c1._0xba3b55,_0x3b46c1._0xb87721,0x147,0x165)]=_0x414dd3['client_id'],_0x5b38ca[_0x37213a(_0x3b46c1._0x1b8119,_0x3b46c1._0x4b56f7,_0x3b46c1._0x5ab1fd,_0x3b46c1._0x2c9360)+_0x1c1e06(0x37d,_0x3b46c1._0x4a3e7c,_0x3b46c1._0x315a6e,0x34c)]=_0x37d256,_0x5b38ca[_0x1c1e06(0x405,0x39f,_0x3b46c1._0x35ea8f,_0x3b46c1._0xb0b2a9)]=_0x1ffcb8['jMayv'],_0x5b38ca[_0x1c1e06(0x37a,_0x3b46c1._0x2d56bf,0x2bc,_0x3b46c1._0x3c392a)+_0x1c1e06(_0x3b46c1._0x1d8e60,0x3bf,_0x3b46c1._0x22ac63,0x436)]=_0x50dcbf;function _0x37213a(_0x139155,_0x172556,_0x2c673a,_0x44e584){return _0x5e15df(_0x139155- -0x2d8,_0x44e584,_0x2c673a-_0x18394a._0x4fb59f,_0x44e584-0x83);}_0x5b38ca['scope']=AZURE_DEVOPS_OAUTH_SCOPES;const _0x1ce450=new URLSearchParams(_0x5b38ca),_0x196abe={};function _0x1c1e06(_0x2ed81d,_0x4d7400,_0x261053,_0x51510e){return _0x5e15df(_0x4d7400- -_0x33ac9c._0x304e37,_0x51510e,_0x261053-_0x33ac9c._0x55ee86,_0x51510e-_0x33ac9c._0x1d4eef);}_0x196abe[_0x37213a(0x25b,0x272,_0x3b46c1._0x1f05e5,_0x3b46c1._0x1f5d2c)+'pe']='applicatio'+_0x37213a(_0x3b46c1._0x1d0ee5,_0x3b46c1._0x52b065,_0x3b46c1._0xbf366,_0x3b46c1._0xc530a1)+_0x1c1e06(0x36a,0x2ab,0x213,0x27f)+'ded';const _0x35b617=await _0x1ffcb8[_0x37213a(_0x3b46c1._0x43d135,0x1f1,0x1ce,0x144)](fetch,_0x928416,{'method':_0x37213a(0x19f,0x1cb,0x13d,_0x3b46c1._0x49ba92),'headers':_0x196abe,'body':_0x1ce450['toString']()});if(!_0x35b617['ok']){const _0x41923d=await _0x35b617['text'](),_0x96dae6={};_0x96dae6[_0x1c1e06(_0x3b46c1._0xa38d87,0x323,0x2e6,0x36f)]=_0x35b617[_0x1c1e06(_0x3b46c1._0x1ad21f,_0x3b46c1._0x140aec,0x34f,_0x3b46c1._0x724d18)],_0x96dae6[_0x1c1e06(0x2f7,0x3ab,0x3ca,0x412)]=_0x41923d,_0x57aeaa[_0x37213a(_0x3b46c1._0x429a84,_0x3b46c1._0x2176c7,0x2d4,0x2ee)](_0x1ffcb8[_0x1c1e06(_0x3b46c1._0x3bce6e,0x2b2,_0x3b46c1._0x70f56c,_0x3b46c1._0x2164d1)],_0x96dae6);throw new Error('Azure\x20DevO'+_0x37213a(0x228,_0x3b46c1._0x557280,0x242,_0x3b46c1._0x126c52)+'efresh\x20fai'+_0x1c1e06(_0x3b46c1._0x26bb6e,_0x3b46c1._0x479a50,_0x3b46c1._0x13866a,_0x3b46c1._0x575d06)+_0x35b617[_0x1c1e06(_0x3b46c1._0x1f490c,_0x3b46c1._0x140aec,0x37a,0x316)]);}const _0xdd1e8c=await _0x35b617[_0x37213a(0x1bd,0x20f,0x246,_0x3b46c1._0x47dc9a)]();if(_0xdd1e8c[_0x37213a(_0x3b46c1._0x429a84,0x1d9,0x2f6,0x30d)]){if(_0x1ffcb8[_0x37213a(_0x3b46c1._0x3589f4,_0x3b46c1._0x16941b,_0x3b46c1._0x5a3fa0,0x289)](_0x1ffcb8['UxNFS'],_0x1ffcb8[_0x37213a(_0x3b46c1._0x5e1cd7,_0x3b46c1._0x2f285c,0x247,_0x3b46c1._0x3441e9)])){const _0xbafb70={};_0xbafb70[_0x37213a(_0x3b46c1._0x429a84,_0x3b46c1._0x4e9cf4,_0x3b46c1._0x571c7e,0x211)]=_0xdd1e8c[_0x1c1e06(0x332,_0x3b46c1._0x239219,_0x3b46c1._0x239219,_0x3b46c1._0x20fc6a)],_0xbafb70['descriptio'+'n']=_0xdd1e8c[_0x1c1e06(_0x3b46c1._0x5c5d71,_0x3b46c1._0x5d12c5,_0x3b46c1._0x8070a6,0x3bd)+'ription'],_0x57aeaa[_0x37213a(0x29a,0x207,0x209,0x328)](_0x1ffcb8[_0x1c1e06(_0x3b46c1._0x735097,_0x3b46c1._0x49dd99,0x31c,0x2f1)],_0xbafb70);throw new Error(_0xdd1e8c[_0x1c1e06(0x297,0x35a,_0x3b46c1._0x3d1588,0x2ca)+_0x37213a(_0x3b46c1._0x31ced2,0x1c2,0x1a3,_0x3b46c1._0x434497)]||_0xdd1e8c[_0x37213a(_0x3b46c1._0x12d2b2,_0x3b46c1._0x21ea58,_0x3b46c1._0x921bb4,0x2ec)]);}else throw new _0x54279f(_0x1ffcb8[_0x37213a(0x147,0x1bb,0x116,0xf9)]);}return _0xdd1e8c;}export async function refreshUserToken(_0x5ed763,_0x3d6d9e,_0x42ad26={}){const _0x5d7f26={_0x54565e:0xd6,_0x52db76:0x29,_0x299771:0x54,_0x4d4dfb:0x1d3,_0x3e3fdb:0xb6,_0xcb209e:0x162,_0xd448ae:0x22d,_0x74eca7:0x133,_0x3ef37a:0x17d,_0x5e32e0:0x222,_0x4eaf10:0x17a,_0x2a1521:0x50,_0x376eb7:0x104,_0xbb7008:0x22e,_0x494eae:0x197,_0x4a2661:0x1db,_0x4c6f54:0x1db,_0x16dc0e:0x49,_0x4e3d68:0x83,_0x36e75f:0x14e,_0x3843b5:0x1e6,_0x31ccad:0x106,_0x41634e:0x16c,_0x3b58cd:0x59,_0x466b27:0x70,_0x42aef1:0x25,_0xb8ce2:0x26c,_0x3a0e43:0x272,_0x4bf1ab:0x25a,_0x2533f5:0x1b9,_0x3cbaba:0x211,_0x10daa3:0x135,_0x275868:0x168,_0x3decd0:0x21,_0x2b5ed7:0x2c,_0x5d6177:0xda,_0x576a89:0x4e,_0x31467a:0x90,_0x344ff9:0x107,_0x1d3bab:0x15c,_0xf991e9:0xcb,_0x52e8b3:0x6f,_0x44ed2c:0x12e,_0x294e64:0x17c,_0x2497e5:0x300,_0x2e3cff:0x252,_0x5e1e1e:0x246,_0x5c283b:0x2e2,_0x5e16dd:0x19e,_0x33f0cc:0x165,_0x701120:0x112,_0x3c5dc2:0x1f7,_0x3d34b5:0x290,_0x6fee7e:0x146,_0x333565:0xbb,_0x11bcc7:0x205,_0xde09e:0x178,_0x2f9bdc:0xf7,_0x56e9dc:0x229,_0x255e98:0x114,_0x1815e5:0x11f,_0x3592a5:0xf,_0x1653ce:0x65,_0x25ea50:0xd2,_0x1eadea:0x142,_0x338309:0xf0,_0x3a8f26:0xc4,_0x829128:0x1e1,_0x370118:0x11f,_0x2585a8:0x15b,_0x2a98b7:0x15e,_0x333b33:0x175,_0x30231c:0x173,_0x3921c3:0x274,_0x59b5c1:0x282,_0x508632:0xe7,_0x48211a:0xbf,_0x388222:0x111,_0x27212c:0x1d5,_0x4d6b7f:0x1a5,_0x55bbb2:0x13b,_0x46aa50:0x172,_0x39229c:0x21d,_0x5c80ab:0x18d,_0x5efea6:0x1c5,_0x4ddb60:0x20b,_0x51331b:0x140,_0x5608c4:0x121,_0x2bac00:0x66,_0x5e2d65:0x167,_0x1c1c18:0x1e6,_0x350108:0xdc,_0x2dd135:0x16,_0x49a38a:0x55,_0x184430:0x1e5,_0xceb100:0x16a,_0x4b51d1:0x163,_0x2b2da5:0x226,_0x4e819a:0x1bd,_0x4ee4ba:0x227,_0x25607a:0x191,_0x82a689:0x243,_0x256a9b:0x1bf,_0x59417b:0x280,_0x3d753e:0x73,_0xbc9f8c:0x67,_0x2482f6:0x27f,_0x303cdf:0x231,_0x3f4a83:0x1de,_0x2f4552:0x80,_0x4c9d31:0xdf,_0xd629ed:0x37,_0x2fcd48:0xdd,_0x130ed8:0x1c0,_0x4b512b:0x16b,_0x390578:0x30,_0x5f52bd:0xae,_0xf54cd0:0xa3,_0x52d38b:0x16b,_0x2bc700:0x1be,_0x5908bb:0x106,_0x5aaa20:0x17a,_0x1bce0d:0x4d},_0x1cd099={_0x1893e2:0x5b4,_0x38cf74:0x12b},_0x22539d={_0x203ee6:0x1a0,_0x470bbd:0x2be},_0x4e6d18={'DwnLe':_0x2ddfa7(-0xa3,-0xa8,-_0x5d7f26._0x54565e,-0xeb)+_0x2ddfa7(-0xed,_0x5d7f26._0x52db76,-0x3a,-_0x5d7f26._0x299771),'MkFIh':function(_0x45247d,_0x440b33){return _0x45247d||_0x440b33;},'nsgAy':_0x5cc9fa(0x1f3,0x16c,0x27b,0x149)+_0x5cc9fa(0x110,_0x5d7f26._0x4d4dfb,_0x5d7f26._0x3e3fdb,_0x5d7f26._0xcb209e)+'\x20name\x20are\x20'+_0x5cc9fa(_0x5d7f26._0xd448ae,0x283,0x1ac,0x21c),'UVfEc':function(_0x2cc57d,_0x158307,_0x112cb6,_0x4741b3){return _0x2cc57d(_0x158307,_0x112cb6,_0x4741b3);},'Knxgq':function(_0x17cc54,_0x13479b){return _0x17cc54===_0x13479b;},'GzkCc':_0x2ddfa7(-_0x5d7f26._0x74eca7,-_0x5d7f26._0x3ef37a,-0x22f,-0x19c)+_0x5cc9fa(0x185,0x1f5,_0x5d7f26._0x5e32e0,_0x5d7f26._0x4eaf10)+_0x2ddfa7(-0x11d,-_0x5d7f26._0x2a1521,-0xe0,-_0x5d7f26._0x376eb7)+_0x5cc9fa(_0x5d7f26._0xbb7008,0x2c3,_0x5d7f26._0x494eae,_0x5d7f26._0x4a2661)+'ation\x20requ'+'ired','JbiqD':function(_0x4a0adc,_0x34bef1,_0x472877){return _0x4a0adc(_0x34bef1,_0x472877);},'fCsYS':function(_0x3622ff,_0x221f42){return _0x3622ff===_0x221f42;},'vtRiV':_0x5cc9fa(0x253,0x22a,0x1e5,_0x5d7f26._0x4c6f54),'zrMSs':function(_0x24f963,_0xaef9e0){return _0x24f963!==_0xaef9e0;},'fQUuc':_0x2ddfa7(-_0x5d7f26._0x16dc0e,-_0x5d7f26._0x4e3d68,-0x183,-0xd1),'iEhvp':function(_0xd27f3a,_0x3d6679,_0x39bc9f,_0x822085,_0x3f5d99){return _0xd27f3a(_0x3d6679,_0x39bc9f,_0x822085,_0x3f5d99);},'SzIPF':function(_0x3e68a4,_0x441bbd){return _0x3e68a4(_0x441bbd);},'tUZfq':_0x2ddfa7(-0x243,-_0x5d7f26._0x36e75f,-_0x5d7f26._0x3843b5,-0x19b)+_0x2ddfa7(-_0x5d7f26._0x31ccad,-0x1cb,-0x16d,-_0x5d7f26._0x41634e)+_0x2ddfa7(_0x5d7f26._0x3b58cd,-_0x5d7f26._0x466b27,-0xd0,-_0x5d7f26._0x42aef1),'jCZAu':function(_0x5ecea7,_0x515ad3){return _0x5ecea7===_0x515ad3;},'QUrex':_0x5cc9fa(_0x5d7f26._0xb8ce2,_0x5d7f26._0xbb7008,0x2e9,_0x5d7f26._0x3a0e43)+'ps','xSaba':function(_0x2dbdbb,_0x47cf0e,_0x380226){return _0x2dbdbb(_0x47cf0e,_0x380226);},'dNZvs':function(_0x269d18,_0x3f5fa5){return _0x269d18(_0x3f5fa5);}},_0xc0206=_0x42ad26['logger']||_0x1b4a78;if(_0x4e6d18[_0x5cc9fa(_0x5d7f26._0x4bf1ab,0x1c4,0x1d9,_0x5d7f26._0x2533f5)](!_0x5ed763,!_0x3d6d9e))throw new Error(_0x4e6d18['nsgAy']);const _0x1eb466=await _0x4e6d18['UVfEc'](getUserGitToken,_0x5ed763,_0x3d6d9e,_0x42ad26);function _0x5cc9fa(_0x4c58d1,_0x12b85c,_0x30fb8c,_0x4b8956){return _0x5de688(_0x4c58d1-_0x22539d._0x203ee6,_0x12b85c,_0x30fb8c-0x101,_0x4c58d1- -_0x22539d._0x470bbd);}if(!_0x1eb466){if(_0x4e6d18[_0x5cc9fa(0x17c,_0x5d7f26._0x3cbaba,_0x5d7f26._0x10daa3,_0x5d7f26._0x275868)](_0x2ddfa7(-_0x5d7f26._0x3decd0,-_0x5d7f26._0x2b5ed7,-_0x5d7f26._0x5d6177,-0xd4),'VjFij'))throw new Error(_0x2ddfa7(_0x5d7f26._0x576a89,-0x12,_0x5d7f26._0x2b5ed7,-0x58)+_0x2ddfa7(-_0x5d7f26._0x31467a,-0x5f,-_0x5d7f26._0x344ff9,-0x90)+_0x5cc9fa(0x15f,_0x5d7f26._0x1d3bab,0x1a4,_0x5d7f26._0xf991e9)+_0x5ed763+(_0x2ddfa7(-0x12f,-0x4e,-0xc0,-_0x5d7f26._0x52e8b3)+_0x5cc9fa(0x177,0x205,_0x5d7f26._0x44ed2c,0x1a8))+_0x3d6d9e);else{const _0x475690={};return _0x475690[_0x5cc9fa(0x23c,_0x5d7f26._0x294e64,_0x5d7f26._0x2497e5,_0x5d7f26._0x2e3cff)]=_0x360fe9,_0x45a9e7[_0x5cc9fa(_0x5d7f26._0x5e1e1e,_0x5d7f26._0x5c283b,_0x5d7f26._0x5e16dd,0x213)](_0x2ddfa7(-0xd0,-0x181,-_0x5d7f26._0x33f0cc,-_0x5d7f26._0x701120)+_0x5cc9fa(_0x5d7f26._0x3c5dc2,0x1d6,0x24d,_0x5d7f26._0x3d34b5)+_0x5cc9fa(_0x5d7f26._0x6fee7e,_0x5d7f26._0x333565,_0x5d7f26._0x11bcc7,0x196)+'ed',_0x475690),null;}}if(!_0x1eb466[_0x5cc9fa(0x1c5,0x1ff,0x1a1,0x1d8)+_0x5cc9fa(0x243,0x1ba,0x1ec,0x2dd)])throw new Error(_0x4e6d18[_0x5cc9fa(_0x5d7f26._0xde09e,_0x5d7f26._0x2f9bdc,_0x5d7f26._0x56e9dc,_0x5d7f26._0x255e98)]);const _0x452a32=await _0x4e6d18['JbiqD'](getProviderConfig,_0x3d6d9e,_0x42ad26);function _0x2ddfa7(_0x499756,_0x45effb,_0x537aae,_0x4b17da){return _0x5e15df(_0x4b17da- -_0x1cd099._0x1893e2,_0x45effb,_0x537aae-0x55,_0x4b17da-_0x1cd099._0x38cf74);}if(!_0x452a32)throw new Error(_0x2ddfa7(-0x146,-_0x5d7f26._0x1815e5,-0x8e,-0xe9)+'ot\x20found:\x20'+_0x3d6d9e);const _0x316a7a={};_0x316a7a[_0x5cc9fa(0x239,0x287,0x2db,0x1fa)]=_0x5ed763,_0x316a7a['providerNa'+'me']=_0x3d6d9e,_0xc0206[_0x2ddfa7(-_0x5d7f26._0x3592a5,-0x6d,-0x83,-_0x5d7f26._0x1653ce)]('Refreshing'+'\x20OAuth\x20tok'+'en',_0x316a7a);if(_0x4e6d18[_0x2ddfa7(-_0x5d7f26._0x25ea50,-0x141,-_0x5d7f26._0x1eadea,-0x15c)](_0x452a32[_0x2ddfa7(-0x124,-0x185,-_0x5d7f26._0x338309,-_0x5d7f26._0x3a8f26)],_0x4e6d18['vtRiV'])){if(_0x4e6d18['zrMSs'](_0x4e6d18[_0x5cc9fa(0x1bc,_0x5d7f26._0x829128,0x256,0x1b4)],_0x4e6d18[_0x2ddfa7(-0xc9,-0x70,-_0x5d7f26._0x370118,-0xed)]))throw new _0x4b5f2c(_0x4e6d18[_0x2ddfa7(-0xeb,-_0x5d7f26._0x2585a8,-_0x5d7f26._0x2a98b7,-0xdd)]);else{const _0x16e182={};_0x16e182[_0x2ddfa7(-0x9c,-_0x5d7f26._0x333b33,-_0x5d7f26._0x30231c,-0xee)+'en']=_0x1eb466[_0x5cc9fa(0x1c5,0x192,0x24e,0x1c8)+_0x5cc9fa(0x243,_0x5d7f26._0x3921c3,_0x5d7f26._0x59b5c1,0x26d)],_0x16e182[_0x2ddfa7(-0x7f,-0xe1,-_0x5d7f26._0x508632,-_0x5d7f26._0x48211a)+'me']=_0x3d6d9e,_0x16e182[_0x5cc9fa(_0x5d7f26._0x388222,0xb2,0x132,0x9f)+'nfig']=_0x452a32;const _0x2df552=await _0x4e6d18[_0x2ddfa7(-_0x5d7f26._0x27212c,-0x16f,-_0x5d7f26._0x4d6b7f,-_0x5d7f26._0x55bbb2)](refreshGitHubToken,_0x16e182,_0x42ad26);await _0x4e6d18[_0x2ddfa7(-_0x5d7f26._0x46aa50,-_0x5d7f26._0x39229c,-0x1fc,-_0x5d7f26._0x3ef37a)](updateUserGitToken,_0x5ed763,_0x3d6d9e,{'access_token':_0x2df552[_0x2ddfa7(-0xe0,-0x228,-_0x5d7f26._0x5c80ab,-0x16d)+'en'],'refresh_token':_0x2df552[_0x5cc9fa(_0x5d7f26._0x5efea6,0x183,_0x5d7f26._0x4ddb60,_0x5d7f26._0x51331b)+_0x2ddfa7(-_0x5d7f26._0x5608c4,-0x9,-0x1c,-_0x5d7f26._0x2bac00)],'expires_at':_0x4e6d18[_0x5cc9fa(0x151,_0x5d7f26._0xde09e,_0x5d7f26._0x5e2d65,0x148)](calculateExpiry,_0x2df552['expires_in'])},_0x42ad26);const _0x41ce2f={};return _0x41ce2f[_0x5cc9fa(0x239,0x296,_0x5d7f26._0x1c1c18,0x2e6)]=_0x5ed763,_0x41ce2f[_0x2ddfa7(0x1,-_0x5d7f26._0x350108,-0x159,-0xbf)+'me']=_0x3d6d9e,_0xc0206['info'](_0x4e6d18[_0x2ddfa7(0x1b,-0x78,-_0x5d7f26._0x2dd135,-_0x5d7f26._0x49a38a)],_0x41ce2f),{'success':!![],'expires_at':calculateExpiry(_0x2df552['expires_in'])};}}if(_0x4e6d18['jCZAu'](_0x452a32[_0x5cc9fa(_0x5d7f26._0x184430,_0x5d7f26._0xceb100,_0x5d7f26._0x294e64,_0x5d7f26._0x4b51d1)],_0x4e6d18[_0x5cc9fa(_0x5d7f26._0x2b2da5,_0x5d7f26._0x4e819a,_0x5d7f26._0x4ee4ba,_0x5d7f26._0x2e3cff)])){const _0x7ffab2={};_0x7ffab2['refreshTok'+'en']=_0x1eb466[_0x5cc9fa(0x1c5,_0x5d7f26._0x25607a,0x1f6,0x23b)+_0x5cc9fa(_0x5d7f26._0x82a689,_0x5d7f26._0x256a9b,0x1f5,_0x5d7f26._0x59417b)],_0x7ffab2['providerNa'+'me']=_0x3d6d9e,_0x7ffab2['providerCo'+_0x2ddfa7(-0x81,-0x34,-_0x5d7f26._0x3d753e,-_0x5d7f26._0xbc9f8c)]=_0x452a32;const _0x4a2bc2=await _0x4e6d18[_0x5cc9fa(_0x5d7f26._0x2482f6,0x2a4,_0x5d7f26._0x303cdf,_0x5d7f26._0x3f4a83)](refreshAzureDevOpsToken,_0x7ffab2,_0x42ad26);await _0x4e6d18[_0x5cc9fa(0x12c,0x1e7,_0x5d7f26._0x2f4552,0x126)](updateUserGitToken,_0x5ed763,_0x3d6d9e,{'access_token':_0x4a2bc2[_0x2ddfa7(-0xda,-0x219,-0x205,-0x16d)+'en'],'refresh_token':_0x4a2bc2['refresh_to'+_0x2ddfa7(-_0x5d7f26._0x4c9d31,-_0x5d7f26._0xd629ed,-_0x5d7f26._0x2fcd48,-0x66)],'expires_at':_0x4e6d18['SzIPF'](calculateExpiry,_0x4a2bc2[_0x2ddfa7(-_0x5d7f26._0x130ed8,-0x11f,-0x189,-_0x5d7f26._0x4b512b)])},_0x42ad26);const _0x5634f0={};return _0x5634f0['userId']=_0x5ed763,_0x5634f0[_0x2ddfa7(-_0x5d7f26._0x390578,-0x13b,-0x9b,-0xbf)+'me']=_0x3d6d9e,_0xc0206['info'](_0x4e6d18[_0x2ddfa7(-_0x5d7f26._0x2a1521,-0x109,-_0x5d7f26._0x2fcd48,-0x55)],_0x5634f0),{'success':!![],'expires_at':_0x4e6d18[_0x2ddfa7(0x23,-_0x5d7f26._0x5f52bd,-_0x5d7f26._0xf54cd0,-0x7f)](calculateExpiry,_0x4a2bc2[_0x2ddfa7(-0x112,-0x12e,-0x16a,-_0x5d7f26._0x52d38b)])};}throw new Error('Unsupporte'+_0x5cc9fa(0x110,_0x5d7f26._0x2bac00,_0x5d7f26._0x2bc700,_0x5d7f26._0x466b27)+_0x2ddfa7(-_0x5d7f26._0x5908bb,-_0x5d7f26._0x5aaa20,-0x1e7,-0x194)+_0x452a32[_0x2ddfa7(-0x4f,-_0x5d7f26._0x48211a,-_0x5d7f26._0x1bce0d,-0xc4)]);}export async function ensureFreshToken(_0x50b51a,_0x5cdbe9,_0x231fff={}){const _0x263dfc={_0x4d384f:0x153,_0x2398aa:0x14c,_0x36f364:0x124,_0x4ed5eb:0x5d9,_0x1eee6c:0x6d1,_0x306c46:0xb0,_0x181f29:0xf4,_0x5af509:0x1de,_0x1c2e93:0x19b,_0x3096a1:0x58b,_0x1a876c:0x597,_0x1725cb:0x616,_0x5337f5:0x503,_0xc23da4:0x5a0,_0x3be626:0x517,_0x7ee536:0x55a,_0x48dd7b:0x4ff,_0x222a27:0x79b,_0x571c8e:0x6dd,_0x46de38:0x241,_0x5be65c:0xb4,_0x4c15b8:0x104,_0x10ffec:0xfc,_0x5bfaf1:0xcf,_0x3c91cf:0xcd,_0x3c994c:0x692,_0x1b36a4:0x1cf,_0x573b37:0x187,_0x419841:0x19d,_0xb49760:0x5e7,_0xb5b916:0x56d,_0x2b7446:0x17f,_0x5b2976:0x1a0,_0x3f87f4:0x6bb,_0x4982eb:0x719,_0x413a38:0x614,_0x5b481d:0x5d1,_0x492f02:0x60f,_0x49c783:0x6cb,_0x96dce7:0x114,_0x3f345a:0x1aa,_0x4be652:0x1e4,_0x2a7bbd:0x53a,_0x5d0cfc:0x55d,_0x2a9846:0x542,_0x4da502:0x182,_0x4632ef:0x130,_0x57e7f0:0x16c,_0xa99bc5:0x19a,_0x24b365:0x152,_0x2d5cae:0xa2,_0x3e67c7:0x58,_0x3dc35a:0x4c8,_0x576de1:0x4bb,_0x420cf8:0x20c,_0x42e91a:0x1ca,_0x1e809e:0x550,_0x14605f:0x86,_0x16832f:0x6c6,_0x3fcf2d:0x6aa,_0x8dcb0c:0x17c,_0x1a9c0a:0x159,_0x106ea0:0x596,_0x3d660b:0x58e,_0x29d83f:0x58c,_0x391668:0x683,_0x19f022:0x5f6,_0x195ce7:0x5c0,_0x218d9f:0x634,_0x2d7220:0x18c,_0x8d7963:0x1ce,_0x470d4a:0x28e,_0x557291:0x549,_0xaa9d4b:0x781,_0x16e54e:0x6d5,_0x1dd00c:0x6ec,_0xff4703:0x6e9,_0x206fa2:0x1c0,_0xdebb2b:0x14d,_0x37ab56:0x118,_0x529edd:0x21b,_0x4ac075:0x216,_0x41a143:0x16c,_0x4a6948:0x14e,_0x1e009d:0x6bb},_0x359f68={_0x22f7fa:0x3a4,_0x1a5802:0x32,_0x1de91a:0x44},_0x5c6a0a={_0x3afdb2:0x13f,_0x4d4092:0x10b,_0x4fea6a:0x135},_0x2e7325={'iSgFM':function(_0x491cdc,_0x5d3403){return _0x491cdc+_0x5d3403;},'ZqFkU':function(_0x569f24,_0x3adac5){return _0x569f24*_0x3adac5;},'tBbRy':_0x4761a5(_0x263dfc._0x4d384f,0x10a,_0x263dfc._0x2398aa,_0x263dfc._0x36f364)+'meter\x20is\x20r'+_0x162117(0x5fe,0x5f0,0x565,_0x263dfc._0x4ed5eb),'WAtCv':function(_0x584406,_0x4dd3c8){return _0x584406(_0x4dd3c8);},'YKwiR':function(_0x2bda39,_0x76ada4,_0x239a9d,_0x2336c8){return _0x2bda39(_0x76ada4,_0x239a9d,_0x2336c8);},'NylfV':function(_0x857c81,_0x28b337){return _0x857c81(_0x28b337);},'nsHsj':function(_0x1e1279,_0x2667f1){return _0x1e1279===_0x2667f1;},'IMRwN':_0x162117(0x65f,_0x263dfc._0x1eee6c,0x68b,0x6d8),'udKrk':_0x4761a5(0x119,_0x263dfc._0x306c46,-0xf,_0x263dfc._0x181f29)+_0x4761a5(0x234,_0x263dfc._0x5af509,0x297,_0x263dfc._0x1c2e93)+_0x162117(0x4f5,_0x263dfc._0x3096a1,0x572,_0x263dfc._0x1a876c)+'g\x20refresh','cKrus':function(_0x3d56a0,_0x6de832){return _0x3d56a0===_0x6de832;},'bkxWp':'DbmWy','hheoz':function(_0x45fa3c,_0x372286,_0x4c6d6a,_0x45b26d){return _0x45fa3c(_0x372286,_0x4c6d6a,_0x45b26d);},'njdVA':_0x162117(_0x263dfc._0x1725cb,_0x263dfc._0x5337f5,_0x263dfc._0xc23da4,_0x263dfc._0x3be626),'qMBYs':'YhWyz','XaXDM':_0x162117(0x570,_0x263dfc._0x7ee536,0x558,_0x263dfc._0x48dd7b)+_0x162117(0x68a,_0x263dfc._0x222a27,_0x263dfc._0x571c8e,0x665)},_0x38237b=_0x231fff['logger']||_0x1b4a78;function _0x162117(_0x3eb80b,_0x21c243,_0x1ac40e,_0x421ee8){return _0x5e15df(_0x1ac40e-_0x5c6a0a._0x3afdb2,_0x3eb80b,_0x1ac40e-_0x5c6a0a._0x4d4092,_0x421ee8-_0x5c6a0a._0x4fea6a);}const _0x339e01=await _0x2e7325[_0x4761a5(_0x263dfc._0x46de38,0x1cd,0x263,0x282)](getUserGitToken,_0x50b51a,_0x5cdbe9,_0x231fff);function _0x4761a5(_0x5486e5,_0x5985e3,_0x261457,_0x3bb43a){return _0x5e15df(_0x5985e3- -_0x359f68._0x22f7fa,_0x3bb43a,_0x261457-_0x359f68._0x1a5802,_0x3bb43a-_0x359f68._0x1de91a);}if(!_0x339e01)throw new Error(_0x4761a5(_0x263dfc._0x5be65c,_0x263dfc._0x4c15b8,0x42,_0x263dfc._0x10ffec)+_0x4761a5(_0x263dfc._0x5bfaf1,_0x263dfc._0x3c91cf,0xb0,0x185)+_0x162117(0x6bc,0x656,_0x263dfc._0x3c994c,0x61e)+':\x20'+_0x5cdbe9);if(_0x2e7325['NylfV'](isTokenExpiringSoon,_0x339e01[_0x4761a5(_0x263dfc._0x1b36a4,_0x263dfc._0x573b37,_0x263dfc._0x419841,0x115)])){if(_0x2e7325[_0x162117(0x4db,_0x263dfc._0xb49760,_0x263dfc._0xb5b916,0x624)](_0x2e7325['IMRwN'],_0x2e7325[_0x4761a5(0x1cd,_0x263dfc._0x2b7446,0x15b,0x141)])){const _0x37752a={};_0x37752a[_0x4761a5(0x190,_0x263dfc._0x5b2976,0x1f7,0x218)]=_0x50b51a,_0x37752a['providerNa'+'me']=_0x5cdbe9,_0x38237b[_0x162117(_0x263dfc._0x3f87f4,_0x263dfc._0x4982eb,0x6c5,_0x263dfc._0x413a38)](_0x2e7325['udKrk'],_0x37752a);if(_0x339e01[_0x162117(0x60b,_0x263dfc._0x5b481d,_0x263dfc._0x492f02,_0x263dfc._0x49c783)+_0x4761a5(_0x263dfc._0x96dce7,_0x263dfc._0x3f345a,0x1ec,_0x263dfc._0x4be652)]){if(_0x2e7325[_0x162117(_0x263dfc._0x2a7bbd,_0x263dfc._0x5d0cfc,0x563,_0x263dfc._0x2a9846)](_0x4761a5(_0x263dfc._0x4da502,_0x263dfc._0x4632ef,_0x263dfc._0x57e7f0,0x91),_0x2e7325[_0x4761a5(_0x263dfc._0xa99bc5,0xef,0x1ae,0x13a)]))try{return await refreshUserToken(_0x50b51a,_0x5cdbe9,_0x231fff),_0x2e7325[_0x4761a5(_0x263dfc._0x24b365,_0x263dfc._0x2d5cae,_0x263dfc._0x3e67c7,0x148)](getUserGitToken,_0x50b51a,_0x5cdbe9,_0x231fff);}catch(_0x29e9f4){if(_0x2e7325[_0x162117(0x5a2,_0x263dfc._0x3dc35a,0x563,_0x263dfc._0x576de1)](_0x2e7325[_0x4761a5(_0x263dfc._0x420cf8,_0x263dfc._0x42e91a,0x229,_0x263dfc._0x5b2976)],_0x2e7325[_0x162117(_0x263dfc._0x1e809e,0x63c,0x5fa,0x566)])){if(!_0x349b77)return null;return new _0x48f872(_0x2e7325[_0x4761a5(_0x263dfc._0x14605f,0xdb,0x16f,0x156)](_0x378b1f[_0x162117(0x760,0x6b8,_0x263dfc._0x16832f,_0x263dfc._0x3fcf2d)](),_0x2e7325[_0x4761a5(0xe4,_0x263dfc._0x8dcb0c,_0x263dfc._0x1a9c0a,0x233)](_0xa11620,-0x1d02+0x1be2*-0x1+0x3ccc)))[_0x162117(0x591,_0x263dfc._0x106ea0,_0x263dfc._0x3d660b,_0x263dfc._0x29d83f)+'g']();}else{const _0x37e251={};_0x37e251[_0x162117(0x6ef,0x72a,_0x263dfc._0x391668,0x6ad)]=_0x50b51a,_0x37e251[_0x162117(_0x263dfc._0x19f022,_0x263dfc._0x195ce7,_0x263dfc._0x218d9f,0x58a)+'me']=_0x5cdbe9,_0x37e251[_0x4761a5(_0x263dfc._0x2d7220,_0x263dfc._0x8d7963,0x175,_0x263dfc._0x470d4a)]=_0x29e9f4[_0x162117(_0x263dfc._0x557291,0x55a,0x59e,0x5e3)],_0x38237b['warn'](_0x2e7325[_0x162117(0x786,_0x263dfc._0xaa9d4b,_0x263dfc._0x16e54e,_0x263dfc._0x1dd00c)],_0x37e251);}}else throw new _0x43b3f5(_0x2e7325[_0x162117(0x680,_0x263dfc._0xff4703,0x666,0x5c8)]);}}else{if(_0x2e7325[_0x4761a5(_0x263dfc._0x206fa2,0x1c2,_0x263dfc._0xdebb2b,0x259)](_0x51e4b3,_0xe8bacf)){const _0x56436c={};_0x56436c[_0x4761a5(_0x263dfc._0x37ab56,0x197,_0x263dfc._0x529edd,_0x263dfc._0x4ac075)]=_0x4a9f86,_0x56436c[_0x4761a5(0x1f9,0x14c,_0x263dfc._0x41a143,_0x263dfc._0x4a6948)]=_0x4eae38['type'],_0x56436c[_0x4761a5(0xd5,0x13a,0x160,0x1ec)]=_0x322e98[_0x162117(0x677,0x592,0x61d,_0x263dfc._0x1e009d)],_0x99b45d['push'](_0x56436c);}}}return _0x339e01;}export async function getProviderDisplayName(_0x450b64,_0x59a62e={}){const _0x911fa8={_0xb01458:0x403,_0x577b6e:0x43a,_0x2b72d3:0x418,_0xd988bc:0x482,_0x5d3a54:0x53b,_0x2c316b:0x480,_0x5d5370:0x3ca,_0x53eb86:0x4fc,_0x49fdf8:0x468,_0x631015:0x5ea,_0x4f1525:0x4a2,_0x538220:0x4d7,_0x1c9df9:0x4f5,_0x113f4b:0x39e,_0x4b727f:0x3ca,_0x47d3ab:0x57e,_0x924c11:0x499,_0x35cd03:0x4d4,_0x5797b7:0x546,_0x5e10cd:0x55f,_0x384e7f:0x3ef,_0x2c3b34:0x397,_0x461dda:0x4bc,_0x463466:0x53a,_0xf015b1:0x562,_0x3d66cc:0x4ad,_0x29971b:0x47b,_0x3e6f99:0x4b6,_0x9f082f:0x545,_0x24ddef:0x4ef,_0x39eddc:0x513,_0x2e833a:0x3b2,_0xdebefe:0x471,_0x11efe8:0x4d8,_0x300fad:0x48a,_0x2cdbf6:0x432,_0x160262:0x409,_0xf7f4b2:0x4a8,_0x7652c:0x4ba,_0x2e9493:0x3f3,_0x4bbf75:0x486,_0x2d6a2c:0x4d9,_0x481e39:0x3e5,_0x4e13a1:0x430,_0x3da8d8:0x4bd,_0x13cb9d:0x51f,_0x5f5c37:0x4d5,_0xda369:0x479,_0x2baf7d:0x4fd,_0x5c4033:0x476,_0x3718f3:0x4b3,_0xac38e0:0x46a,_0x4a6c40:0x4a5,_0x59f0a2:0x500,_0x1bcf8b:0x4d4,_0x558e0b:0x448,_0x339ce4:0x5b3,_0x4f2e2f:0x4f4,_0x248bba:0x53f,_0x2bed90:0x459,_0x1b6bc4:0x4a8,_0x5745d2:0x493,_0x320519:0x44d,_0x3347a1:0x3dd,_0xf2b8ae:0x452,_0x1184e2:0x3be,_0x17df36:0x400,_0x37c8a2:0x3fd,_0x2049ff:0x412,_0x5d77e5:0x41e,_0x1517f8:0x4c5,_0x2cc69f:0x4cb,_0x509373:0x4c4,_0x201cef:0x537,_0x1df990:0x4ac,_0x4ac14f:0x4d1,_0x2e179f:0x4c3,_0x27c71b:0x55a,_0xcabbc7:0x50a,_0x1e5c44:0x3b9,_0x56a724:0x4aa,_0x3bfac7:0x43f,_0x20dfbd:0x57b,_0x330d98:0x451,_0x11f5ae:0x3c1,_0x34d5bc:0x4cd,_0x7c36c5:0x57f,_0x50cdba:0x58b,_0x5a7344:0x57a,_0x53e49e:0x442,_0x56d91b:0x494,_0x269471:0x427,_0x18ab5d:0x462,_0x44ca8e:0x41d,_0x581f32:0x483,_0x149c29:0x391,_0xd26162:0x3f2,_0x1f29b5:0x445,_0x2e08cb:0x4c6,_0x52c9da:0x437},_0x21a664={_0x185730:0x18,_0x218534:0xa4},_0x3238f9={'SDQeN':_0x532658(_0x911fa8._0xb01458,_0x911fa8._0x577b6e,_0x911fa8._0x2b72d3,0x3ef)+_0x3c022a(0x56c,0x54b,0x4a5,0x4e8)+'efresh\x20err'+'or','qxhSi':function(_0x284c20,_0x1142e9,_0x106a35){return _0x284c20(_0x1142e9,_0x106a35);},'kzUlf':function(_0x5ecf3e,_0x33e9ae){return _0x5ecf3e===_0x33e9ae;},'NukdE':_0x532658(_0x911fa8._0xd988bc,_0x911fa8._0x5d3a54,0x4ac,_0x911fa8._0x2c316b),'JCste':function(_0x2488cc,_0x3932ce){return _0x2488cc!==_0x3932ce;},'wyNyt':_0x3c022a(_0x911fa8._0x5d5370,0x3ae,0x50f,0x471),'xcidz':_0x3c022a(_0x911fa8._0x53eb86,_0x911fa8._0x49fdf8,_0x911fa8._0x631015,0x52a)+_0x532658(_0x911fa8._0x4f1525,_0x911fa8._0x538220,0x4c8,_0x911fa8._0x1c9df9)+_0x3c022a(_0x911fa8._0x113f4b,0x47f,_0x911fa8._0x4b727f,0x423),'zjWOh':'cbtXD','BrYGm':_0x532658(0x4de,0x4eb,0x501,_0x911fa8._0x47d3ab),'bpnnP':function(_0x2e7447,_0x19895a){return _0x2e7447!==_0x19895a;},'PFPGv':_0x532658(_0x911fa8._0x924c11,0x44b,0x4d5,0x40d),'OLWZI':function(_0x1eb5c9,_0x354fe2){return _0x1eb5c9===_0x354fe2;},'jHdfj':_0x3c022a(0x606,_0x911fa8._0x35cd03,_0x911fa8._0x5797b7,_0x911fa8._0x5e10cd)+'ps'},_0xccd3fb=await _0x3238f9[_0x532658(0x487,0x427,_0x911fa8._0x384e7f,_0x911fa8._0x2c3b34)](getProviderConfig,_0x450b64,_0x59a62e);if(!_0xccd3fb)return _0x450b64;if(_0x3238f9[_0x3c022a(0x4a2,_0x911fa8._0x461dda,0x4c7,_0x911fa8._0x463466)](_0xccd3fb[_0x532658(_0x911fa8._0xf015b1,0x4cd,_0x911fa8._0x3d66cc,0x564)],_0x3238f9[_0x532658(_0x911fa8._0x29971b,0x4e9,_0x911fa8._0x3e6f99,0x503)])){try{if(_0x3238f9[_0x532658(0x594,_0x911fa8._0x9f082f,_0x911fa8._0x24ddef,_0x911fa8._0x39eddc)](_0x3c022a(_0x911fa8._0x2e833a,0x4c2,0x425,_0x911fa8._0xdebefe),_0x3238f9[_0x532658(0x54f,_0x911fa8._0x11efe8,_0x911fa8._0x300fad,_0x911fa8._0x2cdbf6)]))throw new _0x24134c(_0x532658(_0x911fa8._0x160262,_0x911fa8._0xf7f4b2,_0x911fa8._0x7652c,_0x911fa8._0x2e9493)+_0x532658(_0x911fa8._0x4bbf75,0x4c9,_0x911fa8._0x2d6a2c,0x46c)+_0x1c6e88);else{const {getProvider:_0x1fdafc}=await import(_0x3238f9[_0x532658(0x3f7,0x443,_0x911fa8._0x481e39,_0x911fa8._0x4e13a1)]),_0x9dc426=await _0x3238f9['qxhSi'](_0x1fdafc,_0x450b64,_0x59a62e);if(_0x9dc426){if(_0x3238f9[_0x532658(0x523,0x52f,_0x911fa8._0x3da8d8,0x5d5)](_0x3238f9['zjWOh'],_0x3238f9[_0x3c022a(_0x911fa8._0x13cb9d,_0x911fa8._0x5f5c37,0x4d6,_0x911fa8._0xda369)]))throw new _0x35835d(_0x3c022a(_0x911fa8._0x2baf7d,_0x911fa8._0x5c4033,0x495,_0x911fa8._0x3718f3)+_0x3c022a(_0x911fa8._0xac38e0,_0x911fa8._0x4a6c40,_0x911fa8._0x59f0a2,_0x911fa8._0x1bcf8b)+_0x37ce47);else{const _0x43bda5=await _0x9dc426['getInstall'+_0x532658(_0x911fa8._0x558e0b,0x4fe,_0x911fa8._0x339ce4,0x587)]();if(_0x43bda5?.[_0x532658(0x4e9,_0x911fa8._0x4f2e2f,_0x911fa8._0x248bba,_0x911fa8._0x2bed90)+_0x532658(_0x911fa8._0x1b6bc4,_0x911fa8._0x5745d2,_0x911fa8._0x320519,_0x911fa8._0x3347a1)]){if(_0x3238f9[_0x532658(0x42b,_0x911fa8._0xf2b8ae,_0x911fa8._0x1184e2,0x43d)](_0x3c022a(0x4c9,_0x911fa8._0x17df36,_0x911fa8._0x37c8a2,_0x911fa8._0x2049ff),_0x3238f9[_0x3c022a(0x50b,0x460,_0x911fa8._0x5d77e5,_0x911fa8._0x1517f8)]))return _0x532658(0x50d,_0x911fa8._0x2cc69f,0x4f9,0x504)+_0x43bda5['account_lo'+_0x3c022a(_0x911fa8._0x509373,_0x911fa8._0x201cef,0x4e8,0x49e)]+')';else{const _0x42d428={};_0x42d428[_0x3c022a(_0x911fa8._0x1df990,0x4a8,0x59c,0x55a)]=_0x5bd0fb[_0x3c022a(_0x911fa8._0x4ac14f,_0x911fa8._0x2e179f,0x60d,_0x911fa8._0x27c71b)],_0x42d428[_0x3c022a(0x454,_0x911fa8._0xcabbc7,_0x911fa8._0x1e5c44,0x46c)+'n']=_0x35c5e9[_0x3c022a(0x474,_0x911fa8._0x5797b7,0x524,0x4d1)+_0x3c022a(_0x911fa8._0x2c3b34,_0x911fa8._0x56a724,0x4ac,_0x911fa8._0x3bfac7)],_0x1fe30a[_0x532658(0x530,0x54f,0x4cb,0x4fe)](_0x3238f9[_0x3c022a(0x414,0x461,0x3dd,0x44a)],_0x42d428);throw new _0x2cd607(_0x12d8c6[_0x532658(_0x911fa8._0x20dfbd,0x4c6,_0x911fa8._0x330d98,0x4c6)+_0x532658(_0x911fa8._0x11f5ae,0x434,_0x911fa8._0x1184e2,0x49f)]||_0x2c8f8a[_0x3c022a(_0x911fa8._0x34d5bc,_0x911fa8._0x7c36c5,0x520,0x55a)]);}}}}}}catch{}return _0x532658(_0x911fa8._0x50cdba,0x4cb,_0x911fa8._0x5a7344,_0x911fa8._0x53e49e)+_0x450b64+')';}function _0x3c022a(_0x52d09f,_0x48528b,_0x445994,_0x53aa78){return _0x5e15df(_0x53aa78- -_0x21a664._0x185730,_0x48528b,_0x445994-_0x21a664._0x218534,_0x53aa78-0x20);}function _0x532658(_0x22a84a,_0x50d0ca,_0x44f194,_0x3de46a){return _0x5e15df(_0x50d0ca- -0x23,_0x3de46a,_0x44f194-0x29,_0x3de46a-0x17a);}if(_0x3238f9[_0x3c022a(_0x911fa8._0x56d91b,0x376,0x366,_0x911fa8._0x269471)](_0xccd3fb['type'],_0x3238f9['jHdfj'])){if(_0xccd3fb[_0x3c022a(0x48b,0x41a,_0x911fa8._0x18ab5d,_0x911fa8._0x44ca8e)+'on'])return _0x3c022a(_0x911fa8._0x581f32,_0x911fa8._0x149c29,_0x911fa8._0xd26162,_0x911fa8._0x1f29b5)+'ps\x20('+_0xccd3fb['organizati'+'on']+')';return _0x532658(_0x911fa8._0x4ac14f,0x43a,_0x911fa8._0x2e08cb,_0x911fa8._0x52c9da)+_0x532658(0x4f4,0x50a,0x5a1,0x4fa)+_0x450b64+')';}return _0x450b64;}
1
+ (function(_0x3e118a,_0x37384c){const _0x1d2638={_0x2ba591:0x41a,_0x26fc05:0x45d,_0x4a2ed5:0x432,_0x3475cd:0x440,_0x329161:0x3af,_0x2ec453:0x395,_0x4be777:0x434,_0x15f209:0x26e,_0x59eceb:0x263,_0xf7ac37:0x2fc,_0x55607d:0x2c7,_0x1f6926:0x393,_0x62e712:0x41d,_0x2454eb:0x4cb,_0x2c27ce:0x4c7,_0x500d50:0x446,_0x7c591e:0x416,_0x1cd18d:0x3a6,_0x42a105:0x3b0,_0x3fa4af:0x35d,_0x20c6d8:0x338,_0x11ac32:0x417,_0x463505:0x1e3,_0x178270:0x217,_0x5a1898:0x2d9,_0x1414ef:0x300,_0x5d6fa6:0x2e2};function _0x2af410(_0x27c06f,_0x191e82,_0x13dcfd,_0x16bc62){return _0x161f(_0x27c06f-0x90,_0x16bc62);}function _0x3989a0(_0x19a394,_0x4d9298,_0x9e564c,_0xd6fe2a){return _0x161f(_0x19a394-0x116,_0xd6fe2a);}const _0x155b28=_0x3e118a();while(!![]){try{const _0x385795=parseInt(_0x3989a0(_0x1d2638._0x2ba591,0x4e1,_0x1d2638._0x26fc05,0x3c0))/(0x1*-0x1e11+0x1ad7+0x33b)+-parseInt(_0x3989a0(_0x1d2638._0x4a2ed5,_0x1d2638._0x3475cd,0x399,0x38a))/(0x2a6+0x3*-0x170+-0x2*-0xd6)+parseInt(_0x3989a0(_0x1d2638._0x329161,_0x1d2638._0x2ec453,_0x1d2638._0x4be777,0x2f3))/(0x1*0x1d2d+-0x23+-0x1d07)*(-parseInt(_0x2af410(0x283,_0x1d2638._0x15f209,0x2b9,_0x1d2638._0x59eceb))/(-0x264e*-0x1+-0x1e17*0x1+0x833*-0x1))+parseInt(_0x2af410(_0x1d2638._0xf7ac37,_0x1d2638._0x55607d,_0x1d2638._0x1f6926,0x2d2))/(-0x657*-0x2+0x2*-0x4cd+0x1*-0x30f)*(-parseInt(_0x3989a0(_0x1d2638._0x62e712,_0x1d2638._0x2454eb,0x3b2,_0x1d2638._0x2c27ce))/(-0x3*-0x74f+-0xbcf+0x2*-0x50c))+-parseInt(_0x3989a0(_0x1d2638._0x500d50,0x4cc,_0x1d2638._0x7c591e,0x3c1))/(0x9da+-0xaed+0x11a)*(parseInt(_0x2af410(_0x1d2638._0x1cd18d,0x35c,_0x1d2638._0x42a105,0x41e))/(-0x1*-0x123b+-0xeb1*0x2+-0x1*-0xb2f))+-parseInt(_0x3989a0(_0x1d2638._0x3fa4af,_0x1d2638._0x20c6d8,_0x1d2638._0x11ac32,0x337))/(-0xaf3+-0x2e7+-0x9*-0x18b)+-parseInt(_0x2af410(0x272,_0x1d2638._0x463505,0x266,_0x1d2638._0x178270))/(0x10*-0x203+0x1876+0x7c4)*(-parseInt(_0x3989a0(_0x1d2638._0x5a1898,_0x1d2638._0x1414ef,0x26c,_0x1d2638._0x5d6fa6))/(-0x1801+-0x1d15+0x1*0x3521));if(_0x385795===_0x37384c)break;else _0x155b28['push'](_0x155b28['shift']());}catch(_0x3a67ec){_0x155b28['push'](_0x155b28['shift']());}}}(_0x395a,0x11*0x8171+-0x968fb+0xa5aab));import{promises as _0x1143ed}from'fs';function _0x395a(){const _0x3cda5e=['uhjVDMLKzxiG','ihrVA2vUigf2yq','ChvZAa','B21WBgv0zwqGCW','C3rYAw5NAwz5','CMvXDwLYzwq','CgfmEfC','v0HVyNG','zw50CMLLCW','igzHAwXLzdOG','y2XPzw50x3nLyW','zNDMDhG','Be5Hv28','wwDRD08','zNvSBhK','u01Yv2q','CMLMAwvYigLUia','rwHbwu0','zvDktwe','AwrLCI1Zzxj2Aq','v2LICKi','lMnVBs91C2vYxW','ihr5Cgu6ia','C2nND0m','zcbVCIbLEhbPCG','yMfZzty0DxjS','wuTQqLC','CMv0x3bHDgG','AM9PBG','CgPotge','t0f1DgGGC3rHDa','AwvY','DLP2qwm','s21MCfy','Aw1WzxjZB25HDa','BKflrfa','C3rHDhvZ','Cc52C3nWCY52Aq','BI94lxD3DY1MBW','CMvWBYX1C2vYoG','ANnVBG','igf0DgvTChrPBG','BLDnDe0','mJaYnJK3mvnrCMzxsW','zxjYB3i','wwftt1G','vg9Rzw4GCMvMCG','suXQB1a','B3jNyw5PEMf0Aq','u29du2e','yxrPB24GCMvXDq','wgPlBw0','C3vWCg9YDcb1CW','Ae5nEhO','zsbMywLSzwq6ia','C2v0','sw52ywXPzcbVCG','uKWGAxmGCMvXDq','vxnLCIbjrcbHBG','CMvKAxjLy3rbzG','C3rHDgvjza','rxPOB0q','zwqGC3vJy2vZCW','ywXOB3n0','vM9PyMy','AujLAgC','s2LWzhm','BwTKAxi','lJaVDg9Rzw4','v3f3zNm','ChmGDg9Rzw4GCG','y2XPzw50x2LK','r01HDK4','Bgffs04','z2v0ief6DxjLia','C2vHCMnO','rvfmB0O','rgv2t3bZihvZzq','B3vUzcbMB3iGDq','Cgf0Ag5HBwu','mtvPrwvvtMO','y29TlW','zgvYia','r2L0shvIihrVAW','ChjVDMLKzxjdBW','qMvHCMvYia','zuX0s2W','zxHWAxjLC19PBG','twDMyNO','zv9WyxrO','zxnOigzHAwXLza','CenkyM4','AwDpyxK','uMvMCMvZAgLUzW','DgLVBG','BKX5uhG','tM8Gy2XPzw50xW','DgGGBM90ignVBG','D3jPDgvgAwXL','AxjLza','z2v0sw5ZDgfSBa','B2HeBMm','y29Kzv9JAgfSBa','CgfYC2u','qwfIBgG','EwD0rfa','igrVzxmGBM90ia','ywnJzxnZx3rVAW','Cg5HDLm','yw1LigLZihjLCq','BgvKoIa','DwvqAuC','C3rHDgu','B2fyEvi','Bwv0zxiGAxmGCG','BMzPzW','suPfBem','Bg1Hz2G','Bg9Nz2vY','C2vYia','D2fYBG','DhjPBq','igzHAwXLza','yNnQEfq','zMLNDxjLzcbMBW','mJfRv0X5Bu0','wLbIvNi','r0PADge','uwvKq0q','twLZC2LUzYbqsW','CIbWCM92AwrLCG','s1vxEfO','ChmGDg9Rzw4Gzq','tLzZy1a','ihvZzxiGAw5MBW','rNL6y0K','AcbJB25MAwD1CG','C3bQq3a','rLvYuhC','wwv3uwi','y1jtEgW','BgjHy2S','DgvY','AwjTu2u','Ahr0Chm6lY9HCa','yw1L','s2jMquO','AwXLzdOG','DwLYzwq','y29Kzq','z2v0ieDPDeH1yG','yxPXtuO','BhP3Awy','qxP1CMuGrgv2tW','quXRsM8','ywnJB3vUDf9SBW','ue9tva','tM8GDg9Rzw4GzG','DgvUyw50x2LK','Afvis0m','B3qGzM91BMq6ia','zgf0yurPCG','rMfPBgvKihrVia','Eu1wqwi','EuPVAuu','qwnJzxb0','z2LUlM1Py3jVCW','ief6DxjLierLDG','ChjVDMLKzxjuEq','zvzgBLa','C2HHmJu2','CM0TDxjSzw5JBW','zwzYzxnOigzHAq','ChjVDMLKzxjoyq','zwqGzM9YihbYBW','r2L0shvIicG','DhLWzq','CfvjAu8','A2HWCeq','ihjLCxvPCMvK','Bw5cEvC','AMzYwwu','t3bZigf1DgHVCG','zMHtv1q','CM9MAwXLCY9Tzq','Agv4','z2LU','zxiGt0f1DgG','y29Kzv92zxjPzG','rMjzsNG','C3vJy2vZCW','sMryDu0','DxbKyxrL','EwDqCvq','DwPUEhe','DM5Mqui','Be16vuu','tM8GCMvMCMvZAa','BhLvELC','C3vHBhn0DwrPBW','q29UDgvUDc1uEq','Ahr0Chm6lY9SBW','AxPHDgLVBIbJBW','yLPdtgW','y3jLyxrLsgfZAa','qxv0AcbZDgf0zq','ELnfr00','qNfqywW','z2L0AhvItg9NAq','zxjYB3jFzgvZyW','zhHIr0K','zgvZy3jPChrPBW','uhj4wNi','v3z5D0K','Ae5Rtwe','uxfNqxa','C2Hfuxy','ChmGt0f1DgGGzq','zMX0Aue','EKTMB2m','DKPeB3u','lI9NAxqTChjVDG','z2L0AhvI','Du5xEMO','vLHXD3a','zw4GzxHJAgfUzW','z3jHBNrFDhLWzq','uhjQwvq','uMrHuMK','AwXLza','r2L0shvIie9bDq','txrhvu4','mta2mdC3nM90ywLnrW','CMvKAxjLy3rFDq','sMnUAgG','mtq4nZaYmLfYq2DSsG','Dg9tDhjPBMC','A0PPs3y','rwfbs3u','y2uUANm','CMvHzezPBgu','zw1HAwXbzgrYzq','wMjpsgK','vwnQv2G','DxD2BMS','CMfUzg9TqNL0zq','vKfIzKq','z09LCKS','DenHs2O','zw5Nzq','nJm0nti1nKP2AgDQEa','zgLZCgXHEu5HBq','ChjVDMLKzxjZ','D1fTvKC','zMjIvgq','AwfzAg8','ntuXmJq2wevtzvL5','y2vYDgLMAwnHDa','uwP3vLC','zxnZzNvSBhK','rhb3wem','D1bUtuu','yxP1CMuTzgv2BW','A2TRzfm','B1DPyLu','ChmGka','DgLTzxn0yw1W','r0HMwLu','rxLADxi','igLUie9bDxrOia','CMvZCg9UC2vFDa','Aw9Ux2nVzgu','yxv0Ac1ZDgf0zq','yxbWBgLJyxrPBW','DgGGy29TCgXLDa','DwiRANnVBG','n0TcC09fsG','r1zQzKi','BgXIywnRifvsta','wMPArgG','u0DtAMe','p2fWAs12zxjZAq','igfUzcbWCM92Aq','r0XqtwW','q1D1u3i','qKLnCKq','DxnLCKLK','CMvZCg9UC2u','BM93','BKnlwLm','q29utem','rhroq1u','zMLNDxjLza','DwnJzxnZzNvSBa','yxP1CMvvC2vYBG','zsbUB3qGzM91BG','q2fSBgjHy2SGvq','DuPPCuC','t0DXtha','swntzeK','EgnOyw5NzsbMyq','zv9Hy2nLC3m','ie9bDxrOignHBa','v0vQuMm','y2fSBgjHy2TvCG','zs1HDxrOB3jPEG','s2L0sNK','lMnVBs9FyxbPCW','uZi1nG','mtfVt2HwrxK','rMnps0e','qxv0AcbMBg93','l29HDxrOmI92mG','Aw5MBW','s3vqwg0','AwXHyMXLic0GCG','l3bYB2zPBgu','uhjVy2vZC2LUzW','CMLWDgLVBG','Aw9Uig9MzMXPBG','lMPZB24','CMLUzYbZB29Ula','vxnLCIbjrcbPCW','Dg9ju09tDhjPBG','C1vxzha','wu1itxi','Aw9UignVzguGAq','Dw1OwMK','lJaVyxv0Ag9YAq','BLrVAfy','zw5Nzv9TzxrOBW','C2nVCgu','yKzAuhi','uhjVDMLKzxiGBG','EvrPANu','uwTcq0W','DgGGzxjYB3i','CMvMCMvZAf90BW','CMv0','D0Lnugq','mtC3ndK2mtbuEw1HBfu','B2vuALC','B2z0B25SAw5LlG','y0vIzMO','B25Uzwn0zwqGDa','C1DftLC','C2vHCMnOugfYyq','zgvK','C3rHDgvZ','qxv0Ag9YAxPHDa','wfzSu3m','EgvYv0C','t1nWsfy','A2vU','CIbPBMzVoIa','te5nDwG','Dgv4Da','otG4nZjTBwPSC3e','ie9bDxrOihrVAW','q0f1ww4','zwnlrMi','zxf1AxjLza','qLjLzu4','Be1TCLK','u2vJCMv0CYbWyq','A01Oy0m','mJaYmI0Xms0Yoa','qvD1Ahq','Ehnnt1q','zxnOzwqGC3vJyW','EwzrCxa','Egv1De0','DMn5vKm','CMvMCMvZAfrVAW','zYbYzwzYzxnO','ChjVDMLKzxiTBW','BI9QC29U','AgvHzgvYCW','zw4GCMvMCMvZAa','zw1HAwW','igv4CgLYzwqGtW','BMfTzq','DMLqseq','rwnqAvG','zwzYzxnOigvYCG','u3rHDguGCgfYyq','zsbMywLSzwq','tLj2Exm','wgLwve4','zMn1Aey','vw5ZDxbWB3j0zq','qxDMELi','yur6yuq','Bg9NAw4','zgLNzxn0','BurisMm','zcbWCM92AwrLCG','l3bYB2zPBguVCa'];_0x395a=function(){return _0x3cda5e;};return _0x395a();}import{existsSync}from'fs';import _0x2ecca0 from'path';function _0x161f(_0x86caef,_0x5b3103){_0x86caef=_0x86caef-(-0xfb*0x1b+-0x2684+0x42ad);const _0x492d4a=_0x395a();let _0xdeb5f5=_0x492d4a[_0x86caef];if(_0x161f['HoPrPX']===undefined){var _0x3d280e=function(_0x5ef283){const _0x47405c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3de597='',_0x269cff='';for(let _0x12c838=-0x337+-0x9*0x1e9+-0x2*-0xa34,_0x1c17ab,_0x353dec,_0x5827ae=0x1270+-0x179f+0x52f;_0x353dec=_0x5ef283['charAt'](_0x5827ae++);~_0x353dec&&(_0x1c17ab=_0x12c838%(0x1*-0x2072+0x3*-0x457+0x2d7b)?_0x1c17ab*(-0xd*-0x265+0xd10+-0x2bf1*0x1)+_0x353dec:_0x353dec,_0x12c838++%(0xf4c+-0x2eb*-0x7+-0x23b5))?_0x3de597+=String['fromCharCode'](0x1*-0x23f9+-0x17d0+0x3cc8&_0x1c17ab>>(-(-0x919+-0x8db*-0x3+0x2*-0x8bb)*_0x12c838&0xd7*0x1+0x2378+-0x2449*0x1)):0x1c6b+-0x3e*0x93+0x1*0x72f){_0x353dec=_0x47405c['indexOf'](_0x353dec);}for(let _0x504975=-0x217*0xd+0x12+0x1b19,_0x399269=_0x3de597['length'];_0x504975<_0x399269;_0x504975++){_0x269cff+='%'+('00'+_0x3de597['charCodeAt'](_0x504975)['toString'](0x126*0x8+-0x6a1*-0x2+0x2*-0xb31))['slice'](-(0x5*0x355+0x88+0x1*-0x112f));}return decodeURIComponent(_0x269cff);};_0x161f['ZjFRDf']=_0x3d280e,_0x161f['IegBWc']={},_0x161f['HoPrPX']=!![];}const _0x12986f=_0x492d4a[-0x13d*-0x1f+-0x1*-0xd06+-0x141*0x29],_0x3f5570=_0x86caef+_0x12986f,_0x19d854=_0x161f['IegBWc'][_0x3f5570];return!_0x19d854?(_0xdeb5f5=_0x161f['ZjFRDf'](_0xdeb5f5),_0x161f['IegBWc'][_0x3f5570]=_0xdeb5f5):_0xdeb5f5=_0x19d854,_0xdeb5f5;}import _0x4e7799 from'crypto';import{DATA_DIR}from'./data-dir.js';import{logger as _0x5dfc1f}from'./logger.js';import{loadProvidersConfig}from'./git-provider-service.js';function _0x383810(_0xdecad1,_0x46463f,_0x41986d,_0x9fd181){const _0x5cc58d={_0x20771b:0xff};return _0x161f(_0x41986d-_0x5cc58d._0x20771b,_0x46463f);}import{storeUserGitToken,getUserGitToken,updateUserGitToken,isTokenExpiringSoon}from'./user-git-tokens.js';import{getGitHubOAuthUrls}from'./github-urls.js';const STATE_FILE=_0x383810(0x320,0x311,0x304,0x25e)+_0x4cc9b4(0x3cf,0x489,0x464,0x52a)+_0x383810(0x320,0x215,0x2cd,0x2c2),STATE_EXPIRY_MS=(0x10d+-0x18e3+0x17db*0x1)*(-0x1589+-0x6f1*-0x2+0x7e3)*(-0x70c*-0x3+-0x2333*-0x1+0x1f*-0x1b1),AZURE_DEVOPS_OAUTH_SCOPES='https://ap'+_0x383810(0x340,0x361,0x340,0x27d)+'sualstudio'+_0x383810(0x394,0x3a6,0x330,0x309)+_0x383810(0x376,0x3be,0x33d,0x29a)+_0x383810(0x31f,0x350,0x2cc,0x29f)+_0x383810(0x242,0x28f,0x2ba,0x32b),GITHUB_SCOPES=_0x383810(0x2a1,0x2f7,0x342,0x343)+_0x4cc9b4(0x40d,0x366,0x2f0,0x349);async function loadStateStorage(_0x3a9a41={}){const _0x545c98={_0x4d7a5e:0x486,_0x16db5c:0x3ec,_0xce49c2:0x42e,_0x49a51b:0x3e3,_0x45a41a:0x385,_0x2aa8be:0x31e,_0x459a7a:0x2d8,_0x49eaa2:0x323,_0x4d23e8:0x2cd,_0x145f7c:0x294,_0x3e6f6a:0x35b,_0x4d46b1:0x34f,_0x673f36:0x353,_0x5dc106:0x2ca,_0x1715a6:0x335,_0x51016c:0x28b,_0x502ded:0x1f7,_0x152790:0x26f,_0x14b4ed:0x42f,_0x584fff:0x391,_0x334867:0x317,_0x4e3fa9:0x30b,_0x1c502a:0x26c,_0x191878:0x307,_0x85be25:0x32d,_0x4863ee:0x2dc},_0x192b5f={_0x352527:0x1b9,_0x422e8b:0xcb};function _0x101ec8(_0x13f1ca,_0x123cac,_0x540e3a,_0x3ef24d){return _0x4cc9b4(_0x13f1ca-_0x192b5f._0x352527,_0x123cac- -_0x192b5f._0x422e8b,_0x540e3a-0x1a5,_0x540e3a);}const _0x466640={'hEVZV':'Missing\x20ca'+_0x286a1d(_0x545c98._0x4d7a5e,0x496,_0x545c98._0x16db5c,_0x545c98._0xce49c2)+_0x286a1d(0x3da,0x477,_0x545c98._0x49a51b,_0x545c98._0x45a41a)+_0x101ec8(0x281,_0x545c98._0x2aa8be,_0x545c98._0x459a7a,0x3e0),'jvxve':function(_0x39ef1a,_0x14c2b9){return _0x39ef1a(_0x14c2b9);},'usjad':function(_0x158ea6,_0x24c644){return _0x158ea6===_0x24c644;},'lMmrY':_0x101ec8(0x308,_0x545c98._0x49eaa2,0x372,0x3cf),'iBehg':_0x286a1d(0x28e,_0x545c98._0x4d23e8,_0x545c98._0x145f7c,0x315)},_0x141881=_0x3a9a41[_0x101ec8(_0x545c98._0x3e6f6a,_0x545c98._0x4d46b1,0x342,_0x545c98._0x673f36)]||DATA_DIR,_0x82dd4=_0x2ecca0[_0x101ec8(0x2f7,_0x545c98._0x5dc106,_0x545c98._0x1715a6,0x2a7)](_0x141881,STATE_FILE);if(!_0x466640['jvxve'](existsSync,_0x82dd4)){if(_0x466640['usjad'](_0x466640[_0x101ec8(0x24e,_0x545c98._0x51016c,_0x545c98._0x502ded,0x343)],_0x466640['lMmrY'])){const _0x167445={};return _0x167445[_0x286a1d(0x235,0x345,0x2a4,_0x545c98._0x152790)]={},_0x167445;}else throw new _0x343e40(_0x466640['hEVZV']);}function _0x286a1d(_0x53936c,_0xc11811,_0x20ec3c,_0xd7080c){return _0x383810(_0x53936c-0xb5,_0x53936c,_0x20ec3c- -0x45,_0xd7080c-0x14a);}try{const _0x3db590=await _0x1143ed[_0x286a1d(0x3e6,_0x545c98._0x14b4ed,0x3c6,0x304)](_0x82dd4,'utf-8');return JSON[_0x286a1d(0x3b9,0x342,0x33d,0x2b9)](_0x3db590);}catch{if(_0x466640[_0x286a1d(_0x545c98._0x584fff,0x353,_0x545c98._0x334867,_0x545c98._0x4e3fa9)]===_0x101ec8(0x1ed,_0x545c98._0x1c502a,0x1f8,0x23f)){const _0x3d9492={};return _0x3d9492['states']={},_0x3d9492;}else throw new _0x2291c3(_0x286a1d(0x1d5,_0x545c98._0x191878,0x295,_0x545c98._0x85be25)+_0x286a1d(_0x545c98._0x16db5c,_0x545c98._0x4863ee,0x376,0x409)+_0x437d21);}}async function saveStateStorage(_0x5be2e1,_0x17e493={}){const _0x54bdf0={_0xf025ac:0x4cc,_0x520d05:0x36,_0x152a74:0xc0,_0x2a8dbf:0xa8,_0x157c34:0x8e,_0x5b1de8:0x3},_0x5b6e98={_0x2860ce:0x2e,_0x183062:0x1b1,_0x30a812:0x4a},_0x3f8f87=_0x17e493['dataDir']||DATA_DIR,_0x5cfa53=_0x2ecca0[_0x2fabca(_0x54bdf0._0xf025ac,0x493,0x5ac,0x546)](_0x3f8f87,STATE_FILE);function _0x19c3cf(_0x30fda,_0x3855e6,_0x38dae9,_0x6ccc65){return _0x4cc9b4(_0x30fda-0x11a,_0x3855e6- -0x3f2,_0x38dae9-0x6a,_0x38dae9);}const _0x563a68={};_0x563a68['recursive']=!![];function _0x2fabca(_0x1e850c,_0x17c27e,_0xc2d49a,_0x5a8f19){return _0x4cc9b4(_0x1e850c-_0x5b6e98._0x2860ce,_0x5a8f19-_0x5b6e98._0x183062,_0xc2d49a-_0x5b6e98._0x30a812,_0x17c27e);}await _0x1143ed[_0x19c3cf(0x8d,-_0x54bdf0._0x520d05,-0x7a,-_0x54bdf0._0x152a74)](_0x3f8f87,_0x563a68);const _0xe8dc23={};_0xe8dc23['mode']=0x180,await _0x1143ed[_0x19c3cf(-_0x54bdf0._0x2a8dbf,-0x17,-_0x54bdf0._0x157c34,-_0x54bdf0._0x5b1de8)](_0x5cfa53,JSON['stringify'](_0x5be2e1,null,0x228b*0x1+-0x823+0x3e*-0x6d),_0xe8dc23);}function cleanExpiredStates(_0x281e1f){const _0x31e457={_0xa43643:0x2c0,_0x4c6217:0x12e,_0x1e0150:0x161,_0x41ef2e:0xcf,_0xbeabf2:0x21a,_0x34ce1f:0xdd,_0x149e82:0xed,_0x54438b:0x214,_0x3b47f2:0x2bf,_0x42d561:0x221,_0x6e8669:0x1a7,_0x3b45a5:0x219,_0x51f79b:0x99,_0x5f6157:0x7a,_0x210854:0x254,_0x3aff3f:0x1f8,_0x141fda:0x2a5,_0x4e5f7a:0x1af,_0x3171f3:0x11d,_0x138035:0xdd,_0x443e4b:0x217,_0x46712d:0x1d3,_0x540817:0x240,_0x1b568b:0x28e,_0x29bcd4:0x220,_0xf911e7:0x21d,_0x5402a1:0x289,_0x2aa76f:0x7a},_0x53a5a3={_0x2c97a9:0x14b,_0xbf1f5a:0x26f},_0x11d560={_0x45a8d7:0x1f1,_0x48d824:0x17c,_0x5b7aec:0x1eb},_0x5e000f={};_0x5e000f[_0x563fa3(_0x31e457._0xa43643,0x248,0x387,0x2d7)]=function(_0x4fdc61,_0x3bbf0d){return _0x4fdc61===_0x3bbf0d;},_0x5e000f[_0x4c96f6(0x139,_0x31e457._0x4c6217,_0x31e457._0x1e0150,_0x31e457._0x41ef2e)]=_0x563fa3(0x2ab,0x1e5,_0x31e457._0xbeabf2,0x285),_0x5e000f[_0x4c96f6(0xbd,0x100,_0x31e457._0x34ce1f,_0x31e457._0x149e82)]=_0x563fa3(0x1d4,0x153,0x1ce,_0x31e457._0x54438b);function _0x563fa3(_0x1cd953,_0x392e13,_0x4aba47,_0x16a62d){return _0x383810(_0x1cd953-_0x11d560._0x45a8d7,_0x16a62d,_0x1cd953- -_0x11d560._0x48d824,_0x16a62d-_0x11d560._0x5b7aec);}_0x5e000f['ZPbVr']=function(_0x3e959d,_0x3e3620){return _0x3e959d>_0x3e3620;};const _0x3b599f=_0x5e000f,_0x126d97=Date[_0x563fa3(_0x31e457._0x3b47f2,_0x31e457._0x42d561,0x269,0x303)]();function _0x4c96f6(_0x1d48ca,_0x53bf23,_0x1a2d44,_0x273629){return _0x383810(_0x1d48ca-_0x53a5a3._0x2c97a9,_0x53bf23,_0x1a2d44- -_0x53a5a3._0xbf1f5a,_0x273629-0x3d);}for(const [_0x7169cc,_0x566ebb]of Object[_0x563fa3(_0x31e457._0x6e8669,_0x31e457._0x3b45a5,0x1f2,0x1ec)](_0x281e1f[_0x4c96f6(_0x31e457._0x51f79b,0x70,_0x31e457._0x5f6157,-0x8)]||{})){if(_0x3b599f['nCKZS'](_0x3b599f[_0x563fa3(_0x31e457._0x210854,_0x31e457._0x3aff3f,_0x31e457._0x141fda,_0x31e457._0x4e5f7a)],_0x3b599f[_0x4c96f6(0x16,_0x31e457._0x3171f3,_0x31e457._0x138035,0xf5)]))throw new _0x110364(_0x563fa3(0x19f,0x237,0x240,_0x31e457._0x443e4b)+_0x432038+('\x20does\x20not\x20'+_0x563fa3(_0x31e457._0x46712d,_0x31e457._0x540817,_0x31e457._0x1b568b,_0x31e457._0x29bcd4)+'er\x20OAuth'));else _0x3b599f[_0x563fa3(_0x31e457._0xf911e7,0x216,0x17b,_0x31e457._0x5402a1)](_0x126d97-_0x566ebb['timestamp'],STATE_EXPIRY_MS)&&delete _0x281e1f[_0x4c96f6(0x71,0x102,_0x31e457._0x2aa76f,0xb4)][_0x7169cc];}return _0x281e1f;}export async function storeOAuthState(_0x5a74d0,_0xa7edcd,_0x17a45f={}){const _0x1ccd79={_0x5e17fe:0xfb,_0x35088c:0xf9,_0x48bae3:0x23d,_0x3312a9:0x170,_0x42c6ab:0x1a3,_0x1846a6:0x1c5,_0x5c955b:0x16c,_0x3b165e:0x1fc,_0x241cb7:0x56,_0x46e765:0x1dc,_0x39a304:0x1f7,_0x1f83d3:0x28f,_0x3b1fd4:0x299,_0x55f6cc:0x1a9,_0x5cae9a:0x183,_0x4398c4:0x3e,_0x2bc93b:0x56,_0x3dc327:0xb,_0xd52db3:0x5b,_0x1253ee:0x2f8,_0x1485d4:0x2d4,_0x18185e:0xcf,_0x35b808:0x54,_0x39e16f:0x92,_0x243e14:0x32,_0x5cd6cd:0x1d,_0x209a18:0x287,_0x4790ca:0x2a4,_0x4f3f3b:0x28e,_0x11e049:0x68,_0x1fe61a:0x12f,_0x2f8771:0xf,_0x1a0ce3:0x2b7,_0x518a6d:0x2f9,_0xa66528:0x35a,_0x4b4833:0x2f5,_0x4ec5fd:0x85,_0x2e5b1b:0x35,_0x5ee8e2:0xa3,_0x593c7e:0xb6,_0x37887b:0x4b,_0x3fd4ac:0x121,_0x995cbc:0x149,_0x5b34f0:0x155,_0x28b5e1:0x32b,_0x1ef36a:0x1ed,_0x4b69e5:0x56,_0x9095dc:0x44,_0x4130c8:0xf,_0x47c5ad:0xe1,_0x497052:0x1a8},_0x41ec46={_0x299216:0x116,_0x5a39e3:0x11e,_0x262329:0x19a},_0xf17579={_0x515510:0x3c},_0x136df3={'sUWdp':function(_0x5f1a44,_0xe69efd){return _0x5f1a44===_0xe69efd;},'pCJbn':_0x4e2c47(0x166,_0x1ccd79._0x5e17fe,0xd6,_0x1ccd79._0x35088c),'JxRbE':_0x4e2c47(0x18e,_0x1ccd79._0x48bae3,_0x1ccd79._0x3312a9,0x1f5)+'ps','RdaRi':function(_0x468734,_0x49ed66){return _0x468734(_0x49ed66);},'OGqLp':function(_0xdfcc7c,_0x22c4cc){return _0xdfcc7c===_0x22c4cc;},'kMhcC':_0x4e2c47(_0x1ccd79._0x42c6ab,0x232,_0x1ccd79._0x1846a6,0x16b),'lnCHU':function(_0x22264e,_0x550939,_0x51ed1f){return _0x22264e(_0x550939,_0x51ed1f);}};function _0x4e2c47(_0x25d030,_0x2f49b9,_0x43c1e9,_0x278307){return _0x383810(_0x25d030-_0xf17579._0x515510,_0x278307,_0x25d030- -0x293,_0x278307-0x7);}function _0x122005(_0x4167aa,_0xec1133,_0x56785a,_0x2df9ba){return _0x4cc9b4(_0x4167aa-_0x41ec46._0x299216,_0xec1133- -_0x41ec46._0x5a39e3,_0x56785a-_0x41ec46._0x262329,_0x56785a);}let _0x15b598=await _0x136df3['RdaRi'](loadStateStorage,_0x17a45f);_0x15b598=_0x136df3[_0x4e2c47(_0x1ccd79._0x5c955b,_0x1ccd79._0x3b165e,0x197,0x1a1)](cleanExpiredStates,_0x15b598);if(!_0x15b598[_0x4e2c47(_0x1ccd79._0x241cb7,0x8f,0xdd,-0x25)]){if(_0x136df3[_0x122005(_0x1ccd79._0x46e765,_0x1ccd79._0x39a304,_0x1ccd79._0x3312a9,0x269)](_0x136df3[_0x122005(0x2a1,0x23a,_0x1ccd79._0x1f83d3,0x1de)],_0x136df3[_0x122005(0x1d2,0x23a,0x1ca,_0x1ccd79._0x3b1fd4)]))_0x15b598[_0x122005(_0x1ccd79._0x55f6cc,0x229,_0x1ccd79._0x5cae9a,0x1a0)]={};else{if(!_0x4809f3)return![];if(_0x136df3[_0x4e2c47(_0x1ccd79._0x4398c4,_0x1ccd79._0x2bc93b,-_0x1ccd79._0x3dc327,-_0x1ccd79._0xd52db3)](_0x38cd4a['type'],_0x136df3[_0x122005(_0x1ccd79._0x1253ee,0x2b6,_0x1ccd79._0x1485d4,0x2d6)]))return!!(_0x3fdee6[_0x4e2c47(_0x1ccd79._0x18185e,0x6a,0x105,_0x1ccd79._0x35b808)]&&_0x3daec9[_0x4e2c47(_0x1ccd79._0x39e16f,0x14f,-_0x1ccd79._0x243e14,-_0x1ccd79._0x5cd6cd)+_0x122005(0x255,0x21f,_0x1ccd79._0x209a18,_0x1ccd79._0x4790ca)]);if(_0x136df3[_0x122005(_0x1ccd79._0x4f3f3b,0x211,0x251,0x1d6)](_0x48ded4['type'],_0x136df3['JxRbE']))return!!(_0x547755[_0x4e2c47(_0x1ccd79._0x18185e,_0x1ccd79._0x11e049,_0x1ccd79._0x1fe61a,_0x1ccd79._0x2f8771)]&&_0x4024a1[_0x122005(_0x1ccd79._0x1a0ce3,_0x1ccd79._0x518a6d,_0x1ccd79._0xa66528,_0x1ccd79._0x4b4833)]&&(_0xce591d[_0x4e2c47(0x92,_0x1ccd79._0x4ec5fd,0xd,-_0x1ccd79._0x2e5b1b)+_0x4e2c47(_0x1ccd79._0x5ee8e2,_0x1ccd79._0x593c7e,_0x1ccd79._0x37887b,_0x1ccd79._0x3fd4ac)]||_0x34443d[_0x4e2c47(0x189,_0x1ccd79._0x995cbc,_0x1ccd79._0x5b34f0,0xef)+_0x122005(_0x1ccd79._0x28b5e1,0x2b4,_0x1ccd79._0x1ef36a,0x35e)]));return![];}}_0x15b598[_0x4e2c47(_0x1ccd79._0x4b69e5,-_0x1ccd79._0x9095dc,-_0x1ccd79._0x4130c8,_0x1ccd79._0x47c5ad)][_0x5a74d0]={..._0xa7edcd,'timestamp':Date[_0x4e2c47(_0x1ccd79._0x497052,0x120,0x22c,0x208)]()},await _0x136df3['lnCHU'](saveStateStorage,_0x15b598,_0x17a45f);}export async function consumeOAuthState(_0x1ee8ae,_0x3c47f9={}){const _0x4cc4ae={_0x3f4a38:0x602,_0x2f2629:0x562,_0x3b5d6b:0x22f,_0x12cf35:0x1dc,_0x16243b:0x1f0,_0x21ed1a:0x343,_0x11573d:0x4ac,_0x1a4c38:0x586,_0x46ad8e:0x598,_0x4e70a5:0x2ef,_0x573b0c:0x2dc,_0x65b19e:0x29d,_0x4846a8:0x2ed,_0x12ffbe:0x302,_0x519033:0x515,_0x527b6b:0x664,_0x5ed4e9:0x5ee,_0x58cbe9:0x5af,_0x48a35d:0x2b5,_0x2dc6b9:0x295,_0x36c326:0x2ba,_0x1e3c4f:0x601,_0x5abbdc:0x62b,_0x1e8918:0x69d,_0x41ae2:0x240,_0x7f6b99:0x1f2,_0x11040b:0x288,_0x2b6cff:0x2c7,_0x18fac9:0x2f0,_0x567d37:0x2b6,_0x49e9e8:0x393,_0x19cd82:0x360,_0x593fda:0x443,_0x625d8d:0x60f,_0x2468ce:0x531,_0xa88d63:0x377,_0x2fd96b:0x350,_0x88f754:0x3b7},_0x4ecda9={_0x344de1:0x13a},_0x5275b2={_0x2154a2:0x198};function _0x2ae97a(_0x9ba2c8,_0x20634a,_0x1d1454,_0x1d66d4){return _0x4cc9b4(_0x9ba2c8-_0x5275b2._0x2154a2,_0x9ba2c8- -0x100,_0x1d1454-0xde,_0x1d66d4);}const _0x488eac={'IJElC':function(_0x31fdf7,_0x4bcd5b){return _0x31fdf7(_0x4bcd5b);},'ohDnc':_0x47f85a(_0x4cc4ae._0x3f4a38,_0x4cc4ae._0x2f2629,0x50c,0x4bb),'Jzumt':_0x2ae97a(0x280,_0x4cc4ae._0x3b5d6b,0x200,_0x4cc4ae._0x12cf35),'mDHJc':_0x2ae97a(0x297,0x2bd,_0x4cc4ae._0x16243b,_0x4cc4ae._0x21ed1a)+_0x47f85a(0x472,0x522,_0x4cc4ae._0x11573d,_0x4cc4ae._0x1a4c38)+_0x47f85a(0x52a,0x5a1,0x5d4,_0x4cc4ae._0x46ad8e)+'ed','fbbTd':function(_0x495703,_0x4aa37f,_0x44874b){return _0x495703(_0x4aa37f,_0x44874b);}},_0x1bd96b=_0x3c47f9[_0x2ae97a(_0x4cc4ae._0x4e70a5,_0x4cc4ae._0x573b0c,_0x4cc4ae._0x65b19e,0x24a)]||_0x5dfc1f;let _0x43254a=await _0x488eac[_0x2ae97a(_0x4cc4ae._0x4846a8,0x2ab,0x38a,_0x4cc4ae._0x12ffbe)](loadStateStorage,_0x3c47f9);_0x43254a=cleanExpiredStates(_0x43254a);function _0x47f85a(_0x16c905,_0x2931d2,_0x57079a,_0x3f1191){return _0x4cc9b4(_0x16c905-_0x4ecda9._0x344de1,_0x2931d2-0x210,_0x57079a-0xb7,_0x3f1191);}const _0xa127f=_0x43254a[_0x47f85a(0x54b,0x557,0x5c2,_0x4cc4ae._0x519033)]?.[_0x1ee8ae];if(!_0xa127f){if(_0x488eac[_0x47f85a(_0x4cc4ae._0x527b6b,_0x4cc4ae._0x5ed4e9,0x55b,_0x4cc4ae._0x58cbe9)]!==_0x488eac['Jzumt']){const _0x3772d9={};return _0x3772d9[_0x2ae97a(_0x4cc4ae._0x48a35d,0x353,_0x4cc4ae._0x2dc6b9,_0x4cc4ae._0x36c326)]=_0x1ee8ae,_0x1bd96b[_0x47f85a(0x5d3,_0x4cc4ae._0x1e3c4f,_0x4cc4ae._0x5abbdc,_0x4cc4ae._0x1e8918)](_0x488eac[_0x2ae97a(0x276,_0x4cc4ae._0x41ae2,_0x4cc4ae._0x7f6b99,_0x4cc4ae._0x11040b)],_0x3772d9),null;}else throw new _0x2a7ace(_0x2ae97a(0x316,0x274,0x2d2,0x3dc)+_0x2ae97a(_0x4cc4ae._0x2b6cff,0x30a,0x296,0x324)+_0x2ae97a(_0x4cc4ae._0x18fac9,0x33f,_0x4cc4ae._0x567d37,0x290)+_0x373d65+(_0x2ae97a(_0x4cc4ae._0x49e9e8,_0x4cc4ae._0x19cd82,_0x4cc4ae._0x593fda,0x445)+_0x47f85a(0x5f8,0x5db,0x57a,_0x4cc4ae._0x625d8d))+_0x3a30d7);}return delete _0x43254a[_0x47f85a(0x49b,0x557,_0x4cc4ae._0x2468ce,0x5b6)][_0x1ee8ae],await _0x488eac[_0x2ae97a(_0x4cc4ae._0xa88d63,_0x4cc4ae._0x2fd96b,_0x4cc4ae._0x88f754,0x3b7)](saveStateStorage,_0x43254a,_0x3c47f9),_0xa127f;}export async function getProviderConfig(_0x5e554b,_0x564797={}){const _0x229124={_0x1527db:0x3fb,_0x2d8fe3:0x391,_0x2617dc:0x37a,_0x3a1c53:0x49a,_0x1ce9c7:0x131},_0x2d60b8={_0x338048:0x1b6},_0x47a15a={_0x29f028:0x1af,_0x2036c1:0x6b,_0x7ca28c:0x15b};function _0x5c5d8c(_0x3d4669,_0x469114,_0x24aec3,_0x280473){return _0x4cc9b4(_0x3d4669-_0x47a15a._0x29f028,_0x3d4669- -_0x47a15a._0x2036c1,_0x24aec3-_0x47a15a._0x7ca28c,_0x469114);}const _0x298a38={'kJiKv':function(_0x4af518,_0x582b16){return _0x4af518(_0x582b16);}},_0x2e69bb=await _0x298a38[_0x5c5d8c(_0x229124._0x1527db,_0x229124._0x2d8fe3,_0x229124._0x2617dc,_0x229124._0x3a1c53)](loadProvidersConfig,_0x564797);function _0x104c22(_0x2db334,_0x315534,_0x20c50e,_0x18446d){return _0x383810(_0x2db334-_0x2d60b8._0x338048,_0x2db334,_0x20c50e- -0x2e6,_0x18446d-0x3a);}return _0x2e69bb[_0x104c22(0xda,0x1ea,_0x229124._0x1ce9c7,0x10c)]?.[_0x5e554b]||null;}export function providerSupportsUserOAuth(_0x575dfc){const _0x1e7c65={_0x4c3f76:0x48e,_0x40f892:0x440,_0x180200:0x492,_0x5d5a5a:0x4f5,_0x44f091:0x3fc,_0x5605c8:0x35d,_0x345f09:0x3ec,_0x1b82c5:0x4dd,_0x420aad:0x306,_0x586b45:0x31f,_0x2e479b:0x279,_0x1d5968:0x331,_0x3a129c:0x264,_0x9a086f:0x267,_0x5a02dc:0x478,_0x508dbd:0x46a,_0x5a54a4:0x3ec,_0x394ee0:0x355,_0x4d469e:0x3f6,_0x3b8993:0x272,_0x2f51ca:0x43c,_0x109247:0x4ec,_0x56a7cc:0x22f,_0x5203d0:0x2f4,_0x56ce88:0x39e,_0x44368d:0x44b,_0x246f99:0x3eb,_0x3ce018:0x3c2},_0x2a8cd0={_0x3db67e:0xd7,_0x108378:0x31},_0x235eaa={};_0x235eaa[_0x2a4e44(0x3e7,_0x1e7c65._0x4c3f76,0x434,_0x1e7c65._0x40f892)]=function(_0xdf501c,_0x58761a){return _0xdf501c===_0x58761a;},_0x235eaa['wzDXz']=_0x2a4e44(0x445,_0x1e7c65._0x180200,0x4c6,_0x1e7c65._0x5d5a5a)+'ps';const _0x5f47a9=_0x235eaa;function _0x2446c8(_0xefa74,_0x573de7,_0x148865,_0x1b03fc){return _0x383810(_0xefa74-_0x2a8cd0._0x3db67e,_0xefa74,_0x148865- -_0x2a8cd0._0x108378,_0x1b03fc-0x62);}if(!_0x575dfc)return![];function _0x2a4e44(_0x5ec9bc,_0x37d441,_0x302c64,_0x3860e7){return _0x383810(_0x5ec9bc-0x100,_0x302c64,_0x37d441-0x71,_0x3860e7-0x16d);}if(_0x5f47a9[_0x2446c8(_0x1e7c65._0x44f091,_0x1e7c65._0x5605c8,_0x1e7c65._0x345f09,0x48c)](_0x575dfc[_0x2a4e44(_0x1e7c65._0x1b82c5,0x43c,0x47a,0x453)],_0x2446c8(_0x1e7c65._0x420aad,0x464,0x3c8,_0x1e7c65._0x586b45)))return!!(_0x575dfc[_0x2446c8(0x2a3,_0x1e7c65._0x2e479b,_0x1e7c65._0x1d5968,0x29f)]&&_0x575dfc['client_sec'+_0x2446c8(_0x1e7c65._0x3a129c,0x309,0x2ae,_0x1e7c65._0x9a086f)]);if(_0x5f47a9[_0x2446c8(_0x1e7c65._0x5a02dc,_0x1e7c65._0x508dbd,_0x1e7c65._0x5a54a4,_0x1e7c65._0x394ee0)](_0x575dfc['type'],_0x5f47a9['wzDXz']))return!!(_0x575dfc[_0x2446c8(_0x1e7c65._0x4d469e,_0x1e7c65._0x3b8993,_0x1e7c65._0x1d5968,0x2af)]&&_0x575dfc[_0x2a4e44(_0x1e7c65._0x2f51ca,0x42a,0x46e,_0x1e7c65._0x109247)]&&(_0x575dfc[_0x2446c8(0x322,_0x1e7c65._0x56a7cc,_0x1e7c65._0x5203d0,0x330)+_0x2a4e44(_0x1e7c65._0x56ce88,0x3a7,_0x1e7c65._0x44368d,0x355)]||_0x575dfc[_0x2446c8(0x443,0x38e,_0x1e7c65._0x246f99,0x42e)+_0x2446c8(0x407,0x343,0x343,_0x1e7c65._0x3ce018)]));return![];}export async function getOAuthEnabledProviders(_0x1587db={}){const _0x13f591={_0x4978f7:0x453,_0x19fb19:0x5d,_0x4e42e5:0xa9,_0x1cd244:0x5b,_0x27858e:0x4f,_0x5f12ef:0x3ec,_0x296a69:0x443,_0x4ce38f:0x112,_0x6be20:0x11c,_0x6a3c51:0x2d,_0xfa3876:0x2c,_0x2ad6fb:0x5a,_0x2af66c:0x54,_0x140293:0x27,_0x212ec4:0xfb,_0x33759:0x3c0,_0x41c911:0x39d,_0x4113e7:0x4ac,_0x31b348:0xea,_0x761549:0xee,_0x357469:0xdb,_0x37085f:0x87,_0x25a99c:0x7a,_0x5c2ab2:0x40,_0x20478d:0x22,_0x2deaff:0xc7,_0x53a416:0x67,_0x564b1d:0x29,_0x4cc28d:0x3d9,_0xa6d1:0x3fe,_0x5489ea:0x412,_0x19b4d4:0x34f,_0x57eecb:0x3b9,_0x4f37da:0x357,_0x5c8da0:0x43f,_0x4c1706:0x4bc,_0x1f39fa:0x16,_0x203e0c:0x28,_0x148419:0x410},_0x4312a1={_0x5337ef:0x3e,_0x2eb062:0x184},_0xb92b9c={_0x2d8095:0x3e9};function _0x1bee06(_0x7d277f,_0x32a561,_0x59a5c0,_0xaa624c){return _0x4cc9b4(_0x7d277f-0x7f,_0x59a5c0- -_0xb92b9c._0x2d8095,_0x59a5c0-0x105,_0x32a561);}function _0x15eada(_0x193007,_0x564fd9,_0x31b079,_0x436cbe){return _0x4cc9b4(_0x193007-0x2a,_0x436cbe-_0x4312a1._0x5337ef,_0x31b079-_0x4312a1._0x2eb062,_0x193007);}const _0x316b3c={'lMzUE':function(_0x37f4aa,_0x485c1a){return _0x37f4aa(_0x485c1a);},'MtGUN':function(_0x26c0a3,_0x2a5206){return _0x26c0a3!==_0x2a5206;},'Voibf':_0x15eada(0x3ec,_0x13f591._0x4978f7,0x40f,0x47a),'Mgfbz':_0x1bee06(_0x13f591._0x19fb19,_0x13f591._0x4e42e5,_0x13f591._0x1cd244,_0x13f591._0x27858e)},_0x23bd18=await _0x316b3c[_0x15eada(_0x13f591._0x5f12ef,0x4c6,_0x13f591._0x296a69,0x47b)](loadProvidersConfig,_0x1587db),_0x4f6523=[];for(const [_0x4bc6ba,_0x383ae6]of Object[_0x1bee06(-_0x13f591._0x4ce38f,-_0x13f591._0x6be20,-0x68,-_0x13f591._0x6a3c51)](_0x23bd18['providers']||{})){if(_0x316b3c[_0x1bee06(-_0x13f591._0xfa3876,-_0x13f591._0x2ad6fb,_0x13f591._0x2af66c,-0x44)](providerSupportsUserOAuth,_0x383ae6)){if(_0x316b3c[_0x1bee06(0xe3,-_0x13f591._0x140293,0x77,_0x13f591._0x212ec4)](_0x316b3c[_0x15eada(0x3a1,_0x13f591._0x33759,0x3c1,0x3f7)],_0x316b3c[_0x15eada(0x3b4,_0x13f591._0x41c911,_0x13f591._0x4113e7,0x40f)])){const _0x465112={};_0x465112[_0x1bee06(-_0x13f591._0x31b348,-_0x13f591._0x761549,-0x81,-0x22)]=_0x4bc6ba,_0x465112[_0x1bee06(-0x46,0x47,0x40,_0x13f591._0x357469)]=_0x383ae6[_0x1bee06(_0x13f591._0x37085f,-_0x13f591._0x25a99c,_0x13f591._0x5c2ab2,-_0x13f591._0x20478d)],_0x465112[_0x1bee06(-_0x13f591._0x2deaff,-_0x13f591._0x53a416,-_0x13f591._0x564b1d,-0x32)]=_0x383ae6[_0x15eada(0x39d,_0x13f591._0x4cc28d,0x403,_0x13f591._0xa6d1)],_0x4f6523[_0x15eada(_0x13f591._0x5489ea,_0x13f591._0x19b4d4,0x375,_0x13f591._0x57eecb)](_0x465112);}else return!!(_0x5e8a65[_0x15eada(_0x13f591._0x4f37da,_0x13f591._0x5c8da0,_0x13f591._0x4c1706,0x3fe)]&&_0x3f94f5['tenant_id']&&(_0x52dc1c['client_sec'+_0x1bee06(0x51,_0x13f591._0x1f39fa,-0x55,_0x13f591._0x203e0c)]||_0x1346a7['certificat'+_0x15eada(0x4c3,0x41e,0x4a7,_0x13f591._0x148419)]));}}return _0x4f6523;}async function startGitHubOAuth(_0x46bd11,_0x6a803b={}){const _0x17a415={_0x51c4ed:0xc3,_0x4eb135:0xed,_0x3fceda:0x21c,_0x685e60:0x1f2,_0x282c92:0x201,_0x4d861b:0x204,_0x4f9bb3:0x53,_0x4c5bf3:0x66,_0x551a4d:0x4d,_0x4fa1ae:0x28,_0x12b50c:0x14,_0x485e5a:0xaa,_0x1a653:0x1b6,_0x14e3ac:0x180,_0xa83bab:0x99,_0x5cc0f7:0x120,_0x43445c:0xd0,_0x8b9b64:0x10b,_0x45200b:0x50,_0x412b55:0x115,_0x6faee3:0x1c6,_0x27ee7b:0x15b,_0x1ac84c:0x103,_0x22aec8:0x12b,_0xec18cd:0x6d,_0x1f9668:0x153,_0x53dcef:0x1c7,_0xc308c6:0xfd,_0x4beff8:0x184,_0x2399c4:0x185,_0x30dd89:0x17c,_0x30f2b8:0x131,_0x15a973:0x22a,_0x367e90:0x170,_0x491b5f:0x1c4,_0x134263:0x10e,_0x553830:0x14b,_0x9367:0x3f},_0x4f3ce9={_0x4a5bdf:0x463},_0x316bcc={_0x1f57f7:0x16,_0x766cb0:0x265},_0x40f42a={'WEjRc':_0x79e970(-_0x17a415._0x51c4ed,-0x8f,-_0x17a415._0x4eb135,-0x91),'AwfzR':_0x133460(0x284,_0x17a415._0x3fceda,0x138,_0x17a415._0x685e60),'pnavS':function(_0x333537,_0x4ebd9b){return _0x333537||_0x4ebd9b;},'lNaWo':_0x79e970(-0x17c,-0x19a,-0x194,-_0x17a415._0x282c92),'shEQv':function(_0x5ec337,_0xcca5b4){return _0x5ec337(_0xcca5b4);},'tCaKj':'client_id','tkPML':_0x133460(_0x17a415._0x4d861b,0x22e,0x1f6,0x1fd)+'ri'},{providerName:_0x512a3e,providerConfig:_0x2f2783,callbackUrl:_0x1b4bd9,redirectAfter:_0x40a7b6}=_0x46bd11,_0x223d99=_0x4e7799[_0x79e970(-0x83,-_0x17a415._0x4f9bb3,-_0x17a415._0x4c5bf3,_0x17a415._0x551a4d)+'s'](-0x137*0x1+0x5*-0x5cb+-0x1*-0x1e3e)[_0x79e970(-0xc7,-0x5c,-_0x17a415._0x4fa1ae,_0x17a415._0x12b50c)](_0x40f42a[_0x133460(_0x17a415._0x485e5a,-0xf,0x40,0xb5)]);await storeOAuthState(_0x223d99,{'provider_name':_0x512a3e,'provider_type':_0x40f42a[_0x79e970(-0x103,-0x14f,-0x103,-0x1c3)],'redirect_after':_0x40f42a[_0x133460(_0x17a415._0x1a653,0x1b1,0x11d,_0x17a415._0x14e3ac)](_0x40a7b6,_0x40f42a[_0x133460(0x174,_0x17a415._0xa83bab,0x7d,_0x17a415._0x5cc0f7)])},_0x6a803b);const {authorize:_0x2968ff}=_0x40f42a[_0x79e970(-_0x17a415._0x43445c,-0x70,-_0x17a415._0x8b9b64,-0x13)](getGitHubOAuthUrls,_0x2f2783),_0x1dcd6e=new URL(_0x2968ff);_0x1dcd6e['searchPara'+'ms']['set'](_0x40f42a[_0x79e970(-0x96,-_0x17a415._0x45200b,-_0x17a415._0x412b55,-0x44)],_0x2f2783[_0x133460(0x9d,0x9c,_0x17a415._0x6faee3,_0x17a415._0x27ee7b)]),_0x1dcd6e[_0x133460(0xd9,0x172,0x61,0xe0)+'ms'][_0x79e970(-0x166,-0x111,-_0x17a415._0x1ac84c,-_0x17a415._0x22aec8)](_0x40f42a['tkPML'],_0x1b4bd9),_0x1dcd6e[_0x133460(_0x17a415._0xec18cd,_0x17a415._0x1f9668,0x23,0xe0)+'ms'][_0x133460(_0x17a415._0x53dcef,0x1d7,_0x17a415._0xc308c6,0x14b)](_0x79e970(-0x2c,-0xd8,-_0x17a415._0x4beff8,-0xff),_0x223d99);function _0x133460(_0x1d4728,_0x1ce611,_0x356e6f,_0x29b25f){return _0x4cc9b4(_0x1d4728-_0x316bcc._0x1f57f7,_0x29b25f- -_0x316bcc._0x766cb0,_0x356e6f-0x64,_0x1d4728);}_0x1dcd6e[_0x79e970(-_0x17a415._0x2399c4,-_0x17a415._0x30dd89,-_0x17a415._0x30f2b8,-_0x17a415._0x15a973)+'ms'][_0x133460(_0x17a415._0x367e90,_0x17a415._0x491b5f,_0x17a415._0x134263,_0x17a415._0x553830)](_0x133460(_0x17a415._0x9367,0x131,0x113,0xd1),GITHUB_SCOPES);function _0x79e970(_0x602b75,_0x58eef7,_0x54ebe1,_0x2ce3c6){return _0x383810(_0x602b75-0x82,_0x54ebe1,_0x58eef7- -_0x4f3ce9._0x4a5bdf,_0x2ce3c6-0x1ec);}return{'oauthUrl':_0x1dcd6e['toString'](),'state':_0x223d99};}async function startAzureDevOpsOAuth(_0x80cafd,_0x3184c8={}){const _0x1dcc47={_0x20404f:0x480,_0x1bc208:0x4ea,_0x7becb6:0x51e,_0x49ee20:0x111,_0x451ab9:0x81,_0x115625:0x5fd,_0x5c219b:0x49e,_0x2b5f2b:0x48b,_0x1164fa:0x61,_0x5b12e0:0x67,_0x1c5ea9:0x4b0,_0x32588f:0x529,_0x1e3806:0x499,_0x129305:0x47b,_0x29623e:0x3d9,_0x4af96d:0x466,_0x1fef21:0x5b9,_0x5c6445:0x484,_0x3e3e4d:0x20a,_0x22aec7:0x1c6,_0x539dd6:0x3c,_0x7452af:0x9d,_0x4b1fc1:0x459,_0x728fda:0x4aa,_0x5174d6:0xc,_0x3e86a4:0x4,_0x2f4d:0x48,_0x53e19e:0xac,_0x2cc3e2:0x78,_0x4cc218:0x1e,_0xc4c68e:0x4d9,_0x50b0b7:0x3ac,_0x30d633:0x3e2,_0x21d948:0x459,_0x4c186c:0x3b5,_0xfca3db:0x77,_0x5ccf38:0xf3,_0x427fba:0x80,_0x1c3a02:0x166,_0x137d6c:0x114,_0xfcedc4:0x10b,_0x3bd3e7:0xdd,_0x244c6d:0x4cb,_0xdda3b:0x132,_0x503bdf:0x56,_0xe757b4:0xf0,_0x8d193a:0xc6,_0x2573c0:0xe5,_0x39135b:0x69,_0x46c8d2:0x277,_0x24b94a:0x1b2,_0x40ca2b:0x1c7,_0x5c4798:0x397,_0x1f36be:0x431,_0x17e1ab:0x135,_0x281b50:0x534,_0x335ad2:0x45e,_0x48057b:0x41a,_0x3d3e43:0x487,_0x47e19a:0x1a0,_0x59b475:0x25e,_0x2fdf23:0x135,_0x12c93a:0x105,_0x373f50:0x19c,_0x1ae76f:0x4b2,_0x2ff38a:0x548,_0x5f06a2:0x4f3,_0x110199:0x4d5,_0x1990c7:0x49e,_0x1e9a19:0x40c,_0x8df4fb:0x477,_0x2cfe67:0xde,_0x1a6428:0xe2,_0x4c2624:0x53e,_0x4a7bac:0x1a0,_0x1e2dd4:0x1d3,_0x3b0815:0x1d1,_0x2a813e:0x497,_0x536c7b:0x477,_0x5d898e:0x523,_0x46fe9c:0x4ff,_0x22add9:0x139,_0x419578:0xcc,_0x5909fa:0x1b0,_0x502d8c:0x253,_0x1bb36d:0x1e1,_0x582cb8:0x187,_0x2a96e3:0x18,_0x902aff:0x30,_0x5536ed:0x50},_0x103d3e={'eVFnP':_0x432770(_0x1dcc47._0x20404f,_0x1dcc47._0x1bc208,_0x1dcc47._0x7becb6,0x458),'paLxW':_0x5a18d3(-_0x1dcc47._0x49ee20,-0xb3,-0x14f,-_0x1dcc47._0x451ab9),'Aablh':function(_0x3f588d,_0x169829,_0x5ddce9,_0x261ea5){return _0x3f588d(_0x169829,_0x5ddce9,_0x261ea5);},'scgwC':_0x432770(_0x1dcc47._0x115625,0x546,0x595,0x541)+'ps','QqgAp':function(_0xece68f,_0x2bbe25){return _0xece68f||_0x2bbe25;},'xtjND':'/profile','Kipds':_0x432770(0x455,0x487,_0x1dcc47._0x5c219b,_0x1dcc47._0x2b5f2b),'oWibU':_0x5a18d3(0x1d,-0x5e,_0x1dcc47._0x1164fa,-_0x1dcc47._0x5b12e0)+'ype','FUrPw':_0x432770(_0x1dcc47._0x1c5ea9,_0x1dcc47._0x32588f,0x47f,_0x1dcc47._0x1e3806)+'ri','fltiA':'state','umhZi':_0x432770(_0x1dcc47._0x129305,0x3fd,_0x1dcc47._0x29623e,_0x1dcc47._0x4af96d),'RPqBe':'code_chall'+_0x432770(0x57d,0x539,_0x1dcc47._0x1fef21,_0x1dcc47._0x5c6445),'xeutM':_0x5a18d3(-_0x1dcc47._0x3e3e4d,-_0x1dcc47._0x22aec7,-0x1d8,-0x124)},{providerName:_0x279573,providerConfig:_0x42feed,callbackUrl:_0x4f8cd0,redirectAfter:_0x4ec494}=_0x80cafd;function _0x432770(_0x1f16d5,_0x11fd03,_0x1c4443,_0x3370d5){return _0x383810(_0x1f16d5-0x49,_0x1f16d5,_0x11fd03-0x125,_0x3370d5-0x1e7);}const _0x4ce6ed=_0x4e7799[_0x5a18d3(-_0x1dcc47._0x539dd6,-0x77,0x19,-_0x1dcc47._0x7452af)+'s'](0x47a+-0x1a7e+-0x1a*-0xda)['toString'](_0x432770(0x4bc,_0x1dcc47._0x4b1fc1,0x49a,_0x1dcc47._0x728fda)),_0x292753=_0x4e7799[_0x5a18d3(-0x62,-0xa0,_0x1dcc47._0x5174d6,0x1b)](_0x103d3e[_0x5a18d3(_0x1dcc47._0x3e86a4,-0xc3,-0x17b,-_0x1dcc47._0x2f4d)])[_0x5a18d3(-0x144,-_0x1dcc47._0x53e19e,-_0x1dcc47._0x2cc3e2,-_0x1dcc47._0x4cc218)](_0x4ce6ed)[_0x432770(_0x1dcc47._0xc4c68e,0x43c,_0x1dcc47._0x50b0b7,_0x1dcc47._0x30d633)](_0x432770(0x45f,_0x1dcc47._0x21d948,_0x1dcc47._0x4c186c,0x3cd)),_0x417068=_0x4e7799[_0x5a18d3(0x8,-_0x1dcc47._0xfca3db,-0x26,-_0x1dcc47._0x5ccf38)+'s'](-0xe*-0x52+-0x8b2*0x4+0x1e5c)[_0x5a18d3(-0x121,-_0x1dcc47._0x427fba,-0x13,-0x10)](_0x103d3e[_0x5a18d3(-0x162,-_0x1dcc47._0x1c3a02,-0x13f,-_0x1dcc47._0x137d6c)]);await _0x103d3e[_0x5a18d3(-0xe3,-0x104,-_0x1dcc47._0xfcedc4,-_0x1dcc47._0x3bd3e7)](storeOAuthState,_0x417068,{'provider_name':_0x279573,'provider_type':_0x103d3e[_0x432770(0x4cd,0x457,0x508,_0x1dcc47._0x244c6d)],'redirect_after':_0x103d3e[_0x5a18d3(-_0x1dcc47._0xdda3b,-0x95,-_0x1dcc47._0x503bdf,-0x4f)](_0x4ec494,_0x103d3e['xtjND']),'code_verifier':_0x4ce6ed,'callback_url':_0x4f8cd0},_0x3184c8);const _0x222ee2=new URL(_0x5a18d3(-0x128,-0xa3,-0xb8,-_0x1dcc47._0xe757b4)+_0x5a18d3(-0x113,-_0x1dcc47._0x8d193a,-_0x1dcc47._0x2573c0,-_0x1dcc47._0x39135b)+'oftonline.'+'com/'+_0x42feed['tenant_id']+('/oauth2/v2'+_0x5a18d3(-_0x1dcc47._0x46c8d2,-_0x1dcc47._0x24b94a,-0x271,-_0x1dcc47._0x40ca2b)+'ze'));_0x222ee2[_0x432770(_0x1dcc47._0x5c4798,0x40c,0x41e,_0x1dcc47._0x1f36be)+'ms'][_0x5a18d3(-0x1a9,-_0x1dcc47._0x17e1ab,-0x108,-0x172)](_0x103d3e[_0x432770(0x531,0x482,_0x1dcc47._0x281b50,_0x1dcc47._0x335ad2)],_0x42feed[_0x432770(_0x1dcc47._0x48057b,_0x1dcc47._0x3d3e43,0x3c2,0x408)]),_0x222ee2[_0x5a18d3(-0x165,-_0x1dcc47._0x47e19a,-_0x1dcc47._0x59b475,-0x187)+'ms'][_0x5a18d3(-0x188,-_0x1dcc47._0x2fdf23,-_0x1dcc47._0x12c93a,-_0x1dcc47._0x373f50)](_0x103d3e[_0x432770(_0x1dcc47._0x1ae76f,_0x1dcc47._0x2ff38a,0x604,0x58d)],_0x432770(_0x1dcc47._0x5f06a2,_0x1dcc47._0x110199,_0x1dcc47._0x1990c7,0x456)),_0x222ee2[_0x432770(0x358,_0x1dcc47._0x1e9a19,0x35c,0x49b)+'ms'][_0x432770(0x517,_0x1dcc47._0x8df4fb,0x479,0x411)](_0x103d3e[_0x5a18d3(-_0x1dcc47._0x2cfe67,-_0x1dcc47._0x1a6428,-0xf0,-0x94)],_0x4f8cd0),_0x222ee2['searchPara'+'ms']['set'](_0x103d3e[_0x432770(_0x1dcc47._0x1bc208,0x51a,_0x1dcc47._0x4c2624,0x466)],_0x417068),_0x222ee2[_0x5a18d3(-0x179,-_0x1dcc47._0x4a7bac,-_0x1dcc47._0x1e2dd4,-_0x1dcc47._0x3b0815)+'ms'][_0x432770(_0x1dcc47._0x2a813e,_0x1dcc47._0x536c7b,_0x1dcc47._0x5d898e,0x3d3)](_0x103d3e[_0x5a18d3(-0x155,-0x1b3,-0xf4,-0x16a)],AZURE_DEVOPS_OAUTH_SCOPES),_0x222ee2[_0x432770(0x43e,0x40c,0x349,0x422)+'ms'][_0x432770(0x3fc,0x477,0x40b,_0x1dcc47._0x46fe9c)](_0x103d3e['RPqBe'],_0x292753);function _0x5a18d3(_0x229183,_0x1b93a7,_0x6393e7,_0x402f8c){return _0x4cc9b4(_0x229183-0x36,_0x1b93a7- -0x4e5,_0x6393e7-0x12f,_0x229183);}return _0x222ee2['searchPara'+'ms']['set'](_0x5a18d3(-_0x1dcc47._0x22add9,-0x106,-_0x1dcc47._0x419578,-0x135)+_0x5a18d3(-0x13a,-_0x1dcc47._0x5909fa,-_0x1dcc47._0x502d8c,-0x151)+'d',_0x103d3e[_0x5a18d3(-_0x1dcc47._0x1bb36d,-_0x1dcc47._0x582cb8,-0x240,-0xc4)]),{'oauthUrl':_0x222ee2[_0x5a18d3(-_0x1dcc47._0x2a96e3,-_0x1dcc47._0x427fba,_0x1dcc47._0x902aff,-_0x1dcc47._0x5536ed)](),'state':_0x417068};}export async function startOAuthFlow(_0x4207c5,_0x13bace={}){const _0x55c334={_0x3f49f8:0x365,_0xa192ca:0x3a9,_0xba8bb2:0x82,_0x262d7f:0xbc,_0x103687:0xae,_0x258c64:0xdb,_0x3d7e37:0x188,_0x1bfde8:0x218,_0x42a29e:0xc4,_0x29dc94:0x73,_0x67afbe:0x130,_0x240e4f:0x1cc,_0x22c533:0x182,_0x342f59:0x102,_0x16399e:0x14e,_0x550aef:0x178,_0x5f35f6:0x3da,_0x1a454e:0x147,_0x1cfc42:0x1b5,_0x13afa6:0x6a,_0x386a4d:0x114,_0x164672:0x21a,_0x289e8c:0x456,_0x24e172:0x78,_0x73ebf1:0xdf,_0x3a9e5a:0x1c0,_0x20ab7f:0x250,_0x4f4c30:0x146,_0x5023b7:0x1de,_0x5dd08b:0x531,_0x78f3f5:0x4a8,_0x82aacf:0x3ba,_0x50f2e0:0xa2,_0x5ddb23:0x169,_0x3b4c08:0x42b,_0x2edd5d:0x187,_0x2998c2:0x1ab,_0x38900c:0x237,_0x23bde6:0xa7,_0x122262:0x64,_0x4e14e7:0x193,_0x2b6218:0x251,_0x222ae2:0x4bf,_0x59a261:0x584,_0x339be0:0x3f8,_0x44d80a:0x1f1,_0x1dd7f6:0xff,_0x56974e:0xa7,_0x4fad3d:0x44a,_0x2c6410:0x4ad,_0xe431a2:0x42e,_0x1b8ccb:0x179,_0xe415b7:0x1bb,_0x544a85:0x407,_0x192cb5:0x436,_0x399e1a:0x389,_0x4f62aa:0x466,_0x1cd123:0x40d,_0x551680:0x420,_0xd12eaa:0x3a4,_0x10fd89:0x4bf},_0x3535e0={_0x2ea7ea:0x13f,_0x18f34d:0x96,_0x21b9e4:0x1cd},_0x4cf865={_0x112d12:0x216,_0x4c07d3:0x22},_0x432db0={'yTiju':_0x1b99b1(_0x55c334._0x3f49f8,_0x55c334._0xa192ca,0x30e,0x3dd)+_0x5d62ca(0x13e,0x1bb,0x194,_0x55c334._0xba8bb2)+_0x5d62ca(0x168,0x175,_0x55c334._0x262d7f,0x102),'oaXyR':function(_0x1b9d2c,_0x2bf859,_0x2bf574){return _0x1b9d2c(_0x2bf859,_0x2bf574);},'FyzcI':function(_0x4ed996,_0x1bcfc2){return _0x4ed996(_0x1bcfc2);},'tbynB':'Starting\x20O'+_0x5d62ca(_0x55c334._0x103687,0xab,_0x55c334._0x258c64,0xdd),'IcSdI':function(_0x512991,_0x3f4a42){return _0x512991===_0x3f4a42;},'uwvnk':'github','Qpskb':function(_0x347812,_0x3d5a4b){return _0x347812===_0x3d5a4b;},'nSUco':function(_0x45e279,_0x3b8871,_0x19827){return _0x45e279(_0x3b8871,_0x19827);}},_0x32f6a1=_0x13bace[_0x5d62ca(0x17b,_0x55c334._0x3d7e37,0x181,_0x55c334._0x1bfde8)]||_0x5dfc1f,{providerName:_0x150cf1,callbackUrl:_0x252e9c,redirectAfter:_0x1a7ca4}=_0x4207c5;if(!_0x150cf1)throw new Error(_0x5d62ca(_0x55c334._0x42a29e,0x110,_0x55c334._0x29dc94,0x16e)+_0x5d62ca(0x172,_0x55c334._0x67afbe,_0x55c334._0x240e4f,_0x55c334._0x22c533)+_0x5d62ca(0x199,_0x55c334._0x342f59,_0x55c334._0x16399e,_0x55c334._0x550aef));if(!_0x252e9c)throw new Error(_0x432db0[_0x1b99b1(0x356,0x3cf,_0x55c334._0x5f35f6,0x429)]);const _0x265e04=await _0x432db0[_0x5d62ca(0x176,0x1a6,_0x55c334._0x1a454e,_0x55c334._0x1cfc42)](getProviderConfig,_0x150cf1,_0x13bace);if(!_0x265e04)throw new Error(_0x5d62ca(0xc4,_0x55c334._0x13afa6,0xb4,_0x55c334._0x386a4d)+_0x5d62ca(0x1a5,0x207,_0x55c334._0x164672,0xe5)+_0x150cf1);if(!_0x432db0[_0x1b99b1(0x406,0x496,0x45c,_0x55c334._0x289e8c)](providerSupportsUserOAuth,_0x265e04))throw new Error('Provider\x20'+_0x150cf1+(_0x5d62ca(0x16f,0x215,0x18c,0x1c8)+_0x5d62ca(0x139,_0x55c334._0x24e172,0x1bf,_0x55c334._0x73ebf1)+_0x5d62ca(_0x55c334._0x3a9e5a,_0x55c334._0x20ab7f,_0x55c334._0x4f4c30,_0x55c334._0x5023b7)));const _0x1db82c={};_0x1db82c['providerNa'+'me']=_0x150cf1,_0x1db82c[_0x1b99b1(0x4e3,0x4b7,_0x55c334._0x5dd08b,0x46d)+'pe']=_0x265e04[_0x1b99b1(0x56d,0x4bf,0x491,_0x55c334._0x78f3f5)],_0x32f6a1[_0x1b99b1(0x39f,_0x55c334._0x82aacf,0x443,0x3f6)](_0x432db0['tbynB'],_0x1db82c);function _0x5d62ca(_0x3b5b46,_0x143b7e,_0x8901a6,_0x28428b){return _0x383810(_0x3b5b46-0x12f,_0x8901a6,_0x3b5b46- -_0x4cf865._0x112d12,_0x28428b-_0x4cf865._0x4c07d3);}if(_0x432db0[_0x5d62ca(_0x55c334._0x50f2e0,0x7a,0x21,_0x55c334._0x5ddb23)](_0x265e04[_0x1b99b1(_0x55c334._0x3b4c08,0x4bf,0x4f2,0x524)],_0x432db0[_0x5d62ca(0x1f9,0x1b8,0x232,0x147)])){const _0x22c110={};return _0x22c110[_0x5d62ca(0x1b2,0x132,_0x55c334._0x2edd5d,_0x55c334._0x2998c2)+'me']=_0x150cf1,_0x22c110['providerCo'+_0x5d62ca(0x178,0xc1,_0x55c334._0x38900c,0x205)]=_0x265e04,_0x22c110[_0x5d62ca(_0x55c334._0x23bde6,0xc8,_0x55c334._0x122262,0x120)+'l']=_0x252e9c,_0x22c110[_0x5d62ca(0x140,0x164,0x8b,0xbd)+_0x5d62ca(_0x55c334._0x4e14e7,_0x55c334._0x2b6218,0x242,_0x55c334._0x1bfde8)]=_0x1a7ca4,startGitHubOAuth(_0x22c110,_0x13bace);}if(_0x432db0['Qpskb'](_0x265e04[_0x1b99b1(0x4db,_0x55c334._0x222ae2,_0x55c334._0x59a261,_0x55c334._0x339be0)],'azure-devo'+'ps')){const _0x4c26a7={};return _0x4c26a7[_0x5d62ca(0x1b2,_0x55c334._0x44d80a,0x245,_0x55c334._0x1dd7f6)+'me']=_0x150cf1,_0x4c26a7['providerCo'+'nfig']=_0x265e04,_0x4c26a7[_0x5d62ca(_0x55c334._0x23bde6,-0x19,_0x55c334._0x56974e,0x29)+'l']=_0x252e9c,_0x4c26a7[_0x1b99b1(0x388,_0x55c334._0x4fad3d,_0x55c334._0x2c6410,_0x55c334._0xe431a2)+_0x5d62ca(_0x55c334._0x4e14e7,_0x55c334._0x1b8ccb,_0x55c334._0xe415b7,0x20c)]=_0x1a7ca4,_0x432db0['nSUco'](startAzureDevOpsOAuth,_0x4c26a7,_0x13bace);}function _0x1b99b1(_0x4d562b,_0x40247f,_0x54397e,_0x3151fd){return _0x4cc9b4(_0x4d562b-_0x3535e0._0x2ea7ea,_0x40247f-_0x3535e0._0x18f34d,_0x54397e-_0x3535e0._0x21b9e4,_0x54397e);}throw new Error(_0x1b99b1(0x470,_0x55c334._0x544a85,_0x55c334._0x192cb5,_0x55c334._0x399e1a)+_0x1b99b1(_0x55c334._0x4f62aa,_0x55c334._0x1cd123,0x39f,0x4b1)+_0x1b99b1(_0x55c334._0x551680,0x425,0x3f1,_0x55c334._0xd12eaa)+_0x265e04[_0x1b99b1(0x463,_0x55c334._0x10fd89,0x4f6,0x4e0)]);}async function readSecretFile(_0x4b38d0,_0x102086){const _0x4146d0={_0x43dc1f:0x29a,_0x5168dc:0x23e,_0x1fd928:0x255,_0x4918e8:0x397,_0x84d9c1:0x35c,_0x432792:0x25e,_0x4539a5:0x2a6,_0x2ebf9b:0x11d,_0x3e097c:0x1e1,_0x1c566a:0x407,_0x9e2628:0x390,_0x5ae5b0:0x3bf},_0xfe9323={_0x2197e8:0x98,_0xb4f6f4:0xee},_0x547a24={_0x204232:0x1c1,_0x51835c:0x165,_0x20e6bb:0xa0};function _0xd9f463(_0x5ae4a7,_0x35239d,_0x4e9fd3,_0x55e81b){return _0x383810(_0x5ae4a7-_0x547a24._0x204232,_0x55e81b,_0x4e9fd3- -_0x547a24._0x51835c,_0x55e81b-_0x547a24._0x20e6bb);}const _0x2e17eb={};_0x2e17eb[_0x1e82e2(0x2f3,_0x4146d0._0x43dc1f,_0x4146d0._0x5168dc,0x292)]='utf-8';const _0x2a33d8=_0x2e17eb;function _0x1e82e2(_0x4b18e3,_0x3139c8,_0xba5f1e,_0x2bd13f){return _0x4cc9b4(_0x4b18e3-0x9e,_0x4b18e3- -_0xfe9323._0x2197e8,_0xba5f1e-_0xfe9323._0xb4f6f4,_0x2bd13f);}const _0x4711e8=_0x2ecca0[_0x1e82e2(0x2fd,0x374,_0x4146d0._0x1fd928,_0x4146d0._0x4918e8)](_0x4b38d0,_0x102086);return(await _0x1143ed[_0xd9f463(_0x4146d0._0x84d9c1,_0x4146d0._0x432792,_0x4146d0._0x4539a5,0x25b)](_0x4711e8,_0x2a33d8[_0xd9f463(_0x4146d0._0x2ebf9b,0x271,0x1c8,_0x4146d0._0x3e097c)]))[_0x1e82e2(0x35a,_0x4146d0._0x1c566a,_0x4146d0._0x9e2628,_0x4146d0._0x5ae5b0)]();}async function exchangeGitHubCode(_0x223622,_0x5109b6={}){const _0x26ddf7={_0x1e99a2:0x5ed,_0x1d17e5:0x569,_0x953c06:0x5b9,_0x4963bd:0x6af,_0x594b38:0x63c,_0x3b56fa:0x3ae,_0x5cfc02:0x3c0,_0x457cb0:0x702,_0x15e307:0x665,_0x3f3e16:0x663,_0x2ea535:0x3cc,_0x2f273a:0x3bf,_0x2e567f:0x660,_0x23679b:0x62e,_0x598c71:0x429,_0x1b3ddb:0x4c3,_0x29fa53:0x50c,_0x4b5223:0x3ae,_0x3b767e:0x466,_0x2df9f3:0x385,_0x17d273:0x41c,_0x43e839:0x3ec,_0x11c7d7:0x453,_0x502492:0x4ed,_0xf659b4:0x5c9,_0x555f97:0x62a,_0x4d92ac:0x61c,_0x514ec1:0x4d1,_0x30f496:0x4a9,_0x3c0bf8:0x708,_0x7d53eb:0x6a9,_0x2a1a53:0x609,_0x3e440c:0x66b,_0x501468:0x5ca,_0x32146f:0x46b,_0x2dda23:0x3f3,_0x76671b:0x424,_0x36f507:0x458,_0xcecaae:0x3f4,_0x5d0368:0x58d,_0x52f931:0x626,_0x2b62a9:0x5ee,_0x3c9db2:0x4ea,_0x25c848:0x382,_0xab78d6:0x6ca,_0x4d8f59:0x3ce,_0x22ed1b:0x2fa,_0x19a2da:0x369,_0x25dc06:0x3eb,_0x5bc8a9:0x486,_0x20bca2:0x519,_0x54b59f:0x43e,_0x498280:0x486,_0x20568e:0x464,_0x22b4f7:0x401,_0x59bb66:0x67a,_0x51b473:0x3be,_0x4ae34a:0x3fa,_0x249b75:0x3a7,_0x2f2c6d:0x54a,_0x2fab8c:0x5ff,_0x4a66ba:0x4bd,_0x56655c:0x501,_0x4ddad9:0x65f,_0xa38eb2:0x607,_0x3846fb:0x3e5,_0x28aac4:0x564,_0x16ff80:0x43a,_0x4b0752:0x611,_0x4ec0bc:0x615,_0x2288c8:0x5b0,_0x40261f:0x63b,_0xba3701:0x5c0,_0x2b8a16:0x65d,_0x4f1b92:0x658,_0x264844:0x666,_0x116527:0x5fa,_0x14ecab:0x45e,_0x4ea454:0x493,_0x467b84:0x3cf,_0x7048ef:0x42e,_0x5df1b2:0x410,_0x1d2471:0x3b2,_0xb3e0e2:0x42b,_0x570cc6:0x405,_0x53703d:0x4b3,_0x3cb4b1:0x405,_0x405c6a:0x6f7,_0x11c625:0x712,_0x24a065:0x68b,_0x307c20:0x468,_0x83903b:0x573,_0x4bf97a:0x5c1,_0x3dbf24:0x625,_0x467ca5:0x566,_0x50ff0a:0x636},_0x5f2f22={_0x5e9795:0x83},_0x32bcee={'zSEGM':function(_0x2ca348){return _0x2ca348();},'fwftx':_0x1b95fb(_0x26ddf7._0x1e99a2,_0x26ddf7._0x1d17e5,0x523,_0x26ddf7._0x953c06)+_0x1b95fb(0x5ce,0x57f,_0x26ddf7._0x4963bd,_0x26ddf7._0x594b38)+_0x33bc7d(_0x26ddf7._0x3b56fa,0x378,0x41f,_0x26ddf7._0x5cfc02),'EhAYM':function(_0x3ed4c5,_0x4c85fe,_0x1a0989){return _0x3ed4c5(_0x4c85fe,_0x1a0989);},'AWuht':_0x1b95fb(_0x26ddf7._0x457cb0,_0x26ddf7._0x15e307,_0x26ddf7._0x3f3e16,0x677),'yJoiE':'applicatio'+_0x33bc7d(0x354,_0x26ddf7._0x2ea535,_0x26ddf7._0x2f273a,0x471),'pUIiO':function(_0x1d6f52,_0x12236a){return _0x1d6f52===_0x12236a;},'BReeN':'Yjlui','AaQAV':_0x1b95fb(_0x26ddf7._0x2e567f,0x698,0x5d4,_0x26ddf7._0x23679b)+_0x33bc7d(_0x26ddf7._0x598c71,_0x26ddf7._0x1b3ddb,_0x26ddf7._0x29fa53,0x571)+_0x33bc7d(0x3f4,0x3d6,_0x26ddf7._0x4b5223,0x478),'EQLoJ':'uFLmH','OYotQ':_0x1b95fb(0x6f7,0x726,0x657,0x6c1)+_0x33bc7d(_0x26ddf7._0x3b767e,0x3a4,0x3ff,_0x26ddf7._0x2df9f3)},_0x48ebbb=_0x5109b6['logger']||_0x5dfc1f,{code:_0x222866,providerName:_0x5b7e7f,providerConfig:_0x29b059}=_0x223622;function _0x1b95fb(_0x4febe2,_0x2fe654,_0x1997da,_0x28d6e2){return _0x383810(_0x4febe2-_0x5f2f22._0x5e9795,_0x1997da,_0x28d6e2-0x2c0,_0x28d6e2-0x173);}let _0x511665;if(_0x29b059[_0x33bc7d(_0x26ddf7._0x17d273,_0x26ddf7._0x43e839,_0x26ddf7._0x11c7d7,0x456)+_0x1b95fb(0x588,_0x26ddf7._0x502492,_0x26ddf7._0xf659b4,0x59f)]){const {getSecretsPath:_0x5ae774}=await import('./git-prov'+_0x1b95fb(_0x26ddf7._0x555f97,0x579,_0x26ddf7._0x4d92ac,0x5ee)+_0x33bc7d(0x511,_0x26ddf7._0x514ec1,_0x26ddf7._0x30f496,0x58c)),_0x417c19=_0x32bcee[_0x1b95fb(0x696,0x719,_0x26ddf7._0x3c0bf8,_0x26ddf7._0x7d53eb)](_0x5ae774);if(!_0x417c19)throw new Error(_0x32bcee[_0x1b95fb(_0x26ddf7._0x2a1a53,_0x26ddf7._0x3e440c,_0x26ddf7._0x501468,0x5e6)]);_0x511665=await _0x32bcee[_0x33bc7d(_0x26ddf7._0x32146f,_0x26ddf7._0x2dda23,0x450,0x437)](readSecretFile,_0x417c19,_0x29b059[_0x33bc7d(_0x26ddf7._0x76671b,_0x26ddf7._0x43e839,_0x26ddf7._0x36f507,_0x26ddf7._0xcecaae)+'ret']);}else throw new Error(_0x1b95fb(_0x26ddf7._0x5d0368,0x5f8,_0x26ddf7._0x52f931,0x63b)+'secret\x20con'+_0x1b95fb(0x69d,0x65e,_0x26ddf7._0x2b62a9,0x657)+_0x33bc7d(0x41a,0x464,0x41f,0x3e1)+':\x20'+_0x5b7e7f);const {token:_0x8ed470}=getGitHubOAuthUrls(_0x29b059),_0x109b8b={};_0x109b8b[_0x33bc7d(0x3b6,_0x26ddf7._0x598c71,_0x26ddf7._0x3c9db2,_0x26ddf7._0x25c848)]=_0x29b059[_0x1b95fb(0x5df,_0x26ddf7._0xab78d6,0x632,0x622)],_0x109b8b[_0x33bc7d(0x471,_0x26ddf7._0x43e839,_0x26ddf7._0x4d8f59,0x3c3)+_0x33bc7d(0x3a8,0x3a6,_0x26ddf7._0x22ed1b,0x457)]=_0x511665;function _0x33bc7d(_0x47d974,_0x4559ac,_0x53a580,_0x47d35a){return _0x383810(_0x47d974-0x9e,_0x47d35a,_0x4559ac-0xc7,_0x47d35a-0xea);}_0x109b8b['code']=_0x222866;const _0x222bf3=await fetch(_0x8ed470,{'method':_0x32bcee[_0x33bc7d(0x45b,0x3c3,0x39d,_0x26ddf7._0x19a2da)],'headers':{'Accept':_0x32bcee[_0x33bc7d(_0x26ddf7._0x25dc06,_0x26ddf7._0x5bc8a9,_0x26ddf7._0x20bca2,_0x26ddf7._0x54b59f)],'Content-Type':_0x32bcee[_0x33bc7d(0x518,_0x26ddf7._0x498280,_0x26ddf7._0x20568e,_0x26ddf7._0x22b4f7)]},'body':JSON['stringify'](_0x109b8b)});if(!_0x222bf3['ok']){if(_0x32bcee[_0x1b95fb(_0x26ddf7._0x59bb66,0x657,0x6eb,0x68c)](_0x32bcee[_0x33bc7d(0x3a6,_0x26ddf7._0x51b473,0x421,0x45e)],_0x32bcee[_0x33bc7d(_0x26ddf7._0x4ae34a,0x3be,_0x26ddf7._0x249b75,0x3eb)])){const _0x4abc66=await _0x222bf3['text'](),_0x5df392={};_0x5df392[_0x1b95fb(_0x26ddf7._0x2f2c6d,0x63f,0x648,_0x26ddf7._0x2fab8c)]=_0x222bf3['status'],_0x5df392[_0x33bc7d(_0x26ddf7._0x4a66ba,_0x26ddf7._0x56655c,0x5c0,0x54e)]=_0x4abc66,_0x48ebbb[_0x1b95fb(0x5b4,_0x26ddf7._0x4ddad9,0x63e,_0x26ddf7._0xa38eb2)](_0x32bcee['AaQAV'],_0x5df392);throw new Error(_0x33bc7d(0x41c,0x435,0x427,_0x26ddf7._0x3846fb)+_0x33bc7d(_0x26ddf7._0x28aac4,0x4c3,_0x26ddf7._0x16ff80,0x402)+_0x1b95fb(0x5d1,0x6bf,0x5ee,_0x26ddf7._0x4b0752)+_0x222bf3[_0x1b95fb(_0x26ddf7._0x4ec0bc,0x6b7,_0x26ddf7._0x2288c8,0x5ff)]);}else throw new _0x5e3fdc(_0x1b95fb(0x6da,0x5b2,0x687,_0x26ddf7._0x40261f)+'secret\x20con'+'figured\x20fo'+_0x1b95fb(0x5e8,0x5b6,_0x26ddf7._0xba3701,_0x26ddf7._0x2b8a16)+':\x20'+_0xf30b19);}const _0x10ed90=await _0x222bf3['json']();if(_0x10ed90[_0x1b95fb(_0x26ddf7._0x4f1b92,_0x26ddf7._0x264844,_0x26ddf7._0x116527,_0x26ddf7._0xa38eb2)]){if(_0x32bcee['pUIiO'](_0x32bcee[_0x33bc7d(0x395,0x42e,_0x26ddf7._0x14ecab,_0x26ddf7._0x4ea454)],_0x32bcee[_0x33bc7d(_0x26ddf7._0x467b84,_0x26ddf7._0x7048ef,0x394,_0x26ddf7._0x5df1b2)])){const _0x545847={};_0x545847[_0x33bc7d(_0x26ddf7._0x1d2471,0x40e,0x4a6,0x3b8)]=_0x10ed90['error'],_0x545847['descriptio'+'n']=_0x10ed90['error_desc'+'ription'],_0x48ebbb[_0x33bc7d(_0x26ddf7._0xb3e0e2,0x40e,0x401,_0x26ddf7._0x4ae34a)](_0x32bcee['OYotQ'],_0x545847);throw new Error(_0x10ed90[_0x33bc7d(_0x26ddf7._0x570cc6,_0x26ddf7._0x53703d,_0x26ddf7._0x3cb4b1,0x481)+_0x1b95fb(0x5d2,0x535,0x5d0,0x58b)]||_0x10ed90['error']);}else{const _0x124f1f={};_0x124f1f[_0x33bc7d(0x381,0x3d1,0x3be,0x3dd)]=_0x399269,_0x124f1f[_0x1b95fb(_0x26ddf7._0x405c6a,0x5ee,_0x26ddf7._0x11c625,_0x26ddf7._0x24a065)]=_0x596459[_0x33bc7d(0x41e,0x492,_0x26ddf7._0x307c20,0x457)],_0x124f1f['client_id']=_0x9a4963[_0x1b95fb(0x61f,_0x26ddf7._0x83903b,_0x26ddf7._0x4bf97a,0x622)],_0x504975[_0x1b95fb(_0x26ddf7._0x3dbf24,_0x26ddf7._0x467ca5,_0x26ddf7._0x50ff0a,0x5dd)](_0x124f1f);}}return _0x10ed90;}async function getGitHubUserInfo(_0x165b10,_0x1f1dcc={}){const _0x411859={_0xfc43ac:0x3c4,_0x1ea8ff:0x392,_0x1a0b7e:0x3c6,_0x1d5a14:0x40a,_0x4f1d63:0x2ab,_0x3624de:0x25f,_0xb3a53f:0x268,_0x3f23ba:0x628,_0xc3c6eb:0x6df,_0x5afc73:0x308,_0x14367c:0x3b3,_0x4fff4e:0x333,_0x3d56e1:0x3e4,_0xd64e9b:0x60d,_0xc62327:0x557,_0x2f0c8d:0x6bd,_0x116fd4:0x715,_0xf5f61c:0x601,_0x5cce6c:0x6fb,_0x502bea:0x61d,_0x194276:0x68d,_0x254b5b:0x722,_0x4338d2:0x601,_0x404baa:0x5ff,_0x5ef293:0x681,_0x35fe1f:0x5f4,_0x3c069d:0x604,_0x24d38b:0x671,_0x3e41c1:0x616,_0x2ba0a1:0x675,_0x270184:0x655,_0x4a58ff:0x741,_0x192904:0x2de,_0x23c976:0x363,_0x3eadbf:0x2d1,_0x57a484:0x2fa,_0xe0736:0x3a1,_0x3df81b:0x632,_0x4bfbb7:0x6cd,_0x3ddac8:0x645,_0x4954cb:0x5ed,_0x36693d:0x57c,_0x4e5daf:0x613,_0x3fa902:0x66f},_0x4e1e15={_0x2e05cf:0xde,_0x41b974:0x2d0,_0x5c5fb6:0xe1},_0x15157b={_0x4c459a:0xb2},_0x25d0b3={'lzwif':function(_0x133edb,_0x18d1a9){return _0x133edb(_0x18d1a9);},'EzhoD':function(_0x19ddc0,_0x4faa56,_0xbaccac){return _0x19ddc0(_0x4faa56,_0xbaccac);},'QedCD':_0x53f51b(_0x411859._0xfc43ac,0x3c4,_0x411859._0x1ea8ff,0x30c)+'n/vnd.gith'+_0x53f51b(0x3ba,_0x411859._0x1a0b7e,0x347,_0x411859._0x1d5a14),'xsMOT':_0x53f51b(_0x411859._0x4f1d63,0x293,_0x411859._0x3624de,0x2dd),'oLXKc':function(_0x4171bd,_0x268900){return _0x4171bd===_0x268900;},'dxbGI':_0x53f51b(_0x411859._0xb3a53f,0x2a8,0x32a,0x281)},{user:_0x148526}=_0x25d0b3['lzwif'](getGitHubOAuthUrls,_0x1f1dcc),_0x4df7df=await _0x25d0b3[_0x2826b0(0x5e7,_0x411859._0x3f23ba,_0x411859._0xc3c6eb,0x598)](fetch,_0x148526,{'headers':{'Authorization':_0x53f51b(0x258,_0x411859._0x5afc73,_0x411859._0x14367c,0x333)+_0x165b10,'Accept':_0x25d0b3[_0x53f51b(0x32b,_0x411859._0x4fff4e,_0x411859._0x3d56e1,0x2d6)],'X-GitHub-Api-Version':_0x25d0b3[_0x2826b0(_0x411859._0xd64e9b,0x5cd,_0x411859._0xc62327,0x5f5)]}});function _0x53f51b(_0x1119fc,_0xaf992d,_0x2a9ea2,_0x872961){return _0x383810(_0x1119fc-0x94,_0x1119fc,_0xaf992d- -0x68,_0x872961-_0x15157b._0x4c459a);}function _0x2826b0(_0x12b05a,_0x35691d,_0x3dc9b1,_0x2c5c14){return _0x383810(_0x12b05a-_0x4e1e15._0x2e05cf,_0x12b05a,_0x35691d-_0x4e1e15._0x41b974,_0x2c5c14-_0x4e1e15._0x5c5fb6);}if(!_0x4df7df['ok']){if(_0x25d0b3['oLXKc'](_0x25d0b3[_0x2826b0(0x677,_0x411859._0x2f0c8d,_0x411859._0x116fd4,0x62b)],_0x25d0b3[_0x2826b0(_0x411859._0xf5f61c,0x6bd,0x6dd,_0x411859._0x5cce6c)]))throw new Error(_0x2826b0(_0x411859._0x502bea,_0x411859._0x194276,_0x411859._0x254b5b,_0x411859._0x4338d2)+_0x2826b0(_0x411859._0x404baa,_0x411859._0x5ef293,_0x411859._0x35fe1f,0x698)+_0x2826b0(_0x411859._0x3c069d,_0x411859._0x24d38b,_0x411859._0x3e41c1,_0x411859._0x2ba0a1)+':\x20'+_0x4df7df[_0x2826b0(0x5a1,0x60f,0x5ca,_0x411859._0x270184)]);else{if(_0x25d0b3[_0x2826b0(0x685,0x683,_0x411859._0x4a58ff,0x65a)](_0x492d4a,_0xdeb5f5)){const _0x3dcd6d={};_0x3dcd6d['name']=_0x47405c,_0x3dcd6d[_0x53f51b(0x31f,0x363,0x2c0,0x2f3)]=_0x3de597[_0x53f51b(_0x411859._0x192904,_0x411859._0x23c976,_0x411859._0x3eadbf,0x3b6)],_0x3dcd6d[_0x53f51b(0x2c3,_0x411859._0x57a484,_0x411859._0xe0736,0x33e)]=_0x269cff[_0x2826b0(0x6f0,_0x411859._0x3df81b,0x642,_0x411859._0x4bfbb7)],_0x5ef283[_0x2826b0(_0x411859._0x3ddac8,_0x411859._0x4954cb,0x613,0x57d)](_0x3dcd6d);}}}return _0x4df7df[_0x2826b0(_0x411859._0x36693d,_0x411859._0x4e5daf,_0x411859._0x3fa902,0x58c)]();}async function getAzureDevOpsClientSecret(_0x14c66e,_0x65e125){const _0x220129={_0x1717fe:0x2fb,_0x79472c:0x359,_0xa0df33:0x179,_0x3d13a2:0x231,_0x393da7:0x30d,_0x3d1f7c:0x31e,_0x165689:0x65,_0x29f907:0x127,_0xd5063:0x1fc,_0x2888d4:0x1bb,_0x2fb560:0x115,_0x1e2eba:0x193,_0xc17aea:0x78,_0x860334:0x221,_0x5ef5f1:0x1b4,_0x15cc6c:0x212,_0x10dc60:0x24d,_0x10c309:0x223,_0x77186f:0x20c,_0x1cb27a:0x239,_0x89d84b:0x2e1,_0x3393b9:0xd1,_0x5900f4:0x116,_0x2e09eb:0x131,_0x3869a2:0xee,_0x5de613:0x129,_0x2f4e76:0x30e,_0x2628af:0x2b7,_0x24e3b1:0x2cc,_0x1f8f2e:0x23c,_0xa857a7:0x1d9,_0x3ee554:0x121,_0x321a64:0x329,_0x292e80:0x2ed,_0xe5a03d:0x28c,_0x15a24d:0x9e,_0x305a61:0xf4,_0x58060c:0x29a,_0x157dc5:0xd4,_0x47abb7:0x17c,_0x4848e4:0x259,_0x3aa619:0x270,_0x5e3cb1:0x355,_0x278a9a:0x2a4,_0x2b26e7:0x61,_0x35e477:0x1bb,_0x1209b4:0xe2,_0x60d270:0x25a},_0x39b594={_0x407b34:0xb3},_0x241561={_0x1fe5f8:0xd2},_0x454480={'nTohV':_0x28ab89(0x2eb,0x25a,_0x220129._0x1717fe,_0x220129._0x79472c)+_0x28ab89(0x1b8,_0x220129._0xa0df33,_0x220129._0x3d13a2,0x213)+_0x28ab89(0x3c4,0x273,_0x220129._0x393da7,_0x220129._0x3d1f7c),'WibrB':function(_0x28aef3){return _0x28aef3();},'BqPal':function(_0x43ee7e,_0x24de02){return _0x43ee7e===_0x24de02;},'ibmSe':'qalXU','WvywI':_0x151180(-0x126,-0x9b,-_0x220129._0x165689,-_0x220129._0x29f907),'mnByW':_0x28ab89(0x21c,0x1a6,_0x220129._0xd5063,0x1a0)+_0x151180(-_0x220129._0x2888d4,-_0x220129._0x2fb560,-_0x220129._0x1e2eba,-_0x220129._0xc17aea)+_0x28ab89(0x22a,_0x220129._0x860334,_0x220129._0x5ef5f1,_0x220129._0x15cc6c)};if(!_0x14c66e[_0x28ab89(_0x220129._0x10dc60,_0x220129._0x10c309,0x228,0x24b)+_0x28ab89(_0x220129._0x77186f,0x1e7,_0x220129._0x1cb27a,_0x220129._0x89d84b)])throw new Error(_0x151180(-_0x220129._0x3393b9,-_0x220129._0x5900f4,-0xa4,-0x192)+'secret_pat'+_0x151180(-_0x220129._0x2e09eb,-_0x220129._0x3869a2,-0xe3,-_0x220129._0x5de613)+_0x28ab89(_0x220129._0x2f4e76,_0x220129._0x2628af,_0x220129._0x24e3b1,0x334)+'vider:\x20'+_0x65e125);function _0x151180(_0xc845b2,_0x197c7f,_0x2a6e2c,_0x5d0505){return _0x4cc9b4(_0xc845b2-_0x241561._0x1fe5f8,_0x197c7f- -0x4ef,_0x2a6e2c-0x64,_0xc845b2);}function _0x28ab89(_0x3d0044,_0x5dd2a2,_0x3a48ee,_0x25008a){return _0x4cc9b4(_0x3d0044-_0x39b594._0x407b34,_0x3a48ee- -0x15b,_0x3a48ee-0x2e,_0x3d0044);}const {getSecretsPath:_0x18dd41}=await import(_0x454480[_0x28ab89(0x163,_0x220129._0x1f8f2e,_0x220129._0xa857a7,_0x220129._0x3ee554)]),_0x37f995=_0x454480[_0x28ab89(0x1e2,0x28e,0x232,0x191)](_0x18dd41);if(!_0x37f995){if(_0x454480[_0x28ab89(_0x220129._0x321a64,0x31d,_0x220129._0x292e80,_0x220129._0xe5a03d)](_0x454480[_0x151180(-_0x220129._0x15a24d,-0xe7,-_0x220129._0x305a61,-0xff)],_0x454480[_0x28ab89(_0x220129._0x58060c,0x241,0x2f3,0x22e)]))throw new _0x4ab197(_0x151180(-0x15d,-_0x220129._0x157dc5,-0xce,-_0x220129._0x47abb7)+_0x28ab89(0x244,_0x220129._0x4848e4,0x2b4,_0x220129._0x3aa619)+_0x28ab89(_0x220129._0x5e3cb1,0x28a,_0x220129._0x278a9a,0x34d)+':\x20'+_0x46e031['status']);else throw new Error(_0x454480[_0x151180(-0x74,-0xc2,-_0x220129._0x2b26e7,-0x176)]);}return readSecretFile(_0x37f995,_0x14c66e[_0x151180(-0x1c2,-0x16c,-_0x220129._0x35e477,-_0x220129._0x1209b4)+_0x28ab89(0x2e9,0x21b,0x239,_0x220129._0x60d270)]);}async function exchangeAzureDevOpsCode(_0x3110f1,_0x4564b9={}){const _0x37e4dc={_0x1d599f:0x2fa,_0x2f5dbc:0x37f,_0x9f0b2a:0x388,_0xd4a133:0x498,_0x198425:0x535,_0x3c3fc7:0x50f,_0x1bb367:0x2b5,_0x31b089:0x224,_0x4fd708:0x36c,_0x5c998f:0x1c5,_0x1059fd:0x1fd,_0xce9187:0x116,_0x42d6cb:0x3ed,_0x6c7d78:0x495,_0x2d5fa2:0x41a,_0x1829b4:0x627,_0x486abf:0x621,_0x4beb45:0x1b0,_0x2ea77e:0x308,_0x362569:0x2ab,_0x18aa85:0x2c4,_0x3eef21:0x27d,_0x19b531:0x265,_0x59efb6:0x2ac,_0xc93094:0x363,_0x17554b:0x291,_0x564437:0x23c,_0x3a0419:0x201,_0x313452:0x289,_0x1f59a3:0x2af,_0x7c1c23:0x22f,_0x39ac63:0x222,_0x35c93a:0x449,_0x122026:0x232,_0x52ff0b:0x1ca,_0x3d976b:0x528,_0x577dfb:0x46f,_0x5e578e:0x463,_0x1a4165:0x2ff,_0x44907c:0x57d,_0x51be48:0x1bd,_0x2cad64:0x105,_0x24332e:0x2a7,_0x514696:0x354,_0x344fb9:0x51e,_0x26abdc:0x481,_0x255e31:0x36a,_0x3bbfd7:0x2d4,_0x2aedda:0x218,_0xb8eae8:0x4fd,_0x278eed:0x1f0,_0x442fd2:0x296,_0x12ba94:0x300,_0x347f7e:0x33f,_0x584063:0x2c5,_0x30b1cd:0x493,_0xc8138c:0x3b3,_0x3a0254:0x43a,_0x5921b5:0x432,_0x2547da:0x50e,_0x586dd7:0x4bb,_0x101732:0x2d7,_0x298f9a:0x396,_0x2105bb:0x405,_0x101a89:0x564,_0x18c354:0x245,_0x1898c4:0x180,_0x3ca57c:0x496,_0x571dca:0x47d,_0x32ab3e:0x544,_0x51762f:0x492,_0x6f7af3:0x4b5,_0x1e7f85:0x485,_0x483a13:0x51a,_0x5339c2:0x40e,_0x1e0198:0x3f7,_0x310d0c:0x450,_0x2ab897:0x53d,_0xf039e0:0x53e,_0x4c2f19:0x298,_0x114089:0x1c1,_0x424f63:0x298,_0xdb7752:0x459,_0x402739:0x3f7,_0x4a9048:0x435,_0x41ab11:0x4ec,_0x5dae7c:0x4dd,_0x52bfc3:0x4e2,_0x313fee:0x261,_0x21cda5:0x1bf,_0x3f1686:0x279,_0x3b4b61:0x217,_0xe64a0:0x24b,_0x25978e:0x2ad,_0xce597f:0x48f,_0x399b41:0x409,_0x2207d8:0x4b4,_0xb00b6a:0x2dc,_0x25b80b:0x4de,_0x230c8a:0x4b9,_0x2ed6db:0x2bc,_0x15a223:0x3ec,_0x3130eb:0x217},_0x5655bf={_0x28bf61:0xe0,_0x31734a:0x52},_0x5f010e={_0x4efc58:0x130,_0xf0e583:0x168},_0x43be9c={};_0x43be9c['OSpHV']='authorizat'+_0x5d706a(_0x37e4dc._0x1d599f,_0x37e4dc._0x2f5dbc,_0x37e4dc._0x9f0b2a,0x360),_0x43be9c[_0x138193(_0x37e4dc._0xd4a133,0x54c,0x54b,_0x37e4dc._0x198425)]='Exchanging'+_0x138193(0x580,0x53e,0x500,0x4df)+_0x138193(0x57a,0x5af,_0x37e4dc._0x3c3fc7,0x464)+_0x5d706a(_0x37e4dc._0x1bb367,_0x37e4dc._0x31b089,_0x37e4dc._0x4fd708,0x225)+'de',_0x43be9c[_0x5d706a(_0x37e4dc._0x5c998f,0x106,_0x37e4dc._0x1059fd,_0x37e4dc._0xce9187)]=function(_0x2a1c74,_0x5e3ced){return _0x2a1c74!==_0x5e3ced;},_0x43be9c['KuPXm']=_0x138193(_0x37e4dc._0x42d6cb,_0x37e4dc._0x6c7d78,0x47c,_0x37e4dc._0x2d5fa2),_0x43be9c['GHfZU']=_0x138193(_0x37e4dc._0x1829b4,0x523,0x56e,_0x37e4dc._0x486abf),_0x43be9c[_0x5d706a(0x270,_0x37e4dc._0x4beb45,_0x37e4dc._0x2ea77e,_0x37e4dc._0x362569)]='Azure\x20DevO'+_0x5d706a(_0x37e4dc._0x18aa85,_0x37e4dc._0x3eef21,0x241,_0x37e4dc._0x19b531)+'rror';const _0x23c08b=_0x43be9c,_0x9639ea=_0x4564b9[_0x5d706a(0x261,0x233,0x259,_0x37e4dc._0x59efb6)]||_0x5dfc1f,{code:_0x1d27cf,providerName:_0x26b4e0,providerConfig:_0x2fc2f7,callbackUrl:_0x334f7c,codeVerifier:_0x5bf681}=_0x3110f1,_0x42ea73=await getAzureDevOpsClientSecret(_0x2fc2f7,_0x26b4e0);function _0x5d706a(_0x31504a,_0xaffad6,_0x4482ca,_0x5e7a10){return _0x383810(_0x31504a-0x59,_0xaffad6,_0x31504a- -_0x5f010e._0x4efc58,_0x5e7a10-_0x5f010e._0xf0e583);}const _0x5573d9=_0x5d706a(0x2b4,0x24e,_0x37e4dc._0xc93094,0x312)+_0x5d706a(_0x37e4dc._0x17554b,0x356,0x2b2,0x357)+'oftonline.'+_0x5d706a(_0x37e4dc._0x564437,_0x37e4dc._0x3a0419,0x2ac,0x200)+_0x2fc2f7[_0x5d706a(_0x37e4dc._0x313452,_0x37e4dc._0x1f59a3,0x270,0x1c4)]+('/oauth2/v2'+_0x5d706a(_0x37e4dc._0x7c1c23,0x1f2,0x185,_0x37e4dc._0x39ac63)),_0xe96a0c={};_0xe96a0c[_0x138193(0x4c0,_0x37e4dc._0x35c93a,0x4a0,0x4ca)]=_0x2fc2f7[_0x5d706a(_0x37e4dc._0x122026,0x1d0,0x2a2,_0x37e4dc._0x52ff0b)],_0xe96a0c[_0x138193(_0x37e4dc._0x3d976b,_0x37e4dc._0x577dfb,_0x37e4dc._0x5e578e,0x3a0)+'ret']=_0x42ea73,_0xe96a0c['code']=_0x1d27cf,_0xe96a0c[_0x5d706a(0x2d4,0x2fe,_0x37e4dc._0x1a4165,0x282)+'ri']=_0x334f7c;function _0x138193(_0x1e5fc7,_0x6a0815,_0x54c264,_0x4fc0cb){return _0x4cc9b4(_0x1e5fc7-0x17f,_0x54c264-_0x5655bf._0x28bf61,_0x54c264-_0x5655bf._0x31734a,_0x4fc0cb);}_0xe96a0c[_0x138193(_0x37e4dc._0x44907c,0x541,0x53b,0x54a)]=_0x23c08b[_0x5d706a(_0x37e4dc._0x51be48,0x10b,_0x37e4dc._0x2cad64,0x15a)],_0xe96a0c[_0x5d706a(_0x37e4dc._0x24332e,0x2da,_0x37e4dc._0x514696,0x36c)+_0x138193(_0x37e4dc._0x344fb9,_0x37e4dc._0x26abdc,0x478,0x3fb)]=_0x5bf681,_0xe96a0c[_0x138193(0x462,0x39a,0x416,_0x37e4dc._0x255e31)]=AZURE_DEVOPS_OAUTH_SCOPES;const _0x21a92f=new URLSearchParams(_0xe96a0c),_0x38c642={};_0x38c642[_0x5d706a(0x298,0x334,0x2bf,_0x37e4dc._0x3bbfd7)+'me']=_0x26b4e0,_0x38c642['tokenUrl']=_0x5573d9,_0x9639ea['debug'](_0x23c08b['ZbOHi'],_0x38c642);const _0x203da1={};_0x203da1[_0x5d706a(0x2b3,0x22a,0x28a,_0x37e4dc._0x2aedda)+'pe']=_0x138193(_0x37e4dc._0xb8eae8,0x4bc,0x56a,0x595)+_0x5d706a(0x211,_0x37e4dc._0x278eed,0x270,0x214)+_0x5d706a(_0x37e4dc._0x442fd2,_0x37e4dc._0x12ba94,_0x37e4dc._0x347f7e,_0x37e4dc._0x584063)+_0x138193(_0x37e4dc._0x30b1cd,_0x37e4dc._0xc8138c,0x426,_0x37e4dc._0x3a0254);const _0x381f7d=await fetch(_0x5573d9,{'method':_0x138193(_0x37e4dc._0x5921b5,_0x37e4dc._0x2547da,0x4f5,_0x37e4dc._0x586dd7),'headers':_0x203da1,'body':_0x21a92f[_0x5d706a(_0x37e4dc._0x101732,0x252,0x362,0x33b)]()});if(!_0x381f7d['ok']){if(_0x23c08b['ecKFb'](_0x23c08b[_0x138193(0x3c8,_0x37e4dc._0x298f9a,_0x37e4dc._0x2105bb,0x4cc)],_0x23c08b[_0x138193(0x4b9,0x4d1,_0x37e4dc._0x101a89,0x572)])){const _0x30ef26=await _0x381f7d[_0x5d706a(0x1c1,_0x37e4dc._0x18c354,_0x37e4dc._0x1898c4,0x1ce)](),_0x18b63c={};_0x18b63c[_0x138193(_0x37e4dc._0x3ca57c,0x4b1,_0x37e4dc._0x571dca,_0x37e4dc._0x32ab3e)]=_0x381f7d['status'],_0x18b63c['response']=_0x30ef26,_0x9639ea[_0x138193(_0x37e4dc._0x51762f,_0x37e4dc._0x6f7af3,_0x37e4dc._0x1e7f85,_0x37e4dc._0x483a13)]('Azure\x20DevO'+'ps\x20token\x20e'+_0x138193(0x35e,_0x37e4dc._0x5339c2,_0x37e4dc._0x1e0198,_0x37e4dc._0x310d0c)+_0x138193(0x5c3,_0x37e4dc._0x2ab897,_0x37e4dc._0xf039e0,0x55f),_0x18b63c);throw new Error(_0x138193(0x4aa,0x526,0x4f2,0x58d)+_0x5d706a(0x26f,_0x37e4dc._0x4c2f19,_0x37e4dc._0x114089,_0x37e4dc._0x424f63)+_0x138193(0x458,_0x37e4dc._0xdb7752,_0x37e4dc._0x402739,0x4be)+_0x138193(0x4df,_0x37e4dc._0x4a9048,_0x37e4dc._0x41ab11,_0x37e4dc._0x5dae7c)+_0x381f7d[_0x138193(0x521,0x4b3,0x47d,_0x37e4dc._0x52bfc3)]);}else return _0x5b187b;}const _0x213125=await _0x381f7d[_0x5d706a(0x213,0x29e,_0x37e4dc._0x313fee,0x299)]();if(_0x213125['error']){const _0x300059={};_0x300059[_0x5d706a(0x217,_0x37e4dc._0x21cda5,_0x37e4dc._0x3f1686,0x291)]=_0x213125[_0x5d706a(_0x37e4dc._0x3b4b61,_0x37e4dc._0xe64a0,0x2de,_0x37e4dc._0x25978e)],_0x300059['descriptio'+'n']=_0x213125['error_desc'+_0x138193(_0x37e4dc._0xce597f,0x403,_0x37e4dc._0x399b41,_0x37e4dc._0x2207d8)],_0x9639ea[_0x5d706a(0x217,_0x37e4dc._0xb00b6a,0x262,0x203)](_0x23c08b[_0x138193(0x547,_0x37e4dc._0x344fb9,_0x37e4dc._0x25b80b,_0x37e4dc._0x230c8a)],_0x300059);throw new Error(_0x213125[_0x5d706a(_0x37e4dc._0x2ed6db,0x24b,_0x37e4dc._0x17554b,0x358)+_0x138193(_0x37e4dc._0x42d6cb,_0x37e4dc._0x15a223,0x409,0x3e5)]||_0x213125[_0x5d706a(_0x37e4dc._0x3130eb,0x1d6,0x21a,0x25a)]);}return _0x213125;}async function getAzureDevOpsUserInfo(_0x5b1346){const _0x3e5d0f={_0x55f410:0x4bd,_0x490423:0x3d5,_0x12d0a3:0x538,_0x679c9b:0x390,_0x13f4ef:0x3c9,_0x3169f4:0x4d8,_0x148d7a:0x373,_0x4a38a7:0x2eb,_0x22f40b:0x421,_0x22a03f:0x48d,_0x122ab6:0x410,_0x8d5aeb:0x510,_0x289e5c:0x407,_0x133fcb:0x339,_0x5f4269:0x4fa,_0x41861e:0x568,_0x75bcf9:0x411,_0x54bdd:0x545,_0x527cf9:0x468,_0x60e0c:0x4c2,_0x2059c5:0x4fd,_0x2f822b:0x45b,_0x531c7a:0x55a,_0x76bc2:0x4fe,_0x304d27:0x339,_0x42b851:0x3aa,_0x2e1c5e:0x3eb,_0x40f7fe:0x58a,_0x194ea2:0x585,_0x45c29f:0x3c6,_0x2b1ead:0x537},_0xb1570d={_0x22af4f:0xc4},_0x42d747={_0x19bb29:0x7a,_0x3bc92c:0x59},_0x35462a={'wIMPd':function(_0xd47060,_0x1cb3d4,_0x387936){return _0xd47060(_0x1cb3d4,_0x387936);},'igOay':_0x3cec83(_0x3e5d0f._0x55f410,0x404,0x3e5,_0x3e5d0f._0x490423)+_0x3c5b52(0x4c5,0x4cb,0x49a,_0x3e5d0f._0x12d0a3)+_0x3cec83(_0x3e5d0f._0x679c9b,0x43b,0x4e9,_0x3e5d0f._0x13f4ef)+_0x3c5b52(0x4d4,_0x3e5d0f._0x3169f4,0x4cd,0x4b8)+_0x3cec83(0x306,_0x3e5d0f._0x148d7a,_0x3e5d0f._0x4a38a7,0x39f)+_0x3cec83(0x4bd,0x42c,0x376,0x3e9)+_0x3cec83(_0x3e5d0f._0x22f40b,_0x3e5d0f._0x22a03f,_0x3e5d0f._0x122ab6,_0x3e5d0f._0x8d5aeb)+'on=7.1'},_0x256aca={};_0x256aca[_0x3cec83(_0x3e5d0f._0x289e5c,0x343,_0x3e5d0f._0x133fcb,0x3fd)+'ion']=_0x3c5b52(0x4ff,0x4a3,_0x3e5d0f._0x5f4269,_0x3e5d0f._0x41861e)+_0x5b1346,_0x256aca[_0x3cec83(_0x3e5d0f._0x75bcf9,0x419,0x426,0x378)]=_0x3cec83(_0x3e5d0f._0x54bdd,0x485,0x522,_0x3e5d0f._0x527cf9)+_0x3c5b52(0x539,0x46e,_0x3e5d0f._0x60e0c,_0x3e5d0f._0x2059c5);const _0x479c07={};function _0x3cec83(_0x382bbe,_0x49d395,_0x3bb290,_0x70f443){return _0x383810(_0x382bbe-_0x42d747._0x19bb29,_0x3bb290,_0x49d395-_0x42d747._0x3bc92c,_0x70f443-0x8a);}_0x479c07[_0x3c5b52(_0x3e5d0f._0x2f822b,_0x3e5d0f._0x531c7a,0x553,_0x3e5d0f._0x76bc2)]=_0x256aca;function _0x3c5b52(_0x48d3d7,_0x278e80,_0x100df8,_0x124666){return _0x383810(_0x48d3d7-0x105,_0x278e80,_0x124666-0x1f8,_0x124666-_0xb1570d._0x22af4f);}const _0x4b94d5=await _0x35462a[_0x3cec83(0x3a7,_0x3e5d0f._0x304d27,0x356,0x331)](fetch,_0x35462a[_0x3cec83(0x336,0x3d0,0x368,_0x3e5d0f._0x42b851)],_0x479c07);if(!_0x4b94d5['ok'])throw new Error(_0x3cec83(0x441,0x416,0x34f,_0x3e5d0f._0x2e1c5e)+_0x3c5b52(_0x3e5d0f._0x40f7fe,0x5dc,0x500,0x55d)+_0x3c5b52(_0x3e5d0f._0x194ea2,0x552,0x5ce,0x560)+_0x3cec83(_0x3e5d0f._0x45c29f,0x348,0x297,0x376)+_0x4b94d5[_0x3c5b52(0x5af,0x49d,0x484,_0x3e5d0f._0x2b1ead)]);return _0x4b94d5['json']();}function calculateExpiry(_0x15bb2f){const _0x418070={_0x865e38:0x44f,_0x26ff97:0x4e2,_0x882529:0x443,_0x23455b:0x5f,_0x2dfc21:0xc4,_0x51992f:0x27,_0x469656:0x18e},_0x356092={_0x1e55ba:0x3f,_0x505f52:0x12a},_0x48ccae={_0x451fba:0x4c0,_0x3cfada:0x1cf};function _0x1076cb(_0x5677c4,_0x2f1eba,_0x3e00a7,_0x4b4582){return _0x4cc9b4(_0x5677c4-0x1c2,_0x3e00a7- -_0x48ccae._0x451fba,_0x3e00a7-_0x48ccae._0x3cfada,_0x5677c4);}const _0x20290e={};function _0x8d046d(_0x5bb026,_0x37e02a,_0x2ad2ac,_0x98b811){return _0x383810(_0x5bb026-_0x356092._0x1e55ba,_0x37e02a,_0x98b811-_0x356092._0x505f52,_0x98b811-0x1cd);}_0x20290e[_0x8d046d(0x5b8,0x52a,_0x418070._0x865e38,0x4fc)]=function(_0x21eae4,_0x56789f){return _0x21eae4+_0x56789f;};const _0x3b514c=_0x20290e;if(!_0x15bb2f)return null;return new Date(_0x3b514c[_0x8d046d(_0x418070._0x26ff97,_0x418070._0x882529,0x4e3,0x4fc)](Date[_0x1076cb(-_0x418070._0x23455b,-_0x418070._0x2dfc21,-_0x418070._0x51992f,0x6f)](),_0x15bb2f*(0x2*0x97+0x7*0x50+0x8a)))[_0x1076cb(-_0x418070._0x469656,-0xe7,-0x192,-0x140)+'g']();}export async function handleOAuthCallback(_0x548fe0,_0x1672ca={}){const _0x6d6024={_0x31f553:0x29a,_0x29129b:0x397,_0x538ff2:0xd7,_0x33efb2:0x53,_0x2c9f18:0x375,_0x11ec8e:0xca,_0x41d5cd:0x6b,_0x640ece:0x18a,_0x3bf311:0xba,_0x57dad9:0x76,_0x3e989d:0x52,_0x8ff17b:0xcc,_0x4c7bbb:0x26,_0x4261a6:0x4f,_0xa5f747:0x70,_0x360746:0x494,_0x2da818:0x472,_0x37e1b9:0x3f7,_0x226b50:0x4b3,_0x2c1834:0x3ea,_0x4a52b7:0x48c,_0x1c8619:0x496,_0x1e5465:0x7a,_0x7d1af4:0x22,_0x5b4f43:0x36,_0x170c11:0x3dd,_0x2d803a:0x49d,_0x4b1757:0x545,_0x323713:0x3e4,_0x37cec0:0x132,_0x13ef90:0x199,_0x27840f:0x18e,_0x52d4e3:0x554,_0x550f61:0x425,_0x548010:0x4cd,_0x470f8c:0x261,_0x285950:0x1ad,_0x6cf988:0x3f3,_0x268bf6:0x3fd,_0x4f685a:0x38a,_0x2c9484:0xda,_0x2e241a:0x12c,_0x2f2d48:0xf9,_0x40953f:0x127,_0x181eae:0x3c2,_0x259fe1:0x47d,_0x5c3aaa:0x45a,_0x4a21f3:0x501,_0x42f8e2:0x4d6,_0x255f49:0x4c5,_0x4c7cbc:0x583,_0x6de5bd:0x4ad,_0x5ea614:0x5a,_0x20aa94:0x324,_0x40590:0x3cf,_0x26943e:0x3bb,_0x3ecaa0:0x439,_0x229325:0x55b,_0x3aabec:0x4e4,_0x43118f:0x1ab,_0x59ff52:0x343,_0x10d869:0x29e,_0x579491:0x3f3,_0x2f4c70:0x435,_0x2ae73c:0x465,_0xea02c3:0x4c1,_0x824aa3:0x432,_0x3832d1:0x4f9,_0x1e5e47:0x4dc,_0x537708:0x441,_0x509d06:0x4ca,_0x33d785:0x1e5,_0x421d6d:0x198,_0x2d266d:0x103,_0x181aba:0x49b,_0x4a8961:0x49f,_0x355e7a:0x481,_0xd3562b:0x3d9,_0x320b22:0x320,_0x3bdf16:0x46c,_0x535012:0x492,_0x5ec430:0x3af,_0x8f1c5d:0x4dd,_0x31059a:0x584,_0x1f46a9:0x3cb,_0x2a94e5:0x7e,_0xe8099b:0x4a,_0x48cdd7:0x35,_0x871c02:0x3a2,_0x4656ab:0x44c,_0x32d0aa:0x50b,_0xd4181:0x62,_0x20c333:0xe0,_0x16013e:0x3d7,_0x3800c4:0x3dc,_0xf9ea83:0x34b,_0x3abcfb:0x472,_0x7e7227:0x37b,_0x11b7c2:0x437,_0x29ecf0:0x427,_0x3791e9:0x3f5,_0x75e6fc:0x5a,_0x3030e6:0x15c,_0x49f01d:0x40e,_0x32e567:0x491,_0x12d83b:0x40d,_0x31ab4b:0x2f,_0xebcf38:0x6d,_0x97e8f6:0x50,_0x14f696:0x4e8,_0x425687:0x42a,_0x5450bf:0x4c3,_0x4bdb14:0x3b6,_0x93e2a1:0x403,_0x1270cb:0x4c9,_0x5b2dc1:0x104,_0x5477b9:0x1d0,_0x27c61b:0x19a,_0x2db74d:0x40a,_0x24b1ff:0x3ba,_0x5cfabd:0x39f,_0x12f88c:0x404,_0x551c6d:0x35b,_0x4a9721:0x2e,_0x3c70d0:0xca,_0x52de61:0x126,_0x328ac6:0x103,_0x26ae01:0x363,_0xbc1f02:0x38b,_0x2a97b6:0x159,_0x1abfd5:0xd2,_0x5e0a2c:0xfd,_0x295e9e:0x154,_0x561023:0x4d,_0x18994a:0xc,_0x4c33cb:0x91,_0x25506e:0x355,_0x5ee501:0x7,_0xe5d8e7:0x81,_0xf9058:0x45,_0x244e87:0x54e,_0xaee74c:0x466,_0x48ee80:0x454,_0x34b032:0x4bb,_0x216ee9:0x495,_0x4ee3ec:0x3b5,_0x223117:0x4a,_0x204a5c:0x14,_0x2548f9:0x3d,_0xfc12db:0x30,_0x36b597:0x20e,_0x4f1fee:0x1fe,_0xdf0105:0x41b,_0x3aa832:0x3b4,_0x5292c7:0x42a,_0x3789f5:0x40f,_0x127155:0x382,_0x22e2b3:0x43f,_0x583767:0x4e,_0x5323a1:0x6e,_0x30c690:0x16,_0x1c2d06:0x1ec,_0x6bb576:0x196,_0x244c27:0x257,_0x5f1ecc:0x172,_0x356570:0x1b9,_0x24f4b2:0x357,_0x44500b:0x345,_0x23599a:0x369,_0x38dd41:0xf8,_0x1e4bee:0x56f,_0x286dc6:0x4ba,_0x52e2ae:0x391,_0x371ee6:0x3eb,_0x4ee2ad:0x47d,_0x4156e2:0x3b9,_0x17976e:0x378,_0x9e16ce:0x67,_0x10a997:0x418,_0x463ad8:0x34b,_0xd4e064:0x144,_0x4f50b6:0x151,_0x39c5d9:0x3ab,_0x1fab7a:0x364,_0x4825bb:0xe6,_0x10d9ae:0x3d5},_0x33bdf7={_0x4e7c37:0x50},_0x10ece4={'UCFug':'OAuth\x20stat'+_0x48cfc1(_0x6d6024._0x31f553,0x358,0x333,_0x6d6024._0x29129b)+'d\x20or\x20expir'+'ed','Pxyqa':function(_0x8dbf06,_0x5e6e4f){return _0x8dbf06>_0x5e6e4f;},'kkkdS':'Authorizat'+_0xe33482(0xea,_0x6d6024._0x538ff2,_0x6d6024._0x33efb2,0x77)+'s\x20required','PrxZr':_0x48cfc1(0x372,0x3b2,0x3cb,_0x6d6024._0x2c9f18)+_0xe33482(_0x6d6024._0x11ec8e,_0x6d6024._0x41d5cd,0x10d,_0x6d6024._0x640ece)+_0xe33482(0x6f,_0x6d6024._0x3bf311,_0x6d6024._0x57dad9,0x12e),'BIMrD':function(_0x310825,_0x2b8bb9){return _0x310825===_0x2b8bb9;},'wQmVG':_0xe33482(_0x6d6024._0x3e989d,0xe,0x92,_0x6d6024._0x8ff17b),'KmfpV':_0xe33482(-0x5e,-_0x6d6024._0x4c7bbb,_0x6d6024._0x4261a6,_0x6d6024._0xa5f747)+_0x48cfc1(_0x6d6024._0x360746,_0x6d6024._0x2da818,0x3d6,0x511),'vJDou':function(_0x5e0b17,_0x119568,_0x421738){return _0x5e0b17(_0x119568,_0x421738);},'YKjBW':_0x48cfc1(0x332,_0x6d6024._0x37e1b9,_0x6d6024._0x226b50,_0x6d6024._0x2c1834)+_0xe33482(0x7e,0x103,0x89,0x1)+_0x48cfc1(0x40e,_0x6d6024._0x4a52b7,_0x6d6024._0x1c8619,0x530),'GJZta':function(_0x1f76e7,_0x2e5323){return _0x1f76e7!==_0x2e5323;},'pjNLa':_0xe33482(_0x6d6024._0x1e5465,_0x6d6024._0x7d1af4,_0x6d6024._0x5b4f43,0x13),'ygPqT':_0x48cfc1(_0x6d6024._0x170c11,_0x6d6024._0x2d803a,_0x6d6024._0x4b1757,_0x6d6024._0x323713),'ygtDP':function(_0x1a86b6,_0x972dd1){return _0x1a86b6===_0x972dd1;},'ALkJo':'waOYQ','CoTLC':_0xe33482(_0x6d6024._0x37cec0,_0x6d6024._0x13ef90,_0x6d6024._0x27840f,0xfe),'FbYJx':function(_0x247eeb,_0x39e32f,_0x1a8dc8){return _0x247eeb(_0x39e32f,_0x1a8dc8);},'CoAeP':function(_0x505c05,_0x343a36,_0x29b357,_0x2140b0,_0x3ecc58){return _0x505c05(_0x343a36,_0x29b357,_0x2140b0,_0x3ecc58);},'hUHKC':function(_0x3e17d8,_0x342a86){return _0x3e17d8(_0x342a86);},'ILjoP':_0x48cfc1(_0x6d6024._0x52d4e3,0x4a5,_0x6d6024._0x550f61,_0x6d6024._0x548010)+_0xe33482(0x23b,_0x6d6024._0x470f8c,_0x6d6024._0x285950,0x119)+_0x48cfc1(_0x6d6024._0x6cf988,_0x6d6024._0x268bf6,0x3f7,_0x6d6024._0x4f685a)+_0xe33482(0x98,0xf3,0xa9,0x43),'YewQb':'http://loc'+_0xe33482(0x95,0x196,_0x6d6024._0x2c9484,0x4f),'SMrWd':'git_connec'+_0xe33482(_0x6d6024._0x2e241a,0x108,_0x6d6024._0x2f2d48,_0x6d6024._0x40953f),'aDzaD':_0x48cfc1(_0x6d6024._0x181eae,_0x6d6024._0x259fe1,_0x6d6024._0x5c3aaa,_0x6d6024._0x4a21f3),'gOerK':'provider','YMHMr':function(_0x79067c,_0x3f8e18){return _0x79067c+_0x3f8e18;},'vcyVC':function(_0x5f29af,_0x283173){return _0x5f29af===_0x283173;},'hNkMa':_0x48cfc1(_0x6d6024._0x42f8e2,_0x6d6024._0x255f49,_0x6d6024._0x4c7cbc,_0x6d6024._0x6de5bd)+'ps','laEKN':_0xe33482(_0x6d6024._0x5ea614,0x1a1,0x11c,0x8f)+'CE\x20code\x20ve'+_0x48cfc1(_0x6d6024._0x20aa94,_0x6d6024._0x40590,0x401,_0x6d6024._0x26943e)+'OAuth\x20stat'+'e','yfQqp':'Missing\x20ca'+_0x48cfc1(0x4f3,0x4d5,0x4d2,_0x6d6024._0x3ecaa0)+_0x48cfc1(0x52f,0x4cc,_0x6d6024._0x229325,_0x6d6024._0x3aabec)+'state','PrjYT':function(_0x138e61,_0x48b001,_0x3ac3b3){return _0x138e61(_0x48b001,_0x3ac3b3);},'LzMAp':_0xe33482(0x10a,0x1ab,0x134,_0x6d6024._0x43118f)+'ps\x20OAuth\x20c'+_0x48cfc1(0x488,0x3c2,0x3f0,0x416)+_0x48cfc1(_0x6d6024._0x59ff52,0x356,_0x6d6024._0x10d869,_0x6d6024._0x579491)+'y'},_0x15dc24=_0x1672ca[_0x48cfc1(0x4c5,_0x6d6024._0x2f4c70,0x40b,_0x6d6024._0x2ae73c)]||_0x5dfc1f;function _0xe33482(_0x9a6f08,_0x4fd037,_0x4541bb,_0x4324aa){return _0x4cc9b4(_0x9a6f08-0x1cc,_0x4541bb- -0x2de,_0x4541bb-0x1f,_0x4324aa);}const {code:_0x5018e9,state:_0x1ddfce,userId:_0x4ba1a3}=_0x548fe0;if(!_0x5018e9)throw new Error(_0x10ece4[_0x48cfc1(_0x6d6024._0xea02c3,0x4c6,_0x6d6024._0x824aa3,_0x6d6024._0x3832d1)]);if(!_0x1ddfce)throw new Error(_0x10ece4[_0x48cfc1(0x409,0x493,0x49d,0x47a)]);if(!_0x4ba1a3){if(_0x10ece4[_0x48cfc1(0x503,_0x6d6024._0x1e5e47,_0x6d6024._0x537708,_0x6d6024._0x509d06)](_0x10ece4[_0xe33482(0xfd,_0x6d6024._0x33d785,_0x6d6024._0x421d6d,_0x6d6024._0x2f2d48)],_0x10ece4[_0x48cfc1(0x45b,0x4bc,0x475,0x43f)]))throw new Error(_0x10ece4[_0xe33482(0x11,0x12b,0xbc,_0x6d6024._0x2d266d)]);else return'Azure\x20DevO'+_0xe33482(0xfd,0x112,0x1a4,0x136)+_0x387e68['organizati'+'on']+')';}const _0x4fc7fe=await _0x10ece4[_0x48cfc1(0x440,_0x6d6024._0x181aba,_0x6d6024._0x4a8961,_0x6d6024._0x355e7a)](consumeOAuthState,_0x1ddfce,_0x1672ca);if(!_0x4fc7fe)throw new Error(_0x10ece4[_0x48cfc1(0x34c,_0x6d6024._0xd3562b,0x427,_0x6d6024._0x320b22)]);const {provider_name:_0x15f3d8,provider_type:_0x5e410f,redirect_after:_0x181277}=_0x4fc7fe,_0x35fc02={};_0x35fc02[_0x48cfc1(_0x6d6024._0x4a21f3,_0x6d6024._0x3bdf16,_0x6d6024._0x535012,_0x6d6024._0x5ec430)+'me']=_0x15f3d8,_0x35fc02[_0x48cfc1(0x51c,0x467,0x513,0x4e7)+'pe']=_0x5e410f,_0x35fc02[_0x48cfc1(0x54b,_0x6d6024._0x8f1c5d,0x42d,_0x6d6024._0x31059a)]=_0x4ba1a3;function _0x48cfc1(_0x54c64b,_0x34348d,_0x320780,_0x50ada5){return _0x4cc9b4(_0x54c64b-_0x33bdf7._0x4e7c37,_0x34348d-0x46,_0x320780-0x62,_0x320780);}_0x15dc24[_0x48cfc1(0x3f1,0x36a,_0x6d6024._0x1f46a9,0x3a3)](_0xe33482(_0x6d6024._0x2a94e5,0xc6,_0x6d6024._0xe8099b,-_0x6d6024._0x48cdd7)+_0x48cfc1(0x422,0x35f,0x355,0x2be)+_0x48cfc1(_0x6d6024._0x871c02,_0x6d6024._0x4656ab,_0x6d6024._0x32d0aa,0x439),_0x35fc02);const _0x197d55=await _0x10ece4['vJDou'](getProviderConfig,_0x15f3d8,_0x1672ca);if(!_0x197d55){if(_0x10ece4[_0xe33482(_0x6d6024._0xd4181,_0x6d6024._0x20c333,0x11a,0x109)](_0x10ece4[_0x48cfc1(0x3e8,0x3dc,_0x6d6024._0x16013e,0x371)],_0x10ece4[_0x48cfc1(0x328,_0x6d6024._0x3800c4,0x3e0,_0x6d6024._0xf9ea83)])){const _0x5006f9={};return _0x5006f9[_0x48cfc1(_0x6d6024._0x3abcfb,0x3fb,0x39c,0x39f)]=_0x39e42c,_0x5afaa2[_0x48cfc1(_0x6d6024._0x7e7227,_0x6d6024._0x11b7c2,_0x6d6024._0x29ecf0,_0x6d6024._0x3791e9)](_0x10ece4['UCFug'],_0x5006f9),null;}else throw new Error(_0xe33482(0x70,0x73,_0x6d6024._0x75e6fc,0xee)+'ot\x20found:\x20'+_0x15f3d8);}if(_0x5e410f===_0x10ece4[_0xe33482(0xee,0x187,_0x6d6024._0x3030e6,0x211)]){if(_0x10ece4[_0xe33482(0x97,0x16e,0x104,0xd0)](_0x10ece4[_0x48cfc1(_0x6d6024._0x49f01d,0x459,_0x6d6024._0x32e567,_0x6d6024._0x12d83b)],_0x10ece4[_0xe33482(0xe7,-0x6c,_0x6d6024._0x31ab4b,-_0x6d6024._0xebcf38)]))_0x10ece4['Pxyqa'](_0x2f5f35-_0x3c88ef[_0x48cfc1(0x418,0x4c9,0x420,_0x6d6024._0x3832d1)],_0x12a01b)&&delete _0x2d5a4d[_0xe33482(-_0x6d6024._0x97e8f6,0x109,0x69,0x123)][_0x21a0d4];else{const _0x1df807={};_0x1df807['code']=_0x5018e9,_0x1df807['providerNa'+'me']=_0x15f3d8,_0x1df807[_0xe33482(0xdd,0xed,0xef,0x143)+'nfig']=_0x197d55;const _0x4dec0a=await _0x10ece4['vJDou'](exchangeGitHubCode,_0x1df807,_0x1672ca),_0x587218=await _0x10ece4[_0x48cfc1(0x450,0x47c,0x514,0x41c)](getGitHubUserInfo,_0x4dec0a[_0x48cfc1(_0x6d6024._0x14f696,_0x6d6024._0x425687,_0x6d6024._0x5450bf,0x49c)+'en'],_0x197d55);await _0x10ece4['CoAeP'](storeUserGitToken,_0x4ba1a3,_0x15f3d8,{'access_token':_0x4dec0a['access_tok'+'en'],'refresh_token':_0x4dec0a[_0x48cfc1(0x392,0x382,_0x6d6024._0x4bdb14,0x2ca)+_0x48cfc1(0x2d1,0x392,0x2ce,_0x6d6024._0x93e2a1)],'expires_at':_0x10ece4['hUHKC'](calculateExpiry,_0x4dec0a['expires_in']),'github_login':_0x587218['login'],'github_user_id':_0x587218['id']},_0x1672ca);const _0x570310={};_0x570310[_0x48cfc1(0x54e,0x4dd,0x439,0x432)]=_0x4ba1a3,_0x570310[_0x48cfc1(0x3e6,_0x6d6024._0x3bdf16,0x3d0,_0x6d6024._0x1270cb)+'me']=_0x15f3d8,_0x570310[_0xe33482(_0x6d6024._0x5b2dc1,_0x6d6024._0x5477b9,0x16b,_0x6d6024._0x27c61b)+'n']=_0x587218[_0x48cfc1(_0x6d6024._0x2db74d,_0x6d6024._0x24b1ff,0x36a,_0x6d6024._0x5cfabd)],_0x15dc24[_0x48cfc1(0x2b0,0x36a,_0x6d6024._0x12f88c,_0x6d6024._0x551c6d)](_0x10ece4[_0xe33482(_0x6d6024._0x4a9721,0xbd,_0x6d6024._0x3c70d0,0x16b)],_0x570310);const _0x4ebbf2=new URL(_0x181277,_0x10ece4[_0xe33482(_0x6d6024._0x8ff17b,0xfe,_0x6d6024._0x52de61,_0x6d6024._0x328ac6)]);return _0x4ebbf2[_0x48cfc1(_0x6d6024._0x26ae01,_0x6d6024._0xbc1f02,0x36e,0x356)+'ms'][_0xe33482(_0x6d6024._0x3bf311,_0x6d6024._0x2a97b6,_0x6d6024._0x1abfd5,_0x6d6024._0x5e0a2c)](_0x10ece4[_0xe33482(_0x6d6024._0x295e9e,_0x6d6024._0x561023,0xaa,_0x6d6024._0x18994a)],_0x10ece4['aDzaD']),_0x4ebbf2[_0xe33482(0xa1,0x8a,0x67,0xf1)+'ms']['set'](_0x10ece4[_0xe33482(0x12a,0x123,0x192,0x1d1)],_0x15f3d8),{'success':!![],'redirectUrl':_0x10ece4[_0xe33482(-0x58,0xd1,0x52,_0x6d6024._0x4c33cb)](_0x4ebbf2[_0x48cfc1(0x496,0x40e,_0x6d6024._0x25506e,0x3c8)],_0x4ebbf2['search']),'providerName':_0x15f3d8};}}if(_0x10ece4[_0xe33482(-_0x6d6024._0x5ee501,0x126,_0x6d6024._0xe5d8e7,_0x6d6024._0xf9058)](_0x5e410f,_0x10ece4[_0x48cfc1(0x552,0x495,_0x6d6024._0x244e87,_0x6d6024._0xaee74c)])){const {code_verifier:_0x23e346,callback_url:_0x2e9f1f}=_0x4fc7fe;if(!_0x23e346)throw new Error(_0x10ece4[_0xe33482(0xe6,0x120,0xe4,0x110)]);if(!_0x2e9f1f)throw new Error(_0x10ece4[_0x48cfc1(0x2f8,0x3a3,0x356,0x312)]);const _0x286e12={};_0x286e12[_0x48cfc1(_0x6d6024._0x26943e,_0x6d6024._0x48ee80,_0x6d6024._0x1c8619,_0x6d6024._0x34b032)]=_0x5018e9,_0x286e12[_0x48cfc1(_0x6d6024._0x216ee9,0x46c,_0x6d6024._0x4ee3ec,0x43a)+'me']=_0x15f3d8,_0x286e12[_0xe33482(0xfc,_0x6d6024._0x223117,0xef,0x18b)+'nfig']=_0x197d55,_0x286e12[_0xe33482(0x49,-_0x6d6024._0x204a5c,_0x6d6024._0x2548f9,-_0x6d6024._0xfc12db)+'l']=_0x2e9f1f,_0x286e12['codeVerifi'+'er']=_0x23e346;const _0x27f950=await _0x10ece4[_0xe33482(_0x6d6024._0x36b597,0x11f,0x17e,_0x6d6024._0x4f1fee)](exchangeAzureDevOpsCode,_0x286e12,_0x1672ca),_0x1e0637=await _0x10ece4[_0x48cfc1(0x4ef,0x45e,_0x6d6024._0xdf0105,0x4e7)](getAzureDevOpsUserInfo,_0x27f950[_0x48cfc1(0x456,0x42a,0x3c1,_0x6d6024._0x3aa832)+'en']);await storeUserGitToken(_0x4ba1a3,_0x15f3d8,{'access_token':_0x27f950[_0x48cfc1(0x4b4,_0x6d6024._0x5292c7,0x3e3,0x46f)+'en'],'refresh_token':_0x27f950[_0x48cfc1(_0x6d6024._0x3789f5,_0x6d6024._0x127155,_0x6d6024._0x22e2b3,0x3d3)+_0xe33482(-0xd,-_0x6d6024._0x583767,_0x6d6024._0x5323a1,-_0x6d6024._0x30c690)],'expires_at':calculateExpiry(_0x27f950['expires_in']),'azure_username':_0x1e0637['emailAddre'+'ss']||_0x1e0637[_0xe33482(0x192,_0x6d6024._0x1c2d06,_0x6d6024._0x6bb576,_0x6d6024._0x244c27)+'e']},_0x1672ca);const _0x45ecaf={};_0x45ecaf[_0xe33482(_0x6d6024._0x5f1ecc,0x27e,_0x6d6024._0x356570,0x1f0)]=_0x4ba1a3,_0x45ecaf['providerNa'+'me']=_0x15f3d8,_0x45ecaf[_0x48cfc1(0x30f,_0x6d6024._0x24f4b2,_0x6d6024._0x44500b,_0x6d6024._0x23599a)+_0xe33482(0x18f,_0x6d6024._0x38dd41,_0x6d6024._0x2e241a,0x102)]=_0x1e0637[_0x48cfc1(0x47c,0x4b0,_0x6d6024._0x1e4bee,0x51a)+'ss']||_0x1e0637[_0x48cfc1(0x496,_0x6d6024._0x286dc6,0x492,0x4c7)+'e'],_0x15dc24[_0x48cfc1(0x417,0x36a,0x3e1,_0x6d6024._0x52e2ae)](_0x10ece4['LzMAp'],_0x45ecaf);const _0x536c35=new URL(_0x181277,_0x10ece4[_0xe33482(0x6c,0x15b,0x126,0xf2)]);return _0x536c35['searchPara'+'ms'][_0x48cfc1(_0x6d6024._0x371ee6,0x3f6,0x4ae,_0x6d6024._0x4ee2ad)](_0x10ece4['SMrWd'],_0x10ece4[_0x48cfc1(0x431,_0x6d6024._0x4156e2,_0x6d6024._0x17976e,0x2f9)]),_0x536c35[_0xe33482(0x88,0x94,_0x6d6024._0x9e16ce,-0x60)+'ms'][_0x48cfc1(0x377,0x3f6,_0x6d6024._0x10a997,_0x6d6024._0x463ad8)](_0x10ece4[_0xe33482(_0x6d6024._0xd4e064,_0x6d6024._0x4f50b6,0x192,0xed)],_0x15f3d8),{'success':!![],'redirectUrl':_0x10ece4[_0x48cfc1(_0x6d6024._0x39c5d9,0x376,_0x6d6024._0x1fab7a,0x36a)](_0x536c35['pathname'],_0x536c35[_0xe33482(_0x6d6024._0x5b2dc1,0x197,_0x6d6024._0x4825bb,0x13b)]),'providerName':_0x15f3d8};}throw new Error('Unsupporte'+'d\x20provider'+_0x48cfc1(0x48a,_0x6d6024._0x10d9ae,0x3c2,0x49c)+_0x5e410f);}async function refreshGitHubToken(_0x405c33,_0x3f9af9={}){const _0x2e4cea={_0x10669d:0x1e9,_0x5da92b:0x154,_0x3825bc:0x1b6,_0x33aa47:0xeb,_0x37dfea:0x108,_0x1d712d:0x625,_0x3880ec:0x6bb,_0x336675:0x55e,_0x1ca19e:0x59e,_0x1517cd:0x520,_0x3f84dc:0x57c,_0x58e789:0x672,_0x5c758c:0x5a1,_0x2d7385:0x580,_0x9cf536:0x62d,_0x3554b6:0x5cf,_0x53ee6f:0xe4,_0xce848b:0x228,_0x1e1e0a:0xda,_0x3a04dc:0x187,_0x20aaf3:0x138,_0x3d4fc0:0xd3,_0x425edd:0x521,_0x5b28c6:0x66b,_0x18a591:0x60e,_0x2913f7:0x698,_0x454903:0x10e,_0x2e5dc0:0x39,_0x47263d:0xb9,_0x4dd8be:0x15c,_0x2ce2a0:0x13c,_0x438178:0x4fa,_0x45a0f5:0x593,_0x4a62c4:0x62d,_0x27fa22:0x618,_0x3225aa:0xcf,_0x54a9b2:0x63,_0x2199a1:0xb8,_0x59ab12:0x6c,_0x10df1d:0xc8,_0x3b67f2:0x252,_0x44d0a1:0x1aa,_0x5b45c9:0x1df,_0x43b112:0x20a,_0x2fbf9d:0x191,_0x1eece5:0x161,_0x3a1a58:0x2b8,_0x5fa9d2:0xf3,_0x2184bd:0x5ef,_0x501696:0x516,_0x32f1e5:0x53f,_0x22d766:0xd3,_0xc2550c:0x152,_0x375bef:0xcb,_0x93f165:0x9a,_0x21e753:0x150,_0x5632ed:0x119,_0x5bd71a:0x5eb,_0x55ad3b:0xce,_0x172556:0x42,_0x538f53:0xf2,_0x25fa4c:0x531,_0x38ac3f:0x4ef,_0x19d331:0x10b,_0x31166f:0xe1,_0x999066:0x499,_0x555353:0x4b,_0x3755c8:0x129,_0x8cc193:0x504,_0x4b7137:0x8a,_0x4841ae:0x112,_0x5a5754:0x121,_0x342e6d:0x5ca,_0x5a71f6:0x502,_0x5d318c:0x14d,_0x25ae14:0x11d,_0x454319:0x215,_0x45fba8:0xad,_0x4bce89:0x76,_0x5a7044:0x5f2,_0xbbe3c7:0x562,_0x48c07b:0x2bf,_0x4694c0:0x21a,_0x23a426:0x482,_0x19a793:0x5c,_0x48242a:0x5a,_0x52e963:0x81,_0x53a2bf:0x9b,_0xab3c89:0x598,_0x4b978d:0x5d6},_0x1e99e3={_0x5a5444:0x1bd},_0x4638d1={_0x4972fc:0xd8,_0x25e496:0x226,_0x5710ad:0x90},_0x52a224={'KbfAJ':_0x1e59d2(_0x2e4cea._0x10669d,0x192,_0x2e4cea._0x5da92b,0x1d2)+_0x1e59d2(0x121,_0x2e4cea._0x3825bc,_0x2e4cea._0x33aa47,_0x2e4cea._0x37dfea)+_0x100bb1(0x645,0x6af,0x6e0,_0x2e4cea._0x1d712d),'Jcnhh':function(_0x44830d,_0x2fc06d,_0x4f455a){return _0x44830d(_0x2fc06d,_0x4f455a);},'xInDx':function(_0x46dcfb,_0x2761f6){return _0x46dcfb(_0x2761f6);},'YaSOX':_0x100bb1(0x69f,0x6ca,_0x2e4cea._0x3880ec,0x647)+_0x100bb1(0x58f,_0x2e4cea._0x336675,_0x2e4cea._0x1ca19e,_0x2e4cea._0x1517cd),'yymKn':function(_0x2b9e19,_0x3742ec){return _0x2b9e19!==_0x3742ec;},'XVlSs':_0x100bb1(_0x2e4cea._0x3f84dc,0x5ce,0x55c,0x5f5),'KitJy':_0x100bb1(_0x2e4cea._0x58e789,_0x2e4cea._0x5c758c,0x603,0x63a),'CWuSr':_0x100bb1(_0x2e4cea._0x2d7385,_0x2e4cea._0x9cf536,_0x2e4cea._0x3554b6,0x589)+'en\x20refresh'+'\x20error'};function _0x1e59d2(_0x55796b,_0x1ead51,_0xfb11c7,_0x36bbfb){return _0x383810(_0x55796b-_0x4638d1._0x4972fc,_0x1ead51,_0x36bbfb- -_0x4638d1._0x25e496,_0x36bbfb-_0x4638d1._0x5710ad);}const _0x11e744=_0x3f9af9[_0x100bb1(0x523,0x652,0x59e,0x5ac)]||_0x5dfc1f,{refreshToken:_0x14c594,providerName:_0x369e25,providerConfig:_0x586a2d}=_0x405c33,{getSecretsPath:_0x1854df}=await import(_0x52a224[_0x1e59d2(_0x2e4cea._0x53ee6f,_0x2e4cea._0xce848b,_0x2e4cea._0x1e1e0a,_0x2e4cea._0x3a04dc)]),_0x1560d7=_0x1854df();if(!_0x1560d7)throw new Error(_0x1e59d2(0x153,_0x2e4cea._0x20aaf3,0xef,_0x2e4cea._0x3d4fc0)+_0x100bb1(0x5c1,0x552,_0x2e4cea._0x425edd,0x597)+'figured');const _0x2958c4=await _0x52a224[_0x100bb1(_0x2e4cea._0x5b28c6,_0x2e4cea._0x18a591,_0x2e4cea._0x2913f7,0x620)](readSecretFile,_0x1560d7,_0x586a2d[_0x1e59d2(0x1b3,0x5b,0x94,0xff)+_0x1e59d2(_0x2e4cea._0x454903,0x2a,_0x2e4cea._0x2e5dc0,_0x2e4cea._0x47263d)]),{token:_0x5c3ec9}=_0x52a224['xInDx'](getGitHubOAuthUrls,_0x586a2d),_0x322827={};_0x322827['client_id']=_0x586a2d[_0x1e59d2(_0x2e4cea._0x4dd8be,0xc3,0x173,_0x2e4cea._0x2ce2a0)],_0x322827['client_sec'+_0x100bb1(0x525,0x4cb,0x47d,_0x2e4cea._0x438178)]=_0x2958c4,_0x322827[_0x100bb1(_0x2e4cea._0x45a0f5,0x676,_0x2e4cea._0x4a62c4,_0x2e4cea._0x27fa22)]=_0x1e59d2(_0x2e4cea._0x3225aa,0x115,_0x2e4cea._0x54a9b2,_0x2e4cea._0x2199a1)+'ken',_0x322827[_0x1e59d2(_0x2e4cea._0x59ab12,0x0,0xd2,0xb8)+_0x1e59d2(0x14e,0x109,0xa6,_0x2e4cea._0x10df1d)]=_0x14c594;const _0x33c7e8=await _0x52a224[_0x1e59d2(_0x2e4cea._0x3b67f2,_0x2e4cea._0x44d0a1,0x207,_0x2e4cea._0x5b45c9)](fetch,_0x5c3ec9,{'method':_0x1e59d2(0x1cf,_0x2e4cea._0x43b112,0x177,_0x2e4cea._0x2fbf9d),'headers':{'Accept':_0x1e59d2(_0x2e4cea._0x1eece5,_0x2e4cea._0x3a1a58,0x242,0x206)+_0x1e59d2(0x175,0x19e,_0x2e4cea._0x5fa9d2,0xdf),'Content-Type':_0x52a224[_0x100bb1(0x601,_0x2e4cea._0x2184bd,0x52d,0x563)]},'body':JSON[_0x100bb1(_0x2e4cea._0x501696,0x5f9,_0x2e4cea._0x32f1e5,0x53a)](_0x322827)});function _0x100bb1(_0x1a7395,_0x211112,_0x38181c,_0x5b6465){return _0x4cc9b4(_0x1a7395-0x9f,_0x5b6465-_0x1e99e3._0x5a5444,_0x38181c-0x1e9,_0x1a7395);}if(!_0x33c7e8['ok']){const _0x38f8da=await _0x33c7e8[_0x1e59d2(_0x2e4cea._0x22d766,_0x2e4cea._0xc2550c,0xa5,_0x2e4cea._0x375bef)](),_0x2e1a2f={};_0x2e1a2f[_0x1e59d2(0x90,_0x2e4cea._0x93f165,_0x2e4cea._0x21e753,_0x2e4cea._0x5632ed)]=_0x33c7e8['status'],_0x2e1a2f[_0x100bb1(0x666,0x6b4,_0x2e4cea._0x5bd71a,0x655)]=_0x38f8da,_0x11e744['error']('GitHub\x20tok'+_0x1e59d2(_0x2e4cea._0x55ad3b,_0x2e4cea._0x172556,_0x2e4cea._0x538f53,0xe1)+_0x100bb1(0x5e0,_0x2e4cea._0x25fa4c,_0x2e4cea._0x38ac3f,0x5b0),_0x2e1a2f);throw new Error('GitHub\x20tok'+_0x1e59d2(_0x2e4cea._0x19d331,0x112,0x4f,_0x2e4cea._0x31166f)+_0x100bb1(0x4cb,0x4f5,_0x2e4cea._0x999066,_0x2e4cea._0x32f1e5)+_0x33c7e8[_0x100bb1(0x500,0x4de,0x4dd,0x55a)]);}const _0x1022dc=await _0x33c7e8['json']();if(_0x1022dc['error']){if(_0x52a224['yymKn'](_0x52a224[_0x1e59d2(_0x2e4cea._0x555353,0x109,_0x2e4cea._0x3755c8,0xc5)],_0x52a224[_0x100bb1(_0x2e4cea._0x8cc193,0x414,0x571,0x4da)])){const _0x490867={};_0x490867[_0x1e59d2(_0x2e4cea._0x4b7137,_0x2e4cea._0x4841ae,0x1ae,_0x2e4cea._0x5a5754)]=_0x1022dc[_0x100bb1(_0x2e4cea._0x342e6d,_0x2e4cea._0x5a71f6,0x581,0x562)],_0x490867['descriptio'+'n']=_0x1022dc[_0x1e59d2(_0x2e4cea._0x5d318c,_0x2e4cea._0x25ae14,_0x2e4cea._0x454319,0x1c6)+_0x1e59d2(_0x2e4cea._0x45fba8,_0x2e4cea._0x4bce89,0x134,0xa5)],_0x11e744[_0x100bb1(0x4f7,_0x2e4cea._0x5a7044,0x586,_0x2e4cea._0xbbe3c7)](_0x52a224[_0x1e59d2(_0x2e4cea._0x48c07b,_0x2e4cea._0x4694c0,0x2ac,0x211)],_0x490867);throw new Error(_0x1022dc['error_desc'+_0x100bb1(0x4c4,0x56a,_0x2e4cea._0x23a426,0x4e6)]||_0x1022dc[_0x1e59d2(_0x2e4cea._0x19a793,0x182,_0x2e4cea._0x48242a,_0x2e4cea._0x5a5754)]);}else throw new _0x329f75(_0x1e59d2(_0x2e4cea._0x52e963,0x75,_0x2e4cea._0x53a2bf,0xb4)+_0x100bb1(0x58a,_0x2e4cea._0xab3c89,0x5ee,_0x2e4cea._0x4b978d)+_0x1447d9);}return _0x1022dc;}function _0x4cc9b4(_0x10fbaa,_0x218c2d,_0x396bd9,_0xbb38b3){return _0x161f(_0x218c2d-0x15d,_0xbb38b3);}async function refreshAzureDevOpsToken(_0x167680,_0x48a112={}){const _0xffc252={_0x2a0d66:0x26d,_0x1e8a74:0x2d4,_0x8ada91:0x2bf,_0x7f462c:0x2e4,_0x260271:0x250,_0x3c8bea:0x36b,_0x6a8ecc:0x36f,_0x2f3539:0x36e,_0x2c9d6a:0x329,_0xd0df69:0x303,_0x37da53:0x22c,_0x433aee:0x249,_0x52d292:0x2ed,_0x50412c:0x259,_0x575eee:0x217,_0x519cba:0x11f,_0x2fbae7:0x1b8,_0xb4f40d:0x1ed,_0x57e6ba:0x2be,_0x3ea3bd:0x28e,_0x57d4d5:0x281,_0xc232f9:0x2ab,_0x5241b9:0x347,_0x508dc8:0x256,_0x1be086:0x202,_0x4e1ca8:0x2a1,_0x1608a1:0xff,_0x50f2f1:0xbe,_0x260bbc:0x180,_0x278a27:0x149,_0x5912dd:0x207,_0x3bceba:0x1b6,_0x4eac53:0x17d,_0x340ff4:0x17e,_0x231c0e:0x1ba,_0x554ff2:0x384,_0x113e4d:0x2c8,_0x268e4b:0x2f8,_0x325222:0x2ad,_0x24fa87:0x178,_0x24d364:0x1a4,_0x106ed1:0x25c,_0x3a1e4f:0x232,_0x52c3d1:0x3e6,_0x5aa995:0x330,_0x1e3009:0x399,_0x5e7ec5:0x8,_0x60a4df:0x90,_0x42ad5c:0xd8,_0x4961f2:0xa8,_0x5c6b6c:0x27c,_0x57ce2e:0x338,_0x44befd:0x293,_0xafaaa7:0x22b,_0x5b1ef1:0x1a0,_0x334b13:0x1a0,_0x2e81e1:0x20b,_0x145cd3:0x198,_0x24868d:0x118,_0x273a2f:0x2f1,_0x3297fd:0x253,_0x52a0d5:0x229,_0x5ad44e:0x1e4,_0x272503:0x304,_0x5f1348:0x26c,_0x4a395c:0x3ae,_0x16560a:0x29e,_0xcd2c59:0x33b,_0x54ba72:0x31b,_0x17e328:0x2e1,_0x1c1cd8:0x247,_0x490714:0x121,_0x4029bd:0x156,_0x101354:0x2ff,_0x26745c:0x1c7,_0x25ae00:0x2d2,_0x17c39e:0x132,_0x19be5f:0x262,_0x5213e0:0x236,_0xa77e0a:0x201,_0x2ff3bb:0x2e4,_0x1c82fd:0x27c,_0x220b45:0x293,_0x45e968:0x226,_0x3030c3:0x1a4,_0x3dfcde:0x26e,_0x511d4d:0x1a8,_0x4f10fd:0x1bc,_0x3a6932:0x21e,_0x1fedb1:0x147,_0x1fee3f:0x209,_0x5187e4:0xea,_0x258cd6:0xf1,_0x3d621f:0x35b,_0x6068de:0xd6,_0x5d3b70:0x39,_0x4b5bf3:0x1a7,_0x5bdf5e:0x214},_0x11a968={_0x33661d:0xc3,_0x397f9e:0x3a},_0x378590={_0x2199b0:0x1a8,_0x57b32f:0x53d},_0x44049d={};_0x44049d['DTTtT']='refresh_to'+_0x2c5014(-0x13d,-_0xffc252._0x2a0d66,-0x1f1,-0x1d1),_0x44049d[_0x489bbf(0x337,0x329,_0xffc252._0x1e8a74,0x3b8)]=_0x489bbf(0x2f4,_0xffc252._0x8ada91,0x334,0x28d),_0x44049d[_0x489bbf(_0xffc252._0x7f462c,0x31b,_0xffc252._0x260271,_0xffc252._0x3c8bea)]=function(_0x23077d,_0x1c78b7){return _0x23077d!==_0x1c78b7;},_0x44049d[_0x489bbf(_0xffc252._0x6a8ecc,0x341,0x2f8,0x3e5)]=_0x2c5014(-0x1a0,-0x45,-0x102,-0x14a),_0x44049d[_0x489bbf(0x346,_0xffc252._0x2f3539,0x3c0,_0xffc252._0x2c9d6a)]=_0x489bbf(0x2f1,_0xffc252._0xd0df69,0x251,0x33d)+_0x489bbf(0x29e,_0xffc252._0x37da53,_0xffc252._0x433aee,_0xffc252._0x52d292)+_0x489bbf(0x24a,_0xffc252._0x50412c,_0xffc252._0x575eee,0x1e0)+'or';const _0x4f1725=_0x44049d,_0x5cc844=_0x48a112[_0x2c5014(-_0xffc252._0x519cba,-_0xffc252._0x2fbae7,-0x14e,-_0xffc252._0xb4f40d)]||_0x5dfc1f,{refreshToken:_0x13d358,providerName:_0x2088d5,providerConfig:_0x4a7694}=_0x167680,_0x40e201=await getAzureDevOpsClientSecret(_0x4a7694,_0x2088d5);function _0x2c5014(_0x26dca3,_0x5a2065,_0x25f796,_0x500f5f){return _0x4cc9b4(_0x26dca3-_0x378590._0x2199b0,_0x25f796- -_0x378590._0x57b32f,_0x25f796-0xd4,_0x26dca3);}const _0xcacb8c=_0x489bbf(0x321,0x3e3,_0xffc252._0x57e6ba,0x339)+'gin.micros'+_0x2c5014(-_0xffc252._0x3ea3bd,-_0xffc252._0x57d4d5,-0x1fc,-_0xffc252._0xc232f9)+_0x489bbf(0x2a9,_0xffc252._0x5241b9,0x33f,0x32c)+_0x4a7694[_0x489bbf(0x2f6,0x32a,0x37e,_0xffc252._0x508dc8)]+(_0x489bbf(_0xffc252._0x1be086,_0xffc252._0x508dc8,0x264,_0xffc252._0x4e1ca8)+_0x2c5014(-_0xffc252._0x1608a1,-_0xffc252._0x50f2f1,-_0xffc252._0x260bbc,-0x1ab)),_0x3b91d1={};_0x3b91d1[_0x2c5014(-_0xffc252._0x278a27,-0x243,-0x17d,-_0xffc252._0x5912dd)]=_0x4a7694[_0x2c5014(-0xd9,-_0xffc252._0x3bceba,-_0xffc252._0x4eac53,-_0xffc252._0x340ff4)],_0x3b91d1[_0x2c5014(-0x139,-0x158,-_0xffc252._0x231c0e,-0x184)+'ret']=_0x40e201,_0x3b91d1[_0x489bbf(0x33a,_0xffc252._0x554ff2,_0xffc252._0x113e4d,_0xffc252._0x268e4b)]=_0x4f1725['DTTtT'],_0x3b91d1[_0x2c5014(-_0xffc252._0x325222,-_0xffc252._0x24fa87,-0x201,-0x262)+_0x2c5014(-_0xffc252._0x24d364,-_0xffc252._0x106ed1,-0x1f1,-0x169)]=_0x13d358,_0x3b91d1[_0x2c5014(-_0xffc252._0x3a1e4f,-0x1bd,-_0xffc252._0x5912dd,-0x1e5)]=AZURE_DEVOPS_OAUTH_SCOPES;const _0x673eef=new URLSearchParams(_0x3b91d1),_0x10f527={};_0x10f527[_0x489bbf(0x320,_0xffc252._0x52c3d1,_0xffc252._0x5aa995,_0xffc252._0x1e3009)+'pe']=_0x2c5014(-_0xffc252._0x5e7ec5,-0x6d,-0xb3,-0x15a)+'n/x-www-fo'+'rm-urlenco'+'ded';function _0x489bbf(_0x29a216,_0x316528,_0x53951e,_0x2cbb1f){return _0x383810(_0x29a216-0x1d,_0x53951e,_0x29a216- -_0x11a968._0x33661d,_0x2cbb1f-_0x11a968._0x397f9e);}const _0x200d08=await fetch(_0xcacb8c,{'method':_0x4f1725[_0x489bbf(0x337,0x320,0x2eb,0x3e2)],'headers':_0x10f527,'body':_0x673eef[_0x2c5014(-_0xffc252._0x60a4df,-0xed,-_0xffc252._0x42ad5c,-_0xffc252._0x4961f2)]()});if(!_0x200d08['ok']){const _0x393269=await _0x200d08['text'](),_0x4abfd0={};_0x4abfd0[_0x489bbf(_0xffc252._0x5c6b6c,_0xffc252._0x57ce2e,0x27a,_0xffc252._0x44befd)]=_0x200d08[_0x2c5014(-_0xffc252._0xafaaa7,-0x1b4,-_0xffc252._0x5b1ef1,-_0xffc252._0x334b13)],_0x4abfd0['response']=_0x393269,_0x5cc844[_0x2c5014(-0xe1,-_0xffc252._0x2e81e1,-_0xffc252._0x145cd3,-_0xffc252._0x24868d)](_0x489bbf(_0xffc252._0x273a2f,0x284,_0xffc252._0x3297fd,0x282)+_0x2c5014(-_0xffc252._0x52a0d5,-_0xffc252._0x5ad44e,-_0xffc252._0x340ff4,-0x1b0)+_0x489bbf(_0xffc252._0x272503,_0xffc252._0x5f1348,0x287,_0xffc252._0x4a395c)+'led',_0x4abfd0);throw new Error('Azure\x20DevO'+_0x489bbf(_0xffc252._0x16560a,_0xffc252._0xcd2c59,0x1fb,_0xffc252._0x54ba72)+_0x489bbf(0x304,_0xffc252._0x17e328,0x31d,_0xffc252._0x1c1cd8)+_0x2c5014(-0x9f,-_0xffc252._0x490714,-_0xffc252._0x4029bd,-0x10b)+_0x200d08[_0x489bbf(0x27c,_0xffc252._0x101354,_0xffc252._0x26745c,_0xffc252._0x25ae00)]);}const _0x3264f6=await _0x200d08[_0x2c5014(-0x252,-_0xffc252._0x17c39e,-0x19c,-_0xffc252._0x19be5f)]();if(_0x3264f6[_0x2c5014(-0x1fc,-_0xffc252._0x5213e0,-0x198,-_0xffc252._0xa77e0a)]){if(_0x4f1725[_0x489bbf(_0xffc252._0x2ff3bb,_0xffc252._0x1c82fd,_0xffc252._0x220b45,0x354)](_0x4f1725[_0x489bbf(0x36f,0x40c,0x38d,0x31a)],'ujnxq'))_0x54c551[_0x489bbf(_0xffc252._0x45e968,0x2ce,_0xffc252._0x3030c3,_0xffc252._0x3dfcde)]={};else{const _0x332ec1={};_0x332ec1[_0x2c5014(-_0xffc252._0x511d4d,-0x11e,-0x198,-_0xffc252._0x4f10fd)]=_0x3264f6[_0x2c5014(-_0xffc252._0x3a6932,-_0xffc252._0x1fedb1,-_0xffc252._0x145cd3,-_0xffc252._0x1fee3f)],_0x332ec1[_0x2c5014(-_0xffc252._0x5187e4,-0x10e,-_0xffc252._0x258cd6,-0x4b)+'n']=_0x3264f6[_0x489bbf(_0xffc252._0x2c9d6a,_0xffc252._0x3d621f,0x336,_0xffc252._0x2f3539)+'ription'],_0x5cc844[_0x2c5014(-0x1ea,-0x10a,-0x198,-0x183)](_0x4f1725[_0x2c5014(-0xbf,-0x13d,-_0xffc252._0x6068de,-_0xffc252._0x5d3b70)],_0x332ec1);throw new Error(_0x3264f6['error_desc'+_0x2c5014(-0x1d3,-_0xffc252._0x4b5bf3,-_0xffc252._0x5bdf5e,-0x27f)]||_0x3264f6['error']);}}return _0x3264f6;}export async function refreshUserToken(_0x172310,_0x409b53,_0x18ee9f={}){const _0x3207f6={_0x2e5733:0x634,_0x523fd6:0x56f,_0xe6c0ee:0x56f,_0x19f70f:0x561,_0x51bcc7:0x208,_0x1f978c:0x199,_0x34b93c:0x168,_0x5a9f64:0x2be,_0x371804:0x1bd,_0xd8dc19:0x5fa,_0x2f020b:0x587,_0x35f605:0x20b,_0x1fc427:0x296,_0x2fdfe5:0x598,_0x1a4efb:0x540,_0xaba167:0x609,_0x58cb5f:0x267,_0x49c5c3:0x2eb,_0x55f8f9:0x1cb,_0x13717a:0x50d,_0x43020f:0x4e1,_0x23cab7:0x278,_0x4a7dc8:0x337,_0x1364c7:0x437,_0x53451e:0x497,_0x51dab9:0x4bf,_0x1b6dcc:0x2a7,_0x555720:0x317,_0x20deb9:0x324,_0x493ae9:0x333,_0x514c5a:0x3bc,_0x52c215:0x4d2,_0x19c8f1:0x531,_0x1bba01:0x1e7,_0x2d0af2:0x1e5,_0x3b02f7:0x205,_0xe9f3fb:0x23a,_0x7438a3:0x233,_0x514067:0x2b1,_0x120cad:0x5fb,_0x26d544:0x653,_0x374547:0x460,_0x4d6a20:0x68d,_0x529afc:0x5d5,_0x230b44:0x599,_0x1e9206:0x3c9,_0x66d993:0x3cb,_0x3f6c30:0x51d,_0x96ff32:0x5ea,_0x5f9cd:0x5e2,_0x4077ad:0x5a8,_0x4dbd63:0x1b5,_0x5cecd5:0x15b,_0x4ceb69:0x246,_0x552b33:0x2ba,_0x1d5b52:0x245,_0x1d6a01:0x35a,_0x527a97:0x587,_0x21aeae:0x51c,_0x4c772d:0x1cd,_0x4401e2:0x18f,_0x3fe688:0x1d1,_0x12b72e:0x1dd,_0x10f630:0x1c9,_0x895bca:0x2a1,_0x2cdb70:0x14c,_0x392ab7:0x2b7,_0x1f6527:0x22f,_0x49c9cd:0x255,_0x6c1953:0x302,_0x27656a:0x5c3,_0x428a18:0x4b5,_0x57c744:0x640,_0x4b6553:0x577,_0x503ef5:0x6a0,_0x3d8a63:0x5e2,_0x5ec0a6:0x491,_0xa8942c:0x4e0,_0x2b3346:0x238,_0x5ae119:0x54a,_0x13a1a7:0x45d,_0x3eee13:0x30d,_0x5ef6e8:0x3a1,_0x138d10:0x539,_0x1d01eb:0x582,_0xacf889:0x506,_0x3d78c2:0x44b,_0x5428f7:0x4fe,_0x4999bd:0x61e,_0x12b192:0x5c3,_0x238f06:0x264,_0x3df95f:0x315,_0x19f025:0x51c,_0x55980f:0x1dd,_0x3bdc47:0x152,_0x4091ce:0x1a7,_0x193bf6:0x522,_0x15c093:0x5e2,_0x492699:0x59a,_0xdecae5:0x1fe,_0x5a18c9:0x27d,_0x5aca3d:0x249,_0x323d75:0x1c0,_0x4eed76:0x22a,_0xbf0e4a:0x262,_0x5c0fec:0x2cf,_0x5a1ec5:0x1e6,_0x542a18:0x2db,_0x1c66c7:0x24f,_0x28520d:0x1f8,_0x4af2b7:0x5b7,_0xb9f261:0x508,_0x445682:0x4d9,_0x287e14:0x261,_0x4c3667:0x1bb,_0x3d8d76:0x239,_0x5822b1:0x342,_0x24d01c:0x5ea,_0x57acde:0x58c,_0x413835:0x50d,_0x25651f:0x5d9,_0x4c0076:0x4df,_0x32185e:0x524,_0x4b1196:0x533,_0x4a54ba:0x4bc,_0x21dd03:0x571,_0x2d04f9:0x30c},_0x256910={_0x5126c1:0x14e,_0x506051:0x111,_0x1df6ee:0xb4},_0x19a43c={_0x22249c:0x1eb},_0x31a42b={'DtNCU':_0x502f9e(_0x3207f6._0x2e5733,_0x3207f6._0x523fd6,_0x3207f6._0xe6c0ee,_0x3207f6._0x19f70f)+_0x26825d(_0x3207f6._0x51bcc7,_0x3207f6._0x1f978c,0x2b0,_0x3207f6._0x34b93c)+'\x20name\x20are\x20'+_0x26825d(0x20f,_0x3207f6._0x5a9f64,0x1a4,_0x3207f6._0x371804),'EcPiX':_0x502f9e(0x5b1,0x5c7,_0x3207f6._0xd8dc19,_0x3207f6._0x2f020b)+_0x26825d(0x20b,0x183,_0x3207f6._0x35f605,_0x3207f6._0x1fc427)+_0x26825d(0x1b7,0x167,0x200,0x243)+'e-authoriz'+_0x502f9e(_0x3207f6._0x2fdfe5,_0x3207f6._0x1a4efb,0x567,_0x3207f6._0xaba167)+_0x502f9e(0x532,0x51f,_0x3207f6._0x2fdfe5,0x614),'lyUzW':function(_0x591857,_0x92ba74,_0xe1ae97){return _0x591857(_0x92ba74,_0xe1ae97);},'EWPyo':_0x26825d(_0x3207f6._0x58cb5f,_0x3207f6._0x49c5c3,0x32e,_0x3207f6._0x55f8f9)+_0x502f9e(0x497,0x44b,_0x3207f6._0x13717a,_0x3207f6._0x43020f)+'en','dKXzp':function(_0x1e0933,_0x1f17e9,_0x2866d4,_0x4de43e,_0x20373d){return _0x1e0933(_0x1f17e9,_0x2866d4,_0x4de43e,_0x20373d);},'uePiG':function(_0x369bf9,_0x4a9e12){return _0x369bf9(_0x4a9e12);},'cEbfj':function(_0x1bc14b,_0xea7216){return _0x1bc14b===_0xea7216;},'KUWxZ':'azure-devo'+'ps','vZvAc':function(_0x11fb86,_0x326d5e,_0x183c68,_0x360eca,_0x3af4f6){return _0x11fb86(_0x326d5e,_0x183c68,_0x360eca,_0x3af4f6);},'WzTom':function(_0x2ced5f,_0x2bfbd3){return _0x2ced5f(_0x2bfbd3);},'GMavN':'Token\x20refr'+'eshed\x20succ'+_0x26825d(0x30d,0x260,_0x3207f6._0x23cab7,_0x3207f6._0x4a7dc8)},_0xe25759=_0x18ee9f['logger']||_0x5dfc1f;if(!_0x172310||!_0x409b53)throw new Error(_0x31a42b[_0x502f9e(_0x3207f6._0x1364c7,_0x3207f6._0x53451e,0x4ca,_0x3207f6._0x51dab9)]);const _0x298d28=await getUserGitToken(_0x172310,_0x409b53,_0x18ee9f);if(!_0x298d28)throw new Error(_0x26825d(_0x3207f6._0x1b6dcc,0x31b,_0x3207f6._0x555720,0x231)+'ound\x20for\x20u'+'ser\x20'+_0x172310+(_0x26825d(_0x3207f6._0x20deb9,_0x3207f6._0x493ae9,0x341,_0x3207f6._0x514c5a)+_0x502f9e(_0x3207f6._0x52c215,_0x3207f6._0x19c8f1,_0x3207f6._0x2f020b,0x5aa))+_0x409b53);if(!_0x298d28[_0x26825d(0x1cd,0x1d5,_0x3207f6._0x1bba01,0x178)+_0x26825d(0x1dd,0x19c,_0x3207f6._0x2d0af2,_0x3207f6._0x3b02f7)])throw new Error(_0x31a42b[_0x26825d(0x1fb,_0x3207f6._0xe9f3fb,_0x3207f6._0x7438a3,_0x3207f6._0x514067)]);function _0x502f9e(_0x2b1328,_0x3349d,_0x23f281,_0x2bd841){return _0x383810(_0x2b1328-0x184,_0x2b1328,_0x23f281-0x21a,_0x2bd841-_0x19a43c._0x22249c);}const _0x485812=await _0x31a42b[_0x502f9e(0x53b,0x5f6,_0x3207f6._0x120cad,_0x3207f6._0x26d544)](getProviderConfig,_0x409b53,_0x18ee9f);if(!_0x485812)throw new Error(_0x502f9e(0x561,_0x3207f6._0x374547,0x4f4,0x51a)+_0x502f9e(0x66c,_0x3207f6._0x4d6a20,_0x3207f6._0x529afc,_0x3207f6._0x230b44)+_0x409b53);const _0x152160={};_0x152160[_0x26825d(0x328,0x2a2,_0x3207f6._0x1e9206,_0x3207f6._0x66d993)]=_0x172310,_0x152160[_0x502f9e(_0x3207f6._0x3f6c30,_0x3207f6._0x96ff32,_0x3207f6._0x5f9cd,_0x3207f6._0x4077ad)+'me']=_0x409b53,_0xe25759[_0x26825d(_0x3207f6._0x4dbd63,_0x3207f6._0x5cecd5,0x222,_0x3207f6._0x4ceb69)](_0x31a42b['EWPyo'],_0x152160);if(_0x485812[_0x26825d(_0x3207f6._0x552b33,0x213,_0x3207f6._0x1d5b52,_0x3207f6._0x1d6a01)]==='github'){const _0xcbcc47={};_0xcbcc47[_0x502f9e(0x456,_0x3207f6._0x527a97,_0x3207f6._0x21aeae,0x59c)+'en']=_0x298d28[_0x26825d(_0x3207f6._0x4c772d,0x242,_0x3207f6._0x4401e2,_0x3207f6._0x3fe688)+_0x26825d(_0x3207f6._0x12b72e,_0x3207f6._0x10f630,_0x3207f6._0x895bca,_0x3207f6._0x2cdb70)],_0xcbcc47[_0x26825d(_0x3207f6._0x392ab7,0x34a,0x357,_0x3207f6._0x1f6527)+'me']=_0x409b53,_0xcbcc47[_0x26825d(0x25e,_0x3207f6._0x35f605,0x2e1,_0x3207f6._0x49c9cd)+_0x26825d(0x27d,_0x3207f6._0x6c1953,0x296,0x1f8)]=_0x485812;const _0x7f32d5=await _0x31a42b['lyUzW'](refreshGitHubToken,_0xcbcc47,_0x18ee9f);await _0x31a42b['dKXzp'](updateUserGitToken,_0x172310,_0x409b53,{'access_token':_0x7f32d5['access_tok'+'en'],'refresh_token':_0x7f32d5['refresh_to'+_0x502f9e(0x5b7,_0x3207f6._0x27656a,0x508,_0x3207f6._0x428a18)],'expires_at':calculateExpiry(_0x7f32d5[_0x502f9e(_0x3207f6._0x57c744,_0x3207f6._0x4b6553,0x58c,0x5dd)])},_0x18ee9f);const _0x5b046a={};return _0x5b046a['userId']=_0x172310,_0x5b046a[_0x502f9e(0x53f,_0x3207f6._0x503ef5,_0x3207f6._0x3d8a63,0x61b)+'me']=_0x409b53,_0xe25759[_0x502f9e(0x58c,_0x3207f6._0x5ec0a6,_0x3207f6._0xa8942c,0x453)](_0x26825d(_0x3207f6._0x2b3346,0x2ff,0x227,0x2c2)+_0x502f9e(_0x3207f6._0x5ae119,_0x3207f6._0x13a1a7,0x518,0x5ab)+_0x26825d(_0x3207f6._0x3eee13,0x265,_0x3207f6._0x5ef6e8,0x26d),_0x5b046a),{'success':!![],'expires_at':_0x31a42b[_0x502f9e(_0x3207f6._0x138d10,0x576,0x5a4,_0x3207f6._0x1d01eb)](calculateExpiry,_0x7f32d5['expires_in'])};}if(_0x31a42b[_0x502f9e(_0x3207f6._0xacf889,_0x3207f6._0x3d78c2,_0x3207f6._0x5428f7,0x566)](_0x485812[_0x502f9e(_0x3207f6._0x4999bd,_0x3207f6._0x12b192,0x5e5,0x51f)],_0x31a42b[_0x26825d(0x28d,_0x3207f6._0x238f06,0x352,_0x3207f6._0x3df95f)])){const _0x30cb45={};_0x30cb45[_0x502f9e(0x487,0x516,_0x3207f6._0x19f025,0x4fe)+'en']=_0x298d28['refresh_to'+_0x26825d(_0x3207f6._0x55980f,_0x3207f6._0x3bdc47,_0x3207f6._0x10f630,_0x3207f6._0x4091ce)],_0x30cb45[_0x502f9e(0x68b,_0x3207f6._0x193bf6,_0x3207f6._0x15c093,_0x3207f6._0x492699)+'me']=_0x409b53,_0x30cb45[_0x26825d(0x25e,0x1c1,_0x3207f6._0xdecae5,0x2f9)+_0x26825d(_0x3207f6._0x5a18c9,0x2a7,_0x3207f6._0x5aca3d,_0x3207f6._0x323d75)]=_0x485812;const _0xd0b4ee=await _0x31a42b['lyUzW'](refreshAzureDevOpsToken,_0x30cb45,_0x18ee9f);await _0x31a42b[_0x26825d(_0x3207f6._0x4eed76,0x25e,_0x3207f6._0xbf0e4a,_0x3207f6._0x5c0fec)](updateUserGitToken,_0x172310,_0x409b53,{'access_token':_0xd0b4ee[_0x26825d(0x275,0x20a,_0x3207f6._0x5a1ec5,_0x3207f6._0x542a18)+'en'],'refresh_token':_0xd0b4ee[_0x26825d(0x1cd,_0x3207f6._0x1c66c7,0x180,_0x3207f6._0x28520d)+_0x502f9e(0x4cd,_0x3207f6._0x4af2b7,_0x3207f6._0xb9f261,_0x3207f6._0x445682)],'expires_at':_0x31a42b['WzTom'](calculateExpiry,_0xd0b4ee[_0x26825d(_0x3207f6._0x287e14,0x240,_0x3207f6._0x4c3667,0x258)])},_0x18ee9f);const _0x5d8116={};return _0x5d8116['userId']=_0x172310,_0x5d8116[_0x26825d(0x2b7,0x1f7,_0x3207f6._0x3d8d76,_0x3207f6._0x5822b1)+'me']=_0x409b53,_0xe25759['info'](_0x31a42b[_0x502f9e(0x4ba,_0x3207f6._0x24d01c,0x57d,0x5f2)],_0x5d8116),{'success':!![],'expires_at':calculateExpiry(_0xd0b4ee[_0x502f9e(0x64c,0x538,_0x3207f6._0x57acde,_0x3207f6._0x413835)])};}function _0x26825d(_0x195b43,_0x225a18,_0x1f6380,_0x39d13a){return _0x383810(_0x195b43-_0x256910._0x5126c1,_0x1f6380,_0x195b43- -_0x256910._0x506051,_0x39d13a-_0x256910._0x1df6ee);}throw new Error(_0x502f9e(_0x3207f6._0x25651f,0x541,0x52d,0x4a8)+_0x502f9e(_0x3207f6._0x4c0076,_0x3207f6._0x32185e,_0x3207f6._0x4b1196,0x546)+_0x502f9e(_0x3207f6._0x4a54ba,_0x3207f6._0x21dd03,0x54b,0x53e)+_0x485812[_0x26825d(_0x3207f6._0x552b33,0x380,_0x3207f6._0x2d04f9,0x29a)]);}export async function ensureFreshToken(_0x30e89a,_0x260c54,_0x367fad={}){const _0x14b9c3={_0x1c7504:0x388,_0x2c153d:0x41d,_0x45adab:0x405,_0x3856f0:0x332,_0x111ad6:0x2c4,_0x1da534:0x356,_0x5aba77:0x276,_0x14a847:0x332,_0x3c7cf9:0x381,_0x21bd3f:0x3f5,_0x210e7d:0x3dc,_0x3ab744:0x340,_0x2eb491:0x2e3,_0x29bed9:0x4cb,_0x3b9c0e:0x421,_0x30bf6c:0x4b6,_0x4bf65f:0x377,_0x54c768:0x48b,_0x2688ab:0x337,_0x468bff:0x33d,_0x3839ea:0x3bb,_0x5a4854:0x37a,_0x50ff3e:0x34d,_0x164b8b:0x40d,_0x4cc32b:0x36f,_0x287ac7:0x339,_0x37867e:0x357,_0x4df513:0x409,_0x36934b:0x21b,_0x2cd0f7:0x4b2,_0x383eb9:0x55b,_0xfcf22c:0x4d1,_0x2fae20:0x570,_0x25295b:0x51e,_0x1c388e:0x414,_0x3ff9c8:0x33f,_0x58d944:0x305,_0x4d5227:0x386,_0x3cf9d0:0x431,_0x1cce22:0x37e,_0x1e0863:0x2f3,_0x10e107:0x3a2,_0x3bbf41:0x4ae,_0x3dce2c:0x3f6,_0x2027e0:0x33e,_0x22c17e:0x3e5,_0xf558a4:0x298,_0x1385ef:0x284,_0x1d729b:0x315,_0x40912d:0x310,_0xeada42:0x452,_0x5d18c7:0x45f,_0x57525e:0x45d,_0x158383:0x2d0,_0x3657b2:0x37f,_0x477ea5:0x424,_0x35342e:0x417,_0x22f2db:0x46a,_0x173dc4:0x4a6,_0x14d453:0x456,_0x43e1f5:0x460,_0x2e30b5:0x4f8},_0xb98507={_0x4683d1:0x58},_0x5ae85d={_0x50ab7a:0x1d1,_0xea77d2:0x14f},_0xb1da79={'VXqwp':_0x319940(_0x14b9c3._0x1c7504,_0x14b9c3._0x2c153d,_0x14b9c3._0x45adab,_0x14b9c3._0x3856f0)+_0x319940(_0x14b9c3._0x111ad6,0x37e,0x2a3,0x2e5)+'ilable\x20-\x20r'+_0x1003aa(_0x14b9c3._0x1da534,0x407,0x359,0x299)+_0x319940(0x2f5,_0x14b9c3._0x5aba77,0x293,0x248)+_0x319940(0x326,_0x14b9c3._0x14a847,_0x14b9c3._0x3c7cf9,0x27c),'eLtKl':function(_0x4648be,_0x48deeb,_0x3665f7,_0x18e923){return _0x4648be(_0x48deeb,_0x3665f7,_0x18e923);},'iaYho':function(_0x5db376,_0x4de298){return _0x5db376(_0x4de298);},'LNMuh':'Token\x20expi'+_0x1003aa(0x366,0x2b7,0x42d,_0x14b9c3._0x21bd3f)+_0x1003aa(_0x14b9c3._0x210e7d,0x396,0x323,_0x14b9c3._0x3ab744)+_0x1003aa(0x39b,0x30f,_0x14b9c3._0x2eb491,0x36b),'sWENW':function(_0x15768f,_0x1ce35c){return _0x15768f!==_0x1ce35c;},'nLyPx':_0x1003aa(_0x14b9c3._0x29bed9,_0x14b9c3._0x3b9c0e,0x4d8,_0x14b9c3._0x30bf6c),'OXCPv':_0x1003aa(0x3dd,_0x14b9c3._0x4bf65f,_0x14b9c3._0x54c768,_0x14b9c3._0x2688ab),'bsjxT':function(_0x58bbc8,_0x5573d2){return _0x58bbc8!==_0x5573d2;},'FcOKA':_0x319940(0x3b9,0x408,_0x14b9c3._0x468bff,_0x14b9c3._0x3839ea),'lgIZN':_0x319940(0x308,_0x14b9c3._0x5a4854,0x3a8,_0x14b9c3._0x50ff3e),'YgkwO':function(_0x414ae5,_0x15b70b,_0x3ab600,_0x106e8f){return _0x414ae5(_0x15b70b,_0x3ab600,_0x106e8f);},'wPnME':'Token\x20refr'+_0x1003aa(_0x14b9c3._0x164b8b,_0x14b9c3._0x4cc32b,0x4cd,0x4c6)},_0x5469aa=_0x367fad[_0x319940(_0x14b9c3._0x287ac7,0x291,_0x14b9c3._0x37867e,0x3e2)]||_0x5dfc1f,_0x1bd2df=await _0xb1da79[_0x1003aa(_0x14b9c3._0x4df513,0x35a,0x345,0x38d)](getUserGitToken,_0x30e89a,_0x260c54,_0x367fad);function _0x1003aa(_0x5c2252,_0x3094c1,_0x2bcfa3,_0x538246){return _0x383810(_0x5c2252-_0x5ae85d._0x50ab7a,_0x538246,_0x5c2252-0x98,_0x538246-_0x5ae85d._0xea77d2);}if(!_0x1bd2df)throw new Error('User\x20not\x20c'+_0x319940(0x28d,0x236,_0x14b9c3._0x36934b,0x2eb)+'o\x20provider'+':\x20'+_0x260c54);if(_0xb1da79[_0x1003aa(_0x14b9c3._0x2cd0f7,0x419,0x53a,_0x14b9c3._0x383eb9)](isTokenExpiringSoon,_0x1bd2df['expires_at'])){const _0x3260bb={};_0x3260bb[_0x1003aa(_0x14b9c3._0xfcf22c,_0x14b9c3._0x2fae20,_0x14b9c3._0x25295b,_0x14b9c3._0x1c388e)]=_0x30e89a,_0x3260bb[_0x319940(0x370,0x42c,0x394,0x346)+'me']=_0x260c54,_0x5469aa['debug'](_0xb1da79[_0x319940(0x298,0x332,_0x14b9c3._0x3ff9c8,_0x14b9c3._0x58d944)],_0x3260bb);if(_0x1bd2df['refresh_to'+_0x1003aa(_0x14b9c3._0x4d5227,_0x14b9c3._0x3cf9d0,0x2ee,0x391)]){if(_0xb1da79[_0x1003aa(_0x14b9c3._0x1cce22,0x3fd,_0x14b9c3._0x1e0863,_0x14b9c3._0x10e107)](_0xb1da79[_0x1003aa(0x412,_0x14b9c3._0x3bbf41,_0x14b9c3._0x3dce2c,0x48f)],_0xb1da79['OXCPv']))try{if(_0xb1da79[_0x319940(_0x14b9c3._0x2027e0,_0x14b9c3._0x22c17e,_0x14b9c3._0xf558a4,_0x14b9c3._0x1385ef)](_0xb1da79[_0x1003aa(0x35b,_0x14b9c3._0x1d729b,_0x14b9c3._0x40912d,0x2ee)],_0xb1da79['lgIZN']))return await _0xb1da79[_0x1003aa(0x409,_0x14b9c3._0xeada42,_0x14b9c3._0x5d18c7,_0x14b9c3._0x57525e)](refreshUserToken,_0x30e89a,_0x260c54,_0x367fad),_0xb1da79[_0x319940(_0x14b9c3._0x158383,0x279,0x37a,0x2f9)](getUserGitToken,_0x30e89a,_0x260c54,_0x367fad);else delete _0x695694[_0x1003aa(0x381,0x2eb,_0x14b9c3._0x3657b2,_0x14b9c3._0x477ea5)][_0x5a0ed9];}catch(_0xefeebd){const _0x5c903a={};_0x5c903a['userId']=_0x30e89a,_0x5c903a[_0x319940(0x370,_0x14b9c3._0x35342e,_0x14b9c3._0x58d944,0x32f)+'me']=_0x260c54,_0x5c903a['error']=_0xefeebd['message'],_0x5469aa[_0x1003aa(0x42b,0x383,_0x14b9c3._0x22f2db,_0x14b9c3._0x173dc4)](_0xb1da79[_0x319940(0x3c8,_0x14b9c3._0x14d453,0x3ef,0x458)],_0x5c903a);}else throw new _0x5d5ad5(_0xb1da79[_0x1003aa(0x493,_0x14b9c3._0x43e1f5,0x437,_0x14b9c3._0x2e30b5)]);}}function _0x319940(_0x2d89d3,_0x14e287,_0x39b982,_0x181a5b){return _0x383810(_0x2d89d3-0xf3,_0x39b982,_0x2d89d3- -_0xb98507._0x4683d1,_0x181a5b-0xfd);}return _0x1bd2df;}export async function getProviderDisplayName(_0x57b685,_0x3508d7={}){const _0x822f5f={_0x4f5a42:0xa,_0x475d19:0x47,_0x46e0b9:0x598,_0x4cbcb3:0x5fe,_0x6fa315:0x59b,_0x4811f4:0x520,_0x16e5ee:0x49d,_0x26be7b:0x6a,_0x325b11:0x120,_0x4406f1:0xa9,_0x2a7db8:0x4fe,_0x1eff67:0x4b0,_0xc10970:0x2d,_0x2188bc:0x7c,_0x33cdbe:0xbe,_0x4299aa:0x6d,_0xaf276f:0xd6,_0x972644:0x558,_0x10e618:0xc4,_0xb6f619:0x17a,_0x2e2585:0x6b,_0x4e8262:0x5ff,_0x15bbfd:0x4f0,_0x5719a9:0x583,_0x5f0e16:0x58a,_0x430595:0x5af,_0x160d5c:0x541,_0x3c2073:0x536,_0x30f07a:0x439,_0x43629a:0x536,_0x3093e6:0x435,_0x4f6181:0x4,_0x5453ad:0x70,_0x422642:0x53,_0x1d3bdf:0x6e,_0x4a9370:0x12,_0x2da613:0x2a,_0x43cc35:0xd0,_0x3aa1bb:0x61d,_0x37d352:0x4d9,_0x5e23a0:0x5b9,_0x21aad2:0x35,_0x1a884e:0x77,_0x7b248e:0x7d,_0x222621:0xa1,_0x22b8dd:0x48,_0x11abe3:0x73,_0x18e185:0x2b,_0x534b37:0x8e,_0x2ffa25:0x1e,_0x10d3f3:0x6c,_0x10ceaa:0xec,_0x4cfca8:0x1b,_0x5156ce:0x24,_0x364191:0x103,_0x13ae17:0x4db,_0x40ce9b:0x51f,_0x2d6298:0x5d9,_0x333e3c:0xf,_0x82febf:0x4f,_0x3130f5:0x5f8,_0x21d4fe:0x583,_0x3c5949:0x433,_0x998ce2:0x562},_0x53c8f4={_0x2c4a76:0x14a},_0x36276f={_0x37a30d:0x1dd},_0x4f609f={};_0x4f609f['spjCp']=function(_0x251db7,_0x2078de){return _0x251db7+_0x2078de;},_0x4f609f[_0x2bdcad(0x610,0x5cd,0x586,0x5f5)]=function(_0x573368,_0x78dbdf){return _0x573368*_0x78dbdf;},_0x4f609f[_0x34d482(-0x8f,-0x9a,-0x115,0x14)]='Secrets\x20pa'+_0x34d482(-0x24,-_0x822f5f._0x4f5a42,-_0x822f5f._0x475d19,-0x6d)+_0x34d482(-0xef,-0x108,-0xa0,-0x144),_0x4f609f[_0x34d482(0x1e,0x91,-0x5,-0x25)]=function(_0x30129f,_0x43db27){return _0x30129f===_0x43db27;},_0x4f609f['TdYxS']=_0x2bdcad(0x64a,_0x822f5f._0x46e0b9,0x5cc,_0x822f5f._0x4cbcb3)+_0x2bdcad(_0x822f5f._0x6fa315,_0x822f5f._0x4811f4,0x502,_0x822f5f._0x16e5ee)+_0x34d482(_0x822f5f._0x26be7b,-0x5,_0x822f5f._0x325b11,_0x822f5f._0x4406f1),_0x4f609f[_0x2bdcad(0x516,_0x822f5f._0x2a7db8,_0x822f5f._0x1eff67,0x4e9)]=function(_0x306d9f,_0x47dcaf){return _0x306d9f!==_0x47dcaf;},_0x4f609f['UqkeC']=_0x34d482(_0x822f5f._0xc10970,-0x85,0x5c,-_0x822f5f._0x2188bc),_0x4f609f['BcTJq']=function(_0x14dfcc,_0x57842e){return _0x14dfcc===_0x57842e;},_0x4f609f['XjKmm']=_0x34d482(-_0x822f5f._0x33cdbe,-0x128,-0x98,-0x126);const _0xa8bf59=_0x4f609f;function _0x34d482(_0x211e2c,_0x122c19,_0x31d25f,_0x9dd95b){return _0x4cc9b4(_0x211e2c-0x151,_0x211e2c- -0x3fe,_0x31d25f-_0x36276f._0x37a30d,_0x122c19);}function _0x2bdcad(_0x4dc06c,_0x1d7c5d,_0x39ee66,_0x49d11a){return _0x4cc9b4(_0x4dc06c-_0x53c8f4._0x2c4a76,_0x39ee66-0x176,_0x39ee66-0x10,_0x49d11a);}const _0x53b725=await getProviderConfig(_0x57b685,_0x3508d7);if(!_0x53b725)return _0x57b685;if(_0xa8bf59[_0x34d482(0x1e,-_0x822f5f._0x4299aa,_0x822f5f._0xaf276f,0x94)](_0x53b725[_0x2bdcad(0x54d,_0x822f5f._0x972644,0x59f,0x4fd)],'github')){try{const {getProvider:_0x35573e}=await import(_0xa8bf59['TdYxS']),_0x4e5cfb=await _0x35573e(_0x57b685,_0x3508d7);if(_0x4e5cfb){if(_0xa8bf59[_0x34d482(-_0x822f5f._0x10e618,-_0x822f5f._0xb6f619,-_0x822f5f._0x2e2585,-0x105)](_0xa8bf59['UqkeC'],_0x34d482(-0xb4,-0x129,-0xe,-0xf3))){const _0x4192f3=await _0x4e5cfb[_0x2bdcad(0x50b,_0x822f5f._0x4e8262,0x553,_0x822f5f._0x15bbfd)+'ationInfo']();if(_0x4192f3?.[_0x2bdcad(0x593,_0x822f5f._0x5719a9,_0x822f5f._0x5f0e16,_0x822f5f._0x430595)+'gin']){if(_0xa8bf59[_0x2bdcad(0x4fb,_0x822f5f._0x160d5c,_0x822f5f._0x1eff67,_0x822f5f._0x3c2073)]('viPHD',_0x2bdcad(_0x822f5f._0x30f07a,_0x822f5f._0x43629a,0x4df,_0x822f5f._0x3093e6))){if(!_0x3744f7)return null;return new _0x3fb70f(_0xa8bf59[_0x34d482(_0x822f5f._0x4f6181,-_0x822f5f._0x5453ad,_0x822f5f._0x422642,-_0x822f5f._0x1d3bdf)](_0x3ec2b7['now'](),_0xa8bf59[_0x34d482(_0x822f5f._0x4a9370,0xc6,-0x54,-_0x822f5f._0x2da613)](_0x17b320,-0x8*-0x24b+-0x21f6+0x2*0x9c3)))[_0x34d482(-_0x822f5f._0x43cc35,-0x90,-0x8b,-0x56)+'g']();}else return'GitHub\x20('+_0x4192f3[_0x2bdcad(_0x822f5f._0x3aa1bb,_0x822f5f._0x37d352,_0x822f5f._0x5f0e16,_0x822f5f._0x5e23a0)+_0x34d482(_0x822f5f._0x21aad2,0xe2,_0x822f5f._0x1a884e,_0x822f5f._0x7b248e)]+')';}}else{const _0x2ff45c={};return _0x2ff45c['states']={},_0x2ff45c;}}}catch{}return _0x34d482(_0x822f5f._0x2da613,_0x822f5f._0x222621,_0x822f5f._0x22b8dd,_0x822f5f._0x11abe3)+_0x57b685+')';}if(_0xa8bf59['BcTJq'](_0x53b725[_0x34d482(_0x822f5f._0x18e185,_0x822f5f._0x534b37,0xba,-0xd)],'azure-devo'+'ps')){if(_0xa8bf59[_0x34d482(_0x822f5f._0x2ffa25,0xd2,0xd3,_0x822f5f._0x10d3f3)](_0xa8bf59['XjKmm'],_0xa8bf59[_0x34d482(-0x52,-0x5d,-_0x822f5f._0x10ceaa,_0x822f5f._0x4cfca8)])){if(_0x53b725[_0x34d482(-0x55,-0x3f,-0x73,-0x52)+'on'])return'Azure\x20DevO'+_0x34d482(0x84,_0x822f5f._0x5156ce,_0x822f5f._0x364191,-0x5)+_0x53b725[_0x2bdcad(0x4a8,_0x822f5f._0x13ae17,_0x822f5f._0x40ce9b,_0x822f5f._0x2d6298)+'on']+')';return _0x34d482(0x14,-_0x822f5f._0x333e3c,0x23,-_0x822f5f._0x82febf)+_0x2bdcad(0x67b,0x651,_0x822f5f._0x3130f5,_0x822f5f._0x21d4fe)+_0x57b685+')';}else throw new _0xcbd0a4(_0xa8bf59[_0x2bdcad(0x4fb,_0x822f5f._0x3c5949,0x4e5,_0x822f5f._0x998ce2)]);}return _0x57b685;}