@azure/msal-browser 4.23.0 → 4.24.1

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 (520) 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.d.ts.map +1 -1
  23. package/dist/controllers/NestedAppAuthController.mjs +15 -15
  24. package/dist/controllers/NestedAppAuthController.mjs.map +1 -1
  25. package/dist/controllers/StandardController.d.ts.map +1 -1
  26. package/dist/controllers/StandardController.mjs +25 -51
  27. package/dist/controllers/StandardController.mjs.map +1 -1
  28. package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
  29. package/dist/crypto/BrowserCrypto.mjs +1 -1
  30. package/dist/crypto/CryptoOps.mjs +1 -1
  31. package/dist/crypto/PkceGenerator.mjs +1 -1
  32. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  33. package/dist/custom-auth-path/app/PublicClientApplication.mjs +1 -1
  34. package/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  35. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  36. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  37. package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  38. package/dist/custom-auth-path/cache/AccountManager.mjs +1 -1
  39. package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +1 -1
  40. package/dist/custom-auth-path/cache/BrowserCacheManager.mjs +1 -1
  41. package/dist/custom-auth-path/cache/CacheHelpers.mjs +1 -1
  42. package/dist/custom-auth-path/cache/CacheKeys.mjs +1 -1
  43. package/dist/custom-auth-path/cache/CookieStorage.mjs +1 -1
  44. package/dist/custom-auth-path/cache/DatabaseStorage.mjs +1 -1
  45. package/dist/custom-auth-path/cache/EncryptedData.mjs +1 -1
  46. package/dist/custom-auth-path/cache/LocalStorage.mjs +1 -1
  47. package/dist/custom-auth-path/cache/MemoryStorage.mjs +1 -1
  48. package/dist/custom-auth-path/cache/SessionStorage.mjs +1 -1
  49. package/dist/custom-auth-path/cache/TokenCache.mjs +1 -1
  50. package/dist/custom-auth-path/config/Configuration.mjs +1 -1
  51. package/dist/custom-auth-path/controllers/ControllerFactory.mjs +1 -1
  52. package/dist/custom-auth-path/controllers/NestedAppAuthController.d.ts.map +1 -1
  53. package/dist/custom-auth-path/controllers/StandardController.d.ts.map +1 -1
  54. package/dist/custom-auth-path/controllers/StandardController.mjs +25 -51
  55. package/dist/custom-auth-path/controllers/StandardController.mjs.map +1 -1
  56. package/dist/custom-auth-path/crypto/BrowserCrypto.mjs +1 -1
  57. package/dist/custom-auth-path/crypto/CryptoOps.mjs +1 -1
  58. package/dist/custom-auth-path/crypto/PkceGenerator.mjs +1 -1
  59. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts +2 -1
  60. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts.map +1 -1
  61. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +2 -1
  62. package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs.map +1 -1
  63. package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
  64. package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +1 -1
  65. package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +1 -1
  66. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -1
  67. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  68. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +11 -3
  69. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs.map +1 -1
  70. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
  71. package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
  72. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts +5 -0
  73. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
  74. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +9 -2
  75. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs.map +1 -1
  76. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -1
  77. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -1
  78. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
  79. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
  80. package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +1 -1
  81. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +22 -0
  82. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
  83. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +36 -0
  84. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
  85. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +30 -0
  86. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
  87. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +7 -0
  88. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
  89. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +7 -0
  90. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
  91. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +59 -0
  92. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
  93. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
  94. package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
  95. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
  96. package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +1 -1
  97. package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +1 -1
  98. package/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
  99. package/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
  100. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
  101. package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
  102. package/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
  103. package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
  104. package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
  105. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +1 -1
  106. package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
  107. package/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +1 -1
  108. package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
  109. package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
  110. package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
  111. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +2 -2
  112. package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
  113. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
  114. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
  115. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs +4 -26
  116. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs.map +1 -1
  117. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
  118. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
  119. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
  120. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
  121. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +2 -9
  122. package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs.map +1 -1
  123. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
  124. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
  125. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
  126. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
  127. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
  128. package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
  129. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +1 -1
  130. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
  131. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts +1 -0
  132. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
  133. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +3 -2
  134. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs.map +1 -1
  135. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
  136. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
  137. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
  138. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +1 -1
  139. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +14 -3
  140. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs.map +1 -1
  141. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
  142. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
  143. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts +5 -0
  144. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
  145. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
  146. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
  147. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  148. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  149. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +4 -3
  150. package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs.map +1 -1
  151. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +1 -1
  152. package/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
  153. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
  154. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.d.ts.map +1 -1
  155. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +4 -5
  156. package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs.map +1 -1
  157. package/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
  158. package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +1 -1
  159. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +1 -1
  160. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
  161. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
  162. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
  163. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
  164. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
  165. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
  166. package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
  167. package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +1 -1
  168. package/dist/custom-auth-path/custom_auth/index.mjs +1 -1
  169. package/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
  170. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
  171. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
  172. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
  173. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
  174. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
  175. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +1 -1
  176. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
  177. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
  178. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +1 -1
  179. package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
  180. package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +1 -1
  181. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
  182. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
  183. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
  184. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -1
  185. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -1
  186. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -1
  187. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  188. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +13 -4
  189. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs.map +1 -1
  190. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
  191. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +1 -1
  192. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
  193. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +1 -1
  194. package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
  195. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.d.ts +8 -6
  196. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
  197. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +51 -29
  198. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs.map +1 -1
  199. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
  200. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +1 -1
  201. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +9 -2
  202. package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs.map +1 -1
  203. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
  204. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
  205. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
  206. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
  207. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
  208. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
  209. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +1 -1
  210. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +1 -1
  211. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
  212. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
  213. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +1 -1
  214. package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
  215. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +1 -1
  216. package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
  217. package/dist/custom-auth-path/encode/Base64Decode.mjs +1 -1
  218. package/dist/custom-auth-path/encode/Base64Encode.mjs +1 -1
  219. package/dist/custom-auth-path/error/BrowserAuthError.mjs +1 -1
  220. package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +1 -1
  221. package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +1 -1
  222. package/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  223. package/dist/custom-auth-path/error/NativeAuthError.d.ts.map +1 -1
  224. package/dist/custom-auth-path/error/NativeAuthError.mjs +3 -2
  225. package/dist/custom-auth-path/error/NativeAuthError.mjs.map +1 -1
  226. package/dist/custom-auth-path/error/NativeAuthErrorCodes.d.ts +1 -0
  227. package/dist/custom-auth-path/error/NativeAuthErrorCodes.d.ts.map +1 -1
  228. package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +3 -2
  229. package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs.map +1 -1
  230. package/dist/custom-auth-path/event/EventHandler.mjs +1 -1
  231. package/dist/custom-auth-path/event/EventType.mjs +1 -1
  232. package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +1 -1
  233. package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  234. package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
  235. package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +2 -1
  236. package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs.map +1 -1
  237. package/dist/custom-auth-path/interaction_client/PopupClient.mjs +1 -1
  238. package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +1 -1
  239. package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +1 -1
  240. package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +1 -1
  241. package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +1 -1
  242. package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +1 -1
  243. package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +1 -1
  244. package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +1 -1
  245. package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +1 -1
  246. package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
  247. package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
  248. package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
  249. package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
  250. package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
  251. package/dist/custom-auth-path/packageMetadata.mjs +2 -2
  252. package/dist/custom-auth-path/protocol/Authorize.mjs +1 -1
  253. package/dist/custom-auth-path/request/RequestHelpers.mjs +1 -1
  254. package/dist/custom-auth-path/response/ResponseHandler.mjs +1 -1
  255. package/dist/custom-auth-path/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
  256. package/dist/custom-auth-path/utils/BrowserConstants.mjs +1 -1
  257. package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +1 -1
  258. package/dist/custom-auth-path/utils/BrowserUtils.mjs +1 -1
  259. package/dist/custom-auth-path/utils/Helpers.mjs +1 -1
  260. package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +1 -1
  261. package/dist/custom_auth/CustomAuthConstants.d.ts +2 -1
  262. package/dist/custom_auth/CustomAuthConstants.d.ts.map +1 -1
  263. package/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -1
  264. package/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  265. package/dist/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts +5 -0
  266. package/dist/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
  267. package/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +22 -0
  268. package/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
  269. package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +36 -0
  270. package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
  271. package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +30 -0
  272. package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
  273. package/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +7 -0
  274. package/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
  275. package/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +7 -0
  276. package/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
  277. package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +59 -0
  278. package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
  279. package/dist/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
  280. package/dist/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
  281. package/dist/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
  282. package/dist/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
  283. package/dist/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
  284. package/dist/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
  285. package/dist/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
  286. package/dist/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
  287. package/dist/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
  288. package/dist/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
  289. package/dist/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
  290. package/dist/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
  291. package/dist/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
  292. package/dist/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
  293. package/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts +1 -0
  294. package/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
  295. package/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
  296. package/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +1 -1
  297. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts +5 -0
  298. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
  299. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
  300. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
  301. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  302. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  303. package/dist/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
  304. package/dist/custom_auth/core/telemetry/PublicApiId.d.ts.map +1 -1
  305. package/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  306. package/dist/custom_auth/sign_in/interaction_client/SignInClient.d.ts +8 -6
  307. package/dist/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
  308. package/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
  309. package/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +1 -1
  310. package/dist/encode/Base64Decode.mjs +1 -1
  311. package/dist/encode/Base64Encode.mjs +1 -1
  312. package/dist/error/BrowserAuthError.mjs +1 -1
  313. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  314. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  315. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  316. package/dist/error/NativeAuthError.d.ts.map +1 -1
  317. package/dist/error/NativeAuthError.mjs +3 -2
  318. package/dist/error/NativeAuthError.mjs.map +1 -1
  319. package/dist/error/NativeAuthErrorCodes.d.ts +1 -0
  320. package/dist/error/NativeAuthErrorCodes.d.ts.map +1 -1
  321. package/dist/error/NativeAuthErrorCodes.mjs +3 -2
  322. package/dist/error/NativeAuthErrorCodes.mjs.map +1 -1
  323. package/dist/error/NestedAppAuthError.mjs +1 -1
  324. package/dist/event/EventHandler.mjs +1 -1
  325. package/dist/event/EventMessage.mjs +1 -1
  326. package/dist/event/EventType.mjs +1 -1
  327. package/dist/index.mjs +1 -1
  328. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  329. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  330. package/dist/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
  331. package/dist/interaction_client/PlatformAuthInteractionClient.mjs +2 -1
  332. package/dist/interaction_client/PlatformAuthInteractionClient.mjs.map +1 -1
  333. package/dist/interaction_client/PopupClient.mjs +1 -1
  334. package/dist/interaction_client/RedirectClient.mjs +1 -1
  335. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  336. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  337. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  338. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  339. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  340. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  341. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  342. package/dist/naa/BridgeError.mjs +1 -1
  343. package/dist/naa/BridgeProxy.mjs +1 -1
  344. package/dist/naa/BridgeStatusCode.mjs +1 -1
  345. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  346. package/dist/navigation/NavigationClient.mjs +1 -1
  347. package/dist/network/FetchClient.mjs +1 -1
  348. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  349. package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
  350. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  351. package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
  352. package/dist/packageMetadata.d.ts +1 -1
  353. package/dist/packageMetadata.mjs +2 -2
  354. package/dist/protocol/Authorize.mjs +1 -1
  355. package/dist/request/RequestHelpers.mjs +1 -1
  356. package/dist/response/ResponseHandler.mjs +1 -1
  357. package/dist/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
  358. package/dist/telemetry/BrowserPerformanceClient.mjs +3 -3
  359. package/dist/telemetry/BrowserPerformanceClient.mjs.map +1 -1
  360. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  361. package/dist/utils/BrowserConstants.mjs +1 -1
  362. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  363. package/dist/utils/BrowserUtils.mjs +1 -1
  364. package/dist/utils/Helpers.mjs +1 -1
  365. package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
  366. package/lib/custom-auth-path/msal-custom-auth.cjs +234 -215
  367. package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
  368. package/lib/custom-auth-path/types/controllers/NestedAppAuthController.d.ts.map +1 -1
  369. package/lib/custom-auth-path/types/controllers/StandardController.d.ts.map +1 -1
  370. package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +2 -1
  371. package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts.map +1 -1
  372. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -1
  373. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  374. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts +5 -0
  375. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
  376. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +22 -0
  377. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
  378. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +36 -0
  379. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
  380. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +30 -0
  381. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
  382. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +7 -0
  383. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
  384. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +7 -0
  385. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
  386. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +59 -0
  387. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
  388. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
  389. package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
  390. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
  391. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
  392. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
  393. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
  394. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
  395. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
  396. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
  397. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
  398. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
  399. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
  400. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
  401. package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
  402. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts +1 -0
  403. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
  404. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
  405. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +1 -1
  406. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts +5 -0
  407. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
  408. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
  409. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
  410. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  411. package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  412. package/lib/custom-auth-path/types/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
  413. package/lib/custom-auth-path/types/custom_auth/core/telemetry/PublicApiId.d.ts.map +1 -1
  414. package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  415. package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts +8 -6
  416. package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
  417. package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
  418. package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +1 -1
  419. package/lib/custom-auth-path/types/error/NativeAuthError.d.ts.map +1 -1
  420. package/lib/custom-auth-path/types/error/NativeAuthErrorCodes.d.ts +1 -0
  421. package/lib/custom-auth-path/types/error/NativeAuthErrorCodes.d.ts.map +1 -1
  422. package/lib/custom-auth-path/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
  423. package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
  424. package/lib/custom-auth-path/types/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
  425. package/lib/msal-browser.cjs +137 -136
  426. package/lib/msal-browser.cjs.map +1 -1
  427. package/lib/msal-browser.js +137 -136
  428. package/lib/msal-browser.js.map +1 -1
  429. package/lib/msal-browser.min.js +60 -60
  430. package/lib/types/controllers/NestedAppAuthController.d.ts.map +1 -1
  431. package/lib/types/controllers/StandardController.d.ts.map +1 -1
  432. package/lib/types/custom_auth/CustomAuthConstants.d.ts +2 -1
  433. package/lib/types/custom_auth/CustomAuthConstants.d.ts.map +1 -1
  434. package/lib/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -1
  435. package/lib/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
  436. package/lib/types/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts +5 -0
  437. package/lib/types/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
  438. package/lib/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +22 -0
  439. package/lib/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
  440. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +36 -0
  441. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
  442. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +30 -0
  443. package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
  444. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +7 -0
  445. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
  446. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +7 -0
  447. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
  448. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +59 -0
  449. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
  450. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
  451. package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
  452. package/lib/types/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
  453. package/lib/types/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
  454. package/lib/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
  455. package/lib/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
  456. package/lib/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
  457. package/lib/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
  458. package/lib/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
  459. package/lib/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
  460. package/lib/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
  461. package/lib/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
  462. package/lib/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
  463. package/lib/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
  464. package/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts +1 -0
  465. package/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
  466. package/lib/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
  467. package/lib/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +1 -1
  468. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts +5 -0
  469. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
  470. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
  471. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
  472. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
  473. package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
  474. package/lib/types/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
  475. package/lib/types/custom_auth/core/telemetry/PublicApiId.d.ts.map +1 -1
  476. package/lib/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
  477. package/lib/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts +8 -6
  478. package/lib/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
  479. package/lib/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
  480. package/lib/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +1 -1
  481. package/lib/types/error/NativeAuthError.d.ts.map +1 -1
  482. package/lib/types/error/NativeAuthErrorCodes.d.ts +1 -0
  483. package/lib/types/error/NativeAuthErrorCodes.d.ts.map +1 -1
  484. package/lib/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
  485. package/lib/types/packageMetadata.d.ts +1 -1
  486. package/lib/types/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
  487. package/package.json +2 -2
  488. package/src/controllers/NestedAppAuthController.ts +40 -23
  489. package/src/controllers/StandardController.ts +98 -79
  490. package/src/custom_auth/CustomAuthConstants.ts +1 -0
  491. package/src/custom_auth/core/auth_flow/AuthFlowErrorBase.ts +15 -2
  492. package/src/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.ts +9 -1
  493. package/src/custom_auth/core/auth_flow/mfa/error_type/MfaError.ts +32 -0
  494. package/src/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.ts +59 -0
  495. package/src/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.ts +52 -0
  496. package/src/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.ts +11 -0
  497. package/src/custom_auth/core/auth_flow/mfa/state/MfaFailedState.ts +11 -0
  498. package/src/custom_auth/core/auth_flow/mfa/state/MfaState.ts +188 -0
  499. package/src/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.ts +28 -0
  500. package/src/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.ts +1 -1
  501. package/src/custom_auth/core/interaction_client/jit/JitClient.ts +1 -42
  502. package/src/custom_auth/core/interaction_client/jit/parameter/JitParams.ts +0 -2
  503. package/src/custom_auth/core/interaction_client/jit/result/JitActionResult.ts +2 -22
  504. package/src/custom_auth/core/interaction_client/mfa/MfaClient.ts +148 -0
  505. package/src/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.ts +20 -0
  506. package/src/custom_auth/core/interaction_client/mfa/result/MfaActionResult.ts +48 -0
  507. package/src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.ts +1 -0
  508. package/src/custom_auth/core/network_client/custom_auth_api/SignInApiClient.ts +27 -1
  509. package/src/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.ts +6 -0
  510. package/src/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.ts +6 -1
  511. package/src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts +1 -0
  512. package/src/custom_auth/core/telemetry/PublicApiId.ts +6 -3
  513. package/src/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.ts +22 -12
  514. package/src/custom_auth/sign_in/interaction_client/SignInClient.ts +123 -41
  515. package/src/custom_auth/sign_in/interaction_client/result/SignInActionResult.ts +15 -0
  516. package/src/error/NativeAuthError.ts +1 -0
  517. package/src/error/NativeAuthErrorCodes.ts +1 -0
  518. package/src/interaction_client/PlatformAuthInteractionClient.ts +1 -0
  519. package/src/packageMetadata.ts +1 -1
  520. package/src/telemetry/BrowserPerformanceClient.ts +5 -2
@@ -1 +1 @@
1
- {"version":3,"file":"JitActionResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/interaction_client/jit/result/JitActionResult.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;AACvF,OAAO,EAAE,oBAAoB,EAAE,MAAM,mEAAmE,CAAC;AAEzG,UAAU,eAAe;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,0BAA2B,SAAQ,eAAe;IACxD,iBAAiB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,uBAAwB,SAAQ,0BAA0B;IACvE,IAAI,EAAE,OAAO,gCAAgC,CAAC;IAC9C,WAAW,EAAE,oBAAoB,EAAE,CAAC;CACvC;AAED,MAAM,WAAW,6BACb,SAAQ,0BAA0B;IAClC,IAAI,EAAE,OAAO,qCAAqC,CAAC;IACnD,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,kBAAmB,SAAQ,eAAe;IACvD,IAAI,EAAE,OAAO,yBAAyB,CAAC;IACvC,oBAAoB,EAAE,oBAAoB,CAAC;CAC9C;AAGD,eAAO,MAAM,gCAAgC,4BAA4B,CAAC;AAC1E,eAAO,MAAM,qCAAqC,kCACf,CAAC;AACpC,eAAO,MAAM,yBAAyB,uBAAuB,CAAC;AAE9D,wBAAgB,6BAA6B,CACzC,KAAK,EAAE,IAAI,CAAC,uBAAuB,EAAE,MAAM,CAAC,GAC7C,uBAAuB,CAKzB;AAED,wBAAgB,mCAAmC,CAC/C,KAAK,EAAE,IAAI,CAAC,6BAA6B,EAAE,MAAM,CAAC,GACnD,6BAA6B,CAK/B;AAED,wBAAgB,wBAAwB,CACpC,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,GACxC,kBAAkB,CAKpB"}
1
+ {"version":3,"file":"JitActionResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/interaction_client/jit/result/JitActionResult.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;AAEvF,UAAU,eAAe;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,6BAA8B,SAAQ,eAAe;IAClE,IAAI,EAAE,OAAO,qCAAqC,CAAC;IACnD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,kBAAmB,SAAQ,eAAe;IACvD,IAAI,EAAE,OAAO,yBAAyB,CAAC;IACvC,oBAAoB,EAAE,oBAAoB,CAAC;CAC9C;AAGD,eAAO,MAAM,qCAAqC,kCACf,CAAC;AACpC,eAAO,MAAM,yBAAyB,uBAAuB,CAAC;AAE9D,wBAAgB,mCAAmC,CAC/C,KAAK,EAAE,IAAI,CAAC,6BAA6B,EAAE,MAAM,CAAC,GACnD,6BAA6B,CAK/B;AAED,wBAAgB,wBAAwB,CACpC,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,GACxC,kBAAkB,CAKpB"}
@@ -1,19 +1,12 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
5
5
  * Licensed under the MIT License.
6
6
  */
7
7
  // Result type constants
8
- const JIT_GET_AUTH_METHODS_RESULT_TYPE = "JitGetAuthMethodsResult";
9
8
  const JIT_VERIFICATION_REQUIRED_RESULT_TYPE = "JitVerificationRequiredResult";
10
9
  const JIT_COMPLETED_RESULT_TYPE = "JitCompletedResult";
11
- function createJitGetAuthMethodsResult(input) {
12
- return {
13
- type: JIT_GET_AUTH_METHODS_RESULT_TYPE,
14
- ...input,
15
- };
16
- }
17
10
  function createJitVerificationRequiredResult(input) {
18
11
  return {
19
12
  type: JIT_VERIFICATION_REQUIRED_RESULT_TYPE,
@@ -27,5 +20,5 @@ function createJitCompletedResult(input) {
27
20
  };
28
21
  }
29
22
 
30
- export { JIT_COMPLETED_RESULT_TYPE, JIT_GET_AUTH_METHODS_RESULT_TYPE, JIT_VERIFICATION_REQUIRED_RESULT_TYPE, createJitCompletedResult, createJitGetAuthMethodsResult, createJitVerificationRequiredResult };
23
+ export { JIT_COMPLETED_RESULT_TYPE, JIT_VERIFICATION_REQUIRED_RESULT_TYPE, createJitCompletedResult, createJitVerificationRequiredResult };
31
24
  //# sourceMappingURL=JitActionResult.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"JitActionResult.mjs","sources":["../../../../../../../../src/custom_auth/core/interaction_client/jit/result/JitActionResult.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAgCH;AACO,MAAM,gCAAgC,GAAG,0BAA0B;AACnE,MAAM,qCAAqC,GAC9C,gCAAgC;AAC7B,MAAM,yBAAyB,GAAG,qBAAqB;AAExD,SAAU,6BAA6B,CACzC,KAA4C,EAAA;IAE5C,OAAO;AACH,QAAA,IAAI,EAAE,gCAAgC;AACtC,QAAA,GAAG,KAAK;KACX,CAAC;AACN,CAAC;AAEK,SAAU,mCAAmC,CAC/C,KAAkD,EAAA;IAElD,OAAO;AACH,QAAA,IAAI,EAAE,qCAAqC;AAC3C,QAAA,GAAG,KAAK;KACX,CAAC;AACN,CAAC;AAEK,SAAU,wBAAwB,CACpC,KAAuC,EAAA;IAEvC,OAAO;AACH,QAAA,IAAI,EAAE,yBAAyB;AAC/B,QAAA,GAAG,KAAK;KACX,CAAC;AACN;;;;"}
1
+ {"version":3,"file":"JitActionResult.mjs","sources":["../../../../../../../../src/custom_auth/core/interaction_client/jit/result/JitActionResult.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAsBH;AACO,MAAM,qCAAqC,GAC9C,gCAAgC;AAC7B,MAAM,yBAAyB,GAAG,qBAAqB;AAExD,SAAU,mCAAmC,CAC/C,KAAkD,EAAA;IAElD,OAAO;AACH,QAAA,IAAI,EAAE,qCAAqC;AAC3C,QAAA,GAAG,KAAK;KACX,CAAC;AACN,CAAC;AAEK,SAAU,wBAAwB,CACpC,KAAuC,EAAA;IAEvC,OAAO;AACH,QAAA,IAAI,EAAE,yBAAyB;AAC/B,QAAA,GAAG,KAAK;KACX,CAAC;AACN;;;;"}
@@ -0,0 +1,21 @@
1
+ import { CustomAuthInteractionClientBase } from "../CustomAuthInteractionClientBase.js";
2
+ import { MfaRequestChallengeParams, MfaSubmitChallengeParams } from "./parameter/MfaClientParameters.js";
3
+ import { MfaVerificationRequiredResult, MfaCompletedResult } from "./result/MfaActionResult.js";
4
+ /**
5
+ * MFA client for handling multi-factor authentication flows.
6
+ */
7
+ export declare class MfaClient extends CustomAuthInteractionClientBase {
8
+ /**
9
+ * Requests an MFA challenge to be sent to the user.
10
+ * @param parameters The parameters for requesting the challenge.
11
+ * @returns Promise that resolves to either MfaVerificationRequiredResult.
12
+ */
13
+ requestChallenge(parameters: MfaRequestChallengeParams): Promise<MfaVerificationRequiredResult>;
14
+ /**
15
+ * Submits the MFA challenge response (e.g., OTP code).
16
+ * @param parameters The parameters for submitting the challenge.
17
+ * @returns Promise that resolves to MfaCompletedResult.
18
+ */
19
+ submitChallenge(parameters: MfaSubmitChallengeParams): Promise<MfaCompletedResult>;
20
+ }
21
+ //# sourceMappingURL=MfaClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MfaClient.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/core/interaction_client/mfa/MfaClient.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EACH,yBAAyB,EACzB,wBAAwB,EAC3B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACH,6BAA6B,EAC7B,kBAAkB,EAGrB,MAAM,6BAA6B,CAAC;AAerC;;GAEG;AACH,qBAAa,SAAU,SAAQ,+BAA+B;IAC1D;;;;OAIG;IACG,gBAAgB,CAClB,UAAU,EAAE,yBAAyB,GACtC,OAAO,CAAC,6BAA6B,CAAC;IAsDzC;;;;OAIG;IACG,eAAe,CACjB,UAAU,EAAE,wBAAwB,GACrC,OAAO,CAAC,kBAAkB,CAAC;CA6CjC"}
@@ -0,0 +1,14 @@
1
+ export interface MfaClientParametersBase {
2
+ correlationId: string;
3
+ continuationToken: string;
4
+ }
5
+ export interface MfaRequestChallengeParams extends MfaClientParametersBase {
6
+ challengeType: string[];
7
+ authMethodId: string;
8
+ }
9
+ export interface MfaSubmitChallengeParams extends MfaClientParametersBase {
10
+ challenge: string;
11
+ scopes: string[];
12
+ claims?: string;
13
+ }
14
+ //# sourceMappingURL=MfaClientParameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MfaClientParameters.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,uBAAuB;IACpC,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,yBAA0B,SAAQ,uBAAuB;IACtE,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,wBAAyB,SAAQ,uBAAuB;IACrE,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,23 @@
1
+ import { AuthenticationResult } from "../../../../../response/AuthenticationResult.js";
2
+ interface MfaActionResult {
3
+ type: string;
4
+ correlationId: string;
5
+ }
6
+ export interface MfaVerificationRequiredResult extends MfaActionResult {
7
+ type: typeof MFA_VERIFICATION_REQUIRED_RESULT_TYPE;
8
+ continuationToken: string;
9
+ challengeChannel: string;
10
+ challengeTargetLabel: string;
11
+ codeLength: number;
12
+ bindingMethod: string;
13
+ }
14
+ export interface MfaCompletedResult extends MfaActionResult {
15
+ type: typeof MFA_COMPLETED_RESULT_TYPE;
16
+ authenticationResult: AuthenticationResult;
17
+ }
18
+ export declare const MFA_VERIFICATION_REQUIRED_RESULT_TYPE = "MfaVerificationRequiredResult";
19
+ export declare const MFA_COMPLETED_RESULT_TYPE = "MfaCompletedResult";
20
+ export declare function createMfaVerificationRequiredResult(input: Omit<MfaVerificationRequiredResult, "type">): MfaVerificationRequiredResult;
21
+ export declare function createMfaCompletedResult(input: Omit<MfaCompletedResult, "type">): MfaCompletedResult;
22
+ export {};
23
+ //# sourceMappingURL=MfaActionResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MfaActionResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/interaction_client/mfa/result/MfaActionResult.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;AAEvF,UAAU,eAAe;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,6BAA8B,SAAQ,eAAe;IAClE,IAAI,EAAE,OAAO,qCAAqC,CAAC;IACnD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,kBAAmB,SAAQ,eAAe;IACvD,IAAI,EAAE,OAAO,yBAAyB,CAAC;IACvC,oBAAoB,EAAE,oBAAoB,CAAC;CAC9C;AAGD,eAAO,MAAM,qCAAqC,kCACf,CAAC;AACpC,eAAO,MAAM,yBAAyB,uBAAuB,CAAC;AAE9D,wBAAgB,mCAAmC,CAC/C,KAAK,EAAE,IAAI,CAAC,6BAA6B,EAAE,MAAM,CAAC,GACnD,6BAA6B,CAK/B;AAED,wBAAgB,wBAAwB,CACpC,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,GACxC,kBAAkB,CAKpB"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
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.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { ResetPasswordApiClient } from './ResetPasswordApiClient.mjs';
4
4
  import { SignupApiClient } from './SignupApiClient.mjs';
@@ -1,6 +1,7 @@
1
1
  export declare const SIGNIN_INITIATE = "/oauth2/v2.0/initiate";
2
2
  export declare const SIGNIN_CHALLENGE = "/oauth2/v2.0/challenge";
3
3
  export declare const SIGNIN_TOKEN = "/oauth2/v2.0/token";
4
+ export declare const SIGNIN_INTROSPECT = "/oauth2/v2.0/introspect";
4
5
  export declare const SIGNUP_START = "/signup/v1.0/start";
5
6
  export declare const SIGNUP_CHALLENGE = "/signup/v1.0/challenge";
6
7
  export declare const SIGNUP_CONTINUE = "/signup/v1.0/continue";
@@ -1 +1 @@
1
- {"version":3,"file":"CustomAuthApiEndpoint.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe,0BAA0B,CAAC;AACvD,eAAO,MAAM,gBAAgB,2BAA2B,CAAC;AACzD,eAAO,MAAM,YAAY,uBAAuB,CAAC;AAEjD,eAAO,MAAM,YAAY,uBAAuB,CAAC;AACjD,eAAO,MAAM,gBAAgB,2BAA2B,CAAC;AACzD,eAAO,MAAM,eAAe,0BAA0B,CAAC;AAEvD,eAAO,MAAM,eAAe,8BAA8B,CAAC;AAC3D,eAAO,MAAM,mBAAmB,kCAAkC,CAAC;AACnE,eAAO,MAAM,kBAAkB,iCAAiC,CAAC;AACjE,eAAO,MAAM,gBAAgB,+BAA+B,CAAC;AAC7D,eAAO,MAAM,cAAc,wCAAwC,CAAC;AAEpE,eAAO,MAAM,mBAAmB,8BAA8B,CAAC;AAC/D,eAAO,MAAM,kBAAkB,6BAA6B,CAAC;AAC7D,eAAO,MAAM,iBAAiB,4BAA4B,CAAC"}
1
+ {"version":3,"file":"CustomAuthApiEndpoint.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe,0BAA0B,CAAC;AACvD,eAAO,MAAM,gBAAgB,2BAA2B,CAAC;AACzD,eAAO,MAAM,YAAY,uBAAuB,CAAC;AACjD,eAAO,MAAM,iBAAiB,4BAA4B,CAAC;AAE3D,eAAO,MAAM,YAAY,uBAAuB,CAAC;AACjD,eAAO,MAAM,gBAAgB,2BAA2B,CAAC;AACzD,eAAO,MAAM,eAAe,0BAA0B,CAAC;AAEvD,eAAO,MAAM,eAAe,8BAA8B,CAAC;AAC3D,eAAO,MAAM,mBAAmB,kCAAkC,CAAC;AACnE,eAAO,MAAM,kBAAkB,iCAAiC,CAAC;AACjE,eAAO,MAAM,gBAAgB,+BAA+B,CAAC;AAC7D,eAAO,MAAM,cAAc,wCAAwC,CAAC;AAEpE,eAAO,MAAM,mBAAmB,8BAA8B,CAAC;AAC/D,eAAO,MAAM,kBAAkB,6BAA6B,CAAC;AAC7D,eAAO,MAAM,iBAAiB,4BAA4B,CAAC"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7,6 +7,7 @@
7
7
  const SIGNIN_INITIATE = "/oauth2/v2.0/initiate";
8
8
  const SIGNIN_CHALLENGE = "/oauth2/v2.0/challenge";
9
9
  const SIGNIN_TOKEN = "/oauth2/v2.0/token";
10
+ const SIGNIN_INTROSPECT = "/oauth2/v2.0/introspect";
10
11
  const SIGNUP_START = "/signup/v1.0/start";
11
12
  const SIGNUP_CHALLENGE = "/signup/v1.0/challenge";
12
13
  const SIGNUP_CONTINUE = "/signup/v1.0/continue";
@@ -19,5 +20,5 @@ const REGISTER_INTROSPECT = "/register/v1.0/introspect";
19
20
  const REGISTER_CHALLENGE = "/register/v1.0/challenge";
20
21
  const REGISTER_CONTINUE = "/register/v1.0/continue";
21
22
 
22
- export { REGISTER_CHALLENGE, REGISTER_CONTINUE, REGISTER_INTROSPECT, RESET_PWD_CHALLENGE, RESET_PWD_CONTINUE, RESET_PWD_POLL, RESET_PWD_START, RESET_PWD_SUBMIT, SIGNIN_CHALLENGE, SIGNIN_INITIATE, SIGNIN_TOKEN, SIGNUP_CHALLENGE, SIGNUP_CONTINUE, SIGNUP_START };
23
+ export { REGISTER_CHALLENGE, REGISTER_CONTINUE, REGISTER_INTROSPECT, RESET_PWD_CHALLENGE, RESET_PWD_CONTINUE, RESET_PWD_POLL, RESET_PWD_START, RESET_PWD_SUBMIT, SIGNIN_CHALLENGE, SIGNIN_INITIATE, SIGNIN_INTROSPECT, SIGNIN_TOKEN, SIGNUP_CHALLENGE, SIGNUP_CONTINUE, SIGNUP_START };
23
24
  //# sourceMappingURL=CustomAuthApiEndpoint.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"CustomAuthApiEndpoint.mjs","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEI,MAAM,eAAe,GAAG,wBAAwB;AAChD,MAAM,gBAAgB,GAAG,yBAAyB;AAClD,MAAM,YAAY,GAAG,qBAAqB;AAE1C,MAAM,YAAY,GAAG,qBAAqB;AAC1C,MAAM,gBAAgB,GAAG,yBAAyB;AAClD,MAAM,eAAe,GAAG,wBAAwB;AAEhD,MAAM,eAAe,GAAG,4BAA4B;AACpD,MAAM,mBAAmB,GAAG,gCAAgC;AAC5D,MAAM,kBAAkB,GAAG,+BAA+B;AAC1D,MAAM,gBAAgB,GAAG,6BAA6B;AACtD,MAAM,cAAc,GAAG,sCAAsC;AAE7D,MAAM,mBAAmB,GAAG,4BAA4B;AACxD,MAAM,kBAAkB,GAAG,2BAA2B;AACtD,MAAM,iBAAiB,GAAG;;;;"}
1
+ {"version":3,"file":"CustomAuthApiEndpoint.mjs","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEI,MAAM,eAAe,GAAG,wBAAwB;AAChD,MAAM,gBAAgB,GAAG,yBAAyB;AAClD,MAAM,YAAY,GAAG,qBAAqB;AAC1C,MAAM,iBAAiB,GAAG,0BAA0B;AAEpD,MAAM,YAAY,GAAG,qBAAqB;AAC1C,MAAM,gBAAgB,GAAG,yBAAyB;AAClD,MAAM,eAAe,GAAG,wBAAwB;AAEhD,MAAM,eAAe,GAAG,4BAA4B;AACpD,MAAM,mBAAmB,GAAG,gCAAgC;AAC5D,MAAM,kBAAkB,GAAG,+BAA+B;AAC1D,MAAM,gBAAgB,GAAG,6BAA6B;AACtD,MAAM,cAAc,GAAG,sCAAsC;AAE7D,MAAM,mBAAmB,GAAG,4BAA4B;AACxD,MAAM,kBAAkB,GAAG,2BAA2B;AACtD,MAAM,iBAAiB,GAAG;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { BaseApiClient } from './BaseApiClient.mjs';
4
4
  import { REGISTER_INTROSPECT, REGISTER_CHALLENGE, REGISTER_CONTINUE } from './CustomAuthApiEndpoint.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { GrantType, ResetPasswordPollStatus } from '../../../CustomAuthConstants.mjs';
4
4
  import { CustomAuthApiError } from '../../error/CustomAuthApiError.mjs';
@@ -1,7 +1,7 @@
1
1
  import { BaseApiClient } from "./BaseApiClient.js";
2
2
  import { IHttpClient } from "../http_client/IHttpClient.js";
3
- import { SignInChallengeRequest, SignInContinuationTokenRequest, SignInInitiateRequest, SignInOobTokenRequest, SignInPasswordTokenRequest } from "./types/ApiRequestTypes.js";
4
- import { SignInChallengeResponse, SignInInitiateResponse, SignInTokenResponse } from "./types/ApiResponseTypes.js";
3
+ import { SignInChallengeRequest, SignInContinuationTokenRequest, SignInInitiateRequest, SignInIntrospectRequest, SignInOobTokenRequest, SignInPasswordTokenRequest } from "./types/ApiRequestTypes.js";
4
+ import { SignInChallengeResponse, SignInInitiateResponse, SignInIntrospectResponse, SignInTokenResponse } from "./types/ApiResponseTypes.js";
5
5
  export declare class SignInApiClient extends BaseApiClient {
6
6
  private readonly capabilities?;
7
7
  constructor(customAuthApiBaseUrl: string, clientId: string, httpClient: IHttpClient, capabilities?: string, customAuthApiQueryParams?: Record<string, string>);
@@ -26,6 +26,11 @@ export declare class SignInApiClient extends BaseApiClient {
26
26
  requestTokensWithPassword(params: SignInPasswordTokenRequest): Promise<SignInTokenResponse>;
27
27
  requestTokensWithOob(params: SignInOobTokenRequest): Promise<SignInTokenResponse>;
28
28
  requestTokenWithContinuationToken(params: SignInContinuationTokenRequest): Promise<SignInTokenResponse>;
29
+ /**
30
+ * Requests available authentication methods for MFA
31
+ * @param continuationToken Token from previous response
32
+ */
33
+ requestAuthMethods(params: SignInIntrospectRequest): Promise<SignInIntrospectResponse>;
29
34
  private requestTokens;
30
35
  private static ensureTokenResponseIsValid;
31
36
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SignInApiClient.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/core/network_client/custom_auth_api/SignInApiClient.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAG5D,OAAO,EACH,sBAAsB,EACtB,8BAA8B,EAC9B,qBAAqB,EACrB,qBAAqB,EACrB,0BAA0B,EAC7B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACH,uBAAuB,EACvB,sBAAsB,EACtB,mBAAmB,EACtB,MAAM,6BAA6B,CAAC;AAErC,qBAAa,eAAgB,SAAQ,aAAa;IAC9C,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAS;gBAGnC,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,WAAW,EACvB,YAAY,CAAC,EAAE,MAAM,EACrB,wBAAwB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAWrD;;;;OAIG;IACG,QAAQ,CACV,MAAM,EAAE,qBAAqB,GAC9B,OAAO,CAAC,sBAAsB,CAAC;IAsBlC;;;;OAIG;IACG,gBAAgB,CAClB,MAAM,EAAE,sBAAsB,GAC/B,OAAO,CAAC,uBAAuB,CAAC;IAoBnC;;;;;OAKG;IACG,yBAAyB,CAC3B,MAAM,EAAE,0BAA0B,GACnC,OAAO,CAAC,mBAAmB,CAAC;IAczB,oBAAoB,CACtB,MAAM,EAAE,qBAAqB,GAC9B,OAAO,CAAC,mBAAmB,CAAC;IAczB,iCAAiC,CACnC,MAAM,EAAE,8BAA8B,GACvC,OAAO,CAAC,mBAAmB,CAAC;YAejB,aAAa;IAoB3B,OAAO,CAAC,MAAM,CAAC,0BAA0B;CAoC5C"}
1
+ {"version":3,"file":"SignInApiClient.d.ts","sourceRoot":"","sources":["../../../../../../src/custom_auth/core/network_client/custom_auth_api/SignInApiClient.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAG5D,OAAO,EACH,sBAAsB,EACtB,8BAA8B,EAC9B,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,EACrB,0BAA0B,EAC7B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACH,uBAAuB,EACvB,sBAAsB,EACtB,wBAAwB,EACxB,mBAAmB,EACtB,MAAM,6BAA6B,CAAC;AAErC,qBAAa,eAAgB,SAAQ,aAAa;IAC9C,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAS;gBAGnC,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,WAAW,EACvB,YAAY,CAAC,EAAE,MAAM,EACrB,wBAAwB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAWrD;;;;OAIG;IACG,QAAQ,CACV,MAAM,EAAE,qBAAqB,GAC9B,OAAO,CAAC,sBAAsB,CAAC;IAsBlC;;;;OAIG;IACG,gBAAgB,CAClB,MAAM,EAAE,sBAAsB,GAC/B,OAAO,CAAC,uBAAuB,CAAC;IAoBnC;;;;;OAKG;IACG,yBAAyB,CAC3B,MAAM,EAAE,0BAA0B,GACnC,OAAO,CAAC,mBAAmB,CAAC;IAczB,oBAAoB,CACtB,MAAM,EAAE,qBAAqB,GAC9B,OAAO,CAAC,mBAAmB,CAAC;IAczB,iCAAiC,CACnC,MAAM,EAAE,8BAA8B,GACvC,OAAO,CAAC,mBAAmB,CAAC;IAe/B;;;OAGG;IACG,kBAAkB,CACpB,MAAM,EAAE,uBAAuB,GAChC,OAAO,CAAC,wBAAwB,CAAC;YAkBtB,aAAa;IAoB3B,OAAO,CAAC,MAAM,CAAC,0BAA0B;CAoC5C"}
@@ -1,9 +1,9 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { GrantType } from '../../../CustomAuthConstants.mjs';
4
4
  import { CustomAuthApiError } from '../../error/CustomAuthApiError.mjs';
5
5
  import { BaseApiClient } from './BaseApiClient.mjs';
6
- import { SIGNIN_INITIATE, SIGNIN_CHALLENGE, SIGNIN_TOKEN } from './CustomAuthApiEndpoint.mjs';
6
+ import { SIGNIN_INITIATE, SIGNIN_CHALLENGE, SIGNIN_INTROSPECT, SIGNIN_TOKEN } from './CustomAuthApiEndpoint.mjs';
7
7
  import { ACCESS_TOKEN_MISSING, ID_TOKEN_MISSING, REFRESH_TOKEN_MISSING, INVALID_EXPIRES_IN, INVALID_TOKEN_TYPE, CLIENT_INFO_MISSING } from './types/ApiErrorCodes.mjs';
8
8
 
9
9
  /*
@@ -65,7 +65,7 @@ class SignInApiClient extends BaseApiClient {
65
65
  continuation_token: params.continuation_token,
66
66
  scope: params.scope,
67
67
  oob: params.oob,
68
- grant_type: GrantType.OOB,
68
+ grant_type: params.grant_type,
69
69
  ...(params.claims && { claims: params.claims }),
70
70
  }, params.telemetryManager, params.correlationId);
71
71
  }
@@ -79,6 +79,17 @@ class SignInApiClient extends BaseApiClient {
79
79
  ...(params.username && { username: params.username }),
80
80
  }, params.telemetryManager, params.correlationId);
81
81
  }
82
+ /**
83
+ * Requests available authentication methods for MFA
84
+ * @param continuationToken Token from previous response
85
+ */
86
+ async requestAuthMethods(params) {
87
+ const result = await this.request(SIGNIN_INTROSPECT, {
88
+ continuation_token: params.continuation_token,
89
+ }, params.telemetryManager, params.correlationId);
90
+ this.ensureContinuationTokenIsValid(result.continuation_token, params.correlationId);
91
+ return result;
92
+ }
82
93
  async requestTokens(requestData, telemetryManager, correlationId) {
83
94
  // The client_info parameter is required for MSAL to return the uid and utid in the response.
84
95
  requestData.client_info = true;
@@ -1 +1 @@
1
- {"version":3,"file":"SignInApiClient.mjs","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/SignInApiClient.ts"],"sourcesContent":[null],"names":["CustomAuthApiEndpoint.SIGNIN_INITIATE","CustomAuthApiEndpoint.SIGNIN_CHALLENGE","CustomAuthApiEndpoint.SIGNIN_TOKEN","CustomAuthApiErrorCode.ACCESS_TOKEN_MISSING","CustomAuthApiErrorCode.ID_TOKEN_MISSING","CustomAuthApiErrorCode.REFRESH_TOKEN_MISSING","CustomAuthApiErrorCode.INVALID_EXPIRES_IN","CustomAuthApiErrorCode.INVALID_TOKEN_TYPE","CustomAuthApiErrorCode.CLIENT_INFO_MISSING"],"mappings":"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"}
1
+ {"version":3,"file":"SignInApiClient.mjs","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/SignInApiClient.ts"],"sourcesContent":[null],"names":["CustomAuthApiEndpoint.SIGNIN_INITIATE","CustomAuthApiEndpoint.SIGNIN_CHALLENGE","CustomAuthApiEndpoint.SIGNIN_INTROSPECT","CustomAuthApiEndpoint.SIGNIN_TOKEN","CustomAuthApiErrorCode.ACCESS_TOKEN_MISSING","CustomAuthApiErrorCode.ID_TOKEN_MISSING","CustomAuthApiErrorCode.REFRESH_TOKEN_MISSING","CustomAuthApiErrorCode.INVALID_EXPIRES_IN","CustomAuthApiErrorCode.INVALID_TOKEN_TYPE","CustomAuthApiErrorCode.CLIENT_INFO_MISSING"],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { GrantType } from '../../../CustomAuthConstants.mjs';
4
4
  import { BaseApiClient } from './BaseApiClient.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,3 +1,4 @@
1
+ import { GrantType } from "../../../../CustomAuthConstants.js";
1
2
  import { ApiRequestBase } from "./ApiTypesBase.js";
2
3
  export interface SignInInitiateRequest extends ApiRequestBase {
3
4
  challenge_type: string;
@@ -18,10 +19,14 @@ export interface SignInPasswordTokenRequest extends SignInTokenRequestBase {
18
19
  }
19
20
  export interface SignInOobTokenRequest extends SignInTokenRequestBase {
20
21
  oob: string;
22
+ grant_type: typeof GrantType.OOB | typeof GrantType.MFA_OOB;
21
23
  }
22
24
  export interface SignInContinuationTokenRequest extends SignInTokenRequestBase {
23
25
  username?: string;
24
26
  }
27
+ export interface SignInIntrospectRequest extends ApiRequestBase {
28
+ continuation_token: string;
29
+ }
25
30
  export interface SignUpStartRequest extends ApiRequestBase {
26
31
  username: string;
27
32
  challenge_type: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ApiRequestTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGnD,MAAM,WAAW,qBAAsB,SAAQ,cAAc;IACzD,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,sBAAuB,SAAQ,cAAc;IAC1D,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED,UAAU,sBAAuB,SAAQ,cAAc;IACnD,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,0BAA2B,SAAQ,sBAAsB;IACtE,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,qBAAsB,SAAQ,sBAAsB;IACjE,GAAG,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,8BAA+B,SAAQ,sBAAsB;IAC1E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD,MAAM,WAAW,kBAAmB,SAAQ,cAAc;IACtD,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC;AAED,MAAM,WAAW,sBAAuB,SAAQ,cAAc;IAC1D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED,UAAU,yBAA0B,SAAQ,cAAc;IACtD,kBAAkB,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,4BACb,SAAQ,yBAAyB;IACjC,GAAG,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,iCACb,SAAQ,yBAAyB;IACjC,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,mCACb,SAAQ,yBAAyB;IACjC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACtC;AAGD,MAAM,WAAW,yBAA0B,SAAQ,cAAc;IAC7D,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,6BAA8B,SAAQ,cAAc;IACjE,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,4BAA6B,SAAQ,cAAc;IAChE,kBAAkB,EAAE,MAAM,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,0BAA2B,SAAQ,cAAc;IAC9D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,kCAAmC,SAAQ,cAAc;IACtE,kBAAkB,EAAE,MAAM,CAAC;CAC9B;AAGD,MAAM,WAAW,yBAA0B,SAAQ,cAAc;IAC7D,kBAAkB,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,wBAAyB,SAAQ,cAAc;IAC5D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,uBAAwB,SAAQ,cAAc;IAC3D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"ApiRequestTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.ts"],"names":[],"mappings":"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"}
@@ -29,7 +29,11 @@ export interface AuthenticationMethod {
29
29
  id: string;
30
30
  challenge_type: string;
31
31
  challenge_channel: string;
32
- login_hint: string;
32
+ login_hint?: string;
33
+ }
34
+ export interface SignInIntrospectResponse extends ApiResponseBase {
35
+ continuation_token: string;
36
+ methods: AuthenticationMethod[];
33
37
  }
34
38
  export type SignUpStartResponse = InitiateResponse;
35
39
  export interface SignUpChallengeResponse extends ChallengeResponse {
@@ -1 +1 @@
1
- {"version":3,"file":"ApiResponseTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,UAAU,kBAAmB,SAAQ,eAAe;IAChD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,UAAU,gBAAiB,SAAQ,kBAAkB;IACjD,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,iBAAkB,SAAQ,eAAe;IAC/C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAGD,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;AAEtD,MAAM,MAAM,uBAAuB,GAAG,iBAAiB,CAAC;AAExD,MAAM,WAAW,mBAAoB,SAAQ,eAAe;IACxD,UAAU,EAAE,QAAQ,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,oBAAoB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;CACtB;AAGD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;AAGtD,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,CAAC;AAE1D,MAAM,MAAM,8BAA8B,GAAG,iBAAiB,CAAC;AAE/D,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB;IACrE,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB;IACnE,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,mCACb,SAAQ,kBAAkB;IAC1B,MAAM,EAAE,MAAM,CAAC;CAClB;AAGD,MAAM,WAAW,0BAA2B,SAAQ,eAAe;IAC/D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,oBAAoB,EAAE,CAAC;CACnC;AAED,MAAM,WAAW,yBAA0B,SAAQ,eAAe;IAC9D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC7D,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}
1
+ {"version":3,"file":"ApiResponseTypes.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,UAAU,kBAAmB,SAAQ,eAAe;IAChD,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,UAAU,gBAAiB,SAAQ,kBAAkB;IACjD,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,iBAAkB,SAAQ,eAAe;IAC/C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAGD,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;AAEtD,MAAM,MAAM,uBAAuB,GAAG,iBAAiB,CAAC;AAExD,MAAM,WAAW,mBAAoB,SAAQ,eAAe;IACxD,UAAU,EAAE,QAAQ,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,oBAAoB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC7D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,oBAAoB,EAAE,CAAC;CACnC;AAGD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC;AAGtD,MAAM,MAAM,0BAA0B,GAAG,gBAAgB,CAAC;AAE1D,MAAM,MAAM,8BAA8B,GAAG,iBAAiB,CAAC;AAE/D,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB;IACrE,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB;IACnE,aAAa,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,mCACb,SAAQ,kBAAkB;IAC1B,MAAM,EAAE,MAAM,CAAC;CAClB;AAGD,MAAM,WAAW,0BAA2B,SAAQ,eAAe;IAC/D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,oBAAoB,EAAE,CAAC;CACnC;AAED,MAAM,WAAW,yBAA0B,SAAQ,eAAe;IAC9D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,wBAAyB,SAAQ,eAAe;IAC7D,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}
@@ -8,4 +8,5 @@ export declare const INVALID_OOB_VALUE = "invalid_oob_value";
8
8
  export declare const ATTRIBUTE_VALIATION_FAILED = "attribute_validation_failed";
9
9
  export declare const NATIVEAUTHAPI_DISABLED = "nativeauthapi_disabled";
10
10
  export declare const REGISTRATION_REQUIRED = "registration_required";
11
+ export declare const MFA_REQUIRED = "mfa_required";
11
12
  //# sourceMappingURL=ApiSuberrors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ApiSuberrors.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,eAAe,oBAAoB,CAAC;AACjD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,0BAA0B,gCAAgC,CAAC;AACxE,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,qBAAqB,0BAA0B,CAAC"}
1
+ {"version":3,"file":"ApiSuberrors.d.ts","sourceRoot":"","sources":["../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,eAAe,oBAAoB,CAAC;AACjD,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AACzD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,0BAA0B,gCAAgC,CAAC;AACxE,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAC7D,eAAO,MAAM,YAAY,iBAAiB,CAAC"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -12,7 +12,8 @@ const PASSWORD_BANNED = "password_banned";
12
12
  const PASSWORD_IS_INVALID = "password_is_invalid";
13
13
  const INVALID_OOB_VALUE = "invalid_oob_value";
14
14
  const ATTRIBUTE_VALIATION_FAILED = "attribute_validation_failed";
15
- const REGISTRATION_REQUIRED = "registration_required";
15
+ const REGISTRATION_REQUIRED = "registration_required";
16
+ const MFA_REQUIRED = "mfa_required";
16
17
 
17
- export { ATTRIBUTE_VALIATION_FAILED, INVALID_OOB_VALUE, PASSWORD_BANNED, PASSWORD_IS_INVALID, PASSWORD_RECENTLY_USED, PASSWORD_TOO_LONG, PASSWORD_TOO_SHORT, PASSWORD_TOO_WEAK, REGISTRATION_REQUIRED };
18
+ export { ATTRIBUTE_VALIATION_FAILED, INVALID_OOB_VALUE, MFA_REQUIRED, PASSWORD_BANNED, PASSWORD_IS_INVALID, PASSWORD_RECENTLY_USED, PASSWORD_TOO_LONG, PASSWORD_TOO_SHORT, PASSWORD_TOO_WEAK, REGISTRATION_REQUIRED };
18
19
  //# sourceMappingURL=ApiSuberrors.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ApiSuberrors.mjs","sources":["../../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEI,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,kBAAkB,GAAG,qBAAqB;AAChD,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,sBAAsB,GAAG,yBAAyB;AACxD,MAAM,eAAe,GAAG,kBAAkB;AAC1C,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,0BAA0B,GAAG,8BAA8B;AAEjE,MAAM,qBAAqB,GAAG;;;;"}
1
+ {"version":3,"file":"ApiSuberrors.mjs","sources":["../../../../../../../../src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEI,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,kBAAkB,GAAG,qBAAqB;AAChD,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,sBAAsB,GAAG,yBAAyB;AACxD,MAAM,eAAe,GAAG,kBAAkB;AAC1C,MAAM,mBAAmB,GAAG,sBAAsB;AAClD,MAAM,iBAAiB,GAAG,oBAAoB;AAC9C,MAAM,0BAA0B,GAAG,8BAA8B;AAEjE,MAAM,qBAAqB,GAAG,wBAAwB;AACtD,MAAM,YAAY,GAAG;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { HttpMethod } from './IHttpClient.mjs';
4
4
  import { HttpError } from '../../error/HttpError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -18,7 +18,8 @@ export declare const PASSWORD_RESET_RESEND_CODE = 100044;
18
18
  export declare const ACCOUNT_GET_ACCOUNT = 100061;
19
19
  export declare const ACCOUNT_SIGN_OUT = 100062;
20
20
  export declare const ACCOUNT_GET_ACCESS_TOKEN = 100063;
21
- export declare const JIT_GET_AUTH_METHODS = 100081;
22
- export declare const JIT_CHALLENGE_AUTH_METHOD = 100082;
23
- export declare const JIT_SUBMIT_CHALLENGE = 100083;
21
+ export declare const JIT_CHALLENGE_AUTH_METHOD = 100081;
22
+ export declare const JIT_SUBMIT_CHALLENGE = 100082;
23
+ export declare const MFA_REQUEST_CHALLENGE = 100101;
24
+ export declare const MFA_SUBMIT_CHALLENGE = 100102;
24
25
  //# sourceMappingURL=PublicApiId.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublicApiId.d.ts","sourceRoot":"","sources":["../../../../../src/custom_auth/core/telemetry/PublicApiId.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,2BAA2B,SAAS,CAAC;AAClD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,qBAAqB,SAAS,CAAC;AAC5C,eAAO,MAAM,4BAA4B,SAAS,CAAC;AAGnD,eAAO,MAAM,2BAA2B,SAAS,CAAC;AAClD,eAAO,MAAM,aAAa,SAAS,CAAC;AACpC,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,yBAAyB,SAAS,CAAC;AAChD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAG1C,eAAO,MAAM,oBAAoB,SAAS,CAAC;AAC3C,eAAO,MAAM,0BAA0B,SAAS,CAAC;AACjD,eAAO,MAAM,8BAA8B,SAAS,CAAC;AACrD,eAAO,MAAM,0BAA0B,SAAS,CAAC;AAGjD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,gBAAgB,SAAS,CAAC;AACvC,eAAO,MAAM,wBAAwB,SAAS,CAAC;AAG/C,eAAO,MAAM,oBAAoB,SAAS,CAAC;AAC3C,eAAO,MAAM,yBAAyB,SAAS,CAAC;AAChD,eAAO,MAAM,oBAAoB,SAAS,CAAC"}
1
+ {"version":3,"file":"PublicApiId.d.ts","sourceRoot":"","sources":["../../../../../src/custom_auth/core/telemetry/PublicApiId.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,2BAA2B,SAAS,CAAC;AAClD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,qBAAqB,SAAS,CAAC;AAC5C,eAAO,MAAM,4BAA4B,SAAS,CAAC;AAGnD,eAAO,MAAM,2BAA2B,SAAS,CAAC;AAClD,eAAO,MAAM,aAAa,SAAS,CAAC;AACpC,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,uBAAuB,SAAS,CAAC;AAC9C,eAAO,MAAM,yBAAyB,SAAS,CAAC;AAChD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAG1C,eAAO,MAAM,oBAAoB,SAAS,CAAC;AAC3C,eAAO,MAAM,0BAA0B,SAAS,CAAC;AACjD,eAAO,MAAM,8BAA8B,SAAS,CAAC;AACrD,eAAO,MAAM,0BAA0B,SAAS,CAAC;AAGjD,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,gBAAgB,SAAS,CAAC;AACvC,eAAO,MAAM,wBAAwB,SAAS,CAAC;AAG/C,eAAO,MAAM,yBAAyB,SAAS,CAAC;AAChD,eAAO,MAAM,oBAAoB,SAAS,CAAC;AAG3C,eAAO,MAAM,qBAAqB,SAAS,CAAC;AAC5C,eAAO,MAAM,oBAAoB,SAAS,CAAC"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -30,9 +30,8 @@ const PASSWORD_RESET_SUBMIT_PASSWORD = 100043;
30
30
  const PASSWORD_RESET_RESEND_CODE = 100044;
31
31
  const ACCOUNT_GET_ACCESS_TOKEN = 100063;
32
32
  // JIT (Just-In-Time) Auth Method Registration
33
- const JIT_GET_AUTH_METHODS = 100081;
34
- const JIT_CHALLENGE_AUTH_METHOD = 100082;
35
- const JIT_SUBMIT_CHALLENGE = 100083;
33
+ const JIT_CHALLENGE_AUTH_METHOD = 100081;
34
+ const JIT_SUBMIT_CHALLENGE = 100082;
36
35
 
37
- export { ACCOUNT_GET_ACCESS_TOKEN, JIT_CHALLENGE_AUTH_METHOD, JIT_GET_AUTH_METHODS, JIT_SUBMIT_CHALLENGE, PASSWORD_RESET_RESEND_CODE, PASSWORD_RESET_START, PASSWORD_RESET_SUBMIT_CODE, PASSWORD_RESET_SUBMIT_PASSWORD, SIGN_IN_AFTER_PASSWORD_RESET, SIGN_IN_AFTER_SIGN_UP, SIGN_IN_RESEND_CODE, SIGN_IN_SUBMIT_CODE, SIGN_IN_SUBMIT_PASSWORD, SIGN_IN_WITH_CODE_START, SIGN_IN_WITH_PASSWORD_START, SIGN_UP_RESEND_CODE, SIGN_UP_START, SIGN_UP_SUBMIT_ATTRIBUTES, SIGN_UP_SUBMIT_CODE, SIGN_UP_SUBMIT_PASSWORD, SIGN_UP_WITH_PASSWORD_START };
36
+ export { ACCOUNT_GET_ACCESS_TOKEN, JIT_CHALLENGE_AUTH_METHOD, JIT_SUBMIT_CHALLENGE, PASSWORD_RESET_RESEND_CODE, PASSWORD_RESET_START, PASSWORD_RESET_SUBMIT_CODE, PASSWORD_RESET_SUBMIT_PASSWORD, SIGN_IN_AFTER_PASSWORD_RESET, SIGN_IN_AFTER_SIGN_UP, SIGN_IN_RESEND_CODE, SIGN_IN_SUBMIT_CODE, SIGN_IN_SUBMIT_PASSWORD, SIGN_IN_WITH_CODE_START, SIGN_IN_WITH_PASSWORD_START, SIGN_UP_RESEND_CODE, SIGN_UP_START, SIGN_UP_SUBMIT_ATTRIBUTES, SIGN_UP_SUBMIT_CODE, SIGN_UP_SUBMIT_PASSWORD, SIGN_UP_WITH_PASSWORD_START };
38
37
  //# sourceMappingURL=PublicApiId.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"PublicApiId.mjs","sources":["../../../../../../src/custom_auth/core/telemetry/PublicApiId.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEH;;;AAGG;AAEH;AACO,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,2BAA2B,GAAG,OAAO;AAC3C,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,qBAAqB,GAAG,OAAO;AACrC,MAAM,4BAA4B,GAAG,OAAO;AAEnD;AACO,MAAM,2BAA2B,GAAG,OAAO;AAC3C,MAAM,aAAa,GAAG,OAAO;AAC7B,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,yBAAyB,GAAG,OAAO;AACzC,MAAM,mBAAmB,GAAG,OAAO;AAE1C;AACO,MAAM,oBAAoB,GAAG,OAAO;AACpC,MAAM,0BAA0B,GAAG,OAAO;AAC1C,MAAM,8BAA8B,GAAG,OAAO;AAC9C,MAAM,0BAA0B,GAAG,OAAO;AAK1C,MAAM,wBAAwB,GAAG,OAAO;AAE/C;AACO,MAAM,oBAAoB,GAAG,OAAO;AACpC,MAAM,yBAAyB,GAAG,OAAO;AACzC,MAAM,oBAAoB,GAAG;;;;"}
1
+ {"version":3,"file":"PublicApiId.mjs","sources":["../../../../../../src/custom_auth/core/telemetry/PublicApiId.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAAA;;;AAGG;AAEH;;;AAGG;AAEH;AACO,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,2BAA2B,GAAG,OAAO;AAC3C,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,qBAAqB,GAAG,OAAO;AACrC,MAAM,4BAA4B,GAAG,OAAO;AAEnD;AACO,MAAM,2BAA2B,GAAG,OAAO;AAC3C,MAAM,aAAa,GAAG,OAAO;AAC7B,MAAM,mBAAmB,GAAG,OAAO;AACnC,MAAM,uBAAuB,GAAG,OAAO;AACvC,MAAM,yBAAyB,GAAG,OAAO;AACzC,MAAM,mBAAmB,GAAG,OAAO;AAE1C;AACO,MAAM,oBAAoB,GAAG,OAAO;AACpC,MAAM,0BAA0B,GAAG,OAAO;AAC1C,MAAM,8BAA8B,GAAG,OAAO;AAC9C,MAAM,0BAA0B,GAAG,OAAO;AAK1C,MAAM,wBAAwB,GAAG,OAAO;AAE/C;AACO,MAAM,yBAAyB,GAAG,OAAO;AACzC,MAAM,oBAAoB,GAAG;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { InvalidArgumentError } from '../error/InvalidArgumentError.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { ParsedUrlError } from '../error/ParsedUrlError.mjs';
4
4
  import { InvalidUrl } from '../error/ParsedUrlErrorCodes.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { SignOutResult } from './result/SignOutResult.mjs';
4
4
  import { GetAccessTokenResult } from './result/GetAccessTokenResult.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { AuthFlowErrorBase } from '../../../core/auth_flow/AuthFlowErrorBase.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../../core/auth_flow/AuthFlowResultBase.mjs';
4
4
  import { GetCurrentAccountAccessTokenError } from '../error_type/GetAccountError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../../core/auth_flow/AuthFlowResultBase.mjs';
4
4
  import { GetAccountError } from '../error_type/GetAccountError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../../core/auth_flow/AuthFlowResultBase.mjs';
4
4
  import { SignOutError } from '../error_type/GetAccountError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { AuthFlowStateBase } from '../../../core/auth_flow/AuthFlowState.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { DefaultPackageInfo } from '../../CustomAuthConstants.mjs';
4
4
  import { ACCOUNT_GET_ACCESS_TOKEN } from '../../core/telemetry/PublicApiId.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  export { CustomAuthPublicClientApplication } from './CustomAuthPublicClientApplication.mjs';
4
4
  export { CustomAuthAccountData } from './get_account/auth_flow/CustomAuthAccountData.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { BaseOperatingContext } from '../../operatingcontext/BaseOperatingContext.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { AuthActionErrorBase } from '../../../core/auth_flow/AuthFlowErrorBase.mjs';
4
4
  import { CustomAuthApiError } from '../../../core/error/CustomAuthApiError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../../core/auth_flow/AuthFlowResultBase.mjs';
4
4
  import { ResetPasswordResendCodeError } from '../error_type/ResetPasswordError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v4.23.0 2025-09-17 */
1
+ /*! @azure/msal-browser v4.24.1 2025-09-30 */
2
2
  'use strict';
3
3
  import { AuthFlowResultBase } from '../../../core/auth_flow/AuthFlowResultBase.mjs';
4
4
  import { ResetPasswordError } from '../error_type/ResetPasswordError.mjs';