@openclaw/msteams 2026.7.1-beta.1 → 2026.7.1-beta.4

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 (2689) hide show
  1. package/dist/api.js +2 -2
  2. package/dist/{channel-BrQGaAEV.js → channel-Cf5LJ4aO.js} +113 -8
  3. package/dist/channel-plugin-api.js +1 -1
  4. package/dist/{channel.runtime-CjEyJo5B.js → channel.runtime-Bwu6Tjhf.js} +12 -6
  5. package/dist/directory-contract-api.js +1 -1
  6. package/dist/doctor-contract-api.js +10 -31
  7. package/dist/{oauth-CKGUl-St.js → oauth-BifWxWzq.js} +1 -1
  8. package/dist/{polls-C1VgSvKE.js → polls-B_hs4aKm.js} +13 -23
  9. package/dist/{probe-CiZIJ_eX.js → probe-BnyZRZsD.js} +26 -17
  10. package/dist/{resolve-allowlist-DlH_aNya.js → resolve-allowlist-Dnw4aNOu.js} +15 -17
  11. package/dist/setup-plugin-api.js +2 -2
  12. package/dist/{setup-surface-CuIeEFrR.js → setup-surface-qW-ECHL-.js} +2 -2
  13. package/dist/{src-doNP_Xd_.js → src-DZFs5XtZ.js} +152 -256
  14. package/dist/{sso-token-store-BYZaKr82.js → sso-token-store-DrVbnCUF.js} +1 -1
  15. package/node_modules/@azure/msal-browser/README.md +1 -0
  16. package/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.mjs +16 -16
  17. package/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.mjs.map +1 -1
  18. package/node_modules/@azure/msal-browser/dist/app/PublicClientApplication.mjs +1 -1
  19. package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  20. package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +11 -11
  21. package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs.map +1 -1
  22. package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +21 -21
  23. package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs.map +1 -1
  24. package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.mjs +3 -3
  25. package/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.mjs.map +1 -1
  26. package/node_modules/@azure/msal-browser/dist/cache/AccountManager.mjs +1 -1
  27. package/node_modules/@azure/msal-browser/dist/cache/AsyncMemoryStorage.mjs +1 -1
  28. package/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.mjs +109 -34
  29. package/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.mjs.map +1 -1
  30. package/node_modules/@azure/msal-browser/dist/cache/CacheHelpers.mjs +1 -1
  31. package/node_modules/@azure/msal-browser/dist/cache/CacheKeys.mjs +1 -1
  32. package/node_modules/@azure/msal-browser/dist/cache/CookieStorage.mjs +4 -4
  33. package/node_modules/@azure/msal-browser/dist/cache/CookieStorage.mjs.map +1 -1
  34. package/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.mjs +7 -7
  35. package/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.mjs.map +1 -1
  36. package/node_modules/@azure/msal-browser/dist/cache/EncryptedData.mjs +1 -1
  37. package/node_modules/@azure/msal-browser/dist/cache/LocalStorage.mjs +6 -6
  38. package/node_modules/@azure/msal-browser/dist/cache/LocalStorage.mjs.map +1 -1
  39. package/node_modules/@azure/msal-browser/dist/cache/MemoryStorage.mjs +1 -1
  40. package/node_modules/@azure/msal-browser/dist/cache/SessionStorage.mjs +2 -2
  41. package/node_modules/@azure/msal-browser/dist/cache/SessionStorage.mjs.map +1 -1
  42. package/node_modules/@azure/msal-browser/dist/cache/TokenCache.mjs +10 -8
  43. package/node_modules/@azure/msal-browser/dist/cache/TokenCache.mjs.map +1 -1
  44. package/node_modules/@azure/msal-browser/dist/config/Configuration.mjs +6 -4
  45. package/node_modules/@azure/msal-browser/dist/config/Configuration.mjs.map +1 -1
  46. package/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.mjs +16 -17
  47. package/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.mjs.map +1 -1
  48. package/node_modules/@azure/msal-browser/dist/controllers/StandardController.mjs +26 -26
  49. package/node_modules/@azure/msal-browser/dist/controllers/StandardController.mjs.map +1 -1
  50. package/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.mjs +7 -7
  51. package/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.mjs.map +1 -1
  52. package/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.mjs +4 -4
  53. package/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.mjs.map +1 -1
  54. package/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.mjs +3 -3
  55. package/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.mjs.map +1 -1
  56. package/node_modules/@azure/msal-browser/dist/crypto/SignedHttpRequest.mjs +1 -1
  57. package/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthConstants.mjs +1 -1
  58. package/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
  59. package/node_modules/@azure/msal-browser/dist/custom_auth/controller/CustomAuthStandardController.mjs +13 -8
  60. package/node_modules/@azure/msal-browser/dist/custom_auth/controller/CustomAuthStandardController.mjs.map +1 -1
  61. package/node_modules/@azure/msal-browser/dist/custom_auth/core/CustomAuthAuthority.mjs +2 -2
  62. package/node_modules/@azure/msal-browser/dist/custom_auth/core/CustomAuthAuthority.mjs.map +1 -1
  63. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +1 -1
  64. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
  65. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
  66. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowStateTypes.mjs +1 -1
  67. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +1 -1
  68. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -1
  69. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -1
  70. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
  71. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
  72. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +4 -4
  73. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs.map +1 -1
  74. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +1 -1
  75. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +1 -1
  76. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +1 -1
  77. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +1 -1
  78. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +1 -1
  79. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +4 -4
  80. package/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/mfa/state/MfaState.mjs.map +1 -1
  81. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
  82. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/CustomAuthError.mjs +1 -1
  83. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/HttpError.mjs +1 -1
  84. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
  85. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
  86. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
  87. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
  88. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
  89. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
  90. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
  91. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/ParsedUrlError.mjs +1 -1
  92. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
  93. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UnexpectedError.mjs +1 -1
  94. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
  95. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
  96. package/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
  97. package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
  98. package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
  99. package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/jit/JitClient.mjs +1 -1
  100. package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +1 -1
  101. package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/mfa/MfaClient.mjs +2 -2
  102. package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/mfa/MfaClient.mjs.map +1 -1
  103. package/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +1 -1
  104. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +2 -2
  105. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs.map +1 -1
  106. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
  107. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
  108. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
  109. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
  110. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
  111. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
  112. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
  113. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +1 -1
  114. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +4 -4
  115. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/FetchHttpClient.mjs.map +1 -1
  116. package/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
  117. package/node_modules/@azure/msal-browser/dist/custom_auth/core/telemetry/PublicApiId.mjs +1 -1
  118. package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
  119. package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/CustomHeaderUtils.mjs +3 -3
  120. package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/CustomHeaderUtils.mjs.map +1 -1
  121. package/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/UrlUtils.mjs +1 -1
  122. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +2 -2
  123. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs.map +1 -1
  124. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
  125. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
  126. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
  127. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
  128. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
  129. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
  130. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
  131. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +2 -2
  132. package/node_modules/@azure/msal-browser/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs.map +1 -1
  133. package/node_modules/@azure/msal-browser/dist/custom_auth/index.mjs +1 -1
  134. package/node_modules/@azure/msal-browser/dist/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
  135. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
  136. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
  137. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
  138. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
  139. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
  140. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +3 -3
  141. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs.map +1 -1
  142. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
  143. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
  144. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +2 -2
  145. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs.map +1 -1
  146. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
  147. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +3 -3
  148. package/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs.map +1 -1
  149. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
  150. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
  151. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
  152. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -1
  153. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -1
  154. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -1
  155. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +2 -2
  156. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs.map +1 -1
  157. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
  158. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +2 -2
  159. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs.map +1 -1
  160. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
  161. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +2 -2
  162. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs.map +1 -1
  163. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
  164. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/SignInClient.mjs +2 -2
  165. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/SignInClient.mjs.map +1 -1
  166. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
  167. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
  168. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
  169. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
  170. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
  171. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
  172. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
  173. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +2 -2
  174. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs.map +1 -1
  175. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +3 -3
  176. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs.map +1 -1
  177. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
  178. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
  179. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +2 -2
  180. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs.map +1 -1
  181. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
  182. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/SignUpClient.mjs +5 -5
  183. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/SignUpClient.mjs.map +1 -1
  184. package/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
  185. package/node_modules/@azure/msal-browser/dist/encode/Base64Decode.mjs +2 -2
  186. package/node_modules/@azure/msal-browser/dist/encode/Base64Decode.mjs.map +1 -1
  187. package/node_modules/@azure/msal-browser/dist/encode/Base64Encode.mjs +1 -1
  188. package/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs +5 -5
  189. package/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs.map +1 -1
  190. package/node_modules/@azure/msal-browser/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  191. package/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs +5 -5
  192. package/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs.map +1 -1
  193. package/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  194. package/node_modules/@azure/msal-browser/dist/error/NativeAuthError.mjs +20 -10
  195. package/node_modules/@azure/msal-browser/dist/error/NativeAuthError.mjs.map +1 -1
  196. package/node_modules/@azure/msal-browser/dist/error/NativeAuthErrorCodes.mjs +1 -1
  197. package/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.mjs +9 -5
  198. package/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.mjs.map +1 -1
  199. package/node_modules/@azure/msal-browser/dist/event/EventHandler.mjs +7 -6
  200. package/node_modules/@azure/msal-browser/dist/event/EventHandler.mjs.map +1 -1
  201. package/node_modules/@azure/msal-browser/dist/event/EventMessage.mjs +1 -1
  202. package/node_modules/@azure/msal-browser/dist/event/EventType.mjs +1 -1
  203. package/node_modules/@azure/msal-browser/dist/index.mjs +1 -1
  204. package/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.mjs +13 -9
  205. package/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.mjs.map +1 -1
  206. package/node_modules/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  207. package/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.mjs +27 -23
  208. package/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.mjs.map +1 -1
  209. package/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.mjs +17 -17
  210. package/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.mjs.map +1 -1
  211. package/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.mjs +27 -24
  212. package/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.mjs.map +1 -1
  213. package/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.mjs +5 -5
  214. package/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.mjs.map +1 -1
  215. package/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.mjs +2 -2
  216. package/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.mjs.map +1 -1
  217. package/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.mjs +45 -23
  218. package/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.mjs.map +1 -1
  219. package/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.mjs +4 -4
  220. package/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.mjs.map +1 -1
  221. package/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.mjs +6 -6
  222. package/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.mjs.map +1 -1
  223. package/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.mjs +3 -3
  224. package/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.mjs.map +1 -1
  225. package/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.mjs +13 -27
  226. package/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.mjs.map +1 -1
  227. package/node_modules/@azure/msal-browser/dist/log-strings-mapping.json +7 -3
  228. package/node_modules/@azure/msal-browser/dist/naa/BridgeError.mjs +1 -1
  229. package/node_modules/@azure/msal-browser/dist/naa/BridgeProxy.mjs +1 -1
  230. package/node_modules/@azure/msal-browser/dist/naa/BridgeStatusCode.mjs +1 -1
  231. package/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.mjs +18 -17
  232. package/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.mjs.map +1 -1
  233. package/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.mjs +2 -2
  234. package/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.mjs.map +1 -1
  235. package/node_modules/@azure/msal-browser/dist/network/FetchClient.mjs +7 -7
  236. package/node_modules/@azure/msal-browser/dist/network/FetchClient.mjs.map +1 -1
  237. package/node_modules/@azure/msal-browser/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  238. package/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.mjs +3 -3
  239. package/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.mjs.map +1 -1
  240. package/node_modules/@azure/msal-browser/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  241. package/node_modules/@azure/msal-browser/dist/packageMetadata.mjs +2 -2
  242. package/node_modules/@azure/msal-browser/dist/protocol/Authorize.mjs +8 -8
  243. package/node_modules/@azure/msal-browser/dist/protocol/Authorize.mjs.map +1 -1
  244. package/node_modules/@azure/msal-browser/dist/redirect_bridge/index.mjs +1 -1
  245. package/node_modules/@azure/msal-browser/dist/request/RequestHelpers.mjs +5 -5
  246. package/node_modules/@azure/msal-browser/dist/request/RequestHelpers.mjs.map +1 -1
  247. package/node_modules/@azure/msal-browser/dist/response/ResponseHandler.mjs +11 -11
  248. package/node_modules/@azure/msal-browser/dist/response/ResponseHandler.mjs.map +1 -1
  249. package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  250. package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceEvents.mjs +2 -3
  251. package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceEvents.mjs.map +1 -1
  252. package/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  253. package/node_modules/@azure/msal-browser/dist/telemetry/BrowserRootPerformanceEvents.mjs +1 -1
  254. package/node_modules/@azure/msal-browser/dist/utils/BrowserConstants.mjs +1 -1
  255. package/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.mjs +4 -4
  256. package/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.mjs.map +1 -1
  257. package/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.mjs +26 -20
  258. package/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.mjs.map +1 -1
  259. package/node_modules/@azure/msal-browser/dist/utils/Helpers.mjs +1 -1
  260. package/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.mjs +1 -1
  261. package/node_modules/@azure/msal-browser/lib/custom-auth-path/log-strings-mapping.json +7 -3
  262. package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs +1281 -1030
  263. package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
  264. package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.js +1172 -925
  265. package/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.js.map +1 -1
  266. package/node_modules/@azure/msal-browser/lib/log-strings-mapping.json +7 -3
  267. package/node_modules/@azure/msal-browser/lib/msal-browser.cjs +1199 -917
  268. package/node_modules/@azure/msal-browser/lib/msal-browser.cjs.map +1 -1
  269. package/node_modules/@azure/msal-browser/lib/msal-browser.js +1199 -917
  270. package/node_modules/@azure/msal-browser/lib/msal-browser.js.map +1 -1
  271. package/node_modules/@azure/msal-browser/lib/msal-browser.min.js +2 -2
  272. package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.cjs +55 -51
  273. package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.cjs.map +1 -1
  274. package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.js +55 -51
  275. package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.js.map +1 -1
  276. package/node_modules/@azure/msal-browser/lib/redirect-bridge/msal-redirect-bridge.min.js +2 -2
  277. package/node_modules/@azure/msal-browser/package.json +5 -6
  278. package/node_modules/@azure/msal-browser/src/app/IPublicClientApplication.ts +30 -15
  279. package/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthDOMHandler.ts +2 -0
  280. package/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthExtensionHandler.ts +8 -2
  281. package/node_modules/@azure/msal-browser/src/broker/nativeBroker/PlatformAuthProvider.ts +2 -1
  282. package/node_modules/@azure/msal-browser/src/cache/BrowserCacheManager.ts +163 -45
  283. package/node_modules/@azure/msal-browser/src/cache/CookieStorage.ts +13 -3
  284. package/node_modules/@azure/msal-browser/src/cache/DatabaseStorage.ts +12 -6
  285. package/node_modules/@azure/msal-browser/src/cache/LocalStorage.ts +8 -4
  286. package/node_modules/@azure/msal-browser/src/cache/SessionStorage.ts +2 -1
  287. package/node_modules/@azure/msal-browser/src/cache/TokenCache.ts +22 -7
  288. package/node_modules/@azure/msal-browser/src/config/Configuration.ts +21 -4
  289. package/node_modules/@azure/msal-browser/src/controllers/NestedAppAuthController.ts +19 -11
  290. package/node_modules/@azure/msal-browser/src/controllers/StandardController.ts +26 -15
  291. package/node_modules/@azure/msal-browser/src/crypto/BrowserCrypto.ts +10 -2
  292. package/node_modules/@azure/msal-browser/src/crypto/CryptoOps.ts +4 -2
  293. package/node_modules/@azure/msal-browser/src/crypto/PkceGenerator.ts +8 -2
  294. package/node_modules/@azure/msal-browser/src/custom_auth/controller/CustomAuthStandardController.ts +2 -4
  295. package/node_modules/@azure/msal-browser/src/custom_auth/core/CustomAuthAuthority.ts +4 -2
  296. package/node_modules/@azure/msal-browser/src/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.ts +2 -1
  297. package/node_modules/@azure/msal-browser/src/encode/Base64Decode.ts +2 -1
  298. package/node_modules/@azure/msal-browser/src/error/BrowserAuthError.ts +9 -3
  299. package/node_modules/@azure/msal-browser/src/error/BrowserConfigurationAuthError.ts +9 -3
  300. package/node_modules/@azure/msal-browser/src/error/NativeAuthError.ts +44 -11
  301. package/node_modules/@azure/msal-browser/src/error/NestedAppAuthError.ts +14 -4
  302. package/node_modules/@azure/msal-browser/src/event/EventHandler.ts +2 -1
  303. package/node_modules/@azure/msal-browser/src/interaction_client/BaseInteractionClient.ts +22 -7
  304. package/node_modules/@azure/msal-browser/src/interaction_client/PlatformAuthInteractionClient.ts +58 -24
  305. package/node_modules/@azure/msal-browser/src/interaction_client/PopupClient.ts +23 -11
  306. package/node_modules/@azure/msal-browser/src/interaction_client/RedirectClient.ts +48 -18
  307. package/node_modules/@azure/msal-browser/src/interaction_client/SilentAuthCodeClient.ts +8 -4
  308. package/node_modules/@azure/msal-browser/src/interaction_client/SilentCacheClient.ts +3 -1
  309. package/node_modules/@azure/msal-browser/src/interaction_client/SilentIframeClient.ts +99 -61
  310. package/node_modules/@azure/msal-browser/src/interaction_client/SilentRefreshClient.ts +6 -3
  311. package/node_modules/@azure/msal-browser/src/interaction_client/StandardInteractionClient.ts +8 -4
  312. package/node_modules/@azure/msal-browser/src/interaction_handler/InteractionHandler.ts +4 -2
  313. package/node_modules/@azure/msal-browser/src/interaction_handler/SilentHandler.ts +15 -33
  314. package/node_modules/@azure/msal-browser/src/naa/mapping/NestedAppAuthAdapter.ts +43 -14
  315. package/node_modules/@azure/msal-browser/src/navigation/NavigationClient.ts +1 -0
  316. package/node_modules/@azure/msal-browser/src/network/FetchClient.ts +14 -6
  317. package/node_modules/@azure/msal-browser/src/packageMetadata.ts +1 -1
  318. package/node_modules/@azure/msal-browser/src/protocol/Authorize.ts +23 -7
  319. package/node_modules/@azure/msal-browser/src/request/RequestHelpers.ts +6 -3
  320. package/node_modules/@azure/msal-browser/src/response/ResponseHandler.ts +20 -7
  321. package/node_modules/@azure/msal-browser/src/telemetry/BrowserPerformanceEvents.ts +0 -1
  322. package/node_modules/@azure/msal-browser/src/utils/BrowserProtocolUtils.ts +11 -3
  323. package/node_modules/@azure/msal-browser/src/utils/BrowserUtils.ts +44 -17
  324. package/node_modules/@azure/msal-browser/types/app/IPublicClientApplication.d.ts.map +1 -1
  325. package/node_modules/@azure/msal-browser/types/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +1 -1
  326. package/node_modules/@azure/msal-browser/types/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +1 -1
  327. package/node_modules/@azure/msal-browser/types/broker/nativeBroker/PlatformAuthProvider.d.ts.map +1 -1
  328. package/node_modules/@azure/msal-browser/types/cache/BrowserCacheManager.d.ts +18 -1
  329. package/node_modules/@azure/msal-browser/types/cache/BrowserCacheManager.d.ts.map +1 -1
  330. package/node_modules/@azure/msal-browser/types/cache/CookieStorage.d.ts +1 -1
  331. package/node_modules/@azure/msal-browser/types/cache/CookieStorage.d.ts.map +1 -1
  332. package/node_modules/@azure/msal-browser/types/cache/DatabaseStorage.d.ts.map +1 -1
  333. package/node_modules/@azure/msal-browser/types/cache/LocalStorage.d.ts.map +1 -1
  334. package/node_modules/@azure/msal-browser/types/cache/SessionStorage.d.ts.map +1 -1
  335. package/node_modules/@azure/msal-browser/types/cache/TokenCache.d.ts.map +1 -1
  336. package/node_modules/@azure/msal-browser/types/config/Configuration.d.ts +10 -1
  337. package/node_modules/@azure/msal-browser/types/config/Configuration.d.ts.map +1 -1
  338. package/node_modules/@azure/msal-browser/types/controllers/NestedAppAuthController.d.ts.map +1 -1
  339. package/node_modules/@azure/msal-browser/types/controllers/StandardController.d.ts.map +1 -1
  340. package/node_modules/@azure/msal-browser/types/crypto/BrowserCrypto.d.ts.map +1 -1
  341. package/node_modules/@azure/msal-browser/types/crypto/CryptoOps.d.ts.map +1 -1
  342. package/node_modules/@azure/msal-browser/types/custom_auth/CustomAuthConstants.d.ts +1 -1
  343. package/node_modules/@azure/msal-browser/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
  344. package/node_modules/@azure/msal-browser/types/custom_auth/core/CustomAuthAuthority.d.ts.map +1 -1
  345. package/node_modules/@azure/msal-browser/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
  346. package/node_modules/@azure/msal-browser/types/encode/Base64Decode.d.ts.map +1 -1
  347. package/node_modules/@azure/msal-browser/types/error/BrowserAuthError.d.ts +2 -2
  348. package/node_modules/@azure/msal-browser/types/error/BrowserAuthError.d.ts.map +1 -1
  349. package/node_modules/@azure/msal-browser/types/error/BrowserConfigurationAuthError.d.ts +2 -2
  350. package/node_modules/@azure/msal-browser/types/error/BrowserConfigurationAuthError.d.ts.map +1 -1
  351. package/node_modules/@azure/msal-browser/types/error/NativeAuthError.d.ts +2 -2
  352. package/node_modules/@azure/msal-browser/types/error/NativeAuthError.d.ts.map +1 -1
  353. package/node_modules/@azure/msal-browser/types/error/NestedAppAuthError.d.ts +2 -2
  354. package/node_modules/@azure/msal-browser/types/error/NestedAppAuthError.d.ts.map +1 -1
  355. package/node_modules/@azure/msal-browser/types/event/EventHandler.d.ts.map +1 -1
  356. package/node_modules/@azure/msal-browser/types/interaction_client/BaseInteractionClient.d.ts +2 -1
  357. package/node_modules/@azure/msal-browser/types/interaction_client/BaseInteractionClient.d.ts.map +1 -1
  358. package/node_modules/@azure/msal-browser/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
  359. package/node_modules/@azure/msal-browser/types/interaction_client/PopupClient.d.ts.map +1 -1
  360. package/node_modules/@azure/msal-browser/types/interaction_client/RedirectClient.d.ts.map +1 -1
  361. package/node_modules/@azure/msal-browser/types/interaction_client/SilentAuthCodeClient.d.ts.map +1 -1
  362. package/node_modules/@azure/msal-browser/types/interaction_client/SilentCacheClient.d.ts.map +1 -1
  363. package/node_modules/@azure/msal-browser/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
  364. package/node_modules/@azure/msal-browser/types/interaction_client/SilentRefreshClient.d.ts.map +1 -1
  365. package/node_modules/@azure/msal-browser/types/interaction_client/StandardInteractionClient.d.ts.map +1 -1
  366. package/node_modules/@azure/msal-browser/types/interaction_handler/InteractionHandler.d.ts.map +1 -1
  367. package/node_modules/@azure/msal-browser/types/interaction_handler/SilentHandler.d.ts +13 -6
  368. package/node_modules/@azure/msal-browser/types/interaction_handler/SilentHandler.d.ts.map +1 -1
  369. package/node_modules/@azure/msal-browser/types/naa/mapping/NestedAppAuthAdapter.d.ts.map +1 -1
  370. package/node_modules/@azure/msal-browser/types/navigation/NavigationClient.d.ts.map +1 -1
  371. package/node_modules/@azure/msal-browser/types/network/FetchClient.d.ts.map +1 -1
  372. package/node_modules/@azure/msal-browser/types/packageMetadata.d.ts +1 -1
  373. package/node_modules/@azure/msal-browser/types/protocol/Authorize.d.ts.map +1 -1
  374. package/node_modules/@azure/msal-browser/types/request/RequestHelpers.d.ts.map +1 -1
  375. package/node_modules/@azure/msal-browser/types/response/ResponseHandler.d.ts +1 -1
  376. package/node_modules/@azure/msal-browser/types/response/ResponseHandler.d.ts.map +1 -1
  377. package/node_modules/@azure/msal-browser/types/telemetry/BrowserPerformanceEvents.d.ts +0 -1
  378. package/node_modules/@azure/msal-browser/types/telemetry/BrowserPerformanceEvents.d.ts.map +1 -1
  379. package/node_modules/@azure/msal-browser/types/utils/BrowserProtocolUtils.d.ts +1 -1
  380. package/node_modules/@azure/msal-browser/types/utils/BrowserProtocolUtils.d.ts.map +1 -1
  381. package/node_modules/@azure/msal-browser/types/utils/BrowserUtils.d.ts +5 -3
  382. package/node_modules/@azure/msal-browser/types/utils/BrowserUtils.d.ts.map +1 -1
  383. package/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs +9 -3
  384. package/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs.map +1 -1
  385. package/node_modules/@azure/msal-common/dist/account/AuthToken.mjs +9 -23
  386. package/node_modules/@azure/msal-common/dist/account/AuthToken.mjs.map +1 -1
  387. package/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs +1 -1
  388. package/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs +4 -4
  389. package/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs.map +1 -1
  390. package/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs +1 -1
  391. package/node_modules/@azure/msal-common/dist/authority/Authority.mjs +36 -37
  392. package/node_modules/@azure/msal-common/dist/authority/Authority.mjs.map +1 -1
  393. package/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs +3 -3
  394. package/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs.map +1 -1
  395. package/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs +2 -2
  396. package/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs.map +1 -1
  397. package/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs +1 -1
  398. package/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs +1 -1
  399. package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +1 -1
  400. package/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs +1 -1
  401. package/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs +1 -1
  402. package/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs +1 -1
  403. package/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs +16 -10
  404. package/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs.map +1 -1
  405. package/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs +62 -46
  406. package/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs.map +1 -1
  407. package/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs +1 -1
  408. package/node_modules/@azure/msal-common/dist/cache/utils/AccountEntityUtils.mjs +23 -7
  409. package/node_modules/@azure/msal-common/dist/cache/utils/AccountEntityUtils.mjs.map +1 -1
  410. package/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs +12 -4
  411. package/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs.map +1 -1
  412. package/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs +7 -7
  413. package/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs.map +1 -1
  414. package/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs +8 -8
  415. package/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs.map +1 -1
  416. package/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs +10 -18
  417. package/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs.map +1 -1
  418. package/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs +6 -5
  419. package/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs.map +1 -1
  420. package/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs +7 -3
  421. package/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs.map +1 -1
  422. package/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs +11 -11
  423. package/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs.map +1 -1
  424. package/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs +3 -3
  425. package/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs.map +1 -1
  426. package/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs +2 -2
  427. package/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs.map +1 -1
  428. package/node_modules/@azure/msal-common/dist/error/AuthError.mjs +5 -7
  429. package/node_modules/@azure/msal-common/dist/error/AuthError.mjs.map +1 -1
  430. package/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs +1 -1
  431. package/node_modules/@azure/msal-common/dist/error/CacheError.mjs +1 -1
  432. package/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs +1 -1
  433. package/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs +5 -5
  434. package/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs.map +1 -1
  435. package/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs +2 -4
  436. package/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs.map +1 -1
  437. package/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs +5 -5
  438. package/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs.map +1 -1
  439. package/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs +1 -1
  440. package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs +5 -6
  441. package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs.map +1 -1
  442. package/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs +1 -1
  443. package/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs +5 -5
  444. package/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs.map +1 -1
  445. package/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs +1 -1
  446. package/node_modules/@azure/msal-common/dist/error/NetworkError.mjs +2 -2
  447. package/node_modules/@azure/msal-common/dist/error/NetworkError.mjs.map +1 -1
  448. package/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs +3 -3
  449. package/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs.map +1 -1
  450. package/node_modules/@azure/msal-common/dist/error/ServerError.mjs +3 -3
  451. package/node_modules/@azure/msal-common/dist/error/ServerError.mjs.map +1 -1
  452. package/node_modules/@azure/msal-common/dist/index-node.mjs +2 -2
  453. package/node_modules/@azure/msal-common/dist/index.mjs +2 -2
  454. package/node_modules/@azure/msal-common/dist/logger/Logger.mjs +26 -12
  455. package/node_modules/@azure/msal-common/dist/logger/Logger.mjs.map +1 -1
  456. package/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs +4 -3
  457. package/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs.map +1 -1
  458. package/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs +2 -1
  459. package/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs.map +1 -1
  460. package/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs +2 -2
  461. package/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs.map +1 -1
  462. package/node_modules/@azure/msal-common/dist/packageMetadata.mjs +2 -2
  463. package/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs +18 -14
  464. package/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs.map +1 -1
  465. package/node_modules/@azure/msal-common/dist/protocol/Token.mjs +4 -2
  466. package/node_modules/@azure/msal-common/dist/protocol/Token.mjs.map +1 -1
  467. package/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs +4 -4
  468. package/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs.map +1 -1
  469. package/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.mjs +3 -3
  470. package/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.mjs.map +1 -1
  471. package/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs +48 -23
  472. package/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs.map +1 -1
  473. package/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs +13 -12
  474. package/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs.map +1 -1
  475. package/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs +30 -27
  476. package/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs.map +1 -1
  477. package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs +20 -1
  478. package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs.map +1 -1
  479. package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs +15 -2
  480. package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs.map +1 -1
  481. package/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvents.mjs +1 -1
  482. package/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs +4 -1
  483. package/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs.map +1 -1
  484. package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs +54 -22
  485. package/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs.map +1 -1
  486. package/node_modules/@azure/msal-common/dist/url/UrlString.mjs +15 -14
  487. package/node_modules/@azure/msal-common/dist/url/UrlString.mjs.map +1 -1
  488. package/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs +3 -2
  489. package/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs.map +1 -1
  490. package/node_modules/@azure/msal-common/dist/utils/Constants.mjs +7 -3
  491. package/node_modules/@azure/msal-common/dist/utils/Constants.mjs.map +1 -1
  492. package/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs +1 -1
  493. package/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs +12 -9
  494. package/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs.map +1 -1
  495. package/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs +1 -1
  496. package/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs +1 -1
  497. package/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs +55 -41
  498. package/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs.map +1 -1
  499. package/node_modules/@azure/msal-common/dist-browser/account/AccountInfo.mjs +9 -3
  500. package/node_modules/@azure/msal-common/dist-browser/account/AccountInfo.mjs.map +1 -1
  501. package/node_modules/@azure/msal-common/dist-browser/account/AuthToken.mjs +9 -23
  502. package/node_modules/@azure/msal-common/dist-browser/account/AuthToken.mjs.map +1 -1
  503. package/node_modules/@azure/msal-common/dist-browser/account/CcsCredential.mjs +1 -1
  504. package/node_modules/@azure/msal-common/dist-browser/account/ClientInfo.mjs +4 -4
  505. package/node_modules/@azure/msal-common/dist-browser/account/ClientInfo.mjs.map +1 -1
  506. package/node_modules/@azure/msal-common/dist-browser/account/TokenClaims.mjs +1 -1
  507. package/node_modules/@azure/msal-common/dist-browser/authority/Authority.mjs +52 -50
  508. package/node_modules/@azure/msal-common/dist-browser/authority/Authority.mjs.map +1 -1
  509. package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityFactory.mjs +3 -3
  510. package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityFactory.mjs.map +1 -1
  511. package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityMetadata.mjs +8 -7
  512. package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityMetadata.mjs.map +1 -1
  513. package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityOptions.mjs +1 -1
  514. package/node_modules/@azure/msal-common/dist-browser/authority/AuthorityType.mjs +1 -1
  515. package/node_modules/@azure/msal-common/dist-browser/authority/CloudInstanceDiscoveryErrorResponse.mjs +1 -1
  516. package/node_modules/@azure/msal-common/dist-browser/authority/CloudInstanceDiscoveryResponse.mjs +1 -1
  517. package/node_modules/@azure/msal-common/dist-browser/authority/OpenIdConfigResponse.mjs +1 -1
  518. package/node_modules/@azure/msal-common/dist-browser/authority/ProtocolMode.mjs +1 -1
  519. package/node_modules/@azure/msal-common/dist-browser/authority/RegionDiscovery.mjs +16 -10
  520. package/node_modules/@azure/msal-common/dist-browser/authority/RegionDiscovery.mjs.map +1 -1
  521. package/node_modules/@azure/msal-common/dist-browser/cache/CacheManager.mjs +63 -47
  522. package/node_modules/@azure/msal-common/dist-browser/cache/CacheManager.mjs.map +1 -1
  523. package/node_modules/@azure/msal-common/dist-browser/cache/persistence/TokenCacheContext.mjs +1 -1
  524. package/node_modules/@azure/msal-common/dist-browser/cache/utils/AccountEntityUtils.mjs +23 -7
  525. package/node_modules/@azure/msal-common/dist-browser/cache/utils/AccountEntityUtils.mjs.map +1 -1
  526. package/node_modules/@azure/msal-common/dist-browser/cache/utils/CacheHelpers.mjs +12 -4
  527. package/node_modules/@azure/msal-common/dist-browser/cache/utils/CacheHelpers.mjs.map +1 -1
  528. package/node_modules/@azure/msal-common/dist-browser/client/AuthorizationCodeClient.mjs +10 -10
  529. package/node_modules/@azure/msal-common/dist-browser/client/AuthorizationCodeClient.mjs.map +1 -1
  530. package/node_modules/@azure/msal-common/dist-browser/client/RefreshTokenClient.mjs +9 -9
  531. package/node_modules/@azure/msal-common/dist-browser/client/RefreshTokenClient.mjs.map +1 -1
  532. package/node_modules/@azure/msal-common/dist-browser/client/SilentFlowClient.mjs +11 -19
  533. package/node_modules/@azure/msal-common/dist-browser/client/SilentFlowClient.mjs.map +1 -1
  534. package/node_modules/@azure/msal-common/dist-browser/config/ClientConfiguration.mjs +6 -5
  535. package/node_modules/@azure/msal-common/dist-browser/config/ClientConfiguration.mjs.map +1 -1
  536. package/node_modules/@azure/msal-common/dist-browser/constants/AADServerParamKeys.mjs +7 -3
  537. package/node_modules/@azure/msal-common/dist-browser/constants/AADServerParamKeys.mjs.map +1 -1
  538. package/node_modules/@azure/msal-common/dist-browser/crypto/ICrypto.mjs +11 -11
  539. package/node_modules/@azure/msal-common/dist-browser/crypto/ICrypto.mjs.map +1 -1
  540. package/node_modules/@azure/msal-common/dist-browser/crypto/JoseHeader.mjs +3 -3
  541. package/node_modules/@azure/msal-common/dist-browser/crypto/JoseHeader.mjs.map +1 -1
  542. package/node_modules/@azure/msal-common/dist-browser/crypto/PopTokenGenerator.mjs +2 -2
  543. package/node_modules/@azure/msal-common/dist-browser/crypto/PopTokenGenerator.mjs.map +1 -1
  544. package/node_modules/@azure/msal-common/dist-browser/error/AuthError.mjs +5 -7
  545. package/node_modules/@azure/msal-common/dist-browser/error/AuthError.mjs.map +1 -1
  546. package/node_modules/@azure/msal-common/dist-browser/error/AuthErrorCodes.mjs +1 -1
  547. package/node_modules/@azure/msal-common/dist-browser/error/CacheError.mjs +1 -1
  548. package/node_modules/@azure/msal-common/dist-browser/error/CacheErrorCodes.mjs +1 -1
  549. package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthError.mjs +5 -5
  550. package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthError.mjs.map +1 -1
  551. package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthErrorCodes.mjs +2 -4
  552. package/node_modules/@azure/msal-common/dist-browser/error/ClientAuthErrorCodes.mjs.map +1 -1
  553. package/node_modules/@azure/msal-common/dist-browser/error/ClientConfigurationError.mjs +5 -5
  554. package/node_modules/@azure/msal-common/dist-browser/error/ClientConfigurationError.mjs.map +1 -1
  555. package/node_modules/@azure/msal-common/dist-browser/error/ClientConfigurationErrorCodes.mjs +1 -1
  556. package/node_modules/@azure/msal-common/dist-browser/error/InteractionRequiredAuthError.mjs +5 -6
  557. package/node_modules/@azure/msal-common/dist-browser/error/InteractionRequiredAuthError.mjs.map +1 -1
  558. package/node_modules/@azure/msal-common/dist-browser/error/InteractionRequiredAuthErrorCodes.mjs +1 -1
  559. package/node_modules/@azure/msal-common/dist-browser/error/JoseHeaderError.mjs +5 -5
  560. package/node_modules/@azure/msal-common/dist-browser/error/JoseHeaderError.mjs.map +1 -1
  561. package/node_modules/@azure/msal-common/dist-browser/error/JoseHeaderErrorCodes.mjs +1 -1
  562. package/node_modules/@azure/msal-common/dist-browser/error/NetworkError.mjs +2 -2
  563. package/node_modules/@azure/msal-common/dist-browser/error/NetworkError.mjs.map +1 -1
  564. package/node_modules/@azure/msal-common/dist-browser/error/PlatformBrokerError.mjs +3 -3
  565. package/node_modules/@azure/msal-common/dist-browser/error/PlatformBrokerError.mjs.map +1 -1
  566. package/node_modules/@azure/msal-common/dist-browser/error/ServerError.mjs +3 -3
  567. package/node_modules/@azure/msal-common/dist-browser/error/ServerError.mjs.map +1 -1
  568. package/node_modules/@azure/msal-common/dist-browser/index-browser.mjs +2 -2
  569. package/node_modules/@azure/msal-common/dist-browser/index.mjs +2 -2
  570. package/node_modules/@azure/msal-common/dist-browser/log-strings-mapping.json +11 -3
  571. package/node_modules/@azure/msal-common/dist-browser/logger/Logger.mjs +26 -12
  572. package/node_modules/@azure/msal-common/dist-browser/logger/Logger.mjs.map +1 -1
  573. package/node_modules/@azure/msal-common/dist-browser/network/INetworkModule.mjs +4 -3
  574. package/node_modules/@azure/msal-common/dist-browser/network/INetworkModule.mjs.map +1 -1
  575. package/node_modules/@azure/msal-common/dist-browser/network/RequestThumbprint.mjs +2 -1
  576. package/node_modules/@azure/msal-common/dist-browser/network/RequestThumbprint.mjs.map +1 -1
  577. package/node_modules/@azure/msal-common/dist-browser/network/ThrottlingUtils.mjs +2 -2
  578. package/node_modules/@azure/msal-common/dist-browser/network/ThrottlingUtils.mjs.map +1 -1
  579. package/node_modules/@azure/msal-common/dist-browser/packageMetadata.mjs +2 -2
  580. package/node_modules/@azure/msal-common/dist-browser/protocol/Authorize.mjs +18 -14
  581. package/node_modules/@azure/msal-common/dist-browser/protocol/Authorize.mjs.map +1 -1
  582. package/node_modules/@azure/msal-common/dist-browser/protocol/Token.mjs +5 -3
  583. package/node_modules/@azure/msal-common/dist-browser/protocol/Token.mjs.map +1 -1
  584. package/node_modules/@azure/msal-common/dist-browser/request/AuthenticationHeaderParser.mjs +4 -4
  585. package/node_modules/@azure/msal-common/dist-browser/request/AuthenticationHeaderParser.mjs.map +1 -1
  586. package/node_modules/@azure/msal-common/dist-browser/request/BaseAuthRequest.mjs +3 -3
  587. package/node_modules/@azure/msal-common/dist-browser/request/BaseAuthRequest.mjs.map +1 -1
  588. package/node_modules/@azure/msal-common/dist-browser/request/RequestParameterBuilder.mjs +48 -23
  589. package/node_modules/@azure/msal-common/dist-browser/request/RequestParameterBuilder.mjs.map +1 -1
  590. package/node_modules/@azure/msal-common/dist-browser/request/ScopeSet.mjs +13 -12
  591. package/node_modules/@azure/msal-common/dist-browser/request/ScopeSet.mjs.map +1 -1
  592. package/node_modules/@azure/msal-common/dist-browser/response/ResponseHandler.mjs +32 -29
  593. package/node_modules/@azure/msal-common/dist-browser/response/ResponseHandler.mjs.map +1 -1
  594. package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceClient.mjs +28 -9
  595. package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceClient.mjs.map +1 -1
  596. package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceEvent.mjs +15 -2
  597. package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceEvent.mjs.map +1 -1
  598. package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/PerformanceEvents.mjs +1 -1
  599. package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/StubPerformanceClient.mjs +4 -1
  600. package/node_modules/@azure/msal-common/dist-browser/telemetry/performance/StubPerformanceClient.mjs.map +1 -1
  601. package/node_modules/@azure/msal-common/dist-browser/telemetry/server/ServerTelemetryManager.mjs +54 -22
  602. package/node_modules/@azure/msal-common/dist-browser/telemetry/server/ServerTelemetryManager.mjs.map +1 -1
  603. package/node_modules/@azure/msal-common/dist-browser/url/UrlString.mjs +15 -14
  604. package/node_modules/@azure/msal-common/dist-browser/url/UrlString.mjs.map +1 -1
  605. package/node_modules/@azure/msal-common/dist-browser/utils/ClientAssertionUtils.mjs +3 -2
  606. package/node_modules/@azure/msal-common/dist-browser/utils/ClientAssertionUtils.mjs.map +1 -1
  607. package/node_modules/@azure/msal-common/dist-browser/utils/Constants.mjs +7 -3
  608. package/node_modules/@azure/msal-common/dist-browser/utils/Constants.mjs.map +1 -1
  609. package/node_modules/@azure/msal-common/dist-browser/utils/FunctionWrappers.mjs +7 -7
  610. package/node_modules/@azure/msal-common/dist-browser/utils/FunctionWrappers.mjs.map +1 -1
  611. package/node_modules/@azure/msal-common/dist-browser/utils/ProtocolUtils.mjs +12 -9
  612. package/node_modules/@azure/msal-common/dist-browser/utils/ProtocolUtils.mjs.map +1 -1
  613. package/node_modules/@azure/msal-common/dist-browser/utils/StringUtils.mjs +1 -1
  614. package/node_modules/@azure/msal-common/dist-browser/utils/TimeUtils.mjs +1 -1
  615. package/node_modules/@azure/msal-common/dist-browser/utils/UrlUtils.mjs +55 -41
  616. package/node_modules/@azure/msal-common/dist-browser/utils/UrlUtils.mjs.map +1 -1
  617. package/node_modules/@azure/msal-common/lib/index-browser.cjs +28 -8
  618. package/node_modules/@azure/msal-common/lib/index-browser.cjs.map +1 -1
  619. package/node_modules/@azure/msal-common/lib/{index-node-DHSwXao8.js → index-node-C_uKaUiZ.js} +527 -375
  620. package/node_modules/@azure/msal-common/lib/index-node-C_uKaUiZ.js.map +1 -0
  621. package/node_modules/@azure/msal-common/lib/index-node.cjs +3 -2
  622. package/node_modules/@azure/msal-common/lib/index-node.cjs.map +1 -1
  623. package/node_modules/@azure/msal-common/lib/index.cjs +3 -2
  624. package/node_modules/@azure/msal-common/lib/index.cjs.map +1 -1
  625. package/node_modules/@azure/msal-common/package.json +3 -5
  626. package/node_modules/@azure/msal-common/src/account/AccountInfo.ts +19 -1
  627. package/node_modules/@azure/msal-common/src/account/AuthToken.ts +19 -21
  628. package/node_modules/@azure/msal-common/src/account/ClientCredentials.ts +1 -0
  629. package/node_modules/@azure/msal-common/src/account/ClientInfo.ts +8 -3
  630. package/node_modules/@azure/msal-common/src/authority/Authority.ts +73 -38
  631. package/node_modules/@azure/msal-common/src/authority/AuthorityFactory.ts +4 -2
  632. package/node_modules/@azure/msal-common/src/authority/AuthorityMetadata.ts +2 -1
  633. package/node_modules/@azure/msal-common/src/authority/RegionDiscovery.ts +18 -11
  634. package/node_modules/@azure/msal-common/src/cache/CacheManager.ts +160 -57
  635. package/node_modules/@azure/msal-common/src/cache/entities/AccountEntity.ts +4 -0
  636. package/node_modules/@azure/msal-common/src/cache/entities/CredentialEntity.ts +2 -0
  637. package/node_modules/@azure/msal-common/src/cache/interface/ICacheManager.ts +1 -0
  638. package/node_modules/@azure/msal-common/src/cache/utils/AccountEntityUtils.ts +29 -3
  639. package/node_modules/@azure/msal-common/src/cache/utils/CacheHelpers.ts +18 -3
  640. package/node_modules/@azure/msal-common/src/cache/utils/CacheTypes.ts +2 -0
  641. package/node_modules/@azure/msal-common/src/client/AuthorizationCodeClient.ts +10 -4
  642. package/node_modules/@azure/msal-common/src/client/RefreshTokenClient.ts +12 -5
  643. package/node_modules/@azure/msal-common/src/client/SilentFlowClient.ts +17 -20
  644. package/node_modules/@azure/msal-common/src/config/ClientConfiguration.ts +14 -4
  645. package/node_modules/@azure/msal-common/src/constants/AADServerParamKeys.ts +5 -0
  646. package/node_modules/@azure/msal-common/src/crypto/ICrypto.ts +40 -10
  647. package/node_modules/@azure/msal-common/src/crypto/JoseHeader.ts +8 -2
  648. package/node_modules/@azure/msal-common/src/crypto/PopTokenGenerator.ts +1 -1
  649. package/node_modules/@azure/msal-common/src/error/AuthError.ts +9 -5
  650. package/node_modules/@azure/msal-common/src/error/ClientAuthError.ts +8 -3
  651. package/node_modules/@azure/msal-common/src/error/ClientAuthErrorCodes.ts +0 -2
  652. package/node_modules/@azure/msal-common/src/error/ClientConfigurationError.ts +5 -4
  653. package/node_modules/@azure/msal-common/src/error/InteractionRequiredAuthError.ts +9 -5
  654. package/node_modules/@azure/msal-common/src/error/JoseHeaderError.ts +11 -4
  655. package/node_modules/@azure/msal-common/src/error/NetworkError.ts +6 -1
  656. package/node_modules/@azure/msal-common/src/error/PlatformBrokerError.ts +2 -1
  657. package/node_modules/@azure/msal-common/src/error/ServerError.ts +3 -2
  658. package/node_modules/@azure/msal-common/src/exports-common.ts +4 -1
  659. package/node_modules/@azure/msal-common/src/logger/Logger.ts +26 -11
  660. package/node_modules/@azure/msal-common/src/network/INetworkModule.ts +3 -2
  661. package/node_modules/@azure/msal-common/src/network/RequestThumbprint.ts +2 -0
  662. package/node_modules/@azure/msal-common/src/network/ThrottlingUtils.ts +1 -0
  663. package/node_modules/@azure/msal-common/src/packageMetadata.ts +1 -1
  664. package/node_modules/@azure/msal-common/src/protocol/Authorize.ts +23 -6
  665. package/node_modules/@azure/msal-common/src/protocol/Token.ts +6 -1
  666. package/node_modules/@azure/msal-common/src/request/AuthenticationHeaderParser.ts +6 -3
  667. package/node_modules/@azure/msal-common/src/request/BaseAuthRequest.ts +8 -2
  668. package/node_modules/@azure/msal-common/src/request/RequestParameterBuilder.ts +59 -25
  669. package/node_modules/@azure/msal-common/src/request/ScopeSet.ts +27 -11
  670. package/node_modules/@azure/msal-common/src/response/ImdsComputeResponse.ts +14 -0
  671. package/node_modules/@azure/msal-common/src/response/ResponseHandler.ts +46 -32
  672. package/node_modules/@azure/msal-common/src/telemetry/performance/IPerformanceClient.ts +1 -0
  673. package/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceClient.ts +28 -0
  674. package/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceEvent.ts +30 -6
  675. package/node_modules/@azure/msal-common/src/telemetry/performance/StubPerformanceClient.ts +4 -0
  676. package/node_modules/@azure/msal-common/src/telemetry/server/ServerTelemetryManager.ts +73 -27
  677. package/node_modules/@azure/msal-common/src/url/UrlString.ts +32 -13
  678. package/node_modules/@azure/msal-common/src/utils/ClientAssertionUtils.ts +3 -1
  679. package/node_modules/@azure/msal-common/src/utils/Constants.ts +6 -3
  680. package/node_modules/@azure/msal-common/src/utils/ProtocolUtils.ts +26 -8
  681. package/node_modules/@azure/msal-common/src/utils/UrlUtils.ts +77 -43
  682. package/node_modules/@azure/msal-common/types/account/AccountInfo.d.ts +8 -2
  683. package/node_modules/@azure/msal-common/types/account/AccountInfo.d.ts.map +1 -1
  684. package/node_modules/@azure/msal-common/types/account/AuthToken.d.ts +2 -6
  685. package/node_modules/@azure/msal-common/types/account/AuthToken.d.ts.map +1 -1
  686. package/node_modules/@azure/msal-common/types/account/ClientCredentials.d.ts +1 -0
  687. package/node_modules/@azure/msal-common/types/account/ClientCredentials.d.ts.map +1 -1
  688. package/node_modules/@azure/msal-common/types/account/ClientInfo.d.ts.map +1 -1
  689. package/node_modules/@azure/msal-common/types/authority/Authority.d.ts +5 -5
  690. package/node_modules/@azure/msal-common/types/authority/Authority.d.ts.map +1 -1
  691. package/node_modules/@azure/msal-common/types/authority/AuthorityFactory.d.ts.map +1 -1
  692. package/node_modules/@azure/msal-common/types/authority/AuthorityMetadata.d.ts.map +1 -1
  693. package/node_modules/@azure/msal-common/types/authority/RegionDiscovery.d.ts +3 -2
  694. package/node_modules/@azure/msal-common/types/authority/RegionDiscovery.d.ts.map +1 -1
  695. package/node_modules/@azure/msal-common/types/cache/CacheManager.d.ts +0 -7
  696. package/node_modules/@azure/msal-common/types/cache/CacheManager.d.ts.map +1 -1
  697. package/node_modules/@azure/msal-common/types/cache/entities/AccountEntity.d.ts +4 -0
  698. package/node_modules/@azure/msal-common/types/cache/entities/AccountEntity.d.ts.map +1 -1
  699. package/node_modules/@azure/msal-common/types/cache/entities/CredentialEntity.d.ts +2 -0
  700. package/node_modules/@azure/msal-common/types/cache/entities/CredentialEntity.d.ts.map +1 -1
  701. package/node_modules/@azure/msal-common/types/cache/interface/ICacheManager.d.ts +1 -0
  702. package/node_modules/@azure/msal-common/types/cache/interface/ICacheManager.d.ts.map +1 -1
  703. package/node_modules/@azure/msal-common/types/cache/utils/AccountEntityUtils.d.ts +7 -1
  704. package/node_modules/@azure/msal-common/types/cache/utils/AccountEntityUtils.d.ts.map +1 -1
  705. package/node_modules/@azure/msal-common/types/cache/utils/CacheHelpers.d.ts +4 -1
  706. package/node_modules/@azure/msal-common/types/cache/utils/CacheHelpers.d.ts.map +1 -1
  707. package/node_modules/@azure/msal-common/types/cache/utils/CacheTypes.d.ts +2 -1
  708. package/node_modules/@azure/msal-common/types/cache/utils/CacheTypes.d.ts.map +1 -1
  709. package/node_modules/@azure/msal-common/types/client/AuthorizationCodeClient.d.ts.map +1 -1
  710. package/node_modules/@azure/msal-common/types/client/RefreshTokenClient.d.ts.map +1 -1
  711. package/node_modules/@azure/msal-common/types/client/SilentFlowClient.d.ts.map +1 -1
  712. package/node_modules/@azure/msal-common/types/config/ClientConfiguration.d.ts +4 -0
  713. package/node_modules/@azure/msal-common/types/config/ClientConfiguration.d.ts.map +1 -1
  714. package/node_modules/@azure/msal-common/types/constants/AADServerParamKeys.d.ts +4 -0
  715. package/node_modules/@azure/msal-common/types/constants/AADServerParamKeys.d.ts.map +1 -1
  716. package/node_modules/@azure/msal-common/types/crypto/ICrypto.d.ts.map +1 -1
  717. package/node_modules/@azure/msal-common/types/crypto/JoseHeader.d.ts.map +1 -1
  718. package/node_modules/@azure/msal-common/types/error/AuthError.d.ts +2 -3
  719. package/node_modules/@azure/msal-common/types/error/AuthError.d.ts.map +1 -1
  720. package/node_modules/@azure/msal-common/types/error/ClientAuthError.d.ts +2 -2
  721. package/node_modules/@azure/msal-common/types/error/ClientAuthError.d.ts.map +1 -1
  722. package/node_modules/@azure/msal-common/types/error/ClientAuthErrorCodes.d.ts +0 -2
  723. package/node_modules/@azure/msal-common/types/error/ClientAuthErrorCodes.d.ts.map +1 -1
  724. package/node_modules/@azure/msal-common/types/error/ClientConfigurationError.d.ts +2 -2
  725. package/node_modules/@azure/msal-common/types/error/ClientConfigurationError.d.ts.map +1 -1
  726. package/node_modules/@azure/msal-common/types/error/InteractionRequiredAuthError.d.ts +2 -2
  727. package/node_modules/@azure/msal-common/types/error/InteractionRequiredAuthError.d.ts.map +1 -1
  728. package/node_modules/@azure/msal-common/types/error/JoseHeaderError.d.ts +2 -2
  729. package/node_modules/@azure/msal-common/types/error/JoseHeaderError.d.ts.map +1 -1
  730. package/node_modules/@azure/msal-common/types/error/NetworkError.d.ts.map +1 -1
  731. package/node_modules/@azure/msal-common/types/error/PlatformBrokerError.d.ts +1 -1
  732. package/node_modules/@azure/msal-common/types/error/PlatformBrokerError.d.ts.map +1 -1
  733. package/node_modules/@azure/msal-common/types/error/ServerError.d.ts +1 -1
  734. package/node_modules/@azure/msal-common/types/error/ServerError.d.ts.map +1 -1
  735. package/node_modules/@azure/msal-common/types/exports-common.d.ts +1 -1
  736. package/node_modules/@azure/msal-common/types/exports-common.d.ts.map +1 -1
  737. package/node_modules/@azure/msal-common/types/logger/Logger.d.ts.map +1 -1
  738. package/node_modules/@azure/msal-common/types/network/INetworkModule.d.ts.map +1 -1
  739. package/node_modules/@azure/msal-common/types/network/RequestThumbprint.d.ts +1 -0
  740. package/node_modules/@azure/msal-common/types/network/RequestThumbprint.d.ts.map +1 -1
  741. package/node_modules/@azure/msal-common/types/network/ThrottlingUtils.d.ts.map +1 -1
  742. package/node_modules/@azure/msal-common/types/packageMetadata.d.ts +1 -1
  743. package/node_modules/@azure/msal-common/types/packageMetadata.d.ts.map +1 -1
  744. package/node_modules/@azure/msal-common/types/protocol/Authorize.d.ts +6 -2
  745. package/node_modules/@azure/msal-common/types/protocol/Authorize.d.ts.map +1 -1
  746. package/node_modules/@azure/msal-common/types/protocol/Token.d.ts +2 -0
  747. package/node_modules/@azure/msal-common/types/protocol/Token.d.ts.map +1 -1
  748. package/node_modules/@azure/msal-common/types/request/AuthenticationHeaderParser.d.ts.map +1 -1
  749. package/node_modules/@azure/msal-common/types/request/BaseAuthRequest.d.ts +4 -0
  750. package/node_modules/@azure/msal-common/types/request/BaseAuthRequest.d.ts.map +1 -1
  751. package/node_modules/@azure/msal-common/types/request/RequestParameterBuilder.d.ts +13 -3
  752. package/node_modules/@azure/msal-common/types/request/RequestParameterBuilder.d.ts.map +1 -1
  753. package/node_modules/@azure/msal-common/types/request/ScopeSet.d.ts +4 -3
  754. package/node_modules/@azure/msal-common/types/request/ScopeSet.d.ts.map +1 -1
  755. package/node_modules/@azure/msal-common/types/response/ImdsComputeResponse.d.ts +10 -0
  756. package/node_modules/@azure/msal-common/types/response/ImdsComputeResponse.d.ts.map +1 -0
  757. package/node_modules/@azure/msal-common/types/response/ResponseHandler.d.ts +2 -1
  758. package/node_modules/@azure/msal-common/types/response/ResponseHandler.d.ts.map +1 -1
  759. package/node_modules/@azure/msal-common/types/telemetry/performance/IPerformanceClient.d.ts +3 -0
  760. package/node_modules/@azure/msal-common/types/telemetry/performance/IPerformanceClient.d.ts.map +1 -1
  761. package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceClient.d.ts +18 -0
  762. package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceClient.d.ts.map +1 -1
  763. package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceEvent.d.ts +16 -5
  764. package/node_modules/@azure/msal-common/types/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
  765. package/node_modules/@azure/msal-common/types/telemetry/performance/StubPerformanceClient.d.ts +1 -0
  766. package/node_modules/@azure/msal-common/types/telemetry/performance/StubPerformanceClient.d.ts.map +1 -1
  767. package/node_modules/@azure/msal-common/types/telemetry/server/ServerTelemetryManager.d.ts +15 -0
  768. package/node_modules/@azure/msal-common/types/telemetry/server/ServerTelemetryManager.d.ts.map +1 -1
  769. package/node_modules/@azure/msal-common/types/url/UrlString.d.ts +5 -4
  770. package/node_modules/@azure/msal-common/types/url/UrlString.d.ts.map +1 -1
  771. package/node_modules/@azure/msal-common/types/utils/ClientAssertionUtils.d.ts +1 -1
  772. package/node_modules/@azure/msal-common/types/utils/ClientAssertionUtils.d.ts.map +1 -1
  773. package/node_modules/@azure/msal-common/types/utils/Constants.d.ts +6 -2
  774. package/node_modules/@azure/msal-common/types/utils/Constants.d.ts.map +1 -1
  775. package/node_modules/@azure/msal-common/types/utils/ProtocolUtils.d.ts +6 -3
  776. package/node_modules/@azure/msal-common/types/utils/ProtocolUtils.d.ts.map +1 -1
  777. package/node_modules/@azure/msal-common/types/utils/UrlUtils.d.ts +21 -4
  778. package/node_modules/@azure/msal-common/types/utils/UrlUtils.d.ts.map +1 -1
  779. package/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs +16 -1
  780. package/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs.map +1 -1
  781. package/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs +1 -1
  782. package/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs +1 -1
  783. package/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs +1 -1
  784. package/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs +2 -1
  785. package/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs.map +1 -1
  786. package/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs +2 -1
  787. package/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs.map +1 -1
  788. package/node_modules/@azure/msal-node/dist/client/BaseClient.mjs +1 -1
  789. package/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs +9 -9
  790. package/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs.map +1 -1
  791. package/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs +2 -2
  792. package/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs.map +1 -1
  793. package/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs +34 -16
  794. package/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs.map +1 -1
  795. package/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs +61 -8
  796. package/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs.map +1 -1
  797. package/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs +17 -16
  798. package/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs.map +1 -1
  799. package/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs +2 -2
  800. package/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs.map +1 -1
  801. package/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs +2 -2
  802. package/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs.map +1 -1
  803. package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs +1 -1
  804. package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs +11 -11
  805. package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs.map +1 -1
  806. package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs +6 -5
  807. package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs.map +1 -1
  808. package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs +2 -2
  809. package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs.map +1 -1
  810. package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs +1 -1
  811. package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs +1 -1
  812. package/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs +1 -1
  813. package/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs +9 -9
  814. package/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs.map +1 -1
  815. package/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs +10 -9
  816. package/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs.map +1 -1
  817. package/node_modules/@azure/msal-node/dist/client/UserFederatedIdentityCredentialClient.mjs +107 -0
  818. package/node_modules/@azure/msal-node/dist/client/UserFederatedIdentityCredentialClient.mjs.map +1 -0
  819. package/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs +3 -3
  820. package/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs.map +1 -1
  821. package/node_modules/@azure/msal-node/dist/config/Configuration.mjs +1 -1
  822. package/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs +4 -4
  823. package/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs.map +1 -1
  824. package/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs +1 -1
  825. package/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs +1 -1
  826. package/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs +1 -1
  827. package/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs +1 -1
  828. package/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs +1 -1
  829. package/node_modules/@azure/msal-node/dist/error/ClientAuthErrorCodes.mjs +5 -2
  830. package/node_modules/@azure/msal-node/dist/error/ClientAuthErrorCodes.mjs.map +1 -1
  831. package/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs +5 -5
  832. package/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs.map +1 -1
  833. package/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs +1 -1
  834. package/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs +16 -16
  835. package/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs.map +1 -1
  836. package/node_modules/@azure/msal-node/dist/index.mjs +1 -1
  837. package/node_modules/@azure/msal-node/dist/index.mjs.map +1 -1
  838. package/node_modules/@azure/msal-node/dist/internals.mjs +1 -1
  839. package/node_modules/@azure/msal-node/dist/network/HttpClient.mjs +4 -4
  840. package/node_modules/@azure/msal-node/dist/network/HttpClient.mjs.map +1 -1
  841. package/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs +1 -1
  842. package/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs +1 -1
  843. package/node_modules/@azure/msal-node/dist/packageMetadata.mjs +2 -2
  844. package/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs +1 -1
  845. package/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs +1 -1
  846. package/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs +1 -1
  847. package/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs +1 -1
  848. package/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs +1 -1
  849. package/node_modules/@azure/msal-node/dist/utils/Constants.mjs +2 -1
  850. package/node_modules/@azure/msal-node/dist/utils/Constants.mjs.map +1 -1
  851. package/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs +1 -1
  852. package/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs +1 -1
  853. package/node_modules/@azure/msal-node/lib/msal-node.cjs +811 -534
  854. package/node_modules/@azure/msal-node/lib/msal-node.cjs.map +1 -1
  855. package/node_modules/@azure/msal-node/package.json +4 -4
  856. package/node_modules/@azure/msal-node/src/cache/CacheHelpers.ts +25 -0
  857. package/node_modules/@azure/msal-node/src/cache/serializer/Deserializer.ts +2 -0
  858. package/node_modules/@azure/msal-node/src/cache/serializer/Serializer.ts +2 -0
  859. package/node_modules/@azure/msal-node/src/cache/serializer/SerializerTypes.ts +1 -0
  860. package/node_modules/@azure/msal-node/src/client/ClientApplication.ts +19 -8
  861. package/node_modules/@azure/msal-node/src/client/ClientAssertion.ts +4 -1
  862. package/node_modules/@azure/msal-node/src/client/ClientCredentialClient.ts +61 -14
  863. package/node_modules/@azure/msal-node/src/client/ConfidentialClientApplication.ts +108 -6
  864. package/node_modules/@azure/msal-node/src/client/DeviceCodeClient.ts +28 -10
  865. package/node_modules/@azure/msal-node/src/client/ManagedIdentityApplication.ts +2 -1
  866. package/node_modules/@azure/msal-node/src/client/ManagedIdentityClient.ts +2 -1
  867. package/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AzureArc.ts +20 -10
  868. package/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/BaseManagedIdentitySource.ts +10 -4
  869. package/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/CloudShell.ts +2 -1
  870. package/node_modules/@azure/msal-node/src/client/OnBehalfOfClient.ts +22 -7
  871. package/node_modules/@azure/msal-node/src/client/PublicClientApplication.ts +23 -7
  872. package/node_modules/{@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/UsernamePasswordClient.ts → @azure/msal-node/src/client/UserFederatedIdentityCredentialClient.ts} +92 -81
  873. package/node_modules/@azure/msal-node/src/client/UsernamePasswordClient.ts +6 -1
  874. package/node_modules/@azure/msal-node/src/config/ManagedIdentityId.ts +6 -3
  875. package/node_modules/@azure/msal-node/src/error/ClientAuthErrorCodes.ts +3 -0
  876. package/node_modules/@azure/msal-node/src/error/ManagedIdentityError.ts +9 -4
  877. package/node_modules/@azure/msal-node/src/error/NodeAuthError.ts +25 -6
  878. package/node_modules/@azure/msal-node/src/index.ts +1 -0
  879. package/node_modules/@azure/msal-node/src/network/HttpClient.ts +3 -0
  880. package/node_modules/@azure/msal-node/src/packageMetadata.ts +1 -1
  881. package/node_modules/@azure/msal-node/src/request/CommonClientCredentialRequest.ts +4 -0
  882. package/node_modules/@azure/msal-node/src/request/CommonUserFederatedIdentityCredentialRequest.ts +25 -0
  883. package/node_modules/@azure/msal-node/src/request/UserFederatedIdentityCredentialRequest.ts +46 -0
  884. package/node_modules/@azure/msal-node/src/utils/Constants.ts +1 -0
  885. package/node_modules/@azure/msal-node/types/cache/CacheHelpers.d.ts.map +1 -1
  886. package/node_modules/@azure/msal-node/types/cache/serializer/Deserializer.d.ts.map +1 -1
  887. package/node_modules/@azure/msal-node/types/cache/serializer/Serializer.d.ts.map +1 -1
  888. package/node_modules/@azure/msal-node/types/cache/serializer/SerializerTypes.d.ts +1 -0
  889. package/node_modules/@azure/msal-node/types/cache/serializer/SerializerTypes.d.ts.map +1 -1
  890. package/node_modules/@azure/msal-node/types/client/ClientApplication.d.ts +1 -1
  891. package/node_modules/@azure/msal-node/types/client/ClientApplication.d.ts.map +1 -1
  892. package/node_modules/@azure/msal-node/types/client/ClientAssertion.d.ts.map +1 -1
  893. package/node_modules/@azure/msal-node/types/client/ClientCredentialClient.d.ts +1 -1
  894. package/node_modules/@azure/msal-node/types/client/ClientCredentialClient.d.ts.map +1 -1
  895. package/node_modules/@azure/msal-node/types/client/ConfidentialClientApplication.d.ts +10 -0
  896. package/node_modules/@azure/msal-node/types/client/ConfidentialClientApplication.d.ts.map +1 -1
  897. package/node_modules/@azure/msal-node/types/client/DeviceCodeClient.d.ts +1 -0
  898. package/node_modules/@azure/msal-node/types/client/DeviceCodeClient.d.ts.map +1 -1
  899. package/node_modules/@azure/msal-node/types/client/ManagedIdentityApplication.d.ts.map +1 -1
  900. package/node_modules/@azure/msal-node/types/client/ManagedIdentityClient.d.ts.map +1 -1
  901. package/node_modules/@azure/msal-node/types/client/ManagedIdentitySources/AzureArc.d.ts.map +1 -1
  902. package/node_modules/@azure/msal-node/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +1 -1
  903. package/node_modules/@azure/msal-node/types/client/ManagedIdentitySources/CloudShell.d.ts.map +1 -1
  904. package/node_modules/@azure/msal-node/types/client/OnBehalfOfClient.d.ts.map +1 -1
  905. package/node_modules/@azure/msal-node/types/client/PublicClientApplication.d.ts +1 -0
  906. package/node_modules/@azure/msal-node/types/client/PublicClientApplication.d.ts.map +1 -1
  907. package/node_modules/@azure/msal-node/types/client/UserFederatedIdentityCredentialClient.d.ts +26 -0
  908. package/node_modules/@azure/msal-node/types/client/UserFederatedIdentityCredentialClient.d.ts.map +1 -0
  909. package/node_modules/@azure/msal-node/types/client/UsernamePasswordClient.d.ts.map +1 -1
  910. package/node_modules/@azure/msal-node/types/config/ManagedIdentityId.d.ts.map +1 -1
  911. package/node_modules/@azure/msal-node/types/error/ClientAuthErrorCodes.d.ts +3 -0
  912. package/node_modules/@azure/msal-node/types/error/ClientAuthErrorCodes.d.ts.map +1 -1
  913. package/node_modules/@azure/msal-node/types/error/ManagedIdentityError.d.ts +2 -2
  914. package/node_modules/@azure/msal-node/types/error/ManagedIdentityError.d.ts.map +1 -1
  915. package/node_modules/@azure/msal-node/types/error/NodeAuthError.d.ts +5 -5
  916. package/node_modules/@azure/msal-node/types/error/NodeAuthError.d.ts.map +1 -1
  917. package/node_modules/@azure/msal-node/types/index.d.ts +1 -0
  918. package/node_modules/@azure/msal-node/types/index.d.ts.map +1 -1
  919. package/node_modules/@azure/msal-node/types/network/HttpClient.d.ts.map +1 -1
  920. package/node_modules/@azure/msal-node/types/packageMetadata.d.ts +1 -1
  921. package/node_modules/@azure/msal-node/types/request/CommonClientCredentialRequest.d.ts +4 -0
  922. package/node_modules/@azure/msal-node/types/request/CommonClientCredentialRequest.d.ts.map +1 -1
  923. package/node_modules/@azure/msal-node/types/request/CommonUserFederatedIdentityCredentialRequest.d.ts +17 -0
  924. package/node_modules/@azure/msal-node/types/request/CommonUserFederatedIdentityCredentialRequest.d.ts.map +1 -0
  925. package/node_modules/@azure/msal-node/types/request/UserFederatedIdentityCredentialRequest.d.ts +32 -0
  926. package/node_modules/@azure/msal-node/types/request/UserFederatedIdentityCredentialRequest.d.ts.map +1 -0
  927. package/node_modules/@azure/msal-node/types/utils/Constants.d.ts +1 -0
  928. package/node_modules/@azure/msal-node/types/utils/Constants.d.ts.map +1 -1
  929. package/node_modules/@microsoft/teams.api/dist/activities/activity.d.mts +2 -0
  930. package/node_modules/@microsoft/teams.api/dist/activities/activity.d.ts +2 -0
  931. package/node_modules/@microsoft/teams.api/dist/activities/activity.js +39 -10
  932. package/node_modules/@microsoft/teams.api/dist/activities/activity.js.map +1 -1
  933. package/node_modules/@microsoft/teams.api/dist/activities/activity.mjs +39 -10
  934. package/node_modules/@microsoft/teams.api/dist/activities/activity.mjs.map +1 -1
  935. package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.js +1 -1
  936. package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.js.map +1 -1
  937. package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.mjs +1 -1
  938. package/node_modules/@microsoft/teams.api/dist/activities/utils/strip-mentions-text.mjs.map +1 -1
  939. package/node_modules/@microsoft/teams.api/dist/models/account.d.mts +1 -1
  940. package/node_modules/@microsoft/teams.api/dist/models/account.d.ts +1 -1
  941. package/node_modules/@microsoft/teams.api/dist/models/account.js.map +1 -1
  942. package/node_modules/@microsoft/teams.api/dist/models/account.mjs.map +1 -1
  943. package/node_modules/@microsoft/teams.api/package.json +4 -4
  944. package/node_modules/@microsoft/teams.apps/README.md +59 -9
  945. package/node_modules/@microsoft/teams.apps/dist/app.d.ts +1 -22
  946. package/node_modules/@microsoft/teams.apps/dist/app.embed.d.ts +1 -8
  947. package/node_modules/@microsoft/teams.apps/dist/app.embed.js +2 -35
  948. package/node_modules/@microsoft/teams.apps/dist/app.js +1 -49
  949. package/node_modules/@microsoft/teams.apps/dist/http/http-server.js +11 -5
  950. package/node_modules/@microsoft/teams.apps/dist/index.d.ts +0 -1
  951. package/node_modules/@microsoft/teams.apps/dist/index.js +2 -25
  952. package/node_modules/@microsoft/teams.apps/dist/middleware/jwt-validation-middleware.js +2 -3
  953. package/node_modules/@microsoft/teams.apps/dist/token-manager.d.ts +2 -0
  954. package/node_modules/@microsoft/teams.apps/dist/token-manager.js +27 -13
  955. package/node_modules/@microsoft/teams.apps/dist/types/plugin/decorators/dependency.d.ts +3 -68
  956. package/node_modules/@microsoft/teams.apps/dist/types/plugin/decorators/dependency.js +2 -1
  957. package/node_modules/@microsoft/teams.apps/package.json +7 -8
  958. package/node_modules/@microsoft/teams.cards/package.json +2 -2
  959. package/node_modules/@microsoft/teams.common/package.json +2 -2
  960. package/node_modules/@microsoft/teams.graph/package.json +3 -3
  961. package/node_modules/@types/node/README.md +1 -1
  962. package/node_modules/@types/node/assert/strict.d.ts +10 -1
  963. package/node_modules/@types/node/assert.d.ts +144 -17
  964. package/node_modules/@types/node/async_hooks.d.ts +9 -9
  965. package/node_modules/@types/node/buffer.d.ts +64 -30
  966. package/node_modules/@types/node/child_process.d.ts +17 -21
  967. package/node_modules/@types/node/cluster.d.ts +13 -13
  968. package/node_modules/@types/node/console.d.ts +1 -1
  969. package/node_modules/@types/node/crypto.d.ts +471 -575
  970. package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
  971. package/node_modules/@types/node/dns.d.ts +15 -15
  972. package/node_modules/@types/node/events.d.ts +3 -3
  973. package/node_modules/@types/node/ffi.d.ts +486 -0
  974. package/node_modules/@types/node/fs/promises.d.ts +7 -4
  975. package/node_modules/@types/node/fs.d.ts +24 -18
  976. package/node_modules/@types/node/globals.d.ts +4 -4
  977. package/node_modules/@types/node/http.d.ts +30 -5
  978. package/node_modules/@types/node/http2.d.ts +2 -1
  979. package/node_modules/@types/node/index.d.ts +1 -3
  980. package/node_modules/@types/node/inspector.d.ts +1 -1
  981. package/node_modules/@types/node/module.d.ts +16 -45
  982. package/node_modules/@types/node/net.d.ts +1 -1
  983. package/node_modules/@types/node/os.d.ts +2 -2
  984. package/node_modules/@types/node/package.json +4 -4
  985. package/node_modules/@types/node/perf_hooks.d.ts +1 -9
  986. package/node_modules/@types/node/process.d.ts +25 -12
  987. package/node_modules/@types/node/quic.d.ts +92 -11
  988. package/node_modules/@types/node/readline.d.ts +12 -11
  989. package/node_modules/@types/node/repl.d.ts +10 -10
  990. package/node_modules/@types/node/sqlite.d.ts +56 -1
  991. package/node_modules/@types/node/stream/iter.d.ts +150 -0
  992. package/node_modules/@types/node/stream/promises.d.ts +2 -2
  993. package/node_modules/@types/node/stream/web.d.ts +1 -1
  994. package/node_modules/@types/node/stream.d.ts +37 -5
  995. package/node_modules/@types/node/test/reporters.d.ts +1 -1
  996. package/node_modules/@types/node/test.d.ts +120 -10
  997. package/node_modules/@types/node/tls.d.ts +1 -1
  998. package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
  999. package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
  1000. package/node_modules/@types/node/url.d.ts +3 -3
  1001. package/node_modules/@types/node/util/types.d.ts +1 -1
  1002. package/node_modules/@types/node/util.d.ts +22 -22
  1003. package/node_modules/@types/node/v8.d.ts +85 -3
  1004. package/node_modules/@types/node/vm.d.ts +9 -9
  1005. package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
  1006. package/node_modules/@types/node/worker_threads.d.ts +10 -12
  1007. package/node_modules/@types/node/zlib.d.ts +3 -3
  1008. package/node_modules/body-parser/README.md +16 -1
  1009. package/node_modules/body-parser/index.js +4 -20
  1010. package/node_modules/body-parser/lib/read.js +17 -17
  1011. package/node_modules/body-parser/lib/types/json.js +60 -32
  1012. package/node_modules/body-parser/lib/types/raw.js +3 -3
  1013. package/node_modules/body-parser/lib/types/text.js +3 -3
  1014. package/node_modules/body-parser/lib/types/urlencoded.js +16 -20
  1015. package/node_modules/body-parser/lib/utils.js +18 -16
  1016. package/node_modules/body-parser/node_modules/content-type/LICENSE +22 -0
  1017. package/node_modules/body-parser/node_modules/content-type/README.md +69 -0
  1018. package/node_modules/body-parser/node_modules/content-type/dist/index.d.ts +26 -0
  1019. package/node_modules/body-parser/node_modules/content-type/dist/index.js +170 -0
  1020. package/node_modules/body-parser/node_modules/content-type/dist/index.js.map +1 -0
  1021. package/node_modules/body-parser/node_modules/content-type/package.json +52 -0
  1022. package/node_modules/body-parser/package.json +23 -10
  1023. package/node_modules/range-parser/README.md +13 -12
  1024. package/node_modules/range-parser/index.js +27 -8
  1025. package/node_modules/range-parser/package.json +12 -8
  1026. package/node_modules/semver/classes/range.js +6 -2
  1027. package/node_modules/semver/package.json +1 -1
  1028. package/node_modules/side-channel/CHANGELOG.md +10 -0
  1029. package/node_modules/side-channel/README.md +1 -1
  1030. package/node_modules/side-channel/index.js +5 -2
  1031. package/node_modules/side-channel/package.json +10 -10
  1032. package/node_modules/side-channel/test/index.js +16 -0
  1033. package/node_modules/typebox/build/compile/validator.d.mts +2 -7
  1034. package/node_modules/typebox/build/compile/validator.mjs +6 -36
  1035. package/node_modules/typebox/build/error/errors.d.mts +1 -7
  1036. package/node_modules/typebox/build/format/_idna.mjs +36 -6
  1037. package/node_modules/typebox/build/format/_puny.mjs +4 -1
  1038. package/node_modules/typebox/build/format/uuid.d.mts +2 -2
  1039. package/node_modules/typebox/build/format/uuid.mjs +3 -3
  1040. package/node_modules/typebox/build/guard/emit.d.mts +0 -4
  1041. package/node_modules/typebox/build/guard/emit.mjs +0 -8
  1042. package/node_modules/typebox/build/guard/guard.d.mts +4 -8
  1043. package/node_modules/typebox/build/guard/guard.mjs +5 -13
  1044. package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
  1045. package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
  1046. package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
  1047. package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
  1048. package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
  1049. package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
  1050. package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
  1051. package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
  1052. package/node_modules/typebox/build/schema/types/index.mjs +0 -1
  1053. package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
  1054. package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
  1055. package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
  1056. package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
  1057. package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
  1058. package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
  1059. package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
  1060. package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
  1061. package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
  1062. package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
  1063. package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
  1064. package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
  1065. package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
  1066. package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
  1067. package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
  1068. package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
  1069. package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
  1070. package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
  1071. package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
  1072. package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
  1073. package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
  1074. package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
  1075. package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
  1076. package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
  1077. package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
  1078. package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
  1079. package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
  1080. package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
  1081. package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
  1082. package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
  1083. package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
  1084. package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
  1085. package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
  1086. package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
  1087. package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
  1088. package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
  1089. package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
  1090. package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
  1091. package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
  1092. package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
  1093. package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
  1094. package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
  1095. package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
  1096. package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
  1097. package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
  1098. package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
  1099. package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
  1100. package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
  1101. package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
  1102. package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
  1103. package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
  1104. package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
  1105. package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
  1106. package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
  1107. package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
  1108. package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
  1109. package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
  1110. package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
  1111. package/node_modules/typebox/build/type/action/index.d.mts +7 -4
  1112. package/node_modules/typebox/build/type/action/index.mjs +7 -4
  1113. package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
  1114. package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
  1115. package/node_modules/typebox/build/type/action/module.d.mts +8 -7
  1116. package/node_modules/typebox/build/type/action/module.mjs +7 -6
  1117. package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
  1118. package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
  1119. package/node_modules/typebox/build/type/action/with.d.mts +11 -0
  1120. package/node_modules/typebox/build/type/action/with.mjs +11 -0
  1121. package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
  1122. package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
  1123. package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
  1124. package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
  1125. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
  1126. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
  1127. package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
  1128. package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
  1129. package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
  1130. package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
  1131. package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
  1132. package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
  1133. package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
  1134. package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
  1135. package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
  1136. package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
  1137. package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
  1138. package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
  1139. package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
  1140. package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
  1141. package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
  1142. package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
  1143. package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
  1144. package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
  1145. package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
  1146. package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
  1147. package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
  1148. package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
  1149. package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
  1150. package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
  1151. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
  1152. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
  1153. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
  1154. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
  1155. package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
  1156. package/node_modules/typebox/build/type/engine/index.mjs +2 -2
  1157. package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
  1158. package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
  1159. package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
  1160. package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
  1161. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
  1162. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
  1163. package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
  1164. package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
  1165. package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
  1166. package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
  1167. package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
  1168. package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
  1169. package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
  1170. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
  1171. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
  1172. package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
  1173. package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
  1174. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
  1175. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
  1176. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
  1177. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
  1178. package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
  1179. package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
  1180. package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
  1181. package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
  1182. package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
  1183. package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
  1184. package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
  1185. package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
  1186. package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
  1187. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
  1188. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
  1189. package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
  1190. package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
  1191. package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
  1192. package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
  1193. package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
  1194. package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
  1195. package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
  1196. package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
  1197. package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
  1198. package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
  1199. package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
  1200. package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
  1201. package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
  1202. package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
  1203. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
  1204. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
  1205. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
  1206. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
  1207. package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
  1208. package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
  1209. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
  1210. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
  1211. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
  1212. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
  1213. package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
  1214. package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
  1215. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
  1216. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
  1217. package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
  1218. package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
  1219. package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
  1220. package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
  1221. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
  1222. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
  1223. package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
  1224. package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
  1225. package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
  1226. package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
  1227. package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
  1228. package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
  1229. package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
  1230. package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
  1231. package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
  1232. package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
  1233. package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
  1234. package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
  1235. package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
  1236. package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
  1237. package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
  1238. package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
  1239. package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
  1240. package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
  1241. package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
  1242. package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
  1243. package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
  1244. package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
  1245. package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
  1246. package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
  1247. package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
  1248. package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
  1249. package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
  1250. package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
  1251. package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
  1252. package/node_modules/typebox/build/type/extends/object.mjs +25 -3
  1253. package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
  1254. package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
  1255. package/node_modules/typebox/build/type/extends/record.mjs +23 -0
  1256. package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
  1257. package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
  1258. package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
  1259. package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
  1260. package/node_modules/typebox/build/type/extends/union.mjs +2 -2
  1261. package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
  1262. package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
  1263. package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
  1264. package/node_modules/typebox/build/type/script/parser.mjs +22 -22
  1265. package/node_modules/typebox/build/type/script/script.d.mts +3 -4
  1266. package/node_modules/typebox/build/type/script/script.mjs +3 -2
  1267. package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
  1268. package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
  1269. package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
  1270. package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
  1271. package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
  1272. package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
  1273. package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
  1274. package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
  1275. package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
  1276. package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
  1277. package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
  1278. package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
  1279. package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
  1280. package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
  1281. package/node_modules/typebox/build/type/types/call.d.mts +3 -3
  1282. package/node_modules/typebox/build/type/types/call.mjs +3 -2
  1283. package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
  1284. package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
  1285. package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
  1286. package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
  1287. package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
  1288. package/node_modules/typebox/build/type/types/enum.mjs +5 -0
  1289. package/node_modules/typebox/build/type/types/index.d.mts +1 -4
  1290. package/node_modules/typebox/build/type/types/index.mjs +1 -4
  1291. package/node_modules/typebox/build/type/types/number.d.mts +1 -1
  1292. package/node_modules/typebox/build/type/types/number.mjs +1 -1
  1293. package/node_modules/typebox/build/type/types/record.d.mts +13 -7
  1294. package/node_modules/typebox/build/type/types/record.mjs +15 -9
  1295. package/node_modules/typebox/build/type/types/static.d.mts +2 -5
  1296. package/node_modules/typebox/build/typebox.d.mts +4 -8
  1297. package/node_modules/typebox/build/typebox.mjs +4 -8
  1298. package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
  1299. package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
  1300. package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
  1301. package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
  1302. package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
  1303. package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
  1304. package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
  1305. package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
  1306. package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
  1307. package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
  1308. package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
  1309. package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
  1310. package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
  1311. package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
  1312. package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
  1313. package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
  1314. package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
  1315. package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
  1316. package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
  1317. package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
  1318. package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
  1319. package/node_modules/typebox/build/value/index.d.mts +0 -1
  1320. package/node_modules/typebox/build/value/index.mjs +0 -1
  1321. package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
  1322. package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
  1323. package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
  1324. package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
  1325. package/node_modules/typebox/build/value/value.d.mts +0 -1
  1326. package/node_modules/typebox/build/value/value.mjs +0 -1
  1327. package/node_modules/typebox/package.json +25 -25
  1328. package/node_modules/typebox/readme.md +97 -80
  1329. package/node_modules/undici-types/agent.d.ts +0 -2
  1330. package/node_modules/undici-types/client.d.ts +25 -19
  1331. package/node_modules/undici-types/dispatcher.d.ts +7 -33
  1332. package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
  1333. package/node_modules/undici-types/fetch.d.ts +24 -4
  1334. package/node_modules/undici-types/h2c-client.d.ts +6 -6
  1335. package/node_modules/undici-types/handlers.d.ts +1 -2
  1336. package/node_modules/undici-types/header.d.ts +5 -0
  1337. package/node_modules/undici-types/index.d.ts +3 -1
  1338. package/node_modules/undici-types/interceptors.d.ts +1 -1
  1339. package/node_modules/undici-types/package.json +1 -1
  1340. package/node_modules/undici-types/pool.d.ts +0 -2
  1341. package/node_modules/undici-types/proxy-agent.d.ts +2 -2
  1342. package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
  1343. package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
  1344. package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
  1345. package/node_modules/undici-types/webidl.d.ts +0 -1
  1346. package/npm-shrinkwrap.json +86 -105
  1347. package/package.json +7 -7
  1348. package/node_modules/@azure/msal-common/lib/index-node-DHSwXao8.js.map +0 -1
  1349. package/node_modules/@microsoft/teams.apps/dist/manifest.d.ts +0 -1241
  1350. package/node_modules/@microsoft/teams.apps/dist/manifest.js +0 -3
  1351. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/LICENSE +0 -21
  1352. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/README.md +0 -53
  1353. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/browser/README.md +0 -1
  1354. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/browser/package.json +0 -5
  1355. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.d.ts +0 -72
  1356. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.d.ts.map +0 -1
  1357. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs +0 -85
  1358. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs.map +0 -1
  1359. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.d.ts +0 -24
  1360. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.d.ts.map +0 -1
  1361. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.mjs +0 -86
  1362. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/AuthToken.mjs.map +0 -1
  1363. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts +0 -10
  1364. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts.map +0 -1
  1365. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs +0 -13
  1366. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs.map +0 -1
  1367. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientCredentials.d.ts +0 -20
  1368. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientCredentials.d.ts.map +0 -1
  1369. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.d.ts +0 -23
  1370. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.d.ts.map +0 -1
  1371. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs +0 -46
  1372. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs.map +0 -1
  1373. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.d.ts +0 -88
  1374. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.d.ts.map +0 -1
  1375. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs +0 -25
  1376. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs.map +0 -1
  1377. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.d.ts +0 -255
  1378. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.d.ts.map +0 -1
  1379. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.mjs +0 -860
  1380. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/Authority.mjs.map +0 -1
  1381. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts +0 -19
  1382. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts.map +0 -1
  1383. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs +0 -39
  1384. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs.map +0 -1
  1385. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts +0 -44
  1386. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts.map +0 -1
  1387. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs +0 -180
  1388. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs.map +0 -1
  1389. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.d.ts +0 -28
  1390. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.d.ts.map +0 -1
  1391. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs +0 -23
  1392. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs.map +0 -1
  1393. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.d.ts +0 -11
  1394. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.d.ts.map +0 -1
  1395. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs +0 -18
  1396. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs.map +0 -1
  1397. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegion.d.ts +0 -2
  1398. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegion.d.ts.map +0 -1
  1399. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts +0 -6
  1400. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts.map +0 -1
  1401. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts +0 -6
  1402. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts.map +0 -1
  1403. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.d.ts +0 -14
  1404. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +0 -1
  1405. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +0 -13
  1406. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs.map +0 -1
  1407. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts +0 -10
  1408. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts.map +0 -1
  1409. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs +0 -13
  1410. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs.map +0 -1
  1411. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ImdsOptions.d.ts +0 -6
  1412. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ImdsOptions.d.ts.map +0 -1
  1413. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OIDCOptions.d.ts +0 -9
  1414. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OIDCOptions.d.ts.map +0 -1
  1415. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts +0 -12
  1416. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts.map +0 -1
  1417. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs +0 -15
  1418. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs.map +0 -1
  1419. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts +0 -20
  1420. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts.map +0 -1
  1421. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs +0 -27
  1422. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs.map +0 -1
  1423. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts +0 -33
  1424. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts.map +0 -1
  1425. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs +0 -112
  1426. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs.map +0 -1
  1427. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts +0 -7
  1428. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts.map +0 -1
  1429. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/broker/nativeBroker/INativeBrokerPlugin.d.ts +0 -17
  1430. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +0 -1
  1431. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts +0 -474
  1432. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts.map +0 -1
  1433. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs +0 -1125
  1434. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs.map +0 -1
  1435. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts +0 -26
  1436. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts.map +0 -1
  1437. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts +0 -98
  1438. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts.map +0 -1
  1439. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.mjs +0 -246
  1440. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.mjs.map +0 -1
  1441. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts +0 -12
  1442. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts.map +0 -1
  1443. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts +0 -16
  1444. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts.map +0 -1
  1445. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts +0 -14
  1446. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts.map +0 -1
  1447. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts +0 -33
  1448. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts.map +0 -1
  1449. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts +0 -9
  1450. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts.map +0 -1
  1451. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts +0 -8
  1452. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts.map +0 -1
  1453. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts +0 -7
  1454. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts.map +0 -1
  1455. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts +0 -8
  1456. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts.map +0 -1
  1457. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts +0 -171
  1458. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts.map +0 -1
  1459. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts +0 -6
  1460. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts.map +0 -1
  1461. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts +0 -5
  1462. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts.map +0 -1
  1463. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts +0 -24
  1464. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts.map +0 -1
  1465. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs +0 -30
  1466. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs.map +0 -1
  1467. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.d.ts +0 -86
  1468. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.d.ts.map +0 -1
  1469. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs +0 -270
  1470. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs.map +0 -1
  1471. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts +0 -70
  1472. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts.map +0 -1
  1473. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts +0 -46
  1474. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts.map +0 -1
  1475. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs +0 -264
  1476. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs.map +0 -1
  1477. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts +0 -59
  1478. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts.map +0 -1
  1479. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.mjs +0 -167
  1480. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/BaseClient.mjs.map +0 -1
  1481. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.d.ts +0 -36
  1482. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.d.ts.map +0 -1
  1483. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs +0 -243
  1484. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs.map +0 -1
  1485. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.d.ts +0 -22
  1486. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.d.ts.map +0 -1
  1487. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs +0 -112
  1488. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs.map +0 -1
  1489. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/AppTokenProvider.d.ts +0 -39
  1490. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/AppTokenProvider.d.ts.map +0 -1
  1491. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.d.ts +0 -163
  1492. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.d.ts.map +0 -1
  1493. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs +0 -113
  1494. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs.map +0 -1
  1495. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.d.ts +0 -60
  1496. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.d.ts.map +0 -1
  1497. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs +0 -68
  1498. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs.map +0 -1
  1499. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.d.ts +0 -69
  1500. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.d.ts.map +0 -1
  1501. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs +0 -44
  1502. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs.map +0 -1
  1503. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts +0 -5
  1504. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts.map +0 -1
  1505. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.d.ts +0 -23
  1506. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.d.ts.map +0 -1
  1507. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs +0 -46
  1508. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs.map +0 -1
  1509. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts +0 -60
  1510. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts.map +0 -1
  1511. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs +0 -89
  1512. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs.map +0 -1
  1513. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts +0 -16
  1514. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts.map +0 -1
  1515. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.d.ts +0 -50
  1516. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.d.ts.map +0 -1
  1517. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.mjs +0 -56
  1518. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthError.mjs.map +0 -1
  1519. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.d.ts +0 -6
  1520. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.d.ts.map +0 -1
  1521. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs +0 -14
  1522. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs.map +0 -1
  1523. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.d.ts +0 -28
  1524. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.d.ts.map +0 -1
  1525. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.mjs +0 -52
  1526. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheError.mjs.map +0 -1
  1527. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.d.ts +0 -3
  1528. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.d.ts.map +0 -1
  1529. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs +0 -11
  1530. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs.map +0 -1
  1531. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.d.ts +0 -243
  1532. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.d.ts.map +0 -1
  1533. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs +0 -264
  1534. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs.map +0 -1
  1535. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.d.ts +0 -46
  1536. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.d.ts.map +0 -1
  1537. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs +0 -54
  1538. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs.map +0 -1
  1539. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.d.ts +0 -139
  1540. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.d.ts.map +0 -1
  1541. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs +0 -155
  1542. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs.map +0 -1
  1543. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.d.ts +0 -25
  1544. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.d.ts.map +0 -1
  1545. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs +0 -33
  1546. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs.map +0 -1
  1547. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts +0 -70
  1548. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts.map +0 -1
  1549. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs +0 -105
  1550. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs.map +0 -1
  1551. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.d.ts +0 -46
  1552. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.d.ts.map +0 -1
  1553. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs +0 -54
  1554. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs.map +0 -1
  1555. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.d.ts +0 -16
  1556. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.d.ts.map +0 -1
  1557. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs +0 -30
  1558. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs.map +0 -1
  1559. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.d.ts +0 -3
  1560. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.d.ts.map +0 -1
  1561. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs +0 -11
  1562. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs.map +0 -1
  1563. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.d.ts +0 -19
  1564. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.d.ts.map +0 -1
  1565. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.mjs +0 -35
  1566. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/NetworkError.mjs.map +0 -1
  1567. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.d.ts +0 -16
  1568. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.d.ts.map +0 -1
  1569. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs +0 -48
  1570. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/PlatformBrokerError.mjs.map +0 -1
  1571. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.d.ts +0 -16
  1572. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.d.ts.map +0 -1
  1573. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.mjs +0 -23
  1574. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/error/ServerError.mjs.map +0 -1
  1575. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-browser-only.d.ts +0 -10
  1576. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-browser-only.d.ts.map +0 -1
  1577. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-common.d.ts +0 -83
  1578. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-common.d.ts.map +0 -1
  1579. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-node-only.d.ts +0 -18
  1580. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/exports-node-only.d.ts.map +0 -1
  1581. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.d.ts +0 -7
  1582. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.d.ts.map +0 -1
  1583. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.mjs +0 -72
  1584. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-browser.mjs.map +0 -1
  1585. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.d.ts +0 -7
  1586. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.d.ts.map +0 -1
  1587. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.mjs +0 -71
  1588. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index-node.mjs.map +0 -1
  1589. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.d.ts +0 -12
  1590. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.d.ts.map +0 -1
  1591. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.mjs +0 -76
  1592. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/index.mjs.map +0 -1
  1593. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.d.ts +0 -96
  1594. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.d.ts.map +0 -1
  1595. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.mjs +0 -195
  1596. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/logger/Logger.mjs.map +0 -1
  1597. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.d.ts +0 -30
  1598. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.d.ts.map +0 -1
  1599. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs +0 -20
  1600. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs.map +0 -1
  1601. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts +0 -6
  1602. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts.map +0 -1
  1603. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts +0 -22
  1604. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts.map +0 -1
  1605. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs +0 -24
  1606. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs.map +0 -1
  1607. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.d.ts +0 -43
  1608. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.d.ts.map +0 -1
  1609. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs +0 -93
  1610. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs.map +0 -1
  1611. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.d.ts +0 -3
  1612. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.d.ts.map +0 -1
  1613. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.mjs +0 -8
  1614. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/packageMetadata.mjs.map +0 -1
  1615. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.d.ts +0 -38
  1616. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.d.ts.map +0 -1
  1617. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs +0 -242
  1618. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs.map +0 -1
  1619. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts +0 -20
  1620. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts.map +0 -1
  1621. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs +0 -64
  1622. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs.map +0 -1
  1623. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.d.ts +0 -58
  1624. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.d.ts.map +0 -1
  1625. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts +0 -26
  1626. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts.map +0 -1
  1627. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts +0 -52
  1628. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts.map +0 -1
  1629. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts +0 -18
  1630. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts.map +0 -1
  1631. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts +0 -22
  1632. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts.map +0 -1
  1633. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts +0 -22
  1634. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts.map +0 -1
  1635. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts +0 -14
  1636. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts.map +0 -1
  1637. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts +0 -21
  1638. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts.map +0 -1
  1639. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts +0 -25
  1640. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts.map +0 -1
  1641. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts +0 -18
  1642. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts.map +0 -1
  1643. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeRequest.d.ts +0 -20
  1644. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeRequest.d.ts.map +0 -1
  1645. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeSignOutRequest.d.ts +0 -6
  1646. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/NativeSignOutRequest.d.ts.map +0 -1
  1647. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts +0 -227
  1648. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts.map +0 -1
  1649. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs +0 -429
  1650. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs.map +0 -1
  1651. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.d.ts +0 -83
  1652. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.d.ts.map +0 -1
  1653. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs +0 -204
  1654. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs.map +0 -1
  1655. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/StoreInCache.d.ts +0 -9
  1656. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/request/StoreInCache.d.ts.map +0 -1
  1657. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthenticationResult.d.ts +0 -42
  1658. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthenticationResult.d.ts.map +0 -1
  1659. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts +0 -14
  1660. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts.map +0 -1
  1661. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizeResponse.d.ts +0 -81
  1662. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/AuthorizeResponse.d.ts.map +0 -1
  1663. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts +0 -26
  1664. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts.map +0 -1
  1665. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts +0 -16
  1666. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts.map +0 -1
  1667. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/IMDSBadResponse.d.ts +0 -5
  1668. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/IMDSBadResponse.d.ts.map +0 -1
  1669. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts +0 -62
  1670. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts.map +0 -1
  1671. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs +0 -358
  1672. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs.map +0 -1
  1673. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts +0 -48
  1674. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts.map +0 -1
  1675. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts +0 -59
  1676. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts.map +0 -1
  1677. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts +0 -6
  1678. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts.map +0 -1
  1679. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts +0 -246
  1680. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts.map +0 -1
  1681. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs +0 -638
  1682. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs.map +0 -1
  1683. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts +0 -609
  1684. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts.map +0 -1
  1685. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs +0 -542
  1686. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs.map +0 -1
  1687. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts +0 -25
  1688. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts.map +0 -1
  1689. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs +0 -83
  1690. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs.map +0 -1
  1691. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts +0 -79
  1692. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts.map +0 -1
  1693. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs +0 -268
  1694. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs.map +0 -1
  1695. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts +0 -9
  1696. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts.map +0 -1
  1697. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/IUri.d.ts +0 -13
  1698. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/IUri.d.ts.map +0 -1
  1699. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.d.ts +0 -49
  1700. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.d.ts.map +0 -1
  1701. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.mjs +0 -172
  1702. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/url/UrlString.mjs.map +0 -1
  1703. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts +0 -3
  1704. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts.map +0 -1
  1705. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs +0 -21
  1706. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs.map +0 -1
  1707. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.d.ts +0 -314
  1708. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.d.ts.map +0 -1
  1709. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.mjs +0 -325
  1710. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/Constants.mjs.map +0 -1
  1711. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.d.ts +0 -28
  1712. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.d.ts.map +0 -1
  1713. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs +0 -99
  1714. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs.map +0 -1
  1715. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/MsalTypes.d.ts +0 -7
  1716. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/MsalTypes.d.ts.map +0 -1
  1717. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.d.ts +0 -43
  1718. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.d.ts.map +0 -1
  1719. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs +0 -78
  1720. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs.map +0 -1
  1721. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.d.ts +0 -66
  1722. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.d.ts.map +0 -1
  1723. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs +0 -139
  1724. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs.map +0 -1
  1725. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.d.ts +0 -43
  1726. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.d.ts.map +0 -1
  1727. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs +0 -76
  1728. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs.map +0 -1
  1729. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts +0 -24
  1730. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts.map +0 -1
  1731. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs +0 -122
  1732. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs.map +0 -1
  1733. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-browser.cjs +0 -808
  1734. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-browser.cjs.map +0 -1
  1735. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node-Ddjhj5ij.js +0 -8673
  1736. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node-Ddjhj5ij.js.map +0 -1
  1737. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node.cjs +0 -111
  1738. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index-node.cjs.map +0 -1
  1739. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index.cjs +0 -119
  1740. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/index.cjs.map +0 -1
  1741. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/package.json +0 -1
  1742. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AccountInfo.d.ts +0 -72
  1743. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AccountInfo.d.ts.map +0 -1
  1744. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AuthToken.d.ts +0 -24
  1745. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/AuthToken.d.ts.map +0 -1
  1746. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/CcsCredential.d.ts +0 -10
  1747. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/CcsCredential.d.ts.map +0 -1
  1748. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientCredentials.d.ts +0 -20
  1749. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientCredentials.d.ts.map +0 -1
  1750. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientInfo.d.ts +0 -23
  1751. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/ClientInfo.d.ts.map +0 -1
  1752. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/TokenClaims.d.ts +0 -88
  1753. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/account/TokenClaims.d.ts.map +0 -1
  1754. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/Authority.d.ts +0 -255
  1755. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/Authority.d.ts.map +0 -1
  1756. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityFactory.d.ts +0 -19
  1757. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityFactory.d.ts.map +0 -1
  1758. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityMetadata.d.ts +0 -44
  1759. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityMetadata.d.ts.map +0 -1
  1760. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityOptions.d.ts +0 -28
  1761. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityOptions.d.ts.map +0 -1
  1762. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityType.d.ts +0 -11
  1763. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AuthorityType.d.ts.map +0 -1
  1764. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegion.d.ts +0 -2
  1765. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegion.d.ts.map +0 -1
  1766. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegionConfiguration.d.ts +0 -6
  1767. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/AzureRegionConfiguration.d.ts.map +0 -1
  1768. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudDiscoveryMetadata.d.ts +0 -6
  1769. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudDiscoveryMetadata.d.ts.map +0 -1
  1770. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryErrorResponse.d.ts +0 -14
  1771. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +0 -1
  1772. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryResponse.d.ts +0 -10
  1773. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryResponse.d.ts.map +0 -1
  1774. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ImdsOptions.d.ts +0 -6
  1775. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ImdsOptions.d.ts.map +0 -1
  1776. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OIDCOptions.d.ts +0 -9
  1777. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OIDCOptions.d.ts.map +0 -1
  1778. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OpenIdConfigResponse.d.ts +0 -12
  1779. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/OpenIdConfigResponse.d.ts.map +0 -1
  1780. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ProtocolMode.d.ts +0 -20
  1781. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/ProtocolMode.d.ts.map +0 -1
  1782. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscovery.d.ts +0 -33
  1783. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscovery.d.ts.map +0 -1
  1784. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscoveryMetadata.d.ts +0 -7
  1785. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/authority/RegionDiscoveryMetadata.d.ts.map +0 -1
  1786. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/broker/nativeBroker/INativeBrokerPlugin.d.ts +0 -17
  1787. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +0 -1
  1788. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/CacheManager.d.ts +0 -474
  1789. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/CacheManager.d.ts.map +0 -1
  1790. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccessTokenEntity.d.ts +0 -26
  1791. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccessTokenEntity.d.ts.map +0 -1
  1792. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccountEntity.d.ts +0 -98
  1793. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AccountEntity.d.ts.map +0 -1
  1794. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AppMetadataEntity.d.ts +0 -12
  1795. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AppMetadataEntity.d.ts.map +0 -1
  1796. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AuthorityMetadataEntity.d.ts +0 -16
  1797. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/AuthorityMetadataEntity.d.ts.map +0 -1
  1798. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CacheRecord.d.ts +0 -14
  1799. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CacheRecord.d.ts.map +0 -1
  1800. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CredentialEntity.d.ts +0 -33
  1801. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/CredentialEntity.d.ts.map +0 -1
  1802. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/IdTokenEntity.d.ts +0 -9
  1803. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/IdTokenEntity.d.ts.map +0 -1
  1804. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/RefreshTokenEntity.d.ts +0 -8
  1805. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/RefreshTokenEntity.d.ts.map +0 -1
  1806. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ServerTelemetryEntity.d.ts +0 -7
  1807. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ServerTelemetryEntity.d.ts.map +0 -1
  1808. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ThrottlingEntity.d.ts +0 -8
  1809. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/entities/ThrottlingEntity.d.ts.map +0 -1
  1810. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICacheManager.d.ts +0 -171
  1811. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICacheManager.d.ts.map +0 -1
  1812. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICachePlugin.d.ts +0 -6
  1813. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ICachePlugin.d.ts.map +0 -1
  1814. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ISerializableTokenCache.d.ts +0 -5
  1815. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/interface/ISerializableTokenCache.d.ts.map +0 -1
  1816. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/persistence/TokenCacheContext.d.ts +0 -24
  1817. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/persistence/TokenCacheContext.d.ts.map +0 -1
  1818. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheHelpers.d.ts +0 -86
  1819. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheHelpers.d.ts.map +0 -1
  1820. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheTypes.d.ts +0 -70
  1821. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/cache/utils/CacheTypes.d.ts.map +0 -1
  1822. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/AuthorizationCodeClient.d.ts +0 -46
  1823. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/AuthorizationCodeClient.d.ts.map +0 -1
  1824. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/BaseClient.d.ts +0 -59
  1825. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/BaseClient.d.ts.map +0 -1
  1826. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/RefreshTokenClient.d.ts +0 -36
  1827. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/RefreshTokenClient.d.ts.map +0 -1
  1828. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/SilentFlowClient.d.ts +0 -22
  1829. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/client/SilentFlowClient.d.ts.map +0 -1
  1830. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/AppTokenProvider.d.ts +0 -39
  1831. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/AppTokenProvider.d.ts.map +0 -1
  1832. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/ClientConfiguration.d.ts +0 -163
  1833. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/config/ClientConfiguration.d.ts.map +0 -1
  1834. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/constants/AADServerParamKeys.d.ts +0 -60
  1835. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/constants/AADServerParamKeys.d.ts.map +0 -1
  1836. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/ICrypto.d.ts +0 -69
  1837. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/ICrypto.d.ts.map +0 -1
  1838. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/IGuidGenerator.d.ts +0 -5
  1839. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/IGuidGenerator.d.ts.map +0 -1
  1840. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/JoseHeader.d.ts +0 -23
  1841. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/JoseHeader.d.ts.map +0 -1
  1842. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/PopTokenGenerator.d.ts +0 -60
  1843. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/PopTokenGenerator.d.ts.map +0 -1
  1844. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/SignedHttpRequest.d.ts +0 -16
  1845. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/crypto/SignedHttpRequest.d.ts.map +0 -1
  1846. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthError.d.ts +0 -50
  1847. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthError.d.ts.map +0 -1
  1848. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthErrorCodes.d.ts +0 -6
  1849. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/AuthErrorCodes.d.ts.map +0 -1
  1850. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheError.d.ts +0 -28
  1851. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheError.d.ts.map +0 -1
  1852. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheErrorCodes.d.ts +0 -3
  1853. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/CacheErrorCodes.d.ts.map +0 -1
  1854. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthError.d.ts +0 -243
  1855. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthError.d.ts.map +0 -1
  1856. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthErrorCodes.d.ts +0 -46
  1857. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientAuthErrorCodes.d.ts.map +0 -1
  1858. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationError.d.ts +0 -139
  1859. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationError.d.ts.map +0 -1
  1860. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationErrorCodes.d.ts +0 -25
  1861. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationErrorCodes.d.ts.map +0 -1
  1862. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthError.d.ts +0 -70
  1863. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthError.d.ts.map +0 -1
  1864. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthErrorCodes.d.ts +0 -46
  1865. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthErrorCodes.d.ts.map +0 -1
  1866. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderError.d.ts +0 -16
  1867. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderError.d.ts.map +0 -1
  1868. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderErrorCodes.d.ts +0 -3
  1869. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/JoseHeaderErrorCodes.d.ts.map +0 -1
  1870. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/NetworkError.d.ts +0 -19
  1871. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/NetworkError.d.ts.map +0 -1
  1872. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/PlatformBrokerError.d.ts +0 -16
  1873. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/PlatformBrokerError.d.ts.map +0 -1
  1874. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ServerError.d.ts +0 -16
  1875. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/error/ServerError.d.ts.map +0 -1
  1876. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-browser-only.d.ts +0 -10
  1877. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-browser-only.d.ts.map +0 -1
  1878. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-common.d.ts +0 -83
  1879. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-common.d.ts.map +0 -1
  1880. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-node-only.d.ts +0 -18
  1881. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/exports-node-only.d.ts.map +0 -1
  1882. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-browser.d.ts +0 -7
  1883. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-browser.d.ts.map +0 -1
  1884. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-node.d.ts +0 -7
  1885. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index-node.d.ts.map +0 -1
  1886. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index.d.ts +0 -12
  1887. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/index.d.ts.map +0 -1
  1888. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/logger/Logger.d.ts +0 -96
  1889. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/logger/Logger.d.ts.map +0 -1
  1890. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/INetworkModule.d.ts +0 -30
  1891. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/INetworkModule.d.ts.map +0 -1
  1892. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/NetworkResponse.d.ts +0 -6
  1893. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/NetworkResponse.d.ts.map +0 -1
  1894. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/RequestThumbprint.d.ts +0 -22
  1895. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/RequestThumbprint.d.ts.map +0 -1
  1896. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/ThrottlingUtils.d.ts +0 -43
  1897. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/network/ThrottlingUtils.d.ts.map +0 -1
  1898. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/packageMetadata.d.ts +0 -3
  1899. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/packageMetadata.d.ts.map +0 -1
  1900. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/protocol/Authorize.d.ts +0 -38
  1901. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/protocol/Authorize.d.ts.map +0 -1
  1902. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/AuthenticationHeaderParser.d.ts +0 -20
  1903. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/AuthenticationHeaderParser.d.ts.map +0 -1
  1904. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/BaseAuthRequest.d.ts +0 -58
  1905. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/BaseAuthRequest.d.ts.map +0 -1
  1906. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationCodeRequest.d.ts +0 -26
  1907. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationCodeRequest.d.ts.map +0 -1
  1908. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationUrlRequest.d.ts +0 -52
  1909. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationUrlRequest.d.ts.map +0 -1
  1910. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonClientCredentialRequest.d.ts +0 -18
  1911. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonClientCredentialRequest.d.ts.map +0 -1
  1912. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonDeviceCodeRequest.d.ts +0 -22
  1913. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonDeviceCodeRequest.d.ts.map +0 -1
  1914. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonEndSessionRequest.d.ts +0 -22
  1915. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonEndSessionRequest.d.ts.map +0 -1
  1916. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonOnBehalfOfRequest.d.ts +0 -14
  1917. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonOnBehalfOfRequest.d.ts.map +0 -1
  1918. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonRefreshTokenRequest.d.ts +0 -21
  1919. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonRefreshTokenRequest.d.ts.map +0 -1
  1920. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonSilentFlowRequest.d.ts +0 -25
  1921. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonSilentFlowRequest.d.ts.map +0 -1
  1922. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonUsernamePasswordRequest.d.ts +0 -18
  1923. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/CommonUsernamePasswordRequest.d.ts.map +0 -1
  1924. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeRequest.d.ts +0 -20
  1925. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeRequest.d.ts.map +0 -1
  1926. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeSignOutRequest.d.ts +0 -6
  1927. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/NativeSignOutRequest.d.ts.map +0 -1
  1928. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/RequestParameterBuilder.d.ts +0 -227
  1929. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/RequestParameterBuilder.d.ts.map +0 -1
  1930. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/ScopeSet.d.ts +0 -83
  1931. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/ScopeSet.d.ts.map +0 -1
  1932. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/StoreInCache.d.ts +0 -9
  1933. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/request/StoreInCache.d.ts.map +0 -1
  1934. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthenticationResult.d.ts +0 -42
  1935. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthenticationResult.d.ts.map +0 -1
  1936. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizationCodePayload.d.ts +0 -14
  1937. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizationCodePayload.d.ts.map +0 -1
  1938. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizeResponse.d.ts +0 -81
  1939. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/AuthorizeResponse.d.ts.map +0 -1
  1940. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/DeviceCodeResponse.d.ts +0 -26
  1941. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/DeviceCodeResponse.d.ts.map +0 -1
  1942. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ExternalTokenResponse.d.ts +0 -16
  1943. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ExternalTokenResponse.d.ts.map +0 -1
  1944. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/IMDSBadResponse.d.ts +0 -5
  1945. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/IMDSBadResponse.d.ts.map +0 -1
  1946. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ResponseHandler.d.ts +0 -62
  1947. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ResponseHandler.d.ts.map +0 -1
  1948. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ServerAuthorizationTokenResponse.d.ts +0 -48
  1949. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/response/ServerAuthorizationTokenResponse.d.ts.map +0 -1
  1950. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceClient.d.ts +0 -59
  1951. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceClient.d.ts.map +0 -1
  1952. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceMeasurement.d.ts +0 -6
  1953. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceMeasurement.d.ts.map +0 -1
  1954. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceClient.d.ts +0 -246
  1955. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceClient.d.ts.map +0 -1
  1956. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceEvent.d.ts +0 -609
  1957. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceEvent.d.ts.map +0 -1
  1958. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/StubPerformanceClient.d.ts +0 -25
  1959. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/performance/StubPerformanceClient.d.ts.map +0 -1
  1960. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryManager.d.ts +0 -79
  1961. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryManager.d.ts.map +0 -1
  1962. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryRequest.d.ts +0 -9
  1963. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryRequest.d.ts.map +0 -1
  1964. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/IUri.d.ts +0 -13
  1965. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/IUri.d.ts.map +0 -1
  1966. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/UrlString.d.ts +0 -49
  1967. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/url/UrlString.d.ts.map +0 -1
  1968. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ClientAssertionUtils.d.ts +0 -3
  1969. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ClientAssertionUtils.d.ts.map +0 -1
  1970. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/Constants.d.ts +0 -314
  1971. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/Constants.d.ts.map +0 -1
  1972. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/FunctionWrappers.d.ts +0 -28
  1973. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/FunctionWrappers.d.ts.map +0 -1
  1974. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/MsalTypes.d.ts +0 -7
  1975. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/MsalTypes.d.ts.map +0 -1
  1976. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ProtocolUtils.d.ts +0 -43
  1977. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/ProtocolUtils.d.ts.map +0 -1
  1978. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/StringUtils.d.ts +0 -66
  1979. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/StringUtils.d.ts.map +0 -1
  1980. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/TimeUtils.d.ts +0 -43
  1981. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/TimeUtils.d.ts.map +0 -1
  1982. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/UrlUtils.d.ts +0 -24
  1983. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/lib/types/utils/UrlUtils.d.ts.map +0 -1
  1984. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/node/README.md +0 -1
  1985. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/node/package.json +0 -5
  1986. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/package.json +0 -127
  1987. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/AccountInfo.ts +0 -181
  1988. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/AuthToken.ts +0 -94
  1989. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/CcsCredential.ts +0 -16
  1990. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/ClientCredentials.ts +0 -29
  1991. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/ClientInfo.ts +0 -70
  1992. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/account/TokenClaims.ts +0 -102
  1993. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/Authority.ts +0 -1365
  1994. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityFactory.ts +0 -74
  1995. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityMetadata.ts +0 -259
  1996. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityOptions.ts +0 -49
  1997. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AuthorityType.ts +0 -15
  1998. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AzureRegion.ts +0 -7
  1999. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/AzureRegionConfiguration.ts +0 -16
  2000. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/CloudDiscoveryMetadata.ts +0 -10
  2001. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/CloudInstanceDiscoveryErrorResponse.ts +0 -26
  2002. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/CloudInstanceDiscoveryResponse.ts +0 -21
  2003. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/ImdsOptions.ts +0 -10
  2004. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/OIDCOptions.ts +0 -14
  2005. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/OpenIdConfigResponse.ts +0 -24
  2006. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/ProtocolMode.ts +0 -24
  2007. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/RegionDiscovery.ts +0 -191
  2008. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/authority/RegionDiscoveryMetadata.ts +0 -15
  2009. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/broker/nativeBroker/INativeBrokerPlugin.ts +0 -29
  2010. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/CacheManager.ts +0 -1915
  2011. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AccessTokenEntity.ts +0 -31
  2012. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AccountEntity.ts +0 -370
  2013. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AppMetadataEntity.ts +0 -16
  2014. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/AuthorityMetadataEntity.ts +0 -20
  2015. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/CacheRecord.ts +0 -19
  2016. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/CredentialEntity.ts +0 -38
  2017. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/IdTokenEntity.ts +0 -14
  2018. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/RefreshTokenEntity.ts +0 -13
  2019. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/ServerTelemetryEntity.ts +0 -11
  2020. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/entities/ThrottlingEntity.ts +0 -14
  2021. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/interface/ICacheManager.ts +0 -255
  2022. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/interface/ICachePlugin.ts +0 -11
  2023. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/interface/ISerializableTokenCache.ts +0 -9
  2024. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/persistence/TokenCacheContext.ts +0 -39
  2025. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/utils/CacheHelpers.ts +0 -391
  2026. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/cache/utils/CacheTypes.ts +0 -105
  2027. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/AuthorizationCodeClient.ts +0 -529
  2028. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/BaseClient.ts +0 -320
  2029. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/RefreshTokenClient.ts +0 -532
  2030. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/client/SilentFlowClient.ts +0 -212
  2031. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/config/AppTokenProvider.ts +0 -47
  2032. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/config/ClientConfiguration.ts +0 -302
  2033. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/constants/AADServerParamKeys.ts +0 -64
  2034. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/ICrypto.ts +0 -126
  2035. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/IGuidGenerator.ts +0 -9
  2036. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/JoseHeader.ts +0 -58
  2037. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/PopTokenGenerator.ts +0 -160
  2038. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/crypto/SignedHttpRequest.ts +0 -22
  2039. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/AuthError.ts +0 -89
  2040. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/AuthErrorCodes.ts +0 -10
  2041. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/CacheError.ts +0 -65
  2042. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/CacheErrorCodes.ts +0 -7
  2043. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientAuthError.ts +0 -347
  2044. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientAuthErrorCodes.ts +0 -53
  2045. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientConfigurationError.ts +0 -226
  2046. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ClientConfigurationErrorCodes.ts +0 -32
  2047. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/InteractionRequiredAuthError.ts +0 -171
  2048. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/InteractionRequiredAuthErrorCodes.ts +0 -51
  2049. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/JoseHeaderError.ts +0 -32
  2050. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/JoseHeaderErrorCodes.ts +0 -7
  2051. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/NetworkError.ts +0 -46
  2052. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/PlatformBrokerError.ts +0 -66
  2053. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/error/ServerError.ts +0 -36
  2054. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/exports-browser-only.ts +0 -29
  2055. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/exports-common.ts +0 -202
  2056. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/exports-node-only.ts +0 -35
  2057. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/index-browser.ts +0 -11
  2058. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/index-node.ts +0 -11
  2059. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/index.ts +0 -17
  2060. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/logger/Logger.ts +0 -272
  2061. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/INetworkModule.ts +0 -60
  2062. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/NetworkResponse.ts +0 -10
  2063. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/RequestThumbprint.ts +0 -47
  2064. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/network/ThrottlingUtils.ts +0 -154
  2065. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/packageMetadata.ts +0 -3
  2066. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/protocol/Authorize.ts +0 -421
  2067. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/AuthenticationHeaderParser.ts +0 -92
  2068. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/BaseAuthRequest.ts +0 -63
  2069. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonAuthorizationCodeRequest.ts +0 -31
  2070. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonAuthorizationUrlRequest.ts +0 -57
  2071. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonClientCredentialRequest.ts +0 -23
  2072. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonDeviceCodeRequest.ts +0 -31
  2073. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonEndSessionRequest.ts +0 -27
  2074. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonOnBehalfOfRequest.ts +0 -19
  2075. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonRefreshTokenRequest.ts +0 -26
  2076. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonSilentFlowRequest.ts +0 -30
  2077. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/CommonUsernamePasswordRequest.ts +0 -23
  2078. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/NativeRequest.ts +0 -25
  2079. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/NativeSignOutRequest.ts +0 -10
  2080. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/RequestParameterBuilder.ts +0 -657
  2081. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/ScopeSet.ts +0 -246
  2082. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/request/StoreInCache.ts +0 -16
  2083. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/AuthenticationResult.ts +0 -47
  2084. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/AuthorizationCodePayload.ts +0 -18
  2085. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/AuthorizeResponse.ts +0 -85
  2086. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/DeviceCodeResponse.ts +0 -31
  2087. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/ExternalTokenResponse.ts +0 -31
  2088. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/IMDSBadResponse.ts +0 -9
  2089. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/ResponseHandler.ts +0 -696
  2090. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/response/ServerAuthorizationTokenResponse.ts +0 -55
  2091. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/IPerformanceClient.ts +0 -82
  2092. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/IPerformanceMeasurement.ts +0 -10
  2093. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceClient.ts +0 -964
  2094. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/PerformanceEvent.ts +0 -1016
  2095. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/performance/StubPerformanceClient.ts +0 -103
  2096. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/server/ServerTelemetryManager.ts +0 -382
  2097. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/telemetry/server/ServerTelemetryRequest.ts +0 -13
  2098. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/url/IUri.ts +0 -17
  2099. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/url/UrlString.ts +0 -226
  2100. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/ClientAssertionUtils.ts +0 -25
  2101. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/Constants.ts +0 -393
  2102. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/FunctionWrappers.ts +0 -126
  2103. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/MsalTypes.ts +0 -9
  2104. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/ProtocolUtils.ts +0 -120
  2105. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/StringUtils.ts +0 -154
  2106. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/TimeUtils.ts +0 -85
  2107. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-common/src/utils/UrlUtils.ts +0 -148
  2108. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/LICENSE +0 -21
  2109. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/README.md +0 -191
  2110. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.d.ts +0 -4
  2111. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.d.ts.map +0 -1
  2112. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs +0 -42
  2113. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs.map +0 -1
  2114. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/ITokenCache.d.ts +0 -16
  2115. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/ITokenCache.d.ts.map +0 -1
  2116. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.d.ts +0 -191
  2117. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.d.ts.map +0 -1
  2118. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs +0 -429
  2119. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs.map +0 -1
  2120. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.d.ts +0 -99
  2121. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.d.ts.map +0 -1
  2122. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs +0 -300
  2123. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs.map +0 -1
  2124. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.d.ts +0 -23
  2125. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.d.ts.map +0 -1
  2126. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs +0 -49
  2127. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs.map +0 -1
  2128. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/ICacheClient.d.ts +0 -22
  2129. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/ICacheClient.d.ts.map +0 -1
  2130. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/IPartitionManager.d.ts +0 -33
  2131. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/distributed/IPartitionManager.d.ts.map +0 -1
  2132. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.d.ts +0 -44
  2133. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.d.ts.map +0 -1
  2134. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs +0 -179
  2135. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs.map +0 -1
  2136. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.d.ts +0 -44
  2137. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.d.ts.map +0 -1
  2138. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs +0 -146
  2139. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs.map +0 -1
  2140. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/SerializerTypes.d.ts +0 -103
  2141. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/cache/serializer/SerializerTypes.d.ts.map +0 -1
  2142. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.d.ts +0 -146
  2143. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.d.ts.map +0 -1
  2144. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs +0 -385
  2145. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs.map +0 -1
  2146. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.d.ts +0 -56
  2147. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.d.ts.map +0 -1
  2148. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs +0 -153
  2149. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs.map +0 -1
  2150. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.d.ts +0 -35
  2151. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.d.ts.map +0 -1
  2152. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs +0 -203
  2153. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs.map +0 -1
  2154. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.d.ts +0 -58
  2155. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.d.ts.map +0 -1
  2156. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs +0 -194
  2157. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs.map +0 -1
  2158. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.d.ts +0 -58
  2159. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.d.ts.map +0 -1
  2160. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs +0 -219
  2161. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs.map +0 -1
  2162. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts +0 -43
  2163. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts.map +0 -1
  2164. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IPublicClientApplication.d.ts +0 -46
  2165. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/IPublicClientApplication.d.ts.map +0 -1
  2166. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.d.ts +0 -42
  2167. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.d.ts.map +0 -1
  2168. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs +0 -134
  2169. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs.map +0 -1
  2170. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.d.ts +0 -29
  2171. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.d.ts.map +0 -1
  2172. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs +0 -79
  2173. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs.map +0 -1
  2174. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.d.ts +0 -72
  2175. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.d.ts.map +0 -1
  2176. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs +0 -109
  2177. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs.map +0 -1
  2178. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.d.ts +0 -109
  2179. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.d.ts.map +0 -1
  2180. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs +0 -248
  2181. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs.map +0 -1
  2182. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts +0 -125
  2183. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +0 -1
  2184. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs +0 -244
  2185. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs.map +0 -1
  2186. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.d.ts +0 -71
  2187. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.d.ts.map +0 -1
  2188. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs +0 -103
  2189. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs.map +0 -1
  2190. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.d.ts +0 -67
  2191. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.d.ts.map +0 -1
  2192. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs +0 -108
  2193. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs.map +0 -1
  2194. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.d.ts +0 -81
  2195. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.d.ts.map +0 -1
  2196. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs +0 -128
  2197. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs.map +0 -1
  2198. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.d.ts +0 -82
  2199. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.d.ts.map +0 -1
  2200. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs +0 -122
  2201. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs.map +0 -1
  2202. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.d.ts +0 -48
  2203. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.d.ts.map +0 -1
  2204. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs +0 -211
  2205. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs.map +0 -1
  2206. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.d.ts +0 -73
  2207. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.d.ts.map +0 -1
  2208. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs +0 -266
  2209. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs.map +0 -1
  2210. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.d.ts +0 -28
  2211. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.d.ts.map +0 -1
  2212. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs +0 -105
  2213. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs.map +0 -1
  2214. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.d.ts +0 -144
  2215. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.d.ts.map +0 -1
  2216. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.mjs +0 -114
  2217. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/Configuration.mjs.map +0 -1
  2218. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts +0 -12
  2219. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts.map +0 -1
  2220. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs +0 -57
  2221. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs.map +0 -1
  2222. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts +0 -13
  2223. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts.map +0 -1
  2224. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs +0 -38
  2225. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs.map +0 -1
  2226. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.d.ts +0 -63
  2227. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.d.ts.map +0 -1
  2228. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs +0 -100
  2229. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs.map +0 -1
  2230. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.d.ts +0 -15
  2231. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.d.ts.map +0 -1
  2232. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs +0 -29
  2233. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs.map +0 -1
  2234. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.d.ts +0 -10
  2235. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.d.ts.map +0 -1
  2236. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs +0 -21
  2237. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs.map +0 -1
  2238. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.d.ts +0 -23
  2239. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.d.ts.map +0 -1
  2240. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs +0 -60
  2241. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs.map +0 -1
  2242. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.d.ts +0 -31
  2243. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.d.ts.map +0 -1
  2244. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs +0 -50
  2245. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs.map +0 -1
  2246. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.d.ts +0 -23
  2247. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.d.ts.map +0 -1
  2248. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs +0 -31
  2249. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs.map +0 -1
  2250. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.d.ts +0 -82
  2251. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.d.ts.map +0 -1
  2252. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs +0 -112
  2253. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs.map +0 -1
  2254. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.d.ts +0 -49
  2255. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.d.ts.map +0 -1
  2256. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.mjs +0 -20
  2257. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/index.mjs.map +0 -1
  2258. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.d.ts +0 -7
  2259. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.d.ts.map +0 -1
  2260. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.mjs +0 -14
  2261. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/internals.mjs.map +0 -1
  2262. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.d.ts +0 -53
  2263. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.d.ts.map +0 -1
  2264. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.mjs +0 -338
  2265. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClient.mjs.map +0 -1
  2266. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.d.ts +0 -13
  2267. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.d.ts.map +0 -1
  2268. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs +0 -46
  2269. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs.map +0 -1
  2270. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/ILoopbackClient.d.ts +0 -11
  2271. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/ILoopbackClient.d.ts.map +0 -1
  2272. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.d.ts +0 -22
  2273. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.d.ts.map +0 -1
  2274. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs +0 -92
  2275. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs.map +0 -1
  2276. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.d.ts +0 -3
  2277. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.d.ts.map +0 -1
  2278. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.mjs +0 -8
  2279. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/packageMetadata.mjs.map +0 -1
  2280. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.d.ts +0 -12
  2281. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.d.ts.map +0 -1
  2282. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs +0 -43
  2283. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs.map +0 -1
  2284. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationCodeRequest.d.ts +0 -22
  2285. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationCodeRequest.d.ts.map +0 -1
  2286. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationUrlRequest.d.ts +0 -34
  2287. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/AuthorizationUrlRequest.d.ts.map +0 -1
  2288. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ClientCredentialRequest.d.ts +0 -15
  2289. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ClientCredentialRequest.d.ts.map +0 -1
  2290. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/DeviceCodeRequest.d.ts +0 -16
  2291. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/DeviceCodeRequest.d.ts.map +0 -1
  2292. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/InteractiveRequest.d.ts +0 -24
  2293. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/InteractiveRequest.d.ts.map +0 -1
  2294. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequest.d.ts +0 -12
  2295. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequest.d.ts.map +0 -1
  2296. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequestParams.d.ts +0 -13
  2297. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequestParams.d.ts.map +0 -1
  2298. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/OnBehalfOfRequest.d.ts +0 -15
  2299. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/OnBehalfOfRequest.d.ts.map +0 -1
  2300. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/RefreshTokenRequest.d.ts +0 -18
  2301. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/RefreshTokenRequest.d.ts.map +0 -1
  2302. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SignOutRequest.d.ts +0 -7
  2303. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SignOutRequest.d.ts.map +0 -1
  2304. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SilentFlowRequest.d.ts +0 -17
  2305. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/SilentFlowRequest.d.ts.map +0 -1
  2306. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/UsernamePasswordRequest.d.ts +0 -20
  2307. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/request/UsernamePasswordRequest.d.ts.map +0 -1
  2308. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/response/ManagedIdentityTokenResponse.d.ts +0 -35
  2309. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/response/ManagedIdentityTokenResponse.d.ts.map +0 -1
  2310. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.d.ts +0 -11
  2311. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.d.ts.map +0 -1
  2312. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs +0 -49
  2313. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs.map +0 -1
  2314. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.d.ts +0 -23
  2315. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.d.ts.map +0 -1
  2316. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs +0 -40
  2317. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs.map +0 -1
  2318. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/IHttpRetryPolicy.d.ts +0 -16
  2319. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/IHttpRetryPolicy.d.ts.map +0 -1
  2320. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.d.ts +0 -22
  2321. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.d.ts.map +0 -1
  2322. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs +0 -90
  2323. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs.map +0 -1
  2324. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.d.ts +0 -14
  2325. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.d.ts.map +0 -1
  2326. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs +0 -36
  2327. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs.map +0 -1
  2328. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.d.ts +0 -163
  2329. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.d.ts.map +0 -1
  2330. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.mjs +0 -155
  2331. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/Constants.mjs.map +0 -1
  2332. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts +0 -27
  2333. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts.map +0 -1
  2334. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs +0 -51
  2335. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs.map +0 -1
  2336. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts +0 -17
  2337. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts.map +0 -1
  2338. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.mjs +0 -43
  2339. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/NetworkUtils.mjs.map +0 -1
  2340. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.d.ts +0 -9
  2341. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.d.ts.map +0 -1
  2342. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs +0 -23
  2343. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs.map +0 -1
  2344. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/msal-node.cjs +0 -13323
  2345. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/msal-node.cjs.map +0 -1
  2346. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/package.json +0 -1
  2347. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/CacheHelpers.d.ts +0 -4
  2348. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/CacheHelpers.d.ts.map +0 -1
  2349. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/ITokenCache.d.ts +0 -16
  2350. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/ITokenCache.d.ts.map +0 -1
  2351. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/NodeStorage.d.ts +0 -191
  2352. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/NodeStorage.d.ts.map +0 -1
  2353. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/TokenCache.d.ts +0 -99
  2354. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/TokenCache.d.ts.map +0 -1
  2355. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/DistributedCachePlugin.d.ts +0 -23
  2356. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/DistributedCachePlugin.d.ts.map +0 -1
  2357. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/ICacheClient.d.ts +0 -22
  2358. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/ICacheClient.d.ts.map +0 -1
  2359. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/IPartitionManager.d.ts +0 -33
  2360. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/distributed/IPartitionManager.d.ts.map +0 -1
  2361. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Deserializer.d.ts +0 -44
  2362. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Deserializer.d.ts.map +0 -1
  2363. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Serializer.d.ts +0 -44
  2364. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/Serializer.d.ts.map +0 -1
  2365. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/SerializerTypes.d.ts +0 -103
  2366. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/cache/serializer/SerializerTypes.d.ts.map +0 -1
  2367. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientApplication.d.ts +0 -146
  2368. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientApplication.d.ts.map +0 -1
  2369. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientAssertion.d.ts +0 -56
  2370. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientAssertion.d.ts.map +0 -1
  2371. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientCredentialClient.d.ts +0 -35
  2372. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ClientCredentialClient.d.ts.map +0 -1
  2373. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ConfidentialClientApplication.d.ts +0 -58
  2374. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ConfidentialClientApplication.d.ts.map +0 -1
  2375. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/DeviceCodeClient.d.ts +0 -58
  2376. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/DeviceCodeClient.d.ts.map +0 -1
  2377. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IConfidentialClientApplication.d.ts +0 -43
  2378. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IConfidentialClientApplication.d.ts.map +0 -1
  2379. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IPublicClientApplication.d.ts +0 -46
  2380. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/IPublicClientApplication.d.ts.map +0 -1
  2381. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityApplication.d.ts +0 -42
  2382. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityApplication.d.ts.map +0 -1
  2383. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityClient.d.ts +0 -29
  2384. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityClient.d.ts.map +0 -1
  2385. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AppService.d.ts +0 -72
  2386. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AppService.d.ts.map +0 -1
  2387. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AzureArc.d.ts +0 -109
  2388. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AzureArc.d.ts.map +0 -1
  2389. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts +0 -125
  2390. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +0 -1
  2391. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/CloudShell.d.ts +0 -71
  2392. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/CloudShell.d.ts.map +0 -1
  2393. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/Imds.d.ts +0 -67
  2394. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/Imds.d.ts.map +0 -1
  2395. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/MachineLearning.d.ts +0 -81
  2396. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/MachineLearning.d.ts.map +0 -1
  2397. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/ServiceFabric.d.ts +0 -82
  2398. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/ServiceFabric.d.ts.map +0 -1
  2399. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/OnBehalfOfClient.d.ts +0 -48
  2400. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/OnBehalfOfClient.d.ts.map +0 -1
  2401. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/PublicClientApplication.d.ts +0 -73
  2402. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/PublicClientApplication.d.ts.map +0 -1
  2403. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/UsernamePasswordClient.d.ts +0 -28
  2404. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/client/UsernamePasswordClient.d.ts.map +0 -1
  2405. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/Configuration.d.ts +0 -144
  2406. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/Configuration.d.ts.map +0 -1
  2407. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityId.d.ts +0 -12
  2408. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityId.d.ts.map +0 -1
  2409. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityRequestParameters.d.ts +0 -13
  2410. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityRequestParameters.d.ts.map +0 -1
  2411. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/CryptoProvider.d.ts +0 -63
  2412. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/CryptoProvider.d.ts.map +0 -1
  2413. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/GuidGenerator.d.ts +0 -15
  2414. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/GuidGenerator.d.ts.map +0 -1
  2415. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/HashUtils.d.ts +0 -10
  2416. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/HashUtils.d.ts.map +0 -1
  2417. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/PkceGenerator.d.ts +0 -23
  2418. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/crypto/PkceGenerator.d.ts.map +0 -1
  2419. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityError.d.ts +0 -31
  2420. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityError.d.ts.map +0 -1
  2421. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityErrorCodes.d.ts +0 -23
  2422. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityErrorCodes.d.ts.map +0 -1
  2423. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/NodeAuthError.d.ts +0 -82
  2424. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/error/NodeAuthError.d.ts.map +0 -1
  2425. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/index.d.ts +0 -49
  2426. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/index.d.ts.map +0 -1
  2427. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/internals.d.ts +0 -7
  2428. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/internals.d.ts.map +0 -1
  2429. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClient.d.ts +0 -53
  2430. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClient.d.ts.map +0 -1
  2431. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClientWithRetries.d.ts +0 -13
  2432. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/HttpClientWithRetries.d.ts.map +0 -1
  2433. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/ILoopbackClient.d.ts +0 -11
  2434. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/ILoopbackClient.d.ts.map +0 -1
  2435. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/LoopbackClient.d.ts +0 -22
  2436. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/network/LoopbackClient.d.ts.map +0 -1
  2437. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/packageMetadata.d.ts +0 -3
  2438. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/packageMetadata.d.ts.map +0 -1
  2439. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/protocol/Authorize.d.ts +0 -12
  2440. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/protocol/Authorize.d.ts.map +0 -1
  2441. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationCodeRequest.d.ts +0 -22
  2442. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationCodeRequest.d.ts.map +0 -1
  2443. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationUrlRequest.d.ts +0 -34
  2444. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/AuthorizationUrlRequest.d.ts.map +0 -1
  2445. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ClientCredentialRequest.d.ts +0 -15
  2446. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ClientCredentialRequest.d.ts.map +0 -1
  2447. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/DeviceCodeRequest.d.ts +0 -16
  2448. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/DeviceCodeRequest.d.ts.map +0 -1
  2449. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/InteractiveRequest.d.ts +0 -24
  2450. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/InteractiveRequest.d.ts.map +0 -1
  2451. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequest.d.ts +0 -12
  2452. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequest.d.ts.map +0 -1
  2453. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequestParams.d.ts +0 -13
  2454. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequestParams.d.ts.map +0 -1
  2455. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/OnBehalfOfRequest.d.ts +0 -15
  2456. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/OnBehalfOfRequest.d.ts.map +0 -1
  2457. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/RefreshTokenRequest.d.ts +0 -18
  2458. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/RefreshTokenRequest.d.ts.map +0 -1
  2459. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SignOutRequest.d.ts +0 -7
  2460. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SignOutRequest.d.ts.map +0 -1
  2461. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SilentFlowRequest.d.ts +0 -17
  2462. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/SilentFlowRequest.d.ts.map +0 -1
  2463. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/UsernamePasswordRequest.d.ts +0 -20
  2464. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/request/UsernamePasswordRequest.d.ts.map +0 -1
  2465. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/response/ManagedIdentityTokenResponse.d.ts +0 -35
  2466. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/response/ManagedIdentityTokenResponse.d.ts.map +0 -1
  2467. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/DefaultManagedIdentityRetryPolicy.d.ts +0 -11
  2468. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/DefaultManagedIdentityRetryPolicy.d.ts.map +0 -1
  2469. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ExponentialRetryStrategy.d.ts +0 -23
  2470. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ExponentialRetryStrategy.d.ts.map +0 -1
  2471. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/IHttpRetryPolicy.d.ts +0 -16
  2472. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/IHttpRetryPolicy.d.ts.map +0 -1
  2473. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ImdsRetryPolicy.d.ts +0 -22
  2474. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/ImdsRetryPolicy.d.ts.map +0 -1
  2475. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/LinearRetryStrategy.d.ts +0 -14
  2476. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/retry/LinearRetryStrategy.d.ts.map +0 -1
  2477. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/Constants.d.ts +0 -163
  2478. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/Constants.d.ts.map +0 -1
  2479. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/EncodingUtils.d.ts +0 -27
  2480. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/EncodingUtils.d.ts.map +0 -1
  2481. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/NetworkUtils.d.ts +0 -17
  2482. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/NetworkUtils.d.ts.map +0 -1
  2483. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/TimeUtils.d.ts +0 -9
  2484. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/lib/types/utils/TimeUtils.d.ts.map +0 -1
  2485. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/package.json +0 -93
  2486. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/CacheHelpers.ts +0 -48
  2487. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/ITokenCache.ts +0 -24
  2488. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/NodeStorage.ts +0 -562
  2489. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/TokenCache.ts +0 -394
  2490. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/distributed/DistributedCachePlugin.ts +0 -71
  2491. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/distributed/ICacheClient.ts +0 -27
  2492. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/distributed/IPartitionManager.ts +0 -39
  2493. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/serializer/Deserializer.ts +0 -222
  2494. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/serializer/Serializer.ts +0 -182
  2495. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/cache/serializer/SerializerTypes.ts +0 -122
  2496. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ClientApplication.ts +0 -689
  2497. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ClientAssertion.ts +0 -203
  2498. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ClientCredentialClient.ts +0 -424
  2499. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ConfidentialClientApplication.ts +0 -303
  2500. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/DeviceCodeClient.ts +0 -402
  2501. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/IConfidentialClientApplication.ts +0 -75
  2502. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/IPublicClientApplication.ts +0 -79
  2503. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentityApplication.ts +0 -266
  2504. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentityClient.ts +0 -189
  2505. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AppService.ts +0 -192
  2506. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/AzureArc.ts +0 -409
  2507. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/BaseManagedIdentitySource.ts +0 -406
  2508. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/CloudShell.ts +0 -173
  2509. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/Imds.ts +0 -191
  2510. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/MachineLearning.ts +0 -217
  2511. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/ManagedIdentitySources/ServiceFabric.ts +0 -214
  2512. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/OnBehalfOfClient.ts +0 -409
  2513. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/client/PublicClientApplication.ts +0 -376
  2514. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/config/Configuration.ts +0 -291
  2515. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/config/ManagedIdentityId.ts +0 -73
  2516. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/config/ManagedIdentityRequestParameters.ts +0 -67
  2517. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/CryptoProvider.ts +0 -113
  2518. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/GuidGenerator.ts +0 -28
  2519. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/HashUtils.ts +0 -17
  2520. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/crypto/PkceGenerator.ts +0 -63
  2521. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/error/ManagedIdentityError.ts +0 -65
  2522. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/error/ManagedIdentityErrorCodes.ts +0 -37
  2523. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/error/NodeAuthError.ts +0 -145
  2524. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/index.ts +0 -135
  2525. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/internals.ts +0 -12
  2526. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/HttpClient.ts +0 -510
  2527. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/HttpClientWithRetries.ts +0 -89
  2528. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/ILoopbackClient.ts +0 -19
  2529. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/network/LoopbackClient.ts +0 -117
  2530. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/packageMetadata.ts +0 -3
  2531. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/protocol/Authorize.ts +0 -74
  2532. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/AuthorizationCodeRequest.ts +0 -39
  2533. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/AuthorizationUrlRequest.ts +0 -50
  2534. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/ClientCredentialRequest.ts +0 -32
  2535. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/DeviceCodeRequest.ts +0 -34
  2536. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/InteractiveRequest.ts +0 -32
  2537. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/ManagedIdentityRequest.ts +0 -18
  2538. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/ManagedIdentityRequestParams.ts +0 -17
  2539. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/OnBehalfOfRequest.ts +0 -30
  2540. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/RefreshTokenRequest.ts +0 -34
  2541. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/SignOutRequest.ts +0 -12
  2542. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/SilentFlowRequest.ts +0 -27
  2543. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/request/UsernamePasswordRequest.ts +0 -36
  2544. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/response/ManagedIdentityTokenResponse.ts +0 -55
  2545. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/DefaultManagedIdentityRetryPolicy.ts +0 -70
  2546. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/ExponentialRetryStrategy.ts +0 -53
  2547. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/IHttpRetryPolicy.ts +0 -27
  2548. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/ImdsRetryPolicy.ts +0 -121
  2549. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/retry/LinearRetryStrategy.ts +0 -40
  2550. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/Constants.ts +0 -195
  2551. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/EncodingUtils.ts +0 -50
  2552. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/NetworkUtils.ts +0 -61
  2553. package/node_modules/@microsoft/teams.apps/node_modules/@azure/msal-node/src/utils/TimeUtils.ts +0 -20
  2554. package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  2555. package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
  2556. package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
  2557. package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
  2558. package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
  2559. package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
  2560. package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
  2561. package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
  2562. package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
  2563. package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
  2564. package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
  2565. package/node_modules/typebox/build/type/action/options.d.mts +0 -11
  2566. package/node_modules/typebox/build/type/action/options.mjs +0 -11
  2567. package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
  2568. package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
  2569. package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
  2570. package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
  2571. package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
  2572. package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
  2573. package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
  2574. package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
  2575. package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
  2576. package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
  2577. package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
  2578. package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
  2579. package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
  2580. package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
  2581. package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
  2582. package/node_modules/typebox/build/type/types/base.d.mts +0 -50
  2583. package/node_modules/typebox/build/type/types/base.mjs +0 -84
  2584. package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
  2585. package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
  2586. package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
  2587. package/node_modules/typebox/build/type/types/promise.mjs +0 -29
  2588. package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
  2589. package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
  2590. package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
  2591. package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
  2592. package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
  2593. package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
  2594. package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
  2595. package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
  2596. package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
  2597. package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
  2598. package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
  2599. package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
  2600. package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
  2601. package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
  2602. package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
  2603. package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
  2604. package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
  2605. package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
  2606. package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
  2607. package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
  2608. package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
  2609. package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
  2610. package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
  2611. package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
  2612. package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
  2613. package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
  2614. package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
  2615. package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
  2616. package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
  2617. package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
  2618. package/node_modules/uuid/LICENSE.md +0 -9
  2619. package/node_modules/uuid/README.md +0 -491
  2620. package/node_modules/uuid/dist/index.d.ts +0 -15
  2621. package/node_modules/uuid/dist/index.js +0 -14
  2622. package/node_modules/uuid/dist/max.d.ts +0 -2
  2623. package/node_modules/uuid/dist/max.js +0 -1
  2624. package/node_modules/uuid/dist/md5.d.ts +0 -2
  2625. package/node_modules/uuid/dist/md5.js +0 -135
  2626. package/node_modules/uuid/dist/nil.d.ts +0 -2
  2627. package/node_modules/uuid/dist/nil.js +0 -1
  2628. package/node_modules/uuid/dist/parse.d.ts +0 -3
  2629. package/node_modules/uuid/dist/parse.js +0 -9
  2630. package/node_modules/uuid/dist/regex.d.ts +0 -2
  2631. package/node_modules/uuid/dist/regex.js +0 -1
  2632. package/node_modules/uuid/dist/rng.d.ts +0 -1
  2633. package/node_modules/uuid/dist/rng.js +0 -4
  2634. package/node_modules/uuid/dist/sha1.d.ts +0 -2
  2635. package/node_modules/uuid/dist/sha1.js +0 -70
  2636. package/node_modules/uuid/dist/stringify.d.ts +0 -3
  2637. package/node_modules/uuid/dist/stringify.js +0 -35
  2638. package/node_modules/uuid/dist/types.d.ts +0 -22
  2639. package/node_modules/uuid/dist/types.js +0 -1
  2640. package/node_modules/uuid/dist/uuid-bin.d.ts +0 -1
  2641. package/node_modules/uuid/dist/uuid-bin.js +0 -70
  2642. package/node_modules/uuid/dist/v1.d.ts +0 -11
  2643. package/node_modules/uuid/dist/v1.js +0 -83
  2644. package/node_modules/uuid/dist/v1ToV6.d.ts +0 -3
  2645. package/node_modules/uuid/dist/v1ToV6.js +0 -10
  2646. package/node_modules/uuid/dist/v3.d.ts +0 -9
  2647. package/node_modules/uuid/dist/v3.js +0 -9
  2648. package/node_modules/uuid/dist/v35.d.ts +0 -7
  2649. package/node_modules/uuid/dist/v35.js +0 -39
  2650. package/node_modules/uuid/dist/v4.d.ts +0 -4
  2651. package/node_modules/uuid/dist/v4.js +0 -29
  2652. package/node_modules/uuid/dist/v5.d.ts +0 -9
  2653. package/node_modules/uuid/dist/v5.js +0 -9
  2654. package/node_modules/uuid/dist/v6.d.ts +0 -4
  2655. package/node_modules/uuid/dist/v6.js +0 -20
  2656. package/node_modules/uuid/dist/v6ToV1.d.ts +0 -2
  2657. package/node_modules/uuid/dist/v6ToV1.js +0 -10
  2658. package/node_modules/uuid/dist/v7.d.ts +0 -9
  2659. package/node_modules/uuid/dist/v7.js +0 -65
  2660. package/node_modules/uuid/dist/validate.d.ts +0 -2
  2661. package/node_modules/uuid/dist/validate.js +0 -5
  2662. package/node_modules/uuid/dist/version.d.ts +0 -2
  2663. package/node_modules/uuid/dist/version.js +0 -8
  2664. package/node_modules/uuid/dist-node/bin/uuid +0 -2
  2665. package/node_modules/uuid/dist-node/index.js +0 -14
  2666. package/node_modules/uuid/dist-node/max.js +0 -1
  2667. package/node_modules/uuid/dist-node/md5.js +0 -11
  2668. package/node_modules/uuid/dist-node/nil.js +0 -1
  2669. package/node_modules/uuid/dist-node/parse.js +0 -9
  2670. package/node_modules/uuid/dist-node/regex.js +0 -1
  2671. package/node_modules/uuid/dist-node/rng.js +0 -4
  2672. package/node_modules/uuid/dist-node/sha1.js +0 -11
  2673. package/node_modules/uuid/dist-node/stringify.js +0 -35
  2674. package/node_modules/uuid/dist-node/types.js +0 -1
  2675. package/node_modules/uuid/dist-node/uuid-bin.js +0 -70
  2676. package/node_modules/uuid/dist-node/v1.js +0 -83
  2677. package/node_modules/uuid/dist-node/v1ToV6.js +0 -10
  2678. package/node_modules/uuid/dist-node/v3.js +0 -9
  2679. package/node_modules/uuid/dist-node/v35.js +0 -39
  2680. package/node_modules/uuid/dist-node/v4.js +0 -29
  2681. package/node_modules/uuid/dist-node/v5.js +0 -9
  2682. package/node_modules/uuid/dist-node/v6.js +0 -20
  2683. package/node_modules/uuid/dist-node/v6ToV1.js +0 -10
  2684. package/node_modules/uuid/dist-node/v7.js +0 -65
  2685. package/node_modules/uuid/dist-node/validate.js +0 -5
  2686. package/node_modules/uuid/dist-node/version.js +0 -8
  2687. package/node_modules/uuid/package.json +0 -110
  2688. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
  2689. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
@@ -1,8 +1,8 @@
1
- /*! @azure/msal-browser v5.12.0 2026-06-05 */
1
+ /*! @azure/msal-browser v5.16.0 2026-06-30 */
2
2
  'use strict';
3
3
  'use strict';
4
4
 
5
- /*! @azure/msal-common v16.7.0 2026-06-05 */
5
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
6
6
  // Resource delimiter - used for certain cache entries
7
7
  const RESOURCE_DELIM = "|";
8
8
  const FORWARD_SLASH = "/";
@@ -13,7 +13,7 @@ const AADAuthority = {
13
13
  COMMON: "common",
14
14
  ORGANIZATIONS: "organizations"};
15
15
 
16
- /*! @azure/msal-common v16.7.0 2026-06-05 */
16
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
17
17
  /*
18
18
  * Copyright (c) Microsoft Corporation. All rights reserved.
19
19
  * Licensed under the MIT License.
@@ -25,7 +25,7 @@ function getDefaultErrorMessage$1(code) {
25
25
  * General error class thrown by the MSAL.js library.
26
26
  */
27
27
  class AuthError extends Error {
28
- constructor(errorCode, errorMessage, suberror) {
28
+ constructor(errorCode, correlationId, errorMessage, suberror) {
29
29
  const message = errorMessage ||
30
30
  (errorCode ? getDefaultErrorMessage$1(errorCode) : "");
31
31
  const errorString = message ? `${errorCode}: ${message}` : errorCode;
@@ -34,14 +34,12 @@ class AuthError extends Error {
34
34
  this.errorCode = errorCode || "";
35
35
  this.errorMessage = message || "";
36
36
  this.subError = suberror || "";
37
- this.name = "AuthError";
38
- }
39
- setCorrelationId(correlationId) {
40
37
  this.correlationId = correlationId;
38
+ this.name = "AuthError";
41
39
  }
42
40
  }
43
41
 
44
- /*! @azure/msal-common v16.7.0 2026-06-05 */
42
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
45
43
 
46
44
  /*
47
45
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -51,17 +49,17 @@ class AuthError extends Error {
51
49
  * Error thrown when there is an error in configuration of the MSAL.js library.
52
50
  */
53
51
  class ClientConfigurationError extends AuthError {
54
- constructor(errorCode) {
55
- super(errorCode);
52
+ constructor(errorCode, correlationId) {
53
+ super(errorCode, correlationId);
56
54
  this.name = "ClientConfigurationError";
57
55
  Object.setPrototypeOf(this, ClientConfigurationError.prototype);
58
56
  }
59
57
  }
60
- function createClientConfigurationError(errorCode) {
61
- return new ClientConfigurationError(errorCode);
58
+ function createClientConfigurationError(errorCode, correlationId) {
59
+ return new ClientConfigurationError(errorCode, correlationId);
62
60
  }
63
61
 
64
- /*! @azure/msal-common v16.7.0 2026-06-05 */
62
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
65
63
  /*
66
64
  * Copyright (c) Microsoft Corporation. All rights reserved.
67
65
  * Licensed under the MIT License.
@@ -141,7 +139,7 @@ class StringUtils {
141
139
  }
142
140
  }
143
141
 
144
- /*! @azure/msal-common v16.7.0 2026-06-05 */
142
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
145
143
 
146
144
  /*
147
145
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -154,26 +152,26 @@ class StringUtils {
154
152
  * Error thrown when there is an error in the client code running on the browser.
155
153
  */
156
154
  class ClientAuthError extends AuthError {
157
- constructor(errorCode, additionalMessage) {
158
- super(errorCode, additionalMessage);
155
+ constructor(errorCode, correlationId, additionalMessage) {
156
+ super(errorCode, correlationId, additionalMessage);
159
157
  this.name = "ClientAuthError";
160
158
  Object.setPrototypeOf(this, ClientAuthError.prototype);
161
159
  }
162
160
  }
163
- function createClientAuthError(errorCode, additionalMessage) {
164
- return new ClientAuthError(errorCode, additionalMessage);
161
+ function createClientAuthError(errorCode, correlationId, additionalMessage) {
162
+ return new ClientAuthError(errorCode, correlationId, additionalMessage);
165
163
  }
166
164
 
167
- /*! @azure/msal-common v16.7.0 2026-06-05 */
165
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
168
166
  const authorityUriInsecure = "authority_uri_insecure";
169
167
  const urlParseError = "url_parse_error";
170
168
  const urlEmptyError = "empty_url_error";
171
169
 
172
- /*! @azure/msal-common v16.7.0 2026-06-05 */
170
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
173
171
  const invalidState = "invalid_state";
174
172
  const noCryptoObject = "no_crypto_object";
175
173
 
176
- /*! @azure/msal-common v16.7.0 2026-06-05 */
174
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
177
175
 
178
176
  /*
179
177
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -186,11 +184,12 @@ class UrlString {
186
184
  get urlString() {
187
185
  return this._urlString;
188
186
  }
189
- constructor(url) {
187
+ constructor(url, correlationId) {
190
188
  this._urlString = url;
189
+ this.correlationId = correlationId;
191
190
  if (!this._urlString) {
192
191
  // Throws error if url is empty
193
- throw createClientConfigurationError(urlEmptyError);
192
+ throw createClientConfigurationError(urlEmptyError, correlationId);
194
193
  }
195
194
  if (!url.includes("#")) {
196
195
  this._urlString = UrlString.canonicalizeUri(url);
@@ -226,16 +225,16 @@ class UrlString {
226
225
  components = this.getUrlComponents();
227
226
  }
228
227
  catch (e) {
229
- throw createClientConfigurationError(urlParseError);
228
+ throw createClientConfigurationError(urlParseError, this.correlationId);
230
229
  }
231
230
  // Throw error if URI or path segments are not parseable.
232
231
  if (!components.HostNameAndPort || !components.PathSegments) {
233
- throw createClientConfigurationError(urlParseError);
232
+ throw createClientConfigurationError(urlParseError, this.correlationId);
234
233
  }
235
234
  // Throw error if uri is insecure.
236
235
  if (!components.Protocol ||
237
236
  components.Protocol.toLowerCase() !== "https:") {
238
- throw createClientConfigurationError(authorityUriInsecure);
237
+ throw createClientConfigurationError(authorityUriInsecure, this.correlationId);
239
238
  }
240
239
  }
241
240
  /**
@@ -272,7 +271,7 @@ class UrlString {
272
271
  pathArray[0] === AADAuthority.ORGANIZATIONS)) {
273
272
  pathArray[0] = tenantId;
274
273
  }
275
- return UrlString.constructAuthorityUriFromObject(urlObject);
274
+ return UrlString.constructAuthorityUriFromObject(urlObject, this.correlationId);
276
275
  }
277
276
  /**
278
277
  * Parses out the components from a url string.
@@ -284,7 +283,7 @@ class UrlString {
284
283
  // If url string does not match regEx, we throw an error
285
284
  const match = this.urlString.match(regEx);
286
285
  if (!match) {
287
- throw createClientConfigurationError(urlParseError);
286
+ throw createClientConfigurationError(urlParseError, this.correlationId);
288
287
  }
289
288
  // Url component object
290
289
  const urlComponents = {
@@ -302,17 +301,17 @@ class UrlString {
302
301
  }
303
302
  return urlComponents;
304
303
  }
305
- static getDomainFromUrl(url) {
304
+ static getDomainFromUrl(url, correlationId) {
306
305
  const regEx = RegExp("^([^:/?#]+://)?([^/?#]*)");
307
306
  const match = url.match(regEx);
308
307
  if (!match) {
309
- throw createClientConfigurationError(urlParseError);
308
+ throw createClientConfigurationError(urlParseError, correlationId);
310
309
  }
311
310
  return match[2];
312
311
  }
313
- static getAbsoluteUrl(relativeUrl, baseUrl) {
312
+ static getAbsoluteUrl(relativeUrl, baseUrl, correlationId) {
314
313
  if (relativeUrl[0] === FORWARD_SLASH) {
315
- const url = new UrlString(baseUrl);
314
+ const url = new UrlString(baseUrl, correlationId);
316
315
  const baseComponents = url.getUrlComponents();
317
316
  return (baseComponents.Protocol +
318
317
  "//" +
@@ -321,27 +320,28 @@ class UrlString {
321
320
  }
322
321
  return relativeUrl;
323
322
  }
324
- static constructAuthorityUriFromObject(urlObject) {
323
+ static constructAuthorityUriFromObject(urlObject, correlationId) {
325
324
  return new UrlString(urlObject.Protocol +
326
325
  "//" +
327
326
  urlObject.HostNameAndPort +
328
327
  "/" +
329
- urlObject.PathSegments.join("/"));
328
+ urlObject.PathSegments.join("/"), correlationId);
330
329
  }
331
330
  }
332
331
 
333
- /*! @azure/msal-common v16.7.0 2026-06-05 */
332
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
334
333
  /**
335
334
  * Parses the state into the RequestStateObject, which contains the LibraryState info and the state passed by the user.
336
335
  * @param base64Decode
337
336
  * @param state
337
+ * @param correlationId
338
338
  */
339
- function parseRequestState(base64Decode, state) {
339
+ function parseRequestState(base64Decode, state, correlationId) {
340
340
  if (!base64Decode) {
341
- throw createClientAuthError(noCryptoObject);
341
+ throw createClientAuthError(noCryptoObject, correlationId);
342
342
  }
343
343
  if (!state) {
344
- throw createClientAuthError(invalidState);
344
+ throw createClientAuthError(invalidState, correlationId);
345
345
  }
346
346
  try {
347
347
  // Split the state between library state and user passed state and decode them separately
@@ -358,7 +358,7 @@ function parseRequestState(base64Decode, state) {
358
358
  };
359
359
  }
360
360
  catch (e) {
361
- throw createClientAuthError(invalidState);
361
+ throw createClientAuthError(invalidState, correlationId);
362
362
  }
363
363
  }
364
364
 
@@ -383,14 +383,14 @@ function getDefaultErrorMessage(code) {
383
383
  * Browser library error class thrown by the MSAL.js library for SPAs
384
384
  */
385
385
  class BrowserAuthError extends AuthError {
386
- constructor(errorCode, subError) {
387
- super(errorCode, getDefaultErrorMessage(errorCode), subError);
386
+ constructor(errorCode, correlationId, subError) {
387
+ super(errorCode, correlationId, getDefaultErrorMessage(errorCode), subError);
388
388
  Object.setPrototypeOf(this, BrowserAuthError.prototype);
389
389
  this.name = "BrowserAuthError";
390
390
  }
391
391
  }
392
- function createBrowserAuthError(errorCode, subError) {
393
- return new BrowserAuthError(errorCode, subError);
392
+ function createBrowserAuthError(errorCode, correlationId, subError) {
393
+ return new BrowserAuthError(errorCode, correlationId, subError);
394
394
  }
395
395
 
396
396
  /*
@@ -424,7 +424,7 @@ function base64DecToArr(base64String) {
424
424
  encodedString += "=";
425
425
  break;
426
426
  default:
427
- throw createBrowserAuthError(invalidBase64String);
427
+ throw createBrowserAuthError(invalidBase64String, "");
428
428
  }
429
429
  const binString = atob(encodedString);
430
430
  return Uint8Array.from(binString, (m) => m.codePointAt(0) || 0);
@@ -522,17 +522,21 @@ function parseAuthResponseFromUrl() {
522
522
  payload = `${queryContent}${hashContent}`;
523
523
  params = new URLSearchParams(payload);
524
524
  }
525
+ /*
526
+ * Called by the redirect-bridge entry point before any request context exists,
527
+ * so correlationId is intentionally empty for the throws below.
528
+ */
525
529
  if (!payload || !params) {
526
- throw createBrowserAuthError(emptyResponse);
530
+ throw createBrowserAuthError(emptyResponse, "");
527
531
  }
528
532
  const state = params.get("state");
529
533
  if (!state) {
530
- throw createBrowserAuthError(noStateInHash);
534
+ throw createBrowserAuthError(noStateInHash, "");
531
535
  }
532
- const { libraryState } = parseRequestState(base64Decode, state);
536
+ const { libraryState } = parseRequestState(base64Decode, state, "");
533
537
  const { id, meta } = libraryState;
534
538
  if (!id || !meta) {
535
- throw createBrowserAuthError(unableToParseState, "missing_library_state");
539
+ throw createBrowserAuthError(unableToParseState, "", "missing_library_state");
536
540
  }
537
541
  return {
538
542
  params,
@@ -560,8 +564,8 @@ function clearAuthResponseFromUrl(contentWindow) {
560
564
  /**
561
565
  * Gets the homepage url for the current window location.
562
566
  */
563
- function getHomepage() {
564
- const currentUrl = new UrlString(window.location.href);
567
+ function getHomepage(correlationId) {
568
+ const currentUrl = new UrlString(window.location.href, "");
565
569
  const urlComponents = currentUrl.getUrlComponents();
566
570
  return `${urlComponents.Protocol}//${urlComponents.HostNameAndPort}/`;
567
571
  }
@@ -601,7 +605,7 @@ class NavigationClient {
601
605
  }
602
606
  return new Promise((resolve, reject) => {
603
607
  setTimeout(() => {
604
- reject(createBrowserAuthError(timedOut, "failed_to_redirect"));
608
+ reject(createBrowserAuthError(timedOut, "", "failed_to_redirect"));
605
609
  }, options.timeout);
606
610
  });
607
611
  }
@@ -1 +1 @@
1
- {"version":3,"file":"msal-redirect-bridge.cjs","sources":["../../../msal-common/dist-browser/utils/Constants.mjs","../../../msal-common/dist-browser/error/AuthError.mjs","../../../msal-common/dist-browser/error/ClientConfigurationError.mjs","../../../msal-common/dist-browser/utils/StringUtils.mjs","../../../msal-common/dist-browser/error/ClientAuthError.mjs","../../../msal-common/dist-browser/error/ClientConfigurationErrorCodes.mjs","../../../msal-common/dist-browser/error/ClientAuthErrorCodes.mjs","../../../msal-common/dist-browser/url/UrlString.mjs","../../../msal-common/dist-browser/utils/ProtocolUtils.mjs","../../../../src/error/BrowserAuthErrorCodes.ts","../../../../src/error/BrowserAuthError.ts","../../../../src/encode/Base64Decode.ts","../../../../src/utils/BrowserConstants.ts","../../../../src/utils/BrowserUtils.ts","../../../../src/navigation/NavigationClient.ts","../../../../src/config/Configuration.ts","../../../../src/cache/CacheKeys.ts","../../../../src/redirect_bridge/index.ts"],"sourcesContent":["/*! @azure/msal-common v16.7.0 2026-06-05 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\nconst SKU = \"msal.js.common\";\r\n// default authority\r\nconst DEFAULT_AUTHORITY = \"https://login.microsoftonline.com/common/\";\r\nconst DEFAULT_AUTHORITY_HOST = \"login.microsoftonline.com\";\r\nconst DEFAULT_COMMON_TENANT = \"common\";\r\n// ADFS String\r\nconst ADFS = \"adfs\";\r\nconst DSTS = \"dstsv2\";\r\n// Default AAD Instance Discovery Endpoint\r\nconst AAD_INSTANCE_DISCOVERY_ENDPT = `${DEFAULT_AUTHORITY}discovery/instance?api-version=1.1&authorization_endpoint=`;\r\n// CIAM URL\r\nconst CIAM_AUTH_URL = \".ciamlogin.com\";\r\nconst AAD_TENANT_DOMAIN_SUFFIX = \".onmicrosoft.com\";\r\n// Resource delimiter - used for certain cache entries\r\nconst RESOURCE_DELIM = \"|\";\r\n// Consumer UTID\r\nconst CONSUMER_UTID = \"9188040d-6c67-4c5b-b112-36a304b66dad\";\r\n// Default scopes\r\nconst OPENID_SCOPE = \"openid\";\r\nconst PROFILE_SCOPE = \"profile\";\r\nconst OFFLINE_ACCESS_SCOPE = \"offline_access\";\r\nconst EMAIL_SCOPE = \"email\";\r\nconst CODE_GRANT_TYPE = \"authorization_code\";\r\nconst S256_CODE_CHALLENGE_METHOD = \"S256\";\r\nconst URL_FORM_CONTENT_TYPE = \"application/x-www-form-urlencoded;charset=utf-8\";\r\nconst AUTHORIZATION_PENDING = \"authorization_pending\";\r\nconst NOT_APPLICABLE = \"N/A\";\r\nconst NOT_AVAILABLE = \"Not Available\";\r\nconst FORWARD_SLASH = \"/\";\r\nconst IMDS_ENDPOINT = \"http://169.254.169.254/metadata/instance/compute/location\";\r\nconst IMDS_VERSION = \"2020-06-01\";\r\nconst IMDS_TIMEOUT = 2000;\r\nconst AZURE_REGION_AUTO_DISCOVER_FLAG = \"TryAutoDetect\";\r\nconst REGIONAL_AUTH_PUBLIC_CLOUD_SUFFIX = \"login.microsoft.com\";\r\nconst KNOWN_PUBLIC_CLOUDS = [\r\n \"login.microsoftonline.com\",\r\n \"login.windows.net\",\r\n \"login.microsoft.com\",\r\n \"sts.windows.net\",\r\n];\r\nconst SHR_NONCE_VALIDITY = 240;\r\nconst INVALID_INSTANCE = \"invalid_instance\";\r\nconst HTTP_SUCCESS = 200;\r\nconst HTTP_SUCCESS_RANGE_START = 200;\r\nconst HTTP_SUCCESS_RANGE_END = 299;\r\nconst HTTP_REDIRECT = 302;\r\nconst HTTP_CLIENT_ERROR = 400;\r\nconst HTTP_CLIENT_ERROR_RANGE_START = 400;\r\nconst HTTP_BAD_REQUEST = 400;\r\nconst HTTP_UNAUTHORIZED = 401;\r\nconst HTTP_NOT_FOUND = 404;\r\nconst HTTP_REQUEST_TIMEOUT = 408;\r\nconst HTTP_GONE = 410;\r\nconst HTTP_TOO_MANY_REQUESTS = 429;\r\nconst HTTP_CLIENT_ERROR_RANGE_END = 499;\r\nconst HTTP_SERVER_ERROR = 500;\r\nconst HTTP_SERVER_ERROR_RANGE_START = 500;\r\nconst HTTP_SERVICE_UNAVAILABLE = 503;\r\nconst HTTP_GATEWAY_TIMEOUT = 504;\r\nconst HTTP_SERVER_ERROR_RANGE_END = 599;\r\nconst HTTP_MULTI_SIDED_ERROR = 600;\r\nconst HttpMethod = {\r\n GET: \"GET\",\r\n POST: \"POST\",\r\n};\r\nconst OIDC_DEFAULT_SCOPES = [\r\n OPENID_SCOPE,\r\n PROFILE_SCOPE,\r\n OFFLINE_ACCESS_SCOPE,\r\n];\r\nconst OIDC_SCOPES = [...OIDC_DEFAULT_SCOPES, EMAIL_SCOPE];\r\n/**\r\n * Request header names\r\n */\r\nconst HeaderNames = {\r\n CONTENT_TYPE: \"Content-Type\",\r\n CONTENT_LENGTH: \"Content-Length\",\r\n RETRY_AFTER: \"Retry-After\",\r\n CCS_HEADER: \"X-AnchorMailbox\",\r\n WWWAuthenticate: \"WWW-Authenticate\",\r\n AuthenticationInfo: \"Authentication-Info\",\r\n X_MS_REQUEST_ID: \"x-ms-request-id\",\r\n X_MS_HTTP_VERSION: \"x-ms-httpver\",\r\n};\r\n/**\r\n * Persistent cache keys MSAL which stay while user is logged in.\r\n */\r\nconst PersistentCacheKeys = {\r\n ACTIVE_ACCOUNT_FILTERS: \"active-account-filters\", // new cache entry for active_account for a more robust version for browser\r\n};\r\n/**\r\n * String constants related to AAD Authority\r\n */\r\nconst AADAuthority = {\r\n COMMON: \"common\",\r\n ORGANIZATIONS: \"organizations\",\r\n CONSUMERS: \"consumers\",\r\n};\r\n/**\r\n * Claims request keys\r\n */\r\nconst ClaimsRequestKeys = {\r\n ACCESS_TOKEN: \"access_token\",\r\n XMS_CC: \"xms_cc\",\r\n};\r\n/**\r\n * we considered making this \"enum\" in the request instead of string, however it looks like the allowed list of\r\n * prompt values kept changing over past couple of years. There are some undocumented prompt values for some\r\n * internal partners too, hence the choice of generic \"string\" type instead of the \"enum\"\r\n */\r\nconst PromptValue = {\r\n LOGIN: \"login\",\r\n SELECT_ACCOUNT: \"select_account\",\r\n CONSENT: \"consent\",\r\n NONE: \"none\",\r\n CREATE: \"create\",\r\n NO_SESSION: \"no_session\",\r\n};\r\n/**\r\n * allowed values for codeVerifier\r\n */\r\nconst CodeChallengeMethodValues = {\r\n PLAIN: \"plain\",\r\n S256: \"S256\",\r\n};\r\n/**\r\n * Allowed values for response_type\r\n */\r\nconst OAuthResponseType = {\r\n CODE: \"code\",\r\n IDTOKEN_TOKEN: \"id_token token\",\r\n IDTOKEN_TOKEN_REFRESHTOKEN: \"id_token token refresh_token\",\r\n};\r\n/**\r\n * allowed values for response_mode\r\n */\r\nconst ResponseMode = {\r\n QUERY: \"query\",\r\n FRAGMENT: \"fragment\",\r\n FORM_POST: \"form_post\",\r\n};\r\n/**\r\n * allowed grant_type\r\n */\r\nconst GrantType = {\r\n IMPLICIT_GRANT: \"implicit\",\r\n AUTHORIZATION_CODE_GRANT: \"authorization_code\",\r\n CLIENT_CREDENTIALS_GRANT: \"client_credentials\",\r\n RESOURCE_OWNER_PASSWORD_GRANT: \"password\",\r\n REFRESH_TOKEN_GRANT: \"refresh_token\",\r\n DEVICE_CODE_GRANT: \"device_code\",\r\n JWT_BEARER: \"urn:ietf:params:oauth:grant-type:jwt-bearer\",\r\n};\r\n/**\r\n * Account types in Cache\r\n */\r\nconst CACHE_ACCOUNT_TYPE_MSSTS = \"MSSTS\";\r\nconst CACHE_ACCOUNT_TYPE_ADFS = \"ADFS\";\r\nconst CACHE_ACCOUNT_TYPE_MSAV1 = \"MSA\";\r\nconst CACHE_ACCOUNT_TYPE_GENERIC = \"Generic\";\r\n/**\r\n * Separators used in cache\r\n */\r\nconst CACHE_KEY_SEPARATOR = \"-\";\r\nconst CLIENT_INFO_SEPARATOR = \".\";\r\n/**\r\n * Credential Type stored in the cache\r\n */\r\nconst CredentialType = {\r\n ID_TOKEN: \"IdToken\",\r\n ACCESS_TOKEN: \"AccessToken\",\r\n ACCESS_TOKEN_WITH_AUTH_SCHEME: \"AccessToken_With_AuthScheme\",\r\n REFRESH_TOKEN: \"RefreshToken\",\r\n};\r\n/**\r\n * Combine all cache types\r\n */\r\nconst CacheType = {\r\n ADFS: 1001,\r\n MSA: 1002,\r\n MSSTS: 1003,\r\n GENERIC: 1004,\r\n ACCESS_TOKEN: 2001,\r\n REFRESH_TOKEN: 2002,\r\n ID_TOKEN: 2003,\r\n APP_METADATA: 3001,\r\n UNDEFINED: 9999,\r\n};\r\n/**\r\n * More Cache related constants\r\n */\r\nconst APP_METADATA = \"appmetadata\";\r\nconst CLIENT_INFO = \"client_info\";\r\nconst THE_FAMILY_ID = \"1\";\r\nconst AUTHORITY_METADATA_CACHE_KEY = \"authority-metadata\";\r\nconst AUTHORITY_METADATA_REFRESH_TIME_SECONDS = 3600 * 24; // 24 Hours\r\nconst AuthorityMetadataSource = {\r\n CONFIG: \"config\",\r\n CACHE: \"cache\",\r\n NETWORK: \"network\",\r\n HARDCODED_VALUES: \"hardcoded_values\",\r\n};\r\nconst SERVER_TELEM_SCHEMA_VERSION = 5;\r\nconst SERVER_TELEM_MAX_CUR_HEADER_BYTES = 80; // ESTS limit is 100B, set to 80 to provide a 20B buffer\r\nconst SERVER_TELEM_MAX_LAST_HEADER_BYTES = 330; // ESTS limit is 350B, set to 330 to provide a 20B buffer,\r\nconst SERVER_TELEM_MAX_CACHED_ERRORS = 50; // Limit the number of errors that can be stored to prevent uncontrolled size gains\r\nconst SERVER_TELEM_CACHE_KEY = \"server-telemetry\";\r\nconst SERVER_TELEM_CATEGORY_SEPARATOR = \"|\";\r\nconst SERVER_TELEM_VALUE_SEPARATOR = \",\";\r\nconst SERVER_TELEM_OVERFLOW_TRUE = \"1\";\r\nconst SERVER_TELEM_OVERFLOW_FALSE = \"0\";\r\nconst SERVER_TELEM_UNKNOWN_ERROR = \"unknown_error\";\r\n/**\r\n * Type of the authentication request\r\n */\r\nconst AuthenticationScheme = {\r\n BEARER: \"Bearer\",\r\n POP: \"pop\",\r\n SSH: \"ssh-cert\",\r\n};\r\n/**\r\n * Constants related to throttling\r\n */\r\nconst DEFAULT_THROTTLE_TIME_SECONDS = 60;\r\n// Default maximum time to throttle in seconds, overrides what the server sends back\r\nconst DEFAULT_MAX_THROTTLE_TIME_SECONDS = 3600;\r\n// Prefix for storing throttling entries\r\nconst THROTTLING_PREFIX = \"throttling\";\r\n// Value assigned to the x-ms-lib-capability header to indicate to the server the library supports throttling\r\nconst X_MS_LIB_CAPABILITY_VALUE = \"retry-after, h429\";\r\n/**\r\n * Errors\r\n */\r\nconst INVALID_GRANT_ERROR = \"invalid_grant\";\r\nconst CLIENT_MISMATCH_ERROR = \"client_mismatch\";\r\n/**\r\n * Password grant parameters\r\n */\r\nconst PasswordGrantConstants = {\r\n username: \"username\",\r\n password: \"password\",\r\n};\r\n/**\r\n * Region Discovery Sources\r\n */\r\nconst RegionDiscoverySources = {\r\n FAILED_AUTO_DETECTION: \"1\",\r\n INTERNAL_CACHE: \"2\",\r\n ENVIRONMENT_VARIABLE: \"3\",\r\n IMDS: \"4\",\r\n};\r\n/**\r\n * Region Discovery Outcomes\r\n */\r\nconst RegionDiscoveryOutcomes = {\r\n CONFIGURED_MATCHES_DETECTED: \"1\",\r\n CONFIGURED_NO_AUTO_DETECTION: \"2\",\r\n CONFIGURED_NOT_DETECTED: \"3\",\r\n AUTO_DETECTION_REQUESTED_SUCCESSFUL: \"4\",\r\n AUTO_DETECTION_REQUESTED_FAILED: \"5\",\r\n};\r\n/**\r\n * Specifies the reason for fetching the access token from the identity provider\r\n */\r\nconst CacheOutcome = {\r\n // When a token is found in the cache or the cache is not supposed to be hit when making the request\r\n NOT_APPLICABLE: \"0\",\r\n // When the token request goes to the identity provider because force_refresh was set to true. Also occurs if claims were requested\r\n FORCE_REFRESH_OR_CLAIMS: \"1\",\r\n // When the token request goes to the identity provider because no cached access token exists\r\n NO_CACHED_ACCESS_TOKEN: \"2\",\r\n // When the token request goes to the identity provider because cached access token expired\r\n CACHED_ACCESS_TOKEN_EXPIRED: \"3\",\r\n // When the token request goes to the identity provider because refresh_in was used and the existing token needs to be refreshed\r\n PROACTIVELY_REFRESHED: \"4\",\r\n};\r\nconst JsonWebTokenTypes = {\r\n Jwt: \"JWT\",\r\n Jwk: \"JWK\",\r\n Pop: \"pop\",\r\n};\r\nconst ONE_DAY_IN_MS = 86400000;\r\n// Token renewal offset default in seconds\r\nconst DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;\r\nconst EncodingTypes = {\r\n BASE64: \"base64\",\r\n HEX: \"hex\",\r\n UTF8: \"utf-8\",\r\n};\n\nexport { AADAuthority, AAD_INSTANCE_DISCOVERY_ENDPT, AAD_TENANT_DOMAIN_SUFFIX, ADFS, APP_METADATA, AUTHORITY_METADATA_CACHE_KEY, AUTHORITY_METADATA_REFRESH_TIME_SECONDS, AUTHORIZATION_PENDING, AZURE_REGION_AUTO_DISCOVER_FLAG, AuthenticationScheme, AuthorityMetadataSource, CACHE_ACCOUNT_TYPE_ADFS, CACHE_ACCOUNT_TYPE_GENERIC, CACHE_ACCOUNT_TYPE_MSAV1, CACHE_ACCOUNT_TYPE_MSSTS, CACHE_KEY_SEPARATOR, CIAM_AUTH_URL, CLIENT_INFO, CLIENT_INFO_SEPARATOR, CLIENT_MISMATCH_ERROR, CODE_GRANT_TYPE, CONSUMER_UTID, CacheOutcome, CacheType, ClaimsRequestKeys, CodeChallengeMethodValues, CredentialType, DEFAULT_AUTHORITY, DEFAULT_AUTHORITY_HOST, DEFAULT_COMMON_TENANT, DEFAULT_MAX_THROTTLE_TIME_SECONDS, DEFAULT_THROTTLE_TIME_SECONDS, DEFAULT_TOKEN_RENEWAL_OFFSET_SEC, DSTS, EMAIL_SCOPE, EncodingTypes, FORWARD_SLASH, GrantType, HTTP_BAD_REQUEST, HTTP_CLIENT_ERROR, HTTP_CLIENT_ERROR_RANGE_END, HTTP_CLIENT_ERROR_RANGE_START, HTTP_GATEWAY_TIMEOUT, HTTP_GONE, HTTP_MULTI_SIDED_ERROR, HTTP_NOT_FOUND, HTTP_REDIRECT, HTTP_REQUEST_TIMEOUT, HTTP_SERVER_ERROR, HTTP_SERVER_ERROR_RANGE_END, HTTP_SERVER_ERROR_RANGE_START, HTTP_SERVICE_UNAVAILABLE, HTTP_SUCCESS, HTTP_SUCCESS_RANGE_END, HTTP_SUCCESS_RANGE_START, HTTP_TOO_MANY_REQUESTS, HTTP_UNAUTHORIZED, HeaderNames, HttpMethod, IMDS_ENDPOINT, IMDS_TIMEOUT, IMDS_VERSION, INVALID_GRANT_ERROR, INVALID_INSTANCE, JsonWebTokenTypes, KNOWN_PUBLIC_CLOUDS, NOT_APPLICABLE, NOT_AVAILABLE, OAuthResponseType, OFFLINE_ACCESS_SCOPE, OIDC_DEFAULT_SCOPES, OIDC_SCOPES, ONE_DAY_IN_MS, OPENID_SCOPE, PROFILE_SCOPE, PasswordGrantConstants, PersistentCacheKeys, PromptValue, REGIONAL_AUTH_PUBLIC_CLOUD_SUFFIX, RESOURCE_DELIM, RegionDiscoveryOutcomes, RegionDiscoverySources, ResponseMode, S256_CODE_CHALLENGE_METHOD, SERVER_TELEM_CACHE_KEY, SERVER_TELEM_CATEGORY_SEPARATOR, SERVER_TELEM_MAX_CACHED_ERRORS, SERVER_TELEM_MAX_CUR_HEADER_BYTES, SERVER_TELEM_MAX_LAST_HEADER_BYTES, SERVER_TELEM_OVERFLOW_FALSE, SERVER_TELEM_OVERFLOW_TRUE, SERVER_TELEM_SCHEMA_VERSION, SERVER_TELEM_UNKNOWN_ERROR, SERVER_TELEM_VALUE_SEPARATOR, SHR_NONCE_VALIDITY, SKU, THE_FAMILY_ID, THROTTLING_PREFIX, URL_FORM_CONTENT_TYPE, X_MS_LIB_CAPABILITY_VALUE };\n//# sourceMappingURL=Constants.mjs.map\n","/*! @azure/msal-common v16.7.0 2026-06-05 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\nfunction getDefaultErrorMessage(code) {\r\n return `See https://aka.ms/msal.js.errors#${code} for details`;\r\n}\r\n/**\r\n * General error class thrown by the MSAL.js library.\r\n */\r\nclass AuthError extends Error {\r\n constructor(errorCode, errorMessage, suberror) {\r\n const message = errorMessage ||\r\n (errorCode ? getDefaultErrorMessage(errorCode) : \"\");\r\n const errorString = message ? `${errorCode}: ${message}` : errorCode;\r\n super(errorString);\r\n Object.setPrototypeOf(this, AuthError.prototype);\r\n this.errorCode = errorCode || \"\";\r\n this.errorMessage = message || \"\";\r\n this.subError = suberror || \"\";\r\n this.name = \"AuthError\";\r\n }\r\n setCorrelationId(correlationId) {\r\n this.correlationId = correlationId;\r\n }\r\n}\r\nfunction createAuthError(code, additionalMessage) {\r\n return new AuthError(code, additionalMessage || getDefaultErrorMessage(code));\r\n}\n\nexport { AuthError, createAuthError, getDefaultErrorMessage };\n//# sourceMappingURL=AuthError.mjs.map\n","/*! @azure/msal-common v16.7.0 2026-06-05 */\n'use strict';\nimport { AuthError } from './AuthError.mjs';\n\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * Error thrown when there is an error in configuration of the MSAL.js library.\r\n */\r\nclass ClientConfigurationError extends AuthError {\r\n constructor(errorCode) {\r\n super(errorCode);\r\n this.name = \"ClientConfigurationError\";\r\n Object.setPrototypeOf(this, ClientConfigurationError.prototype);\r\n }\r\n}\r\nfunction createClientConfigurationError(errorCode) {\r\n return new ClientConfigurationError(errorCode);\r\n}\n\nexport { ClientConfigurationError, createClientConfigurationError };\n//# sourceMappingURL=ClientConfigurationError.mjs.map\n","/*! @azure/msal-common v16.7.0 2026-06-05 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * @hidden\r\n */\r\nclass StringUtils {\r\n /**\r\n * Check if stringified object is empty\r\n * @param strObj\r\n */\r\n static isEmptyObj(strObj) {\r\n if (strObj) {\r\n try {\r\n const obj = JSON.parse(strObj);\r\n return Object.keys(obj).length === 0;\r\n }\r\n catch (e) { }\r\n }\r\n return true;\r\n }\r\n static startsWith(str, search) {\r\n return str.indexOf(search) === 0;\r\n }\r\n static endsWith(str, search) {\r\n return (str.length >= search.length &&\r\n str.lastIndexOf(search) === str.length - search.length);\r\n }\r\n /**\r\n * Parses string into an object.\r\n *\r\n * @param query\r\n */\r\n static queryStringToObject(query) {\r\n const obj = {};\r\n const params = query.split(\"&\");\r\n const decode = (s) => decodeURIComponent(s.replace(/\\+/g, \" \"));\r\n params.forEach((pair) => {\r\n if (pair.trim()) {\r\n const [key, value] = pair.split(/=(.+)/g, 2); // Split on the first occurence of the '=' character\r\n if (key && value) {\r\n obj[decode(key)] = decode(value);\r\n }\r\n }\r\n });\r\n return obj;\r\n }\r\n /**\r\n * Trims entries in an array.\r\n *\r\n * @param arr\r\n */\r\n static trimArrayEntries(arr) {\r\n return arr.map((entry) => entry.trim());\r\n }\r\n /**\r\n * Removes empty strings from array\r\n * @param arr\r\n */\r\n static removeEmptyStringsFromArray(arr) {\r\n return arr.filter((entry) => {\r\n return !!entry;\r\n });\r\n }\r\n /**\r\n * Attempts to parse a string into JSON\r\n * @param str\r\n */\r\n static jsonParseHelper(str) {\r\n try {\r\n return JSON.parse(str);\r\n }\r\n catch (e) {\r\n return null;\r\n }\r\n }\r\n}\n\nexport { StringUtils };\n//# sourceMappingURL=StringUtils.mjs.map\n","/*! @azure/msal-common v16.7.0 2026-06-05 */\n'use strict';\nimport { AuthError } from './AuthError.mjs';\n\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * ClientAuthErrorMessage class containing string constants used by error codes and messages.\r\n */\r\n/**\r\n * Error thrown when there is an error in the client code running on the browser.\r\n */\r\nclass ClientAuthError extends AuthError {\r\n constructor(errorCode, additionalMessage) {\r\n super(errorCode, additionalMessage);\r\n this.name = \"ClientAuthError\";\r\n Object.setPrototypeOf(this, ClientAuthError.prototype);\r\n }\r\n}\r\nfunction createClientAuthError(errorCode, additionalMessage) {\r\n return new ClientAuthError(errorCode, additionalMessage);\r\n}\n\nexport { ClientAuthError, createClientAuthError };\n//# sourceMappingURL=ClientAuthError.mjs.map\n","/*! @azure/msal-common v16.7.0 2026-06-05 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\nconst redirectUriEmpty = \"redirect_uri_empty\";\r\nconst claimsRequestParsingError = \"claims_request_parsing_error\";\r\nconst authorityUriInsecure = \"authority_uri_insecure\";\r\nconst urlParseError = \"url_parse_error\";\r\nconst urlEmptyError = \"empty_url_error\";\r\nconst emptyInputScopesError = \"empty_input_scopes_error\";\r\nconst invalidClaims = \"invalid_claims\";\r\nconst tokenRequestEmpty = \"token_request_empty\";\r\nconst logoutRequestEmpty = \"logout_request_empty\";\r\nconst invalidCodeChallengeMethod = \"invalid_code_challenge_method\";\r\nconst pkceParamsMissing = \"pkce_params_missing\";\r\nconst invalidCloudDiscoveryMetadata = \"invalid_cloud_discovery_metadata\";\r\nconst invalidAuthorityMetadata = \"invalid_authority_metadata\";\r\nconst untrustedAuthority = \"untrusted_authority\";\r\nconst missingSshJwk = \"missing_ssh_jwk\";\r\nconst missingSshKid = \"missing_ssh_kid\";\r\nconst missingNonceAuthenticationHeader = \"missing_nonce_authentication_header\";\r\nconst invalidAuthenticationHeader = \"invalid_authentication_header\";\r\nconst cannotSetOIDCOptions = \"cannot_set_OIDCOptions\";\r\nconst cannotAllowPlatformBroker = \"cannot_allow_platform_broker\";\r\nconst authorityMismatch = \"authority_mismatch\";\r\nconst invalidRequestMethodForEAR = \"invalid_request_method_for_EAR\";\r\nconst invalidPlatformBrokerConfiguration = \"invalid_platform_broker_configuration\";\r\nconst issuerValidationFailed = \"issuer_validation_failed\";\n\nexport { authorityMismatch, authorityUriInsecure, cannotAllowPlatformBroker, cannotSetOIDCOptions, claimsRequestParsingError, emptyInputScopesError, invalidAuthenticationHeader, invalidAuthorityMetadata, invalidClaims, invalidCloudDiscoveryMetadata, invalidCodeChallengeMethod, invalidPlatformBrokerConfiguration, invalidRequestMethodForEAR, issuerValidationFailed, logoutRequestEmpty, missingNonceAuthenticationHeader, missingSshJwk, missingSshKid, pkceParamsMissing, redirectUriEmpty, tokenRequestEmpty, untrustedAuthority, urlEmptyError, urlParseError };\n//# sourceMappingURL=ClientConfigurationErrorCodes.mjs.map\n","/*! @azure/msal-common v16.7.0 2026-06-05 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\nconst clientInfoDecodingError = \"client_info_decoding_error\";\r\nconst clientInfoEmptyError = \"client_info_empty_error\";\r\nconst tokenParsingError = \"token_parsing_error\";\r\nconst nullOrEmptyToken = \"null_or_empty_token\";\r\nconst endpointResolutionError = \"endpoints_resolution_error\";\r\nconst networkError = \"network_error\";\r\nconst openIdConfigError = \"openid_config_error\";\r\nconst hashNotDeserialized = \"hash_not_deserialized\";\r\nconst invalidState = \"invalid_state\";\r\nconst stateMismatch = \"state_mismatch\";\r\nconst stateNotFound = \"state_not_found\";\r\nconst nonceMismatch = \"nonce_mismatch\";\r\nconst authTimeNotFound = \"auth_time_not_found\";\r\nconst maxAgeTranspired = \"max_age_transpired\";\r\nconst multipleMatchingTokens = \"multiple_matching_tokens\";\r\nconst multipleMatchingAppMetadata = \"multiple_matching_appMetadata\";\r\nconst requestCannotBeMade = \"request_cannot_be_made\";\r\nconst cannotRemoveEmptyScope = \"cannot_remove_empty_scope\";\r\nconst cannotAppendScopeSet = \"cannot_append_scopeset\";\r\nconst emptyInputScopeSet = \"empty_input_scopeset\";\r\nconst noAccountInSilentRequest = \"no_account_in_silent_request\";\r\nconst invalidCacheRecord = \"invalid_cache_record\";\r\nconst invalidCacheEnvironment = \"invalid_cache_environment\";\r\nconst noAccountFound = \"no_account_found\";\r\nconst noCryptoObject = \"no_crypto_object\";\r\nconst unexpectedCredentialType = \"unexpected_credential_type\";\r\nconst tokenRefreshRequired = \"token_refresh_required\";\r\nconst tokenClaimsCnfRequiredForSignedJwt = \"token_claims_cnf_required_for_signedjwt\";\r\nconst authorizationCodeMissingFromServerResponse = \"authorization_code_missing_from_server_response\";\r\nconst bindingKeyNotRemoved = \"binding_key_not_removed\";\r\nconst endSessionEndpointNotSupported = \"end_session_endpoint_not_supported\";\r\nconst keyIdMissing = \"key_id_missing\";\r\nconst noNetworkConnectivity = \"no_network_connectivity\";\r\nconst userCanceled = \"user_canceled\";\r\nconst methodNotImplemented = \"method_not_implemented\";\r\nconst nestedAppAuthBridgeDisabled = \"nested_app_auth_bridge_disabled\";\r\nconst platformBrokerError = \"platform_broker_error\";\r\nconst resourceParameterRequired = \"resource_parameter_required\";\r\nconst misplacedResourceParam = \"misplaced_resource_parameter\";\n\nexport { authTimeNotFound, authorizationCodeMissingFromServerResponse, bindingKeyNotRemoved, cannotAppendScopeSet, cannotRemoveEmptyScope, clientInfoDecodingError, clientInfoEmptyError, emptyInputScopeSet, endSessionEndpointNotSupported, endpointResolutionError, hashNotDeserialized, invalidCacheEnvironment, invalidCacheRecord, invalidState, keyIdMissing, maxAgeTranspired, methodNotImplemented, misplacedResourceParam, multipleMatchingAppMetadata, multipleMatchingTokens, nestedAppAuthBridgeDisabled, networkError, noAccountFound, noAccountInSilentRequest, noCryptoObject, noNetworkConnectivity, nonceMismatch, nullOrEmptyToken, openIdConfigError, platformBrokerError, requestCannotBeMade, resourceParameterRequired, stateMismatch, stateNotFound, tokenClaimsCnfRequiredForSignedJwt, tokenParsingError, tokenRefreshRequired, unexpectedCredentialType, userCanceled };\n//# sourceMappingURL=ClientAuthErrorCodes.mjs.map\n","/*! @azure/msal-common v16.7.0 2026-06-05 */\n'use strict';\nimport { createClientConfigurationError } from '../error/ClientConfigurationError.mjs';\nimport { StringUtils } from '../utils/StringUtils.mjs';\nimport { AADAuthority, FORWARD_SLASH } from '../utils/Constants.mjs';\nimport { urlEmptyError, urlParseError, authorityUriInsecure } from '../error/ClientConfigurationErrorCodes.mjs';\n\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * Url object class which can perform various transformations on url strings.\r\n */\r\nclass UrlString {\r\n get urlString() {\r\n return this._urlString;\r\n }\r\n constructor(url) {\r\n this._urlString = url;\r\n if (!this._urlString) {\r\n // Throws error if url is empty\r\n throw createClientConfigurationError(urlEmptyError);\r\n }\r\n if (!url.includes(\"#\")) {\r\n this._urlString = UrlString.canonicalizeUri(url);\r\n }\r\n }\r\n /**\r\n * Ensure urls are lower case and end with a / character.\r\n * @param url\r\n */\r\n static canonicalizeUri(url) {\r\n if (url) {\r\n let lowerCaseUrl = url.toLowerCase();\r\n if (StringUtils.endsWith(lowerCaseUrl, \"?\")) {\r\n lowerCaseUrl = lowerCaseUrl.slice(0, -1);\r\n }\r\n else if (StringUtils.endsWith(lowerCaseUrl, \"?/\")) {\r\n lowerCaseUrl = lowerCaseUrl.slice(0, -2);\r\n }\r\n if (!StringUtils.endsWith(lowerCaseUrl, \"/\")) {\r\n lowerCaseUrl += \"/\";\r\n }\r\n return lowerCaseUrl;\r\n }\r\n return url;\r\n }\r\n /**\r\n * Throws if urlString passed is not a valid authority URI string.\r\n */\r\n validateAsUri() {\r\n // Attempts to parse url for uri components\r\n let components;\r\n try {\r\n components = this.getUrlComponents();\r\n }\r\n catch (e) {\r\n throw createClientConfigurationError(urlParseError);\r\n }\r\n // Throw error if URI or path segments are not parseable.\r\n if (!components.HostNameAndPort || !components.PathSegments) {\r\n throw createClientConfigurationError(urlParseError);\r\n }\r\n // Throw error if uri is insecure.\r\n if (!components.Protocol ||\r\n components.Protocol.toLowerCase() !== \"https:\") {\r\n throw createClientConfigurationError(authorityUriInsecure);\r\n }\r\n }\r\n /**\r\n * Given a url and a query string return the url with provided query string appended\r\n * @param url\r\n * @param queryString\r\n */\r\n static appendQueryString(url, queryString) {\r\n if (!queryString) {\r\n return url;\r\n }\r\n return url.indexOf(\"?\") < 0\r\n ? `${url}?${queryString}`\r\n : `${url}&${queryString}`;\r\n }\r\n /**\r\n * Returns a url with the hash removed\r\n * @param url\r\n */\r\n static removeHashFromUrl(url) {\r\n return UrlString.canonicalizeUri(url.split(\"#\")[0]);\r\n }\r\n /**\r\n * Given a url like https://a:b/common/d?e=f#g, and a tenantId, returns https://a:b/tenantId/d\r\n * @param href The url\r\n * @param tenantId The tenant id to replace\r\n */\r\n replaceTenantPath(tenantId) {\r\n const urlObject = this.getUrlComponents();\r\n const pathArray = urlObject.PathSegments;\r\n if (tenantId &&\r\n pathArray.length !== 0 &&\r\n (pathArray[0] === AADAuthority.COMMON ||\r\n pathArray[0] === AADAuthority.ORGANIZATIONS)) {\r\n pathArray[0] = tenantId;\r\n }\r\n return UrlString.constructAuthorityUriFromObject(urlObject);\r\n }\r\n /**\r\n * Parses out the components from a url string.\r\n * @returns An object with the various components. Please cache this value insted of calling this multiple times on the same url.\r\n */\r\n getUrlComponents() {\r\n // https://gist.github.com/curtisz/11139b2cfcaef4a261e0\r\n const regEx = RegExp(\"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\\\?([^#]*))?(#(.*))?\");\r\n // If url string does not match regEx, we throw an error\r\n const match = this.urlString.match(regEx);\r\n if (!match) {\r\n throw createClientConfigurationError(urlParseError);\r\n }\r\n // Url component object\r\n const urlComponents = {\r\n Protocol: match[1],\r\n HostNameAndPort: match[4],\r\n AbsolutePath: match[5],\r\n QueryString: match[7],\r\n };\r\n let pathSegments = urlComponents.AbsolutePath.split(\"/\");\r\n pathSegments = pathSegments.filter((val) => val && val.length > 0); // remove empty elements\r\n urlComponents.PathSegments = pathSegments;\r\n if (urlComponents.QueryString &&\r\n urlComponents.QueryString.endsWith(\"/\")) {\r\n urlComponents.QueryString = urlComponents.QueryString.substring(0, urlComponents.QueryString.length - 1);\r\n }\r\n return urlComponents;\r\n }\r\n static getDomainFromUrl(url) {\r\n const regEx = RegExp(\"^([^:/?#]+://)?([^/?#]*)\");\r\n const match = url.match(regEx);\r\n if (!match) {\r\n throw createClientConfigurationError(urlParseError);\r\n }\r\n return match[2];\r\n }\r\n static getAbsoluteUrl(relativeUrl, baseUrl) {\r\n if (relativeUrl[0] === FORWARD_SLASH) {\r\n const url = new UrlString(baseUrl);\r\n const baseComponents = url.getUrlComponents();\r\n return (baseComponents.Protocol +\r\n \"//\" +\r\n baseComponents.HostNameAndPort +\r\n relativeUrl);\r\n }\r\n return relativeUrl;\r\n }\r\n static constructAuthorityUriFromObject(urlObject) {\r\n return new UrlString(urlObject.Protocol +\r\n \"//\" +\r\n urlObject.HostNameAndPort +\r\n \"/\" +\r\n urlObject.PathSegments.join(\"/\"));\r\n }\r\n}\n\nexport { UrlString };\n//# sourceMappingURL=UrlString.mjs.map\n","/*! @azure/msal-common v16.7.0 2026-06-05 */\n'use strict';\nimport { RESOURCE_DELIM } from './Constants.mjs';\nimport { createClientAuthError } from '../error/ClientAuthError.mjs';\nimport { noCryptoObject, invalidState } from '../error/ClientAuthErrorCodes.mjs';\n\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * Appends user state with random guid, or returns random guid.\r\n * @param cryptoObj\r\n * @param userState\r\n * @param meta\r\n */\r\nfunction setRequestState(cryptoObj, userState, meta) {\r\n const libraryState = generateLibraryState(cryptoObj, meta);\r\n return userState\r\n ? `${libraryState}${RESOURCE_DELIM}${userState}`\r\n : libraryState;\r\n}\r\n/**\r\n * Generates the state value used by the common library.\r\n * @param cryptoObj\r\n * @param meta\r\n */\r\nfunction generateLibraryState(cryptoObj, meta) {\r\n if (!cryptoObj) {\r\n throw createClientAuthError(noCryptoObject);\r\n }\r\n // Create a state object containing a unique id and the timestamp of the request creation\r\n const stateObj = {\r\n id: cryptoObj.createNewGuid(),\r\n };\r\n if (meta) {\r\n stateObj.meta = meta;\r\n }\r\n const stateString = JSON.stringify(stateObj);\r\n return cryptoObj.base64Encode(stateString);\r\n}\r\n/**\r\n * Parses the state into the RequestStateObject, which contains the LibraryState info and the state passed by the user.\r\n * @param base64Decode\r\n * @param state\r\n */\r\nfunction parseRequestState(base64Decode, state) {\r\n if (!base64Decode) {\r\n throw createClientAuthError(noCryptoObject);\r\n }\r\n if (!state) {\r\n throw createClientAuthError(invalidState);\r\n }\r\n try {\r\n // Split the state between library state and user passed state and decode them separately\r\n const splitState = state.split(RESOURCE_DELIM);\r\n const libraryState = splitState[0];\r\n const userState = splitState.length > 1\r\n ? splitState.slice(1).join(RESOURCE_DELIM)\r\n : \"\";\r\n const libraryStateString = base64Decode(libraryState);\r\n const libraryStateObj = JSON.parse(libraryStateString);\r\n return {\r\n userRequestState: userState || \"\",\r\n libraryState: libraryStateObj,\r\n };\r\n }\r\n catch (e) {\r\n throw createClientAuthError(invalidState);\r\n }\r\n}\n\nexport { generateLibraryState, parseRequestState, setRequestState };\n//# sourceMappingURL=ProtocolUtils.mjs.map\n",null,null,null,null,null,null,null,null,null],"names":["getDefaultErrorMessage","BrowserAuthErrorCodes.invalidBase64String","BrowserAuthErrorCodes.emptyResponse","BrowserAuthErrorCodes.noStateInHash","ProtocolUtils.parseRequestState","BrowserAuthErrorCodes.unableToParseState","BrowserAuthErrorCodes.timedOut","BrowserUtils.clearAuthResponseFromUrl","BrowserUtils.getHomepage"],"mappings":"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"}
1
+ {"version":3,"file":"msal-redirect-bridge.cjs","sources":["../../../msal-common/dist-browser/utils/Constants.mjs","../../../msal-common/dist-browser/error/AuthError.mjs","../../../msal-common/dist-browser/error/ClientConfigurationError.mjs","../../../msal-common/dist-browser/utils/StringUtils.mjs","../../../msal-common/dist-browser/error/ClientAuthError.mjs","../../../msal-common/dist-browser/error/ClientConfigurationErrorCodes.mjs","../../../msal-common/dist-browser/error/ClientAuthErrorCodes.mjs","../../../msal-common/dist-browser/url/UrlString.mjs","../../../msal-common/dist-browser/utils/ProtocolUtils.mjs","../../../../src/error/BrowserAuthErrorCodes.ts","../../../../src/error/BrowserAuthError.ts","../../../../src/encode/Base64Decode.ts","../../../../src/utils/BrowserConstants.ts","../../../../src/utils/BrowserUtils.ts","../../../../src/navigation/NavigationClient.ts","../../../../src/config/Configuration.ts","../../../../src/cache/CacheKeys.ts","../../../../src/redirect_bridge/index.ts"],"sourcesContent":["/*! @azure/msal-common v16.11.0 2026-06-30 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\nconst SKU = \"msal.js.common\";\r\n// default authority\r\nconst DEFAULT_AUTHORITY = \"https://login.microsoftonline.com/common/\";\r\nconst DEFAULT_AUTHORITY_HOST = \"login.microsoftonline.com\";\r\nconst DEFAULT_COMMON_TENANT = \"common\";\r\n// ADFS String\r\nconst ADFS = \"adfs\";\r\nconst DSTS = \"dstsv2\";\r\n// Default AAD Instance Discovery Endpoint\r\nconst AAD_INSTANCE_DISCOVERY_ENDPT = `${DEFAULT_AUTHORITY}discovery/instance?api-version=1.1&authorization_endpoint=`;\r\n// CIAM URL\r\nconst CIAM_AUTH_URL = \".ciamlogin.com\";\r\nconst AAD_TENANT_DOMAIN_SUFFIX = \".onmicrosoft.com\";\r\n// Resource delimiter - used for certain cache entries\r\nconst RESOURCE_DELIM = \"|\";\r\n// Consumer UTID\r\nconst CONSUMER_UTID = \"9188040d-6c67-4c5b-b112-36a304b66dad\";\r\n// Default scopes\r\nconst OPENID_SCOPE = \"openid\";\r\nconst PROFILE_SCOPE = \"profile\";\r\nconst OFFLINE_ACCESS_SCOPE = \"offline_access\";\r\nconst EMAIL_SCOPE = \"email\";\r\nconst CODE_GRANT_TYPE = \"authorization_code\";\r\nconst S256_CODE_CHALLENGE_METHOD = \"S256\";\r\nconst URL_FORM_CONTENT_TYPE = \"application/x-www-form-urlencoded;charset=utf-8\";\r\nconst AUTHORIZATION_PENDING = \"authorization_pending\";\r\nconst NOT_APPLICABLE = \"N/A\";\r\nconst NOT_AVAILABLE = \"Not Available\";\r\nconst FORWARD_SLASH = \"/\";\r\nconst IMDS_ENDPOINT = \"http://169.254.169.254/metadata/instance/compute\";\r\nconst IMDS_VERSION = \"2021-02-01\";\r\nconst IMDS_TIMEOUT = 2000;\r\nconst AZURE_REGION_AUTO_DISCOVER_FLAG = \"TryAutoDetect\";\r\nconst REGIONAL_AUTH_PUBLIC_CLOUD_SUFFIX = \"login.microsoft.com\";\r\nconst KNOWN_PUBLIC_CLOUDS = [\r\n \"login.microsoftonline.com\",\r\n \"login.windows.net\",\r\n \"login.microsoft.com\",\r\n \"sts.windows.net\",\r\n];\r\nconst SHR_NONCE_VALIDITY = 240;\r\nconst INVALID_INSTANCE = \"invalid_instance\";\r\nconst HTTP_SUCCESS = 200;\r\nconst HTTP_SUCCESS_RANGE_START = 200;\r\nconst HTTP_SUCCESS_RANGE_END = 299;\r\nconst HTTP_REDIRECT = 302;\r\nconst HTTP_CLIENT_ERROR = 400;\r\nconst HTTP_CLIENT_ERROR_RANGE_START = 400;\r\nconst HTTP_BAD_REQUEST = 400;\r\nconst HTTP_UNAUTHORIZED = 401;\r\nconst HTTP_NOT_FOUND = 404;\r\nconst HTTP_REQUEST_TIMEOUT = 408;\r\nconst HTTP_GONE = 410;\r\nconst HTTP_TOO_MANY_REQUESTS = 429;\r\nconst HTTP_CLIENT_ERROR_RANGE_END = 499;\r\nconst HTTP_SERVER_ERROR = 500;\r\nconst HTTP_SERVER_ERROR_RANGE_START = 500;\r\nconst HTTP_SERVICE_UNAVAILABLE = 503;\r\nconst HTTP_GATEWAY_TIMEOUT = 504;\r\nconst HTTP_SERVER_ERROR_RANGE_END = 599;\r\nconst HTTP_MULTI_SIDED_ERROR = 600;\r\nconst HttpMethod = {\r\n GET: \"GET\",\r\n POST: \"POST\",\r\n};\r\nconst OIDC_DEFAULT_SCOPES = [\r\n OPENID_SCOPE,\r\n PROFILE_SCOPE,\r\n OFFLINE_ACCESS_SCOPE,\r\n];\r\nconst OIDC_SCOPES = [...OIDC_DEFAULT_SCOPES, EMAIL_SCOPE];\r\n/**\r\n * Request header names\r\n */\r\nconst HeaderNames = {\r\n CONTENT_TYPE: \"Content-Type\",\r\n CONTENT_LENGTH: \"Content-Length\",\r\n RETRY_AFTER: \"Retry-After\",\r\n CCS_HEADER: \"X-AnchorMailbox\",\r\n WWWAuthenticate: \"WWW-Authenticate\",\r\n AuthenticationInfo: \"Authentication-Info\",\r\n X_MS_REQUEST_ID: \"x-ms-request-id\",\r\n X_MS_HTTP_VERSION: \"x-ms-httpver\",\r\n};\r\n/**\r\n * Persistent cache keys MSAL which stay while user is logged in.\r\n */\r\nconst PersistentCacheKeys = {\r\n ACTIVE_ACCOUNT_FILTERS: \"active-account-filters\", // new cache entry for active_account for a more robust version for browser\r\n};\r\n/**\r\n * String constants related to AAD Authority\r\n */\r\nconst AADAuthority = {\r\n COMMON: \"common\",\r\n ORGANIZATIONS: \"organizations\",\r\n CONSUMERS: \"consumers\",\r\n};\r\n/**\r\n * Claims request keys\r\n */\r\nconst ClaimsRequestKeys = {\r\n ACCESS_TOKEN: \"access_token\",\r\n XMS_CC: \"xms_cc\",\r\n ID_TOKEN: \"id_token\",\r\n SIGNIN_STATE: \"signin_state\",\r\n LOGIN_HINT: \"login_hint\",\r\n};\r\n/**\r\n * we considered making this \"enum\" in the request instead of string, however it looks like the allowed list of\r\n * prompt values kept changing over past couple of years. There are some undocumented prompt values for some\r\n * internal partners too, hence the choice of generic \"string\" type instead of the \"enum\"\r\n */\r\nconst PromptValue = {\r\n LOGIN: \"login\",\r\n SELECT_ACCOUNT: \"select_account\",\r\n CONSENT: \"consent\",\r\n NONE: \"none\",\r\n CREATE: \"create\",\r\n NO_SESSION: \"no_session\",\r\n};\r\n/**\r\n * allowed values for codeVerifier\r\n */\r\nconst CodeChallengeMethodValues = {\r\n PLAIN: \"plain\",\r\n S256: \"S256\",\r\n};\r\n/**\r\n * Allowed values for response_type\r\n */\r\nconst OAuthResponseType = {\r\n CODE: \"code\",\r\n IDTOKEN_TOKEN: \"id_token token\",\r\n IDTOKEN_TOKEN_REFRESHTOKEN: \"id_token token refresh_token\",\r\n};\r\n/**\r\n * allowed values for response_mode\r\n */\r\nconst ResponseMode = {\r\n QUERY: \"query\",\r\n FRAGMENT: \"fragment\",\r\n FORM_POST: \"form_post\",\r\n};\r\n/**\r\n * allowed grant_type\r\n */\r\nconst GrantType = {\r\n IMPLICIT_GRANT: \"implicit\",\r\n AUTHORIZATION_CODE_GRANT: \"authorization_code\",\r\n CLIENT_CREDENTIALS_GRANT: \"client_credentials\",\r\n RESOURCE_OWNER_PASSWORD_GRANT: \"password\",\r\n REFRESH_TOKEN_GRANT: \"refresh_token\",\r\n DEVICE_CODE_GRANT: \"device_code\",\r\n JWT_BEARER: \"urn:ietf:params:oauth:grant-type:jwt-bearer\",\r\n USER_FIC: \"user_fic\",\r\n};\r\n/**\r\n * Account types in Cache\r\n */\r\nconst CACHE_ACCOUNT_TYPE_MSSTS = \"MSSTS\";\r\nconst CACHE_ACCOUNT_TYPE_ADFS = \"ADFS\";\r\nconst CACHE_ACCOUNT_TYPE_MSAV1 = \"MSA\";\r\nconst CACHE_ACCOUNT_TYPE_GENERIC = \"Generic\";\r\n/**\r\n * Separators used in cache\r\n */\r\nconst CACHE_KEY_SEPARATOR = \"-\";\r\nconst CLIENT_INFO_SEPARATOR = \".\";\r\n/**\r\n * Credential Type stored in the cache\r\n */\r\nconst CredentialType = {\r\n ID_TOKEN: \"IdToken\",\r\n ACCESS_TOKEN: \"AccessToken\",\r\n ACCESS_TOKEN_WITH_AUTH_SCHEME: \"AccessToken_With_AuthScheme\",\r\n REFRESH_TOKEN: \"RefreshToken\",\r\n};\r\n/**\r\n * Combine all cache types\r\n */\r\nconst CacheType = {\r\n ADFS: 1001,\r\n MSA: 1002,\r\n MSSTS: 1003,\r\n GENERIC: 1004,\r\n ACCESS_TOKEN: 2001,\r\n REFRESH_TOKEN: 2002,\r\n ID_TOKEN: 2003,\r\n APP_METADATA: 3001,\r\n UNDEFINED: 9999,\r\n};\r\n/**\r\n * More Cache related constants\r\n */\r\nconst APP_METADATA = \"appmetadata\";\r\nconst CLIENT_INFO = \"client_info\";\r\nconst THE_FAMILY_ID = \"1\";\r\nconst AUTHORITY_METADATA_CACHE_KEY = \"authority-metadata\";\r\nconst AUTHORITY_METADATA_REFRESH_TIME_SECONDS = 3600 * 24; // 24 Hours\r\nconst AuthorityMetadataSource = {\r\n CONFIG: \"config\",\r\n CACHE: \"cache\",\r\n NETWORK: \"network\",\r\n HARDCODED_VALUES: \"hardcoded_values\",\r\n};\r\nconst SERVER_TELEM_SCHEMA_VERSION = 5;\r\nconst SERVER_TELEM_MAX_CUR_HEADER_BYTES = 80; // ESTS limit is 100B, set to 80 to provide a 20B buffer\r\nconst SERVER_TELEM_MAX_LAST_HEADER_BYTES = 330; // ESTS limit is 350B, set to 330 to provide a 20B buffer,\r\nconst SERVER_TELEM_MAX_CACHED_ERRORS = 50; // Limit the number of errors that can be stored to prevent uncontrolled size gains\r\nconst SERVER_TELEM_CACHE_KEY = \"server-telemetry\";\r\nconst SERVER_TELEM_CATEGORY_SEPARATOR = \"|\";\r\nconst SERVER_TELEM_VALUE_SEPARATOR = \",\";\r\nconst SERVER_TELEM_OVERFLOW_TRUE = \"1\";\r\nconst SERVER_TELEM_OVERFLOW_FALSE = \"0\";\r\nconst SERVER_TELEM_UNKNOWN_ERROR = \"unknown_error\";\r\n/**\r\n * Type of the authentication request\r\n */\r\nconst AuthenticationScheme = {\r\n BEARER: \"Bearer\",\r\n POP: \"pop\",\r\n SSH: \"ssh-cert\",\r\n};\r\n/**\r\n * Constants related to throttling\r\n */\r\nconst DEFAULT_THROTTLE_TIME_SECONDS = 60;\r\n// Default maximum time to throttle in seconds, overrides what the server sends back\r\nconst DEFAULT_MAX_THROTTLE_TIME_SECONDS = 3600;\r\n// Prefix for storing throttling entries\r\nconst THROTTLING_PREFIX = \"throttling\";\r\n// Value assigned to the x-ms-lib-capability header to indicate to the server the library supports throttling\r\nconst X_MS_LIB_CAPABILITY_VALUE = \"retry-after, h429\";\r\n/**\r\n * Errors\r\n */\r\nconst INVALID_GRANT_ERROR = \"invalid_grant\";\r\nconst CLIENT_MISMATCH_ERROR = \"client_mismatch\";\r\n/**\r\n * Password grant parameters\r\n */\r\nconst PasswordGrantConstants = {\r\n username: \"username\",\r\n password: \"password\",\r\n};\r\n/**\r\n * Region Discovery Sources\r\n */\r\nconst RegionDiscoverySources = {\r\n FAILED_AUTO_DETECTION: \"1\",\r\n INTERNAL_CACHE: \"2\",\r\n ENVIRONMENT_VARIABLE: \"3\",\r\n IMDS: \"4\",\r\n};\r\n/**\r\n * Region Discovery Outcomes\r\n */\r\nconst RegionDiscoveryOutcomes = {\r\n CONFIGURED_MATCHES_DETECTED: \"1\",\r\n CONFIGURED_NO_AUTO_DETECTION: \"2\",\r\n CONFIGURED_NOT_DETECTED: \"3\",\r\n AUTO_DETECTION_REQUESTED_SUCCESSFUL: \"4\",\r\n AUTO_DETECTION_REQUESTED_FAILED: \"5\",\r\n};\r\n/**\r\n * Specifies the reason for fetching the access token from the identity provider\r\n */\r\nconst CacheOutcome = {\r\n // When a token is found in the cache or the cache is not supposed to be hit when making the request\r\n NOT_APPLICABLE: \"0\",\r\n // When the token request goes to the identity provider because force_refresh was set to true. Also occurs if claims were requested\r\n FORCE_REFRESH_OR_CLAIMS: \"1\",\r\n // When the token request goes to the identity provider because no cached access token exists\r\n NO_CACHED_ACCESS_TOKEN: \"2\",\r\n // When the token request goes to the identity provider because cached access token expired\r\n CACHED_ACCESS_TOKEN_EXPIRED: \"3\",\r\n // When the token request goes to the identity provider because refresh_in was used and the existing token needs to be refreshed\r\n PROACTIVELY_REFRESHED: \"4\",\r\n};\r\nconst JsonWebTokenTypes = {\r\n Jwt: \"JWT\",\r\n Jwk: \"JWK\",\r\n Pop: \"pop\",\r\n};\r\nconst ONE_DAY_IN_MS = 86400000;\r\n// Token renewal offset default in seconds\r\nconst DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;\r\nconst EncodingTypes = {\r\n BASE64: \"base64\",\r\n HEX: \"hex\",\r\n UTF8: \"utf-8\",\r\n};\n\nexport { AADAuthority, AAD_INSTANCE_DISCOVERY_ENDPT, AAD_TENANT_DOMAIN_SUFFIX, ADFS, APP_METADATA, AUTHORITY_METADATA_CACHE_KEY, AUTHORITY_METADATA_REFRESH_TIME_SECONDS, AUTHORIZATION_PENDING, AZURE_REGION_AUTO_DISCOVER_FLAG, AuthenticationScheme, AuthorityMetadataSource, CACHE_ACCOUNT_TYPE_ADFS, CACHE_ACCOUNT_TYPE_GENERIC, CACHE_ACCOUNT_TYPE_MSAV1, CACHE_ACCOUNT_TYPE_MSSTS, CACHE_KEY_SEPARATOR, CIAM_AUTH_URL, CLIENT_INFO, CLIENT_INFO_SEPARATOR, CLIENT_MISMATCH_ERROR, CODE_GRANT_TYPE, CONSUMER_UTID, CacheOutcome, CacheType, ClaimsRequestKeys, CodeChallengeMethodValues, CredentialType, DEFAULT_AUTHORITY, DEFAULT_AUTHORITY_HOST, DEFAULT_COMMON_TENANT, DEFAULT_MAX_THROTTLE_TIME_SECONDS, DEFAULT_THROTTLE_TIME_SECONDS, DEFAULT_TOKEN_RENEWAL_OFFSET_SEC, DSTS, EMAIL_SCOPE, EncodingTypes, FORWARD_SLASH, GrantType, HTTP_BAD_REQUEST, HTTP_CLIENT_ERROR, HTTP_CLIENT_ERROR_RANGE_END, HTTP_CLIENT_ERROR_RANGE_START, HTTP_GATEWAY_TIMEOUT, HTTP_GONE, HTTP_MULTI_SIDED_ERROR, HTTP_NOT_FOUND, HTTP_REDIRECT, HTTP_REQUEST_TIMEOUT, HTTP_SERVER_ERROR, HTTP_SERVER_ERROR_RANGE_END, HTTP_SERVER_ERROR_RANGE_START, HTTP_SERVICE_UNAVAILABLE, HTTP_SUCCESS, HTTP_SUCCESS_RANGE_END, HTTP_SUCCESS_RANGE_START, HTTP_TOO_MANY_REQUESTS, HTTP_UNAUTHORIZED, HeaderNames, HttpMethod, IMDS_ENDPOINT, IMDS_TIMEOUT, IMDS_VERSION, INVALID_GRANT_ERROR, INVALID_INSTANCE, JsonWebTokenTypes, KNOWN_PUBLIC_CLOUDS, NOT_APPLICABLE, NOT_AVAILABLE, OAuthResponseType, OFFLINE_ACCESS_SCOPE, OIDC_DEFAULT_SCOPES, OIDC_SCOPES, ONE_DAY_IN_MS, OPENID_SCOPE, PROFILE_SCOPE, PasswordGrantConstants, PersistentCacheKeys, PromptValue, REGIONAL_AUTH_PUBLIC_CLOUD_SUFFIX, RESOURCE_DELIM, RegionDiscoveryOutcomes, RegionDiscoverySources, ResponseMode, S256_CODE_CHALLENGE_METHOD, SERVER_TELEM_CACHE_KEY, SERVER_TELEM_CATEGORY_SEPARATOR, SERVER_TELEM_MAX_CACHED_ERRORS, SERVER_TELEM_MAX_CUR_HEADER_BYTES, SERVER_TELEM_MAX_LAST_HEADER_BYTES, SERVER_TELEM_OVERFLOW_FALSE, SERVER_TELEM_OVERFLOW_TRUE, SERVER_TELEM_SCHEMA_VERSION, SERVER_TELEM_UNKNOWN_ERROR, SERVER_TELEM_VALUE_SEPARATOR, SHR_NONCE_VALIDITY, SKU, THE_FAMILY_ID, THROTTLING_PREFIX, URL_FORM_CONTENT_TYPE, X_MS_LIB_CAPABILITY_VALUE };\n//# sourceMappingURL=Constants.mjs.map\n","/*! @azure/msal-common v16.11.0 2026-06-30 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\nfunction getDefaultErrorMessage(code) {\r\n return `See https://aka.ms/msal.js.errors#${code} for details`;\r\n}\r\n/**\r\n * General error class thrown by the MSAL.js library.\r\n */\r\nclass AuthError extends Error {\r\n constructor(errorCode, correlationId, errorMessage, suberror) {\r\n const message = errorMessage ||\r\n (errorCode ? getDefaultErrorMessage(errorCode) : \"\");\r\n const errorString = message ? `${errorCode}: ${message}` : errorCode;\r\n super(errorString);\r\n Object.setPrototypeOf(this, AuthError.prototype);\r\n this.errorCode = errorCode || \"\";\r\n this.errorMessage = message || \"\";\r\n this.subError = suberror || \"\";\r\n this.correlationId = correlationId;\r\n this.name = \"AuthError\";\r\n }\r\n}\r\nfunction createAuthError(code, correlationId, additionalMessage) {\r\n return new AuthError(code, correlationId, additionalMessage || getDefaultErrorMessage(code));\r\n}\n\nexport { AuthError, createAuthError, getDefaultErrorMessage };\n//# sourceMappingURL=AuthError.mjs.map\n","/*! @azure/msal-common v16.11.0 2026-06-30 */\n'use strict';\nimport { AuthError } from './AuthError.mjs';\n\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * Error thrown when there is an error in configuration of the MSAL.js library.\r\n */\r\nclass ClientConfigurationError extends AuthError {\r\n constructor(errorCode, correlationId) {\r\n super(errorCode, correlationId);\r\n this.name = \"ClientConfigurationError\";\r\n Object.setPrototypeOf(this, ClientConfigurationError.prototype);\r\n }\r\n}\r\nfunction createClientConfigurationError(errorCode, correlationId) {\r\n return new ClientConfigurationError(errorCode, correlationId);\r\n}\n\nexport { ClientConfigurationError, createClientConfigurationError };\n//# sourceMappingURL=ClientConfigurationError.mjs.map\n","/*! @azure/msal-common v16.11.0 2026-06-30 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * @hidden\r\n */\r\nclass StringUtils {\r\n /**\r\n * Check if stringified object is empty\r\n * @param strObj\r\n */\r\n static isEmptyObj(strObj) {\r\n if (strObj) {\r\n try {\r\n const obj = JSON.parse(strObj);\r\n return Object.keys(obj).length === 0;\r\n }\r\n catch (e) { }\r\n }\r\n return true;\r\n }\r\n static startsWith(str, search) {\r\n return str.indexOf(search) === 0;\r\n }\r\n static endsWith(str, search) {\r\n return (str.length >= search.length &&\r\n str.lastIndexOf(search) === str.length - search.length);\r\n }\r\n /**\r\n * Parses string into an object.\r\n *\r\n * @param query\r\n */\r\n static queryStringToObject(query) {\r\n const obj = {};\r\n const params = query.split(\"&\");\r\n const decode = (s) => decodeURIComponent(s.replace(/\\+/g, \" \"));\r\n params.forEach((pair) => {\r\n if (pair.trim()) {\r\n const [key, value] = pair.split(/=(.+)/g, 2); // Split on the first occurence of the '=' character\r\n if (key && value) {\r\n obj[decode(key)] = decode(value);\r\n }\r\n }\r\n });\r\n return obj;\r\n }\r\n /**\r\n * Trims entries in an array.\r\n *\r\n * @param arr\r\n */\r\n static trimArrayEntries(arr) {\r\n return arr.map((entry) => entry.trim());\r\n }\r\n /**\r\n * Removes empty strings from array\r\n * @param arr\r\n */\r\n static removeEmptyStringsFromArray(arr) {\r\n return arr.filter((entry) => {\r\n return !!entry;\r\n });\r\n }\r\n /**\r\n * Attempts to parse a string into JSON\r\n * @param str\r\n */\r\n static jsonParseHelper(str) {\r\n try {\r\n return JSON.parse(str);\r\n }\r\n catch (e) {\r\n return null;\r\n }\r\n }\r\n}\n\nexport { StringUtils };\n//# sourceMappingURL=StringUtils.mjs.map\n","/*! @azure/msal-common v16.11.0 2026-06-30 */\n'use strict';\nimport { AuthError } from './AuthError.mjs';\n\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * ClientAuthErrorMessage class containing string constants used by error codes and messages.\r\n */\r\n/**\r\n * Error thrown when there is an error in the client code running on the browser.\r\n */\r\nclass ClientAuthError extends AuthError {\r\n constructor(errorCode, correlationId, additionalMessage) {\r\n super(errorCode, correlationId, additionalMessage);\r\n this.name = \"ClientAuthError\";\r\n Object.setPrototypeOf(this, ClientAuthError.prototype);\r\n }\r\n}\r\nfunction createClientAuthError(errorCode, correlationId, additionalMessage) {\r\n return new ClientAuthError(errorCode, correlationId, additionalMessage);\r\n}\n\nexport { ClientAuthError, createClientAuthError };\n//# sourceMappingURL=ClientAuthError.mjs.map\n","/*! @azure/msal-common v16.11.0 2026-06-30 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\nconst redirectUriEmpty = \"redirect_uri_empty\";\r\nconst claimsRequestParsingError = \"claims_request_parsing_error\";\r\nconst authorityUriInsecure = \"authority_uri_insecure\";\r\nconst urlParseError = \"url_parse_error\";\r\nconst urlEmptyError = \"empty_url_error\";\r\nconst emptyInputScopesError = \"empty_input_scopes_error\";\r\nconst invalidClaims = \"invalid_claims\";\r\nconst tokenRequestEmpty = \"token_request_empty\";\r\nconst logoutRequestEmpty = \"logout_request_empty\";\r\nconst invalidCodeChallengeMethod = \"invalid_code_challenge_method\";\r\nconst pkceParamsMissing = \"pkce_params_missing\";\r\nconst invalidCloudDiscoveryMetadata = \"invalid_cloud_discovery_metadata\";\r\nconst invalidAuthorityMetadata = \"invalid_authority_metadata\";\r\nconst untrustedAuthority = \"untrusted_authority\";\r\nconst missingSshJwk = \"missing_ssh_jwk\";\r\nconst missingSshKid = \"missing_ssh_kid\";\r\nconst missingNonceAuthenticationHeader = \"missing_nonce_authentication_header\";\r\nconst invalidAuthenticationHeader = \"invalid_authentication_header\";\r\nconst cannotSetOIDCOptions = \"cannot_set_OIDCOptions\";\r\nconst cannotAllowPlatformBroker = \"cannot_allow_platform_broker\";\r\nconst authorityMismatch = \"authority_mismatch\";\r\nconst invalidRequestMethodForEAR = \"invalid_request_method_for_EAR\";\r\nconst invalidPlatformBrokerConfiguration = \"invalid_platform_broker_configuration\";\r\nconst issuerValidationFailed = \"issuer_validation_failed\";\n\nexport { authorityMismatch, authorityUriInsecure, cannotAllowPlatformBroker, cannotSetOIDCOptions, claimsRequestParsingError, emptyInputScopesError, invalidAuthenticationHeader, invalidAuthorityMetadata, invalidClaims, invalidCloudDiscoveryMetadata, invalidCodeChallengeMethod, invalidPlatformBrokerConfiguration, invalidRequestMethodForEAR, issuerValidationFailed, logoutRequestEmpty, missingNonceAuthenticationHeader, missingSshJwk, missingSshKid, pkceParamsMissing, redirectUriEmpty, tokenRequestEmpty, untrustedAuthority, urlEmptyError, urlParseError };\n//# sourceMappingURL=ClientConfigurationErrorCodes.mjs.map\n","/*! @azure/msal-common v16.11.0 2026-06-30 */\n'use strict';\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\nconst clientInfoDecodingError = \"client_info_decoding_error\";\r\nconst clientInfoEmptyError = \"client_info_empty_error\";\r\nconst tokenParsingError = \"token_parsing_error\";\r\nconst nullOrEmptyToken = \"null_or_empty_token\";\r\nconst endpointResolutionError = \"endpoints_resolution_error\";\r\nconst networkError = \"network_error\";\r\nconst openIdConfigError = \"openid_config_error\";\r\nconst hashNotDeserialized = \"hash_not_deserialized\";\r\nconst invalidState = \"invalid_state\";\r\nconst stateMismatch = \"state_mismatch\";\r\nconst stateNotFound = \"state_not_found\";\r\nconst nonceMismatch = \"nonce_mismatch\";\r\nconst multipleMatchingTokens = \"multiple_matching_tokens\";\r\nconst multipleMatchingAppMetadata = \"multiple_matching_appMetadata\";\r\nconst requestCannotBeMade = \"request_cannot_be_made\";\r\nconst cannotRemoveEmptyScope = \"cannot_remove_empty_scope\";\r\nconst cannotAppendScopeSet = \"cannot_append_scopeset\";\r\nconst emptyInputScopeSet = \"empty_input_scopeset\";\r\nconst noAccountInSilentRequest = \"no_account_in_silent_request\";\r\nconst invalidCacheRecord = \"invalid_cache_record\";\r\nconst invalidCacheEnvironment = \"invalid_cache_environment\";\r\nconst noAccountFound = \"no_account_found\";\r\nconst noCryptoObject = \"no_crypto_object\";\r\nconst unexpectedCredentialType = \"unexpected_credential_type\";\r\nconst tokenRefreshRequired = \"token_refresh_required\";\r\nconst tokenClaimsCnfRequiredForSignedJwt = \"token_claims_cnf_required_for_signedjwt\";\r\nconst authorizationCodeMissingFromServerResponse = \"authorization_code_missing_from_server_response\";\r\nconst bindingKeyNotRemoved = \"binding_key_not_removed\";\r\nconst endSessionEndpointNotSupported = \"end_session_endpoint_not_supported\";\r\nconst keyIdMissing = \"key_id_missing\";\r\nconst noNetworkConnectivity = \"no_network_connectivity\";\r\nconst userCanceled = \"user_canceled\";\r\nconst methodNotImplemented = \"method_not_implemented\";\r\nconst nestedAppAuthBridgeDisabled = \"nested_app_auth_bridge_disabled\";\r\nconst platformBrokerError = \"platform_broker_error\";\r\nconst resourceParameterRequired = \"resource_parameter_required\";\r\nconst misplacedResourceParam = \"misplaced_resource_parameter\";\n\nexport { authorizationCodeMissingFromServerResponse, bindingKeyNotRemoved, cannotAppendScopeSet, cannotRemoveEmptyScope, clientInfoDecodingError, clientInfoEmptyError, emptyInputScopeSet, endSessionEndpointNotSupported, endpointResolutionError, hashNotDeserialized, invalidCacheEnvironment, invalidCacheRecord, invalidState, keyIdMissing, methodNotImplemented, misplacedResourceParam, multipleMatchingAppMetadata, multipleMatchingTokens, nestedAppAuthBridgeDisabled, networkError, noAccountFound, noAccountInSilentRequest, noCryptoObject, noNetworkConnectivity, nonceMismatch, nullOrEmptyToken, openIdConfigError, platformBrokerError, requestCannotBeMade, resourceParameterRequired, stateMismatch, stateNotFound, tokenClaimsCnfRequiredForSignedJwt, tokenParsingError, tokenRefreshRequired, unexpectedCredentialType, userCanceled };\n//# sourceMappingURL=ClientAuthErrorCodes.mjs.map\n","/*! @azure/msal-common v16.11.0 2026-06-30 */\n'use strict';\nimport { createClientConfigurationError } from '../error/ClientConfigurationError.mjs';\nimport { StringUtils } from '../utils/StringUtils.mjs';\nimport { AADAuthority, FORWARD_SLASH } from '../utils/Constants.mjs';\nimport { urlEmptyError, urlParseError, authorityUriInsecure } from '../error/ClientConfigurationErrorCodes.mjs';\n\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * Url object class which can perform various transformations on url strings.\r\n */\r\nclass UrlString {\r\n get urlString() {\r\n return this._urlString;\r\n }\r\n constructor(url, correlationId) {\r\n this._urlString = url;\r\n this.correlationId = correlationId;\r\n if (!this._urlString) {\r\n // Throws error if url is empty\r\n throw createClientConfigurationError(urlEmptyError, correlationId);\r\n }\r\n if (!url.includes(\"#\")) {\r\n this._urlString = UrlString.canonicalizeUri(url);\r\n }\r\n }\r\n /**\r\n * Ensure urls are lower case and end with a / character.\r\n * @param url\r\n */\r\n static canonicalizeUri(url) {\r\n if (url) {\r\n let lowerCaseUrl = url.toLowerCase();\r\n if (StringUtils.endsWith(lowerCaseUrl, \"?\")) {\r\n lowerCaseUrl = lowerCaseUrl.slice(0, -1);\r\n }\r\n else if (StringUtils.endsWith(lowerCaseUrl, \"?/\")) {\r\n lowerCaseUrl = lowerCaseUrl.slice(0, -2);\r\n }\r\n if (!StringUtils.endsWith(lowerCaseUrl, \"/\")) {\r\n lowerCaseUrl += \"/\";\r\n }\r\n return lowerCaseUrl;\r\n }\r\n return url;\r\n }\r\n /**\r\n * Throws if urlString passed is not a valid authority URI string.\r\n */\r\n validateAsUri() {\r\n // Attempts to parse url for uri components\r\n let components;\r\n try {\r\n components = this.getUrlComponents();\r\n }\r\n catch (e) {\r\n throw createClientConfigurationError(urlParseError, this.correlationId);\r\n }\r\n // Throw error if URI or path segments are not parseable.\r\n if (!components.HostNameAndPort || !components.PathSegments) {\r\n throw createClientConfigurationError(urlParseError, this.correlationId);\r\n }\r\n // Throw error if uri is insecure.\r\n if (!components.Protocol ||\r\n components.Protocol.toLowerCase() !== \"https:\") {\r\n throw createClientConfigurationError(authorityUriInsecure, this.correlationId);\r\n }\r\n }\r\n /**\r\n * Given a url and a query string return the url with provided query string appended\r\n * @param url\r\n * @param queryString\r\n */\r\n static appendQueryString(url, queryString) {\r\n if (!queryString) {\r\n return url;\r\n }\r\n return url.indexOf(\"?\") < 0\r\n ? `${url}?${queryString}`\r\n : `${url}&${queryString}`;\r\n }\r\n /**\r\n * Returns a url with the hash removed\r\n * @param url\r\n */\r\n static removeHashFromUrl(url) {\r\n return UrlString.canonicalizeUri(url.split(\"#\")[0]);\r\n }\r\n /**\r\n * Given a url like https://a:b/common/d?e=f#g, and a tenantId, returns https://a:b/tenantId/d\r\n * @param href The url\r\n * @param tenantId The tenant id to replace\r\n */\r\n replaceTenantPath(tenantId) {\r\n const urlObject = this.getUrlComponents();\r\n const pathArray = urlObject.PathSegments;\r\n if (tenantId &&\r\n pathArray.length !== 0 &&\r\n (pathArray[0] === AADAuthority.COMMON ||\r\n pathArray[0] === AADAuthority.ORGANIZATIONS)) {\r\n pathArray[0] = tenantId;\r\n }\r\n return UrlString.constructAuthorityUriFromObject(urlObject, this.correlationId);\r\n }\r\n /**\r\n * Parses out the components from a url string.\r\n * @returns An object with the various components. Please cache this value insted of calling this multiple times on the same url.\r\n */\r\n getUrlComponents() {\r\n // https://gist.github.com/curtisz/11139b2cfcaef4a261e0\r\n const regEx = RegExp(\"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\\\?([^#]*))?(#(.*))?\");\r\n // If url string does not match regEx, we throw an error\r\n const match = this.urlString.match(regEx);\r\n if (!match) {\r\n throw createClientConfigurationError(urlParseError, this.correlationId);\r\n }\r\n // Url component object\r\n const urlComponents = {\r\n Protocol: match[1],\r\n HostNameAndPort: match[4],\r\n AbsolutePath: match[5],\r\n QueryString: match[7],\r\n };\r\n let pathSegments = urlComponents.AbsolutePath.split(\"/\");\r\n pathSegments = pathSegments.filter((val) => val && val.length > 0); // remove empty elements\r\n urlComponents.PathSegments = pathSegments;\r\n if (urlComponents.QueryString &&\r\n urlComponents.QueryString.endsWith(\"/\")) {\r\n urlComponents.QueryString = urlComponents.QueryString.substring(0, urlComponents.QueryString.length - 1);\r\n }\r\n return urlComponents;\r\n }\r\n static getDomainFromUrl(url, correlationId) {\r\n const regEx = RegExp(\"^([^:/?#]+://)?([^/?#]*)\");\r\n const match = url.match(regEx);\r\n if (!match) {\r\n throw createClientConfigurationError(urlParseError, correlationId);\r\n }\r\n return match[2];\r\n }\r\n static getAbsoluteUrl(relativeUrl, baseUrl, correlationId) {\r\n if (relativeUrl[0] === FORWARD_SLASH) {\r\n const url = new UrlString(baseUrl, correlationId);\r\n const baseComponents = url.getUrlComponents();\r\n return (baseComponents.Protocol +\r\n \"//\" +\r\n baseComponents.HostNameAndPort +\r\n relativeUrl);\r\n }\r\n return relativeUrl;\r\n }\r\n static constructAuthorityUriFromObject(urlObject, correlationId) {\r\n return new UrlString(urlObject.Protocol +\r\n \"//\" +\r\n urlObject.HostNameAndPort +\r\n \"/\" +\r\n urlObject.PathSegments.join(\"/\"), correlationId);\r\n }\r\n}\n\nexport { UrlString };\n//# sourceMappingURL=UrlString.mjs.map\n","/*! @azure/msal-common v16.11.0 2026-06-30 */\n'use strict';\nimport { RESOURCE_DELIM } from './Constants.mjs';\nimport { createClientAuthError } from '../error/ClientAuthError.mjs';\nimport { noCryptoObject, invalidState } from '../error/ClientAuthErrorCodes.mjs';\n\n/*\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License.\r\n */\r\n/**\r\n * Appends user state with random guid, or returns random guid.\r\n * @param cryptoObj\r\n * @param userState\r\n * @param meta\r\n * @param correlationId\r\n */\r\nfunction setRequestState(cryptoObj, userState, meta, correlationId) {\r\n const libraryState = generateLibraryState(cryptoObj, correlationId, meta);\r\n return userState\r\n ? `${libraryState}${RESOURCE_DELIM}${userState}`\r\n : libraryState;\r\n}\r\n/**\r\n * Generates the state value used by the common library.\r\n * @param cryptoObj\r\n * @param correlationId\r\n * @param meta\r\n */\r\nfunction generateLibraryState(cryptoObj, correlationId, meta) {\r\n if (!cryptoObj) {\r\n throw createClientAuthError(noCryptoObject, correlationId);\r\n }\r\n // Create a state object containing a unique id and the timestamp of the request creation\r\n const stateObj = {\r\n id: cryptoObj.createNewGuid(),\r\n };\r\n if (meta) {\r\n stateObj.meta = meta;\r\n }\r\n const stateString = JSON.stringify(stateObj);\r\n return cryptoObj.base64Encode(stateString);\r\n}\r\n/**\r\n * Parses the state into the RequestStateObject, which contains the LibraryState info and the state passed by the user.\r\n * @param base64Decode\r\n * @param state\r\n * @param correlationId\r\n */\r\nfunction parseRequestState(base64Decode, state, correlationId) {\r\n if (!base64Decode) {\r\n throw createClientAuthError(noCryptoObject, correlationId);\r\n }\r\n if (!state) {\r\n throw createClientAuthError(invalidState, correlationId);\r\n }\r\n try {\r\n // Split the state between library state and user passed state and decode them separately\r\n const splitState = state.split(RESOURCE_DELIM);\r\n const libraryState = splitState[0];\r\n const userState = splitState.length > 1\r\n ? splitState.slice(1).join(RESOURCE_DELIM)\r\n : \"\";\r\n const libraryStateString = base64Decode(libraryState);\r\n const libraryStateObj = JSON.parse(libraryStateString);\r\n return {\r\n userRequestState: userState || \"\",\r\n libraryState: libraryStateObj,\r\n };\r\n }\r\n catch (e) {\r\n throw createClientAuthError(invalidState, correlationId);\r\n }\r\n}\n\nexport { generateLibraryState, parseRequestState, setRequestState };\n//# sourceMappingURL=ProtocolUtils.mjs.map\n",null,null,null,null,null,null,null,null,null],"names":["getDefaultErrorMessage","BrowserAuthErrorCodes.invalidBase64String","BrowserAuthErrorCodes.emptyResponse","BrowserAuthErrorCodes.noStateInHash","ProtocolUtils.parseRequestState","BrowserAuthErrorCodes.unableToParseState","BrowserAuthErrorCodes.timedOut","BrowserUtils.clearAuthResponseFromUrl","BrowserUtils.getHomepage"],"mappings":"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"}