@azure/msal-browser 4.26.1 → 4.26.2

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 (388) hide show
  1. package/dist/app/IPublicClientApplication.mjs +1 -1
  2. package/dist/app/PublicClientApplication.mjs +1 -1
  3. package/dist/app/PublicClientNext.mjs +1 -1
  4. package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  5. package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  6. package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  7. package/dist/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  8. package/dist/cache/AccountManager.mjs +1 -1
  9. package/dist/cache/AsyncMemoryStorage.mjs +1 -1
  10. package/dist/cache/BrowserCacheManager.mjs +1 -1
  11. package/dist/cache/CacheHelpers.mjs +1 -1
  12. package/dist/cache/CacheKeys.mjs +1 -1
  13. package/dist/cache/CookieStorage.mjs +1 -1
  14. package/dist/cache/DatabaseStorage.mjs +1 -1
  15. package/dist/cache/EncryptedData.mjs +1 -1
  16. package/dist/cache/LocalStorage.mjs +1 -1
  17. package/dist/cache/MemoryStorage.mjs +1 -1
  18. package/dist/cache/SessionStorage.mjs +1 -1
  19. package/dist/cache/TokenCache.mjs +1 -1
  20. package/dist/config/Configuration.mjs +1 -1
  21. package/dist/controllers/ControllerFactory.mjs +1 -1
  22. package/dist/controllers/NestedAppAuthController.mjs +1 -1
  23. package/dist/controllers/StandardController.mjs +1 -1
  24. package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
  25. package/dist/crypto/BrowserCrypto.mjs +1 -1
  26. package/dist/crypto/CryptoOps.mjs +1 -1
  27. package/dist/crypto/PkceGenerator.mjs +1 -1
  28. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  29. package/dist/custom-auth-path/app/PublicClientApplication.mjs +1 -1
  30. package/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  31. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  32. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  33. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  34. package/dist/custom-auth-path/cache/AccountManager.mjs +1 -1
  35. package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +1 -1
  36. package/dist/custom-auth-path/cache/BrowserCacheManager.mjs +1 -1
  37. package/dist/custom-auth-path/cache/CacheHelpers.mjs +1 -1
  38. package/dist/custom-auth-path/cache/CacheKeys.mjs +1 -1
  39. package/dist/custom-auth-path/cache/CookieStorage.mjs +1 -1
  40. package/dist/custom-auth-path/cache/DatabaseStorage.mjs +1 -1
  41. package/dist/custom-auth-path/cache/EncryptedData.mjs +1 -1
  42. package/dist/custom-auth-path/cache/LocalStorage.mjs +1 -1
  43. package/dist/custom-auth-path/cache/MemoryStorage.mjs +1 -1
  44. package/dist/custom-auth-path/cache/SessionStorage.mjs +1 -1
  45. package/dist/custom-auth-path/cache/TokenCache.mjs +1 -1
  46. package/dist/custom-auth-path/config/Configuration.mjs +1 -1
  47. package/dist/custom-auth-path/controllers/ControllerFactory.mjs +1 -1
  48. package/dist/custom-auth-path/controllers/StandardController.mjs +1 -1
  49. package/dist/custom-auth-path/crypto/BrowserCrypto.mjs +1 -1
  50. package/dist/custom-auth-path/crypto/CryptoOps.mjs +1 -1
  51. package/dist/custom-auth-path/crypto/PkceGenerator.mjs +1 -1
  52. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts +1 -1
  53. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +1 -1
  54. package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
  55. package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +1 -1
  56. package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +1 -1
  57. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +1 -1
  58. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
  59. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
  60. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowStateTypes.mjs +1 -1
  61. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +1 -1
  62. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +0 -3
  63. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
  64. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -4
  65. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs.map +1 -1
  66. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +0 -2
  67. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
  68. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -3
  69. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs.map +1 -1
  70. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
  71. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
  72. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +0 -7
  73. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
  74. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +3 -10
  75. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs.map +1 -1
  76. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +1 -1
  77. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +0 -2
  78. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
  79. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +1 -3
  80. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs.map +1 -1
  81. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +0 -2
  82. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
  83. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +1 -3
  84. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs.map +1 -1
  85. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +1 -1
  86. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +1 -1
  87. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +0 -6
  88. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
  89. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +1 -7
  90. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs.map +1 -1
  91. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
  92. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +1 -1
  93. package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +1 -1
  94. package/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
  95. package/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
  96. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
  97. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
  98. package/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
  99. package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
  100. package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
  101. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +1 -1
  102. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
  103. package/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +1 -1
  104. package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
  105. package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
  106. package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
  107. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
  108. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
  109. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs +1 -1
  110. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +1 -1
  111. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs +1 -1
  112. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +1 -1
  113. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +1 -1
  114. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
  115. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
  116. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
  117. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
  118. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
  119. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
  120. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
  121. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +1 -1
  122. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +1 -1
  123. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
  124. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +1 -1
  125. package/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
  126. package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +1 -1
  127. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +1 -1
  128. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
  129. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
  130. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
  131. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
  132. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
  133. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
  134. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
  135. package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +1 -1
  136. package/dist/custom-auth-path/custom_auth/index.mjs +1 -1
  137. package/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
  138. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
  139. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
  140. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
  141. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
  142. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
  143. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +1 -1
  144. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
  145. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
  146. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +1 -1
  147. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
  148. package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +1 -1
  149. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
  150. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
  151. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
  152. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +0 -2
  153. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
  154. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -3
  155. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs.map +1 -1
  156. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +0 -2
  157. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
  158. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -3
  159. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs.map +1 -1
  160. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +0 -2
  161. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
  162. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -3
  163. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs.map +1 -1
  164. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +1 -1
  165. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
  166. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +1 -1
  167. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
  168. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +1 -1
  169. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
  170. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +1 -1
  171. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
  172. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
  173. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
  174. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
  175. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
  176. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
  177. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
  178. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +1 -1
  179. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +1 -1
  180. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
  181. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
  182. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +1 -1
  183. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
  184. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +1 -1
  185. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
  186. package/dist/custom-auth-path/encode/Base64Decode.mjs +1 -1
  187. package/dist/custom-auth-path/encode/Base64Encode.mjs +1 -1
  188. package/dist/custom-auth-path/error/BrowserAuthError.mjs +1 -1
  189. package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +1 -1
  190. package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +1 -1
  191. package/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  192. package/dist/custom-auth-path/error/NativeAuthError.mjs +1 -1
  193. package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +1 -1
  194. package/dist/custom-auth-path/event/EventHandler.mjs +1 -1
  195. package/dist/custom-auth-path/event/EventType.mjs +1 -1
  196. package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +1 -1
  197. package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  198. package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  199. package/dist/custom-auth-path/interaction_client/PopupClient.d.ts +1 -1
  200. package/dist/custom-auth-path/interaction_client/PopupClient.d.ts.map +1 -1
  201. package/dist/custom-auth-path/interaction_client/PopupClient.mjs +20 -4
  202. package/dist/custom-auth-path/interaction_client/PopupClient.mjs.map +1 -1
  203. package/dist/custom-auth-path/interaction_client/RedirectClient.d.ts.map +1 -1
  204. package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +4 -2
  205. package/dist/custom-auth-path/interaction_client/RedirectClient.mjs.map +1 -1
  206. package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +1 -1
  207. package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +1 -1
  208. package/dist/custom-auth-path/interaction_client/SilentIframeClient.d.ts.map +1 -1
  209. package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +19 -3
  210. package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs.map +1 -1
  211. package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +1 -1
  212. package/dist/custom-auth-path/interaction_client/StandardInteractionClient.d.ts +3 -1
  213. package/dist/custom-auth-path/interaction_client/StandardInteractionClient.d.ts.map +1 -1
  214. package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +8 -7
  215. package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs.map +1 -1
  216. package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +1 -1
  217. package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +1 -1
  218. package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
  219. package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
  220. package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
  221. package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
  222. package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
  223. package/dist/custom-auth-path/packageMetadata.mjs +2 -2
  224. package/dist/custom-auth-path/protocol/Authorize.d.ts.map +1 -1
  225. package/dist/custom-auth-path/protocol/Authorize.mjs +3 -1
  226. package/dist/custom-auth-path/protocol/Authorize.mjs.map +1 -1
  227. package/dist/custom-auth-path/request/RequestHelpers.mjs +1 -1
  228. package/dist/custom-auth-path/response/ResponseHandler.mjs +1 -1
  229. package/dist/custom-auth-path/utils/BrowserConstants.mjs +1 -1
  230. package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +1 -1
  231. package/dist/custom-auth-path/utils/BrowserUtils.mjs +1 -1
  232. package/dist/custom-auth-path/utils/Helpers.mjs +1 -1
  233. package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +1 -1
  234. package/dist/custom_auth/CustomAuthConstants.d.ts +1 -1
  235. package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +0 -3
  236. package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
  237. package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +0 -2
  238. package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
  239. package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +0 -7
  240. package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
  241. package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +0 -2
  242. package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
  243. package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +0 -2
  244. package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
  245. package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +0 -6
  246. package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
  247. package/dist/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +0 -2
  248. package/dist/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
  249. package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +0 -2
  250. package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
  251. package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +0 -2
  252. package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
  253. package/dist/encode/Base64Decode.mjs +1 -1
  254. package/dist/encode/Base64Encode.mjs +1 -1
  255. package/dist/error/BrowserAuthError.mjs +1 -1
  256. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  257. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  258. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  259. package/dist/error/NativeAuthError.mjs +1 -1
  260. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  261. package/dist/error/NestedAppAuthError.mjs +1 -1
  262. package/dist/event/EventHandler.mjs +1 -1
  263. package/dist/event/EventMessage.mjs +1 -1
  264. package/dist/event/EventType.mjs +1 -1
  265. package/dist/index.mjs +1 -1
  266. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  267. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  268. package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  269. package/dist/interaction_client/PopupClient.d.ts +1 -1
  270. package/dist/interaction_client/PopupClient.d.ts.map +1 -1
  271. package/dist/interaction_client/PopupClient.mjs +20 -4
  272. package/dist/interaction_client/PopupClient.mjs.map +1 -1
  273. package/dist/interaction_client/RedirectClient.d.ts.map +1 -1
  274. package/dist/interaction_client/RedirectClient.mjs +4 -2
  275. package/dist/interaction_client/RedirectClient.mjs.map +1 -1
  276. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  277. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  278. package/dist/interaction_client/SilentIframeClient.d.ts.map +1 -1
  279. package/dist/interaction_client/SilentIframeClient.mjs +19 -3
  280. package/dist/interaction_client/SilentIframeClient.mjs.map +1 -1
  281. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  282. package/dist/interaction_client/StandardInteractionClient.d.ts +3 -1
  283. package/dist/interaction_client/StandardInteractionClient.d.ts.map +1 -1
  284. package/dist/interaction_client/StandardInteractionClient.mjs +8 -7
  285. package/dist/interaction_client/StandardInteractionClient.mjs.map +1 -1
  286. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  287. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  288. package/dist/naa/BridgeError.mjs +1 -1
  289. package/dist/naa/BridgeProxy.mjs +1 -1
  290. package/dist/naa/BridgeStatusCode.mjs +1 -1
  291. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  292. package/dist/navigation/NavigationClient.mjs +1 -1
  293. package/dist/network/FetchClient.mjs +1 -1
  294. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  295. package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
  296. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  297. package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
  298. package/dist/packageMetadata.d.ts +1 -1
  299. package/dist/packageMetadata.mjs +2 -2
  300. package/dist/protocol/Authorize.d.ts.map +1 -1
  301. package/dist/protocol/Authorize.mjs +3 -1
  302. package/dist/protocol/Authorize.mjs.map +1 -1
  303. package/dist/request/RequestHelpers.mjs +1 -1
  304. package/dist/response/ResponseHandler.mjs +1 -1
  305. package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  306. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  307. package/dist/utils/BrowserConstants.mjs +1 -1
  308. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  309. package/dist/utils/BrowserUtils.mjs +1 -1
  310. package/dist/utils/Helpers.mjs +1 -1
  311. package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
  312. package/lib/custom-auth-path/msal-custom-auth.cjs +118 -107
  313. package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
  314. package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +1 -1
  315. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +0 -3
  316. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
  317. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +0 -2
  318. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
  319. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +0 -7
  320. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
  321. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +0 -2
  322. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
  323. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +0 -2
  324. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
  325. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +0 -6
  326. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
  327. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +0 -2
  328. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
  329. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +0 -2
  330. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
  331. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +0 -2
  332. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
  333. package/lib/custom-auth-path/types/interaction_client/PopupClient.d.ts +1 -1
  334. package/lib/custom-auth-path/types/interaction_client/PopupClient.d.ts.map +1 -1
  335. package/lib/custom-auth-path/types/interaction_client/RedirectClient.d.ts.map +1 -1
  336. package/lib/custom-auth-path/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
  337. package/lib/custom-auth-path/types/interaction_client/StandardInteractionClient.d.ts +3 -1
  338. package/lib/custom-auth-path/types/interaction_client/StandardInteractionClient.d.ts.map +1 -1
  339. package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
  340. package/lib/custom-auth-path/types/protocol/Authorize.d.ts.map +1 -1
  341. package/lib/msal-browser.cjs +123 -79
  342. package/lib/msal-browser.cjs.map +1 -1
  343. package/lib/msal-browser.js +123 -79
  344. package/lib/msal-browser.js.map +1 -1
  345. package/lib/msal-browser.min.js +66 -66
  346. package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
  347. package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +0 -3
  348. package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
  349. package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +0 -2
  350. package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
  351. package/lib/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +0 -7
  352. package/lib/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
  353. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +0 -2
  354. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
  355. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +0 -2
  356. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
  357. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +0 -6
  358. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
  359. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +0 -2
  360. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
  361. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +0 -2
  362. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
  363. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +0 -2
  364. package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
  365. package/lib/types/interaction_client/PopupClient.d.ts +1 -1
  366. package/lib/types/interaction_client/PopupClient.d.ts.map +1 -1
  367. package/lib/types/interaction_client/RedirectClient.d.ts.map +1 -1
  368. package/lib/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
  369. package/lib/types/interaction_client/StandardInteractionClient.d.ts +3 -1
  370. package/lib/types/interaction_client/StandardInteractionClient.d.ts.map +1 -1
  371. package/lib/types/packageMetadata.d.ts +1 -1
  372. package/lib/types/protocol/Authorize.d.ts.map +1 -1
  373. package/package.json +2 -2
  374. package/src/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.ts +0 -3
  375. package/src/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.ts +0 -2
  376. package/src/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.ts +4 -11
  377. package/src/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.ts +0 -2
  378. package/src/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.ts +0 -2
  379. package/src/custom_auth/core/auth_flow/mfa/state/MfaState.ts +0 -6
  380. package/src/custom_auth/sign_in/auth_flow/result/SignInResult.ts +0 -2
  381. package/src/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.ts +0 -2
  382. package/src/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.ts +0 -2
  383. package/src/interaction_client/PopupClient.ts +73 -21
  384. package/src/interaction_client/RedirectClient.ts +14 -1
  385. package/src/interaction_client/SilentIframeClient.ts +68 -19
  386. package/src/interaction_client/StandardInteractionClient.ts +17 -12
  387. package/src/packageMetadata.ts +1 -1
  388. package/src/protocol/Authorize.ts +7 -0
@@ -26,14 +26,12 @@ export declare class AuthMethodRegistrationRequiredState extends AuthMethodRegis
26
26
  /**
27
27
  * Gets the available authentication methods for registration.
28
28
  * @returns Array of available authentication methods.
29
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
30
29
  */
31
30
  getAuthMethods(): AuthenticationMethod[];
32
31
  /**
33
32
  * Challenges an authentication method for registration.
34
33
  * @param authMethodDetails The authentication method details to challenge.
35
34
  * @returns Promise that resolves to AuthMethodRegistrationChallengeMethodResult.
36
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
37
35
  */
38
36
  challengeAuthMethod(authMethodDetails: AuthMethodDetails): Promise<AuthMethodRegistrationChallengeMethodResult>;
39
37
  }
@@ -48,33 +46,28 @@ export declare class AuthMethodVerificationRequiredState extends AuthMethodRegis
48
46
  /**
49
47
  * Gets the length of the expected verification code.
50
48
  * @returns The code length.
51
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
52
49
  */
53
50
  getCodeLength(): number;
54
51
  /**
55
52
  * Gets the channel through which the challenge was sent.
56
53
  * @returns The challenge channel (e.g., "email").
57
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
58
54
  */
59
55
  getChannel(): string;
60
56
  /**
61
57
  * Gets the target label indicating where the challenge was sent.
62
58
  * @returns The challenge target label (e.g., masked email address).
63
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
64
59
  */
65
60
  getSentTo(): string;
66
61
  /**
67
62
  * Submits the verification challenge to complete the authentication method registration.
68
63
  * @param code The verification code entered by the user.
69
64
  * @returns Promise that resolves to AuthMethodRegistrationSubmitChallengeResult.
70
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
71
65
  */
72
66
  submitChallenge(code: string): Promise<AuthMethodRegistrationSubmitChallengeResult>;
73
67
  /**
74
68
  * Challenges a different authentication method for registration.
75
69
  * @param authMethodDetails The authentication method details to challenge.
76
70
  * @returns Promise that resolves to AuthMethodRegistrationChallengeMethodResult.
77
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
78
71
  */
79
72
  challengeAuthMethod(authMethodDetails: AuthMethodDetails): Promise<AuthMethodRegistrationChallengeMethodResult>;
80
73
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AuthMethodRegistrationState.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,qCAAqC,EACrC,6CAA6C,EAC7C,6CAA6C,EAChD,MAAM,4CAA4C,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAW5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,mEAAmE,CAAC;AACzG,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE,OAAO,EAAE,2CAA2C,EAAE,MAAM,0DAA0D,CAAC;AACvH,OAAO,EAAE,2CAA2C,EAAE,MAAM,0DAA0D,CAAC;AAOvH;;GAEG;AACH,uBAAe,2BAA2B,CACtC,WAAW,SAAS,qCAAqC,CAC3D,SAAQ,+BAA+B,CAAC,WAAW,CAAC;IAClD;;;;OAIG;cACa,2BAA2B,CACvC,iBAAiB,EAAE,iBAAiB,GACrC,OAAO,CAAC,2CAA2C,CAAC;CAyF1D;AAED;;GAEG;AACH,qBAAa,mCAAoC,SAAQ,2BAA2B,CAAC,6CAA6C,CAAC;IAC/H;;OAEG;IACH,SAAS,SAAgD;IAEzD;;;;OAIG;IACH,cAAc,IAAI,oBAAoB,EAAE;IAIxC;;;;;OAKG;IACG,mBAAmB,CACrB,iBAAiB,EAAE,iBAAiB,GACrC,OAAO,CAAC,2CAA2C,CAAC;CAG1D;AAED;;GAEG;AACH,qBAAa,mCAAoC,SAAQ,2BAA2B,CAAC,6CAA6C,CAAC;IAC/H;;OAEG;IACH,SAAS,SAAgD;IAEzD;;;;OAIG;IACH,aAAa,IAAI,MAAM;IAIvB;;;;OAIG;IACH,UAAU,IAAI,MAAM;IAIpB;;;;OAIG;IACH,SAAS,IAAI,MAAM;IAInB;;;;;OAKG;IACG,eAAe,CACjB,IAAI,EAAE,MAAM,GACb,OAAO,CAAC,2CAA2C,CAAC;IAmDvD;;;;;OAKG;IACG,mBAAmB,CACrB,iBAAiB,EAAE,iBAAiB,GACrC,OAAO,CAAC,2CAA2C,CAAC;CAG1D"}
1
+ {"version":3,"file":"AuthMethodRegistrationState.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,qCAAqC,EACrC,6CAA6C,EAC7C,6CAA6C,EAChD,MAAM,4CAA4C,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAW5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,mEAAmE,CAAC;AACzG,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE,OAAO,EAAE,2CAA2C,EAAE,MAAM,0DAA0D,CAAC;AACvH,OAAO,EAAE,2CAA2C,EAAE,MAAM,0DAA0D,CAAC;AAOvH;;GAEG;AACH,uBAAe,2BAA2B,CACtC,WAAW,SAAS,qCAAqC,CAC3D,SAAQ,+BAA+B,CAAC,WAAW,CAAC;IAClD;;;;OAIG;cACa,2BAA2B,CACvC,iBAAiB,EAAE,iBAAiB,GACrC,OAAO,CAAC,2CAA2C,CAAC;CAyF1D;AAED;;GAEG;AACH,qBAAa,mCAAoC,SAAQ,2BAA2B,CAAC,6CAA6C,CAAC;IAC/H;;OAEG;IACH,SAAS,SAAgD;IAEzD;;;OAGG;IACH,cAAc,IAAI,oBAAoB,EAAE;IAIxC;;;;OAIG;IACG,mBAAmB,CACrB,iBAAiB,EAAE,iBAAiB,GACrC,OAAO,CAAC,2CAA2C,CAAC;CAG1D;AAED;;GAEG;AACH,qBAAa,mCAAoC,SAAQ,2BAA2B,CAAC,6CAA6C,CAAC;IAC/H;;OAEG;IACH,SAAS,SAAgD;IAEzD;;;OAGG;IACH,aAAa,IAAI,MAAM;IAIvB;;;OAGG;IACH,UAAU,IAAI,MAAM;IAIpB;;;OAGG;IACH,SAAS,IAAI,MAAM;IAInB;;;;OAIG;IACG,eAAe,CACjB,IAAI,EAAE,MAAM,GACb,OAAO,CAAC,2CAA2C,CAAC;IAmDvD;;;;OAIG;IACG,mBAAmB,CACrB,iBAAiB,EAAE,iBAAiB,GACrC,OAAO,CAAC,2CAA2C,CAAC;CAG1D"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthAccountData } from '../../../../get_account/auth_flow/CustomAuthAccountData.mjs';
4
4
  import { JIT_VERIFICATION_REQUIRED_RESULT_TYPE, JIT_COMPLETED_RESULT_TYPE } from '../../../interaction_client/jit/result/JitActionResult.mjs';
@@ -68,7 +68,7 @@ class AuthMethodRegistrationState extends AuthFlowActionRequiredStateBase {
68
68
  }
69
69
  }
70
70
  catch (error) {
71
- this.stateParameters.logger.error("Failed to challenge authentication method for auth method registration.", this.stateParameters.correlationId);
71
+ this.stateParameters.logger.errorPii(`Failed to challenge authentication method for auth method registration. Error: ${error}.`, this.stateParameters.correlationId);
72
72
  return AuthMethodRegistrationChallengeMethodResult.createWithError(error);
73
73
  }
74
74
  }
@@ -87,7 +87,6 @@ class AuthMethodRegistrationRequiredState extends AuthMethodRegistrationState {
87
87
  /**
88
88
  * Gets the available authentication methods for registration.
89
89
  * @returns Array of available authentication methods.
90
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
91
90
  */
92
91
  getAuthMethods() {
93
92
  return this.stateParameters.authMethods;
@@ -96,7 +95,6 @@ class AuthMethodRegistrationRequiredState extends AuthMethodRegistrationState {
96
95
  * Challenges an authentication method for registration.
97
96
  * @param authMethodDetails The authentication method details to challenge.
98
97
  * @returns Promise that resolves to AuthMethodRegistrationChallengeMethodResult.
99
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
100
98
  */
101
99
  async challengeAuthMethod(authMethodDetails) {
102
100
  return this.challengeAuthMethodInternal(authMethodDetails);
@@ -116,7 +114,6 @@ class AuthMethodVerificationRequiredState extends AuthMethodRegistrationState {
116
114
  /**
117
115
  * Gets the length of the expected verification code.
118
116
  * @returns The code length.
119
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
120
117
  */
121
118
  getCodeLength() {
122
119
  return this.stateParameters.codeLength;
@@ -124,7 +121,6 @@ class AuthMethodVerificationRequiredState extends AuthMethodRegistrationState {
124
121
  /**
125
122
  * Gets the channel through which the challenge was sent.
126
123
  * @returns The challenge channel (e.g., "email").
127
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
128
124
  */
129
125
  getChannel() {
130
126
  return this.stateParameters.challengeChannel;
@@ -132,7 +128,6 @@ class AuthMethodVerificationRequiredState extends AuthMethodRegistrationState {
132
128
  /**
133
129
  * Gets the target label indicating where the challenge was sent.
134
130
  * @returns The challenge target label (e.g., masked email address).
135
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
136
131
  */
137
132
  getSentTo() {
138
133
  return this.stateParameters.challengeTargetLabel;
@@ -141,7 +136,6 @@ class AuthMethodVerificationRequiredState extends AuthMethodRegistrationState {
141
136
  * Submits the verification challenge to complete the authentication method registration.
142
137
  * @param code The verification code entered by the user.
143
138
  * @returns Promise that resolves to AuthMethodRegistrationSubmitChallengeResult.
144
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
145
139
  */
146
140
  async submitChallenge(code) {
147
141
  try {
@@ -162,7 +156,7 @@ class AuthMethodVerificationRequiredState extends AuthMethodRegistrationState {
162
156
  return new AuthMethodRegistrationSubmitChallengeResult(new AuthMethodRegistrationCompletedState(), accountInfo);
163
157
  }
164
158
  catch (error) {
165
- this.stateParameters.logger.error("Failed to submit auth method challenge.", this.stateParameters.correlationId);
159
+ this.stateParameters.logger.errorPii(`Failed to submit auth method challenge. Error: ${error}.`, this.stateParameters.correlationId);
166
160
  return AuthMethodRegistrationSubmitChallengeResult.createWithError(error);
167
161
  }
168
162
  }
@@ -170,7 +164,6 @@ class AuthMethodVerificationRequiredState extends AuthMethodRegistrationState {
170
164
  * Challenges a different authentication method for registration.
171
165
  * @param authMethodDetails The authentication method details to challenge.
172
166
  * @returns Promise that resolves to AuthMethodRegistrationChallengeMethodResult.
173
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
174
167
  */
175
168
  async challengeAuthMethod(authMethodDetails) {
176
169
  return this.challengeAuthMethodInternal(authMethodDetails);
@@ -1 +1 @@
1
- {"version":3,"file":"AuthMethodRegistrationState.mjs","sources":["../../../../../../../../src/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;AAGG;AA6BH;;AAEG;AACH,MAAe,2BAEb,SAAQ,+BAA4C,CAAA;AAClD;;;;AAIG;IACO,MAAM,2BAA2B,CACvC,iBAAoC,EAAA;QAEpC,IAAI;YACA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,OAAO,CAC/B,wCAAwC,iBAAiB,CAAC,cAAc,CAAC,EAAE,iCAAiC,EAC5G,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,YAAA,MAAM,eAAe,GAAiC;AAClD,gBAAA,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC,aAAa;AACjD,gBAAA,iBAAiB,EAAE,IAAI,CAAC,eAAe,CAAC,iBAAiB,IAAI,EAAE;gBAC/D,UAAU,EAAE,iBAAiB,CAAC,cAAc;gBAC5C,mBAAmB,EAAE,iBAAiB,CAAC,mBAAmB;AAC1D,gBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,IAAI,EAAE;AACzC,gBAAA,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,QAAQ;AACvC,gBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM;aACtC,CAAC;AAEF,YAAA,MAAM,MAAM,GACR,MAAM,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,mBAAmB,CACpD,eAAe,CAClB,CAAC;AAEN,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,OAAO,CAC/B,6EAA6E,EAC7E,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,YAAA,IAAI,MAAM,CAAC,IAAI,KAAK,qCAAqC,EAAE;;AAEvD,gBAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,OAAO,CAC/B,oCAAoC,EACpC,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,gBAAA,OAAO,IAAI,2CAA2C,CAClD,IAAI,mCAAmC,CAAC;oBACpC,aAAa,EAAE,MAAM,CAAC,aAAa;oBACnC,iBAAiB,EAAE,MAAM,CAAC,iBAAiB;AAC3C,oBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM;AACnC,oBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM;AACnC,oBAAA,SAAS,EAAE,IAAI,CAAC,eAAe,CAAC,SAAS;AACzC,oBAAA,WAAW,EAAE,IAAI,CAAC,eAAe,CAAC,WAAW;oBAC7C,gBAAgB,EAAE,MAAM,CAAC,gBAAgB;oBACzC,oBAAoB,EAAE,MAAM,CAAC,oBAAoB;oBACjD,UAAU,EAAE,MAAM,CAAC,UAAU;AAC7B,oBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,IAAI,EAAE;AACzC,oBAAA,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,QAAQ;AACvC,oBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM;AACtC,iBAAA,CAAC,CACL,CAAC;AACL,aAAA;AAAM,iBAAA,IAAI,MAAM,CAAC,IAAI,KAAK,yBAAyB,EAAE;;AAElD,gBAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,OAAO,CAC/B,mDAAmD,EACnD,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,gBAAA,MAAM,WAAW,GAAG,IAAI,qBAAqB,CACzC,MAAM,CAAC,oBAAoB,CAAC,OAAO,EACnC,IAAI,CAAC,eAAe,CAAC,MAAM,EAC3B,IAAI,CAAC,eAAe,CAAC,WAAW,EAChC,IAAI,CAAC,eAAe,CAAC,MAAM,EAC3B,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;gBAEF,OAAO,IAAI,2CAA2C,CAClD,IAAI,oCAAoC,EAAE,EAC1C,WAAW,CACd,CAAC;AACL,aAAA;AAAM,iBAAA;;AAEH,gBAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,KAAK,CAC7B,mDAAmD,EACnD,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AACF,gBAAA,MAAM,IAAI,eAAe,CACrB,mDAAmD,CACtD,CAAC;AACL,aAAA;AACJ,SAAA;AAAC,QAAA,OAAO,KAAK,EAAE;AACZ,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,KAAK,CAC7B,yEAAyE,EACzE,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AACF,YAAA,OAAO,2CAA2C,CAAC,eAAe,CAC9D,KAAK,CACR,CAAC;AACL,SAAA;KACJ;AACJ,CAAA;AAED;;AAEG;AACG,MAAO,mCAAoC,SAAQ,2BAA0E,CAAA;AAAnI,IAAA,WAAA,GAAA;;AACI;;AAEG;QACH,IAAS,CAAA,SAAA,GAAG,4CAA4C,CAAC;KAsB5D;AApBG;;;;AAIG;IACH,cAAc,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC;KAC3C;AAED;;;;;AAKG;IACH,MAAM,mBAAmB,CACrB,iBAAoC,EAAA;AAEpC,QAAA,OAAO,IAAI,CAAC,2BAA2B,CAAC,iBAAiB,CAAC,CAAC;KAC9D;AACJ,CAAA;AAED;;AAEG;AACG,MAAO,mCAAoC,SAAQ,2BAA0E,CAAA;AAAnI,IAAA,WAAA,GAAA;;AACI;;AAEG;QACH,IAAS,CAAA,SAAA,GAAG,4CAA4C,CAAC;KAmG5D;AAjGG;;;;AAIG;IACH,aAAa,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,eAAe,CAAC,UAAU,CAAC;KAC1C;AAED;;;;AAIG;IACH,UAAU,GAAA;AACN,QAAA,OAAO,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC;KAChD;AAED;;;;AAIG;IACH,SAAS,GAAA;AACL,QAAA,OAAO,IAAI,CAAC,eAAe,CAAC,oBAAoB,CAAC;KACpD;AAED;;;;;AAKG;IACH,MAAM,eAAe,CACjB,IAAY,EAAA;QAEZ,IAAI;YACA,IAAI,CAAC,iBAAiB,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC;AAEnD,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,OAAO,CAC/B,mCAAmC,EACnC,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,YAAA,MAAM,YAAY,GAA6B;AAC3C,gBAAA,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC,aAAa;AACjD,gBAAA,iBAAiB,EAAE,IAAI,CAAC,eAAe,CAAC,iBAAiB,IAAI,EAAE;AAC/D,gBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,IAAI,EAAE;gBACzC,SAAS,EAAE,SAAS,CAAC,GAAG;AACxB,gBAAA,SAAS,EAAE,IAAI;AACf,gBAAA,QAAQ,EAAE,IAAI,CAAC,eAAe,CAAC,QAAQ;AACvC,gBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM;aACtC,CAAC;AAEF,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,eAAe,CAC/D,YAAY,CACf,CAAC;AAEF,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,OAAO,CAC/B,+CAA+C,EAC/C,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,YAAA,MAAM,WAAW,GAAG,IAAI,qBAAqB,CACzC,MAAM,CAAC,oBAAoB,CAAC,OAAO,EACnC,IAAI,CAAC,eAAe,CAAC,MAAM,EAC3B,IAAI,CAAC,eAAe,CAAC,WAAW,EAChC,IAAI,CAAC,eAAe,CAAC,MAAM,EAC3B,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;YAEF,OAAO,IAAI,2CAA2C,CAClD,IAAI,oCAAoC,EAAE,EAC1C,WAAW,CACd,CAAC;AACL,SAAA;AAAC,QAAA,OAAO,KAAK,EAAE;AACZ,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,KAAK,CAC7B,yCAAyC,EACzC,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AACF,YAAA,OAAO,2CAA2C,CAAC,eAAe,CAC9D,KAAK,CACR,CAAC;AACL,SAAA;KACJ;AAED;;;;;AAKG;IACH,MAAM,mBAAmB,CACrB,iBAAoC,EAAA;AAEpC,QAAA,OAAO,IAAI,CAAC,2BAA2B,CAAC,iBAAiB,CAAC,CAAC;KAC9D;AACJ;;;;"}
1
+ {"version":3,"file":"AuthMethodRegistrationState.mjs","sources":["../../../../../../../../src/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { AuthActionErrorBase } from '../../AuthFlowErrorBase.mjs';
4
4
 
@@ -16,7 +16,6 @@ export declare class MfaRequestChallengeResult extends AuthFlowResultBase<MfaReq
16
16
  /**
17
17
  * Checks if the result indicates that verification is required.
18
18
  * @returns true if verification is required, false otherwise.
19
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
20
19
  */
21
20
  isVerificationRequired(): this is MfaRequestChallengeResult & {
22
21
  state: MfaVerificationRequiredState;
@@ -24,7 +23,6 @@ export declare class MfaRequestChallengeResult extends AuthFlowResultBase<MfaReq
24
23
  /**
25
24
  * Checks if the result is in a failed state.
26
25
  * @returns true if the result is failed, false otherwise.
27
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
28
26
  */
29
27
  isFailed(): this is MfaRequestChallengeResult & {
30
28
  state: MfaFailedState;
@@ -1 +1 @@
1
- {"version":3,"file":"MfaRequestChallengeResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AAMzE;;;GAGG;AACH,qBAAa,yBAA0B,SAAQ,kBAAkB,CAC7D,8BAA8B,EAC9B,wBAAwB,CAC3B;IACG;;;;OAIG;IACH,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,yBAAyB;IAQjE;;;;OAIG;IACH,sBAAsB,IAAI,IAAI,IAAI,yBAAyB,GAAG;QAC1D,KAAK,EAAE,4BAA4B,CAAC;KACvC;IAID;;;;OAIG;IACH,QAAQ,IAAI,IAAI,IAAI,yBAAyB,GAAG;QAC5C,KAAK,EAAE,cAAc,CAAC;KACzB;CAGJ;AAED;;;;;GAKG;AACH,MAAM,MAAM,8BAA8B,GACpC,4BAA4B,GAC5B,cAAc,CAAC"}
1
+ {"version":3,"file":"MfaRequestChallengeResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AAMzE;;;GAGG;AACH,qBAAa,yBAA0B,SAAQ,kBAAkB,CAC7D,8BAA8B,EAC9B,wBAAwB,CAC3B;IACG;;;;OAIG;IACH,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,yBAAyB;IAQjE;;;OAGG;IACH,sBAAsB,IAAI,IAAI,IAAI,yBAAyB,GAAG;QAC1D,KAAK,EAAE,4BAA4B,CAAC;KACvC;IAID;;;OAGG;IACH,QAAQ,IAAI,IAAI,IAAI,yBAAyB,GAAG;QAC5C,KAAK,EAAE,cAAc,CAAC;KACzB;CAGJ;AAED;;;;;GAKG;AACH,MAAM,MAAM,8BAA8B,GACpC,4BAA4B,GAC5B,cAAc,CAAC"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../AuthFlowResultBase.mjs';
4
4
  import { MfaRequestChallengeError } from '../error_type/MfaError.mjs';
@@ -27,7 +27,6 @@ class MfaRequestChallengeResult extends AuthFlowResultBase {
27
27
  /**
28
28
  * Checks if the result indicates that verification is required.
29
29
  * @returns true if verification is required, false otherwise.
30
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
31
30
  */
32
31
  isVerificationRequired() {
33
32
  return this.state.stateType === MFA_VERIFICATION_REQUIRED_STATE_TYPE;
@@ -35,7 +34,6 @@ class MfaRequestChallengeResult extends AuthFlowResultBase {
35
34
  /**
36
35
  * Checks if the result is in a failed state.
37
36
  * @returns true if the result is failed, false otherwise.
38
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
39
37
  */
40
38
  isFailed() {
41
39
  return this.state.stateType === MFA_FAILED_STATE_TYPE;
@@ -1 +1 @@
1
- {"version":3,"file":"MfaRequestChallengeResult.mjs","sources":["../../../../../../../../src/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;AAGG;AAWH;;;AAGG;AACG,MAAO,yBAA0B,SAAQ,kBAG9C,CAAA;AACG;;;;AAIG;IACH,OAAO,eAAe,CAAC,KAAc,EAAA;QACjC,MAAM,MAAM,GAAG,IAAI,yBAAyB,CAAC,IAAI,cAAc,EAAE,CAAC,CAAC;AACnE,QAAA,MAAM,CAAC,KAAK,GAAG,IAAI,wBAAwB,CACvC,yBAAyB,CAAC,eAAe,CAAC,KAAK,CAAC,CACnD,CAAC;AACF,QAAA,OAAO,MAAM,CAAC;KACjB;AAED;;;;AAIG;IACH,sBAAsB,GAAA;AAGlB,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,KAAK,oCAAoC,CAAC;KACxE;AAED;;;;AAIG;IACH,QAAQ,GAAA;AAGJ,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,KAAK,qBAAqB,CAAC;KACzD;AACJ;;;;"}
1
+ {"version":3,"file":"MfaRequestChallengeResult.mjs","sources":["../../../../../../../../src/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;AAGG;AAWH;;;AAGG;AACG,MAAO,yBAA0B,SAAQ,kBAG9C,CAAA;AACG;;;;AAIG;IACH,OAAO,eAAe,CAAC,KAAc,EAAA;QACjC,MAAM,MAAM,GAAG,IAAI,yBAAyB,CAAC,IAAI,cAAc,EAAE,CAAC,CAAC;AACnE,QAAA,MAAM,CAAC,KAAK,GAAG,IAAI,wBAAwB,CACvC,yBAAyB,CAAC,eAAe,CAAC,KAAK,CAAC,CACnD,CAAC;AACF,QAAA,OAAO,MAAM,CAAC;KACjB;AAED;;;AAGG;IACH,sBAAsB,GAAA;AAGlB,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,KAAK,oCAAoC,CAAC;KACxE;AAED;;;AAGG;IACH,QAAQ,GAAA;AAGJ,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,KAAK,qBAAqB,CAAC;KACzD;AACJ;;;;"}
@@ -16,7 +16,6 @@ export declare class MfaSubmitChallengeResult extends AuthFlowResultBase<MfaSubm
16
16
  /**
17
17
  * Checks if the MFA flow is completed successfully.
18
18
  * @returns true if completed, false otherwise.
19
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
20
19
  */
21
20
  isCompleted(): this is MfaSubmitChallengeResult & {
22
21
  state: MfaCompletedState;
@@ -24,7 +23,6 @@ export declare class MfaSubmitChallengeResult extends AuthFlowResultBase<MfaSubm
24
23
  /**
25
24
  * Checks if the result is in a failed state.
26
25
  * @returns true if the result is failed, false otherwise.
27
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
28
26
  */
29
27
  isFailed(): this is MfaSubmitChallengeResult & {
30
28
  state: MfaFailedState;
@@ -1 +1 @@
1
- {"version":3,"file":"MfaSubmitChallengeResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4DAA4D,CAAC;AACnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAM5D;;GAEG;AACH,qBAAa,wBAAyB,SAAQ,kBAAkB,CAC5D,6BAA6B,EAC7B,uBAAuB,EACvB,qBAAqB,CACxB;IACG;;;;OAIG;IACH,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,wBAAwB;IAQhE;;;;OAIG;IACH,WAAW,IAAI,IAAI,IAAI,wBAAwB,GAAG;QAC9C,KAAK,EAAE,iBAAiB,CAAC;KAC5B;IAID;;;;OAIG;IACH,QAAQ,IAAI,IAAI,IAAI,wBAAwB,GAAG;QAC3C,KAAK,EAAE,cAAc,CAAC;KACzB;CAGJ;AAED,MAAM,MAAM,6BAA6B,GAAG,iBAAiB,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"MfaSubmitChallengeResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,4DAA4D,CAAC;AACnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAM5D;;GAEG;AACH,qBAAa,wBAAyB,SAAQ,kBAAkB,CAC5D,6BAA6B,EAC7B,uBAAuB,EACvB,qBAAqB,CACxB;IACG;;;;OAIG;IACH,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,wBAAwB;IAQhE;;;OAGG;IACH,WAAW,IAAI,IAAI,IAAI,wBAAwB,GAAG;QAC9C,KAAK,EAAE,iBAAiB,CAAC;KAC5B;IAID;;;OAGG;IACH,QAAQ,IAAI,IAAI,IAAI,wBAAwB,GAAG;QAC3C,KAAK,EAAE,cAAc,CAAC;KACzB;CAGJ;AAED,MAAM,MAAM,6BAA6B,GAAG,iBAAiB,GAAG,cAAc,CAAC"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../AuthFlowResultBase.mjs';
4
4
  import { MfaSubmitChallengeError } from '../error_type/MfaError.mjs';
@@ -26,7 +26,6 @@ class MfaSubmitChallengeResult extends AuthFlowResultBase {
26
26
  /**
27
27
  * Checks if the MFA flow is completed successfully.
28
28
  * @returns true if completed, false otherwise.
29
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
30
29
  */
31
30
  isCompleted() {
32
31
  return this.state.stateType === MFA_COMPLETED_STATE_TYPE;
@@ -34,7 +33,6 @@ class MfaSubmitChallengeResult extends AuthFlowResultBase {
34
33
  /**
35
34
  * Checks if the result is in a failed state.
36
35
  * @returns true if the result is failed, false otherwise.
37
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
38
36
  */
39
37
  isFailed() {
40
38
  return this.state.stateType === MFA_FAILED_STATE_TYPE;
@@ -1 +1 @@
1
- {"version":3,"file":"MfaSubmitChallengeResult.mjs","sources":["../../../../../../../../src/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;AAGG;AAYH;;AAEG;AACG,MAAO,wBAAyB,SAAQ,kBAI7C,CAAA;AACG;;;;AAIG;IACH,OAAO,eAAe,CAAC,KAAc,EAAA;QACjC,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,IAAI,cAAc,EAAE,CAAC,CAAC;AAClE,QAAA,MAAM,CAAC,KAAK,GAAG,IAAI,uBAAuB,CACtC,wBAAwB,CAAC,eAAe,CAAC,KAAK,CAAC,CAClD,CAAC;AACF,QAAA,OAAO,MAAM,CAAC;KACjB;AAED;;;;AAIG;IACH,WAAW,GAAA;AAGP,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,KAAK,wBAAwB,CAAC;KAC5D;AAED;;;;AAIG;IACH,QAAQ,GAAA;AAGJ,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,KAAK,qBAAqB,CAAC;KACzD;AACJ;;;;"}
1
+ {"version":3,"file":"MfaSubmitChallengeResult.mjs","sources":["../../../../../../../../src/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;AAAA;;;AAGG;AAYH;;AAEG;AACG,MAAO,wBAAyB,SAAQ,kBAI7C,CAAA;AACG;;;;AAIG;IACH,OAAO,eAAe,CAAC,KAAc,EAAA;QACjC,MAAM,MAAM,GAAG,IAAI,wBAAwB,CAAC,IAAI,cAAc,EAAE,CAAC,CAAC;AAClE,QAAA,MAAM,CAAC,KAAK,GAAG,IAAI,uBAAuB,CACtC,wBAAwB,CAAC,eAAe,CAAC,KAAK,CAAC,CAClD,CAAC;AACF,QAAA,OAAO,MAAM,CAAC;KACjB;AAED;;;AAGG;IACH,WAAW,GAAA;AAGP,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,KAAK,wBAAwB,CAAC;KAC5D;AAED;;;AAGG;IACH,QAAQ,GAAA;AAGJ,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,KAAK,qBAAqB,CAAC;KACzD;AACJ;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { AuthFlowStateBase } from '../../AuthFlowState.mjs';
4
4
  import { MFA_COMPLETED_STATE_TYPE } from '../../AuthFlowStateTypes.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { AuthFlowStateBase } from '../../AuthFlowState.mjs';
4
4
  import { MFA_FAILED_STATE_TYPE } from '../../AuthFlowStateTypes.mjs';
@@ -8,7 +8,6 @@ declare abstract class MfaState<TParameters extends MfaStateParameters> extends
8
8
  * Requests an MFA challenge for a specific authentication method.
9
9
  * @param authMethodId The authentication method ID to use for the challenge.
10
10
  * @returns Promise that resolves to MfaRequestChallengeResult.
11
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
12
11
  */
13
12
  requestChallenge(authMethodId: string): Promise<MfaRequestChallengeResult>;
14
13
  }
@@ -24,7 +23,6 @@ export declare class MfaAwaitingState extends MfaState<MfaAwaitingStateParameter
24
23
  /**
25
24
  * Gets the available authentication methods for MFA.
26
25
  * @returns Array of available authentication methods.
27
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
28
26
  */
29
27
  getAuthMethods(): AuthenticationMethod[];
30
28
  }
@@ -40,26 +38,22 @@ export declare class MfaVerificationRequiredState extends MfaState<MfaVerificati
40
38
  /**
41
39
  * Gets the length of the code that the user needs to provide.
42
40
  * @returns The expected code length.
43
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
44
41
  */
45
42
  getCodeLength(): number;
46
43
  /**
47
44
  * Gets the channel through which the challenge was sent.
48
45
  * @returns The challenge channel (e.g., "email").
49
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
50
46
  */
51
47
  getChannel(): string;
52
48
  /**
53
49
  * Gets the target label indicating where the challenge was sent.
54
50
  * @returns The challenge target label (e.g., masked email address).
55
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
56
51
  */
57
52
  getSentTo(): string;
58
53
  /**
59
54
  * Submits the MFA challenge (e.g., OTP code) to complete the authentication.
60
55
  * @param challenge The challenge code (e.g., OTP code) entered by the user.
61
56
  * @returns Promise that resolves to MfaSubmitChallengeResult.
62
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
63
57
  */
64
58
  submitChallenge(challenge: string): Promise<MfaSubmitChallengeResult>;
65
59
  }
@@ -1 +1 @@
1
- {"version":3,"file":"MfaState.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/auth_flow/mfa/state/MfaState.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,0BAA0B,EAC1B,kBAAkB,EAClB,sCAAsC,EACzC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,yBAAyB,EAAE,MAAM,wCAAwC,CAAC;AAQnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,mEAAmE,CAAC;AACzG,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAMzE,uBAAe,QAAQ,CACnB,WAAW,SAAS,kBAAkB,CACxC,SAAQ,+BAA+B,CAAC,WAAW,CAAC;IAClD;;;;;OAKG;IACG,gBAAgB,CAClB,YAAY,EAAE,MAAM,GACrB,OAAO,CAAC,yBAAyB,CAAC;CAmDxC;AAED;;;GAGG;AACH,qBAAa,gBAAiB,SAAQ,QAAQ,CAAC,0BAA0B,CAAC;IACtE;;OAEG;IACH,SAAS,SAA2B;IAEpC;;;;OAIG;IACH,cAAc,IAAI,oBAAoB,EAAE;CAG3C;AAED;;;GAGG;AACH,qBAAa,4BAA6B,SAAQ,QAAQ,CAAC,sCAAsC,CAAC;IAC9F;;OAEG;IACH,SAAS,SAAwC;IAEjD;;;;OAIG;IACH,aAAa,IAAI,MAAM;IAIvB;;;;OAIG;IACH,UAAU,IAAI,MAAM;IAIpB;;;;OAIG;IACH,SAAS,IAAI,MAAM;IAInB;;;;;OAKG;IACG,eAAe,CACjB,SAAS,EAAE,MAAM,GAClB,OAAO,CAAC,wBAAwB,CAAC;CA8CvC"}
1
+ {"version":3,"file":"MfaState.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/auth_flow/mfa/state/MfaState.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,0BAA0B,EAC1B,kBAAkB,EAClB,sCAAsC,EACzC,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,yBAAyB,EAAE,MAAM,wCAAwC,CAAC;AAQnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,mEAAmE,CAAC;AACzG,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAMzE,uBAAe,QAAQ,CACnB,WAAW,SAAS,kBAAkB,CACxC,SAAQ,+BAA+B,CAAC,WAAW,CAAC;IAClD;;;;OAIG;IACG,gBAAgB,CAClB,YAAY,EAAE,MAAM,GACrB,OAAO,CAAC,yBAAyB,CAAC;CAmDxC;AAED;;;GAGG;AACH,qBAAa,gBAAiB,SAAQ,QAAQ,CAAC,0BAA0B,CAAC;IACtE;;OAEG;IACH,SAAS,SAA2B;IAEpC;;;OAGG;IACH,cAAc,IAAI,oBAAoB,EAAE;CAG3C;AAED;;;GAGG;AACH,qBAAa,4BAA6B,SAAQ,QAAQ,CAAC,sCAAsC,CAAC;IAC9F;;OAEG;IACH,SAAS,SAAwC;IAEjD;;;OAGG;IACH,aAAa,IAAI,MAAM;IAIvB;;;OAGG;IACH,UAAU,IAAI,MAAM;IAIpB;;;OAGG;IACH,SAAS,IAAI,MAAM;IAInB;;;;OAIG;IACG,eAAe,CACjB,SAAS,EAAE,MAAM,GAClB,OAAO,CAAC,wBAAwB,CAAC;CA8CvC"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { MfaSubmitChallengeResult } from '../result/MfaSubmitChallengeResult.mjs';
4
4
  import { MfaRequestChallengeResult } from '../result/MfaRequestChallengeResult.mjs';
@@ -17,7 +17,6 @@ class MfaState extends AuthFlowActionRequiredStateBase {
17
17
  * Requests an MFA challenge for a specific authentication method.
18
18
  * @param authMethodId The authentication method ID to use for the challenge.
19
19
  * @returns Promise that resolves to MfaRequestChallengeResult.
20
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
21
20
  */
22
21
  async requestChallenge(authMethodId) {
23
22
  try {
@@ -66,7 +65,6 @@ class MfaAwaitingState extends MfaState {
66
65
  /**
67
66
  * Gets the available authentication methods for MFA.
68
67
  * @returns Array of available authentication methods.
69
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
70
68
  */
71
69
  getAuthMethods() {
72
70
  return this.stateParameters.authMethods;
@@ -87,7 +85,6 @@ class MfaVerificationRequiredState extends MfaState {
87
85
  /**
88
86
  * Gets the length of the code that the user needs to provide.
89
87
  * @returns The expected code length.
90
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
91
88
  */
92
89
  getCodeLength() {
93
90
  return this.stateParameters.codeLength;
@@ -95,7 +92,6 @@ class MfaVerificationRequiredState extends MfaState {
95
92
  /**
96
93
  * Gets the channel through which the challenge was sent.
97
94
  * @returns The challenge channel (e.g., "email").
98
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
99
95
  */
100
96
  getChannel() {
101
97
  return this.stateParameters.challengeChannel;
@@ -103,7 +99,6 @@ class MfaVerificationRequiredState extends MfaState {
103
99
  /**
104
100
  * Gets the target label indicating where the challenge was sent.
105
101
  * @returns The challenge target label (e.g., masked email address).
106
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
107
102
  */
108
103
  getSentTo() {
109
104
  return this.stateParameters.challengeTargetLabel;
@@ -112,7 +107,6 @@ class MfaVerificationRequiredState extends MfaState {
112
107
  * Submits the MFA challenge (e.g., OTP code) to complete the authentication.
113
108
  * @param challenge The challenge code (e.g., OTP code) entered by the user.
114
109
  * @returns Promise that resolves to MfaSubmitChallengeResult.
115
- * @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
116
110
  */
117
111
  async submitChallenge(challenge) {
118
112
  try {
@@ -1 +1 @@
1
- {"version":3,"file":"MfaState.mjs","sources":["../../../../../../../../src/custom_auth/core/auth_flow/mfa/state/MfaState.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;AAAA;;;AAGG;AAuBH,MAAe,QAEb,SAAQ,+BAA4C,CAAA;AAClD;;;;;AAKG;IACH,MAAM,gBAAgB,CAClB,YAAoB,EAAA;QAEpB,IAAI;AACA,YAAA,8BAA8B,CAAC,cAAc,EAAE,YAAY,CAAC,CAAC;AAE7D,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,OAAO,CAC/B,CAAA,uDAAA,EAA0D,YAAY,CAAA,EAAA,CAAI,EAC1E,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,YAAA,MAAM,aAAa,GAA8B;AAC7C,gBAAA,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC,aAAa;AACjD,gBAAA,iBAAiB,EAAE,IAAI,CAAC,eAAe,CAAC,iBAAiB,IAAI,EAAE;gBAC/D,aAAa,EACT,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,UAAU,CAAC,cAAc,IAAI,EAAE;AAC/D,gBAAA,YAAY,EAAE,YAAY;aAC7B,CAAC;AAEF,YAAA,MAAM,MAAM,GACR,MAAM,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,gBAAgB,CACjD,aAAa,CAChB,CAAC;AAEN,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,OAAO,CAC/B,uCAAuC,EACvC,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,YAAA,OAAO,IAAI,yBAAyB,CAChC,IAAI,4BAA4B,CAAC;gBAC7B,aAAa,EAAE,MAAM,CAAC,aAAa;gBACnC,iBAAiB,EAAE,MAAM,CAAC,iBAAiB;AAC3C,gBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM;AACnC,gBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM;AACnC,gBAAA,SAAS,EAAE,IAAI,CAAC,eAAe,CAAC,SAAS;AACzC,gBAAA,WAAW,EAAE,IAAI,CAAC,eAAe,CAAC,WAAW;gBAC7C,gBAAgB,EAAE,MAAM,CAAC,gBAAgB;gBACzC,oBAAoB,EAAE,MAAM,CAAC,oBAAoB;gBACjD,UAAU,EAAE,MAAM,CAAC,UAAU;AAC7B,gBAAA,oBAAoB,EAAE,YAAY;AAClC,gBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,IAAI,EAAE;AAC5C,aAAA,CAAC,CACL,CAAC;AACL,SAAA;AAAC,QAAA,OAAO,KAAK,EAAE;AACZ,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,QAAQ,CAChC,CAAA,wCAAA,EAA2C,KAAK,CAAA,CAAA,CAAG,EACnD,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,YAAA,OAAO,yBAAyB,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;AAC3D,SAAA;KACJ;AACJ,CAAA;AAED;;;AAGG;AACG,MAAO,gBAAiB,SAAQ,QAAoC,CAAA;AAA1E,IAAA,WAAA,GAAA;;AACI;;AAEG;QACH,IAAS,CAAA,SAAA,GAAG,uBAAuB,CAAC;KAUvC;AARG;;;;AAIG;IACH,cAAc,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC;KAC3C;AACJ,CAAA;AAED;;;AAGG;AACG,MAAO,4BAA6B,SAAQ,QAAgD,CAAA;AAAlG,IAAA,WAAA,GAAA;;AACI;;AAEG;QACH,IAAS,CAAA,SAAA,GAAG,oCAAoC,CAAC;KAmFpD;AAjFG;;;;AAIG;IACH,aAAa,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,eAAe,CAAC,UAAU,CAAC;KAC1C;AAED;;;;AAIG;IACH,UAAU,GAAA;AACN,QAAA,OAAO,IAAI,CAAC,eAAe,CAAC,gBAAgB,CAAC;KAChD;AAED;;;;AAIG;IACH,SAAS,GAAA;AACL,QAAA,OAAO,IAAI,CAAC,eAAe,CAAC,oBAAoB,CAAC;KACpD;AAED;;;;;AAKG;IACH,MAAM,eAAe,CACjB,SAAiB,EAAA;QAEjB,IAAI;YACA,IAAI,CAAC,iBAAiB,CAAC,SAAS,EAAE,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC;AAExD,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,OAAO,CAC/B,2BAA2B,EAC3B,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,YAAA,MAAM,YAAY,GAA6B;AAC3C,gBAAA,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC,aAAa;AACjD,gBAAA,iBAAiB,EAAE,IAAI,CAAC,eAAe,CAAC,iBAAiB,IAAI,EAAE;AAC/D,gBAAA,MAAM,EAAE,IAAI,CAAC,eAAe,CAAC,MAAM,IAAI,EAAE;AACzC,gBAAA,SAAS,EAAE,SAAS;aACvB,CAAC;AAEF,YAAA,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,eAAe,CAC/D,YAAY,CACf,CAAC;AAEF,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,OAAO,CAC/B,uCAAuC,EACvC,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,YAAA,MAAM,WAAW,GAAG,IAAI,qBAAqB,CACzC,MAAM,CAAC,oBAAoB,CAAC,OAAO,EACnC,IAAI,CAAC,eAAe,CAAC,MAAM,EAC3B,IAAI,CAAC,eAAe,CAAC,WAAW,EAChC,IAAI,CAAC,eAAe,CAAC,MAAM,EAC3B,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;YAEF,OAAO,IAAI,wBAAwB,CAC/B,IAAI,iBAAiB,EAAE,EACvB,WAAW,CACd,CAAC;AACL,SAAA;AAAC,QAAA,OAAO,KAAK,EAAE;AACZ,YAAA,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,QAAQ,CAChC,CAAA,uCAAA,EAA0C,KAAK,CAAA,CAAA,CAAG,EAClD,IAAI,CAAC,eAAe,CAAC,aAAa,CACrC,CAAC;AAEF,YAAA,OAAO,wBAAwB,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;AAC1D,SAAA;KACJ;AACJ;;;;"}
1
+ {"version":3,"file":"MfaState.mjs","sources":["../../../../../../../../src/custom_auth/core/auth_flow/mfa/state/MfaState.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthError } from './CustomAuthError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { MethodNotImplementedError } from '../error/MethodNotImplementedError.mjs';
4
4
  import { ChallengeType } from '../../CustomAuthConstants.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthInteractionClientBase } from '../CustomAuthInteractionClientBase.mjs';
4
4
  import { createJitVerificationRequiredResult, createJitCompletedResult } from './result/JitActionResult.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { CustomAuthInteractionClientBase } from '../CustomAuthInteractionClientBase.mjs';
4
4
  import { createMfaVerificationRequiredResult, createMfaCompletedResult } from './result/MfaActionResult.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { HttpHeaderKeys, DefaultPackageInfo, ChallengeType } from '../../../CustomAuthConstants.mjs';
4
4
  import { HTTP_REQUEST_FAILED, CONTINUATION_TOKEN_MISSING, INVALID_RESPONSE_BODY } from './types/ApiErrorCodes.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { ResetPasswordApiClient } from './ResetPasswordApiClient.mjs';
4
4
  import { SignupApiClient } from './SignupApiClient.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.26.1 2025-11-06 */
1
+ /*! @azure/msal-browser v4.26.2 2025-11-19 */
2
2
  'use strict';
3
3
  import { BaseApiClient } from './BaseApiClient.mjs';
4
4
  import { REGISTER_INTROSPECT, REGISTER_CHALLENGE, REGISTER_CONTINUE } from './CustomAuthApiEndpoint.mjs';