@azure/msal-browser 4.24.1 → 4.25.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.
- package/dist/app/IPublicClientApplication.mjs +1 -1
- package/dist/app/PublicClientApplication.mjs +1 -1
- package/dist/app/PublicClientNext.mjs +1 -1
- package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
- package/dist/cache/AccountManager.mjs +1 -1
- package/dist/cache/AsyncMemoryStorage.mjs +1 -1
- package/dist/cache/BrowserCacheManager.mjs +1 -1
- package/dist/cache/CacheHelpers.mjs +1 -1
- package/dist/cache/CacheKeys.mjs +1 -1
- package/dist/cache/CookieStorage.mjs +1 -1
- package/dist/cache/DatabaseStorage.mjs +1 -1
- package/dist/cache/EncryptedData.mjs +1 -1
- package/dist/cache/LocalStorage.mjs +1 -1
- package/dist/cache/MemoryStorage.mjs +1 -1
- package/dist/cache/SessionStorage.mjs +1 -1
- package/dist/cache/TokenCache.mjs +1 -1
- package/dist/config/Configuration.mjs +1 -1
- package/dist/controllers/ControllerFactory.mjs +1 -1
- package/dist/controllers/NestedAppAuthController.mjs +1 -1
- package/dist/controllers/StandardController.mjs +1 -1
- package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
- package/dist/crypto/BrowserCrypto.mjs +1 -1
- package/dist/crypto/CryptoOps.mjs +1 -1
- package/dist/crypto/PkceGenerator.mjs +1 -1
- package/dist/crypto/SignedHttpRequest.mjs +1 -1
- package/dist/custom-auth-path/app/PublicClientApplication.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
- package/dist/custom-auth-path/cache/AccountManager.mjs +1 -1
- package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/BrowserCacheManager.mjs +1 -1
- package/dist/custom-auth-path/cache/CacheHelpers.mjs +1 -1
- package/dist/custom-auth-path/cache/CacheKeys.mjs +1 -1
- package/dist/custom-auth-path/cache/CookieStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/DatabaseStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/EncryptedData.mjs +1 -1
- package/dist/custom-auth-path/cache/LocalStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/MemoryStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/SessionStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/TokenCache.mjs +1 -1
- package/dist/custom-auth-path/config/Configuration.mjs +1 -1
- package/dist/custom-auth-path/controllers/ControllerFactory.mjs +1 -1
- package/dist/custom-auth-path/controllers/StandardController.mjs +1 -1
- package/dist/custom-auth-path/crypto/BrowserCrypto.mjs +1 -1
- package/dist/custom-auth-path/crypto/CryptoOps.mjs +1 -1
- package/dist/custom-auth-path/crypto/PkceGenerator.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.d.ts +1 -0
- package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +25 -2
- package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +6 -6
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowStateTypes.d.ts +29 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowStateTypes.d.ts.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowStateTypes.mjs +45 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowStateTypes.mjs.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +9 -3
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +7 -6
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +6 -2
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +5 -4
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.d.ts +7 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +12 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.d.ts +7 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +12 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +8 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +16 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +5 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +42 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +6 -2
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +46 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +6 -2
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +45 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +24 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +24 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +8 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +140 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.mjs.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs +85 -0
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +24 -0
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +2 -2
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts +1 -0
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +4 -3
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +4 -3
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +6 -3
- package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +4 -3
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +4 -3
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +4 -3
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts +8 -0
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +16 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts +8 -0
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +16 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.d.ts +8 -0
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +16 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +15 -13
- package/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/index.d.ts +7 -0
- package/dist/custom-auth-path/custom_auth/index.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/index.mjs +7 -1
- package/dist/custom-auth-path/custom_auth/index.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +4 -7
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +4 -4
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +4 -4
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +4 -4
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +11 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +9 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +9 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +10 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts +2 -0
- package/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +4 -3
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +10 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +15 -10
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +19 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +19 -4
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +10 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +13 -6
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +14 -13
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +9 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +13 -33
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +9 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +13 -30
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.d.ts +16 -0
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +68 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts +2 -0
- package/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +4 -7
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +6 -8
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +4 -4
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +6 -8
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +5 -6
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +10 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +13 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts +5 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +10 -2
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +9 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts +4 -0
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +11 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts +2 -0
- package/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
- package/dist/custom-auth-path/encode/Base64Decode.mjs +1 -1
- package/dist/custom-auth-path/encode/Base64Encode.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserAuthError.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/error/NativeAuthError.mjs +1 -1
- package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/event/EventHandler.mjs +1 -1
- package/dist/custom-auth-path/event/EventType.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/PopupClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +1 -1
- package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +1 -1
- package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
- package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
- package/dist/custom-auth-path/packageMetadata.mjs +2 -2
- package/dist/custom-auth-path/protocol/Authorize.mjs +1 -1
- package/dist/custom-auth-path/request/RequestHelpers.mjs +1 -1
- package/dist/custom-auth-path/response/ResponseHandler.mjs +1 -1
- package/dist/custom-auth-path/utils/BrowserConstants.mjs +1 -1
- package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +1 -1
- package/dist/custom-auth-path/utils/BrowserUtils.mjs +1 -1
- package/dist/custom-auth-path/utils/Helpers.mjs +1 -1
- package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +1 -1
- package/dist/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/dist/custom_auth/controller/CustomAuthStandardController.d.ts +1 -0
- package/dist/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/AuthFlowState.d.ts +4 -0
- package/dist/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/AuthFlowStateTypes.d.ts +29 -0
- package/dist/custom_auth/core/auth_flow/AuthFlowStateTypes.d.ts.map +1 -0
- package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +9 -3
- package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +6 -2
- package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.d.ts +7 -0
- package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.d.ts +7 -0
- package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +8 -0
- package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +5 -0
- package/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +6 -2
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +6 -2
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +4 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +4 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +8 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
- package/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +1 -1
- package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts +1 -0
- package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +1 -1
- package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
- package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
- package/dist/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +1 -1
- package/dist/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +1 -1
- package/dist/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +1 -1
- package/dist/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts +8 -0
- package/dist/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +1 -1
- package/dist/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts +8 -0
- package/dist/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +1 -1
- package/dist/custom_auth/get_account/auth_flow/state/SignOutState.d.ts +8 -0
- package/dist/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +1 -1
- package/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
- package/dist/custom_auth/index.d.ts +7 -0
- package/dist/custom_auth/index.d.ts.map +1 -1
- package/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +1 -1
- package/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +1 -1
- package/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +1 -1
- package/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +1 -1
- package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts +4 -0
- package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +1 -1
- package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts +4 -0
- package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +1 -1
- package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts +4 -0
- package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +1 -1
- package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts +4 -0
- package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +1 -1
- package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts +2 -0
- package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +10 -1
- package/dist/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +19 -1
- package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +10 -1
- package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts +4 -0
- package/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts +4 -0
- package/dist/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts +4 -0
- package/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts +4 -0
- package/dist/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts +4 -0
- package/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/state/SignInState.d.ts +16 -0
- package/dist/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts +2 -0
- package/dist/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts +4 -0
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts +4 -0
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts +5 -1
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts +4 -0
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts +4 -0
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +1 -1
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts +2 -0
- package/dist/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +1 -1
- package/dist/encode/Base64Decode.mjs +1 -1
- package/dist/encode/Base64Encode.mjs +1 -1
- package/dist/error/BrowserAuthError.mjs +1 -1
- package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/dist/error/NativeAuthError.mjs +1 -1
- package/dist/error/NativeAuthErrorCodes.mjs +1 -1
- package/dist/error/NestedAppAuthError.mjs +1 -1
- package/dist/event/EventHandler.mjs +1 -1
- package/dist/event/EventMessage.mjs +1 -1
- package/dist/event/EventType.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
- package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
- package/dist/interaction_client/PopupClient.mjs +1 -1
- package/dist/interaction_client/RedirectClient.mjs +1 -1
- package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
- package/dist/interaction_client/SilentCacheClient.mjs +1 -1
- package/dist/interaction_client/SilentIframeClient.mjs +1 -1
- package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
- package/dist/interaction_handler/InteractionHandler.mjs +1 -1
- package/dist/interaction_handler/SilentHandler.mjs +1 -1
- package/dist/naa/BridgeError.mjs +1 -1
- package/dist/naa/BridgeProxy.mjs +1 -1
- package/dist/naa/BridgeStatusCode.mjs +1 -1
- package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
- package/dist/navigation/NavigationClient.mjs +1 -1
- package/dist/network/FetchClient.mjs +1 -1
- package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
- package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.mjs +2 -2
- package/dist/protocol/Authorize.mjs +1 -1
- package/dist/request/RequestHelpers.mjs +1 -1
- package/dist/response/ResponseHandler.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
- package/dist/utils/BrowserConstants.mjs +1 -1
- package/dist/utils/BrowserProtocolUtils.mjs +1 -1
- package/dist/utils/BrowserUtils.mjs +1 -1
- package/dist/utils/Helpers.mjs +1 -1
- package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
- package/lib/custom-auth-path/msal-custom-auth.cjs +4738 -4078
- package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/custom-auth-path/types/custom_auth/controller/CustomAuthStandardController.d.ts +1 -0
- package/lib/custom-auth-path/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowStateTypes.d.ts +29 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowStateTypes.d.ts.map +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +9 -3
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +6 -2
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.d.ts +7 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.d.ts +7 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +8 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +5 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +6 -2
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +6 -2
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +8 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts +8 -0
- package/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts +8 -0
- package/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/SignOutState.d.ts +8 -0
- package/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/index.d.ts +7 -0
- package/lib/custom-auth-path/types/custom_auth/index.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts +2 -0
- package/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +10 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +19 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +10 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts +16 -0
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts +2 -0
- package/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts +5 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts +4 -0
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts +2 -0
- package/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +1 -1
- package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
- package/lib/msal-browser.cjs +66 -66
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +66 -66
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +60 -60
- package/lib/types/custom_auth/CustomAuthConstants.d.ts +1 -1
- package/lib/types/custom_auth/controller/CustomAuthStandardController.d.ts +1 -0
- package/lib/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/AuthFlowState.d.ts +4 -0
- package/lib/types/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/AuthFlowStateTypes.d.ts +29 -0
- package/lib/types/custom_auth/core/auth_flow/AuthFlowStateTypes.d.ts.map +1 -0
- package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +9 -3
- package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +6 -2
- package/lib/types/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.d.ts +7 -0
- package/lib/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.d.ts +7 -0
- package/lib/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +8 -0
- package/lib/types/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +5 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +6 -2
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +6 -2
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +4 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +4 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +8 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -1
- package/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +1 -1
- package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts +1 -0
- package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +1 -1
- package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +1 -0
- package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
- package/lib/types/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +1 -1
- package/lib/types/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +1 -1
- package/lib/types/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +1 -1
- package/lib/types/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts +8 -0
- package/lib/types/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +1 -1
- package/lib/types/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts +8 -0
- package/lib/types/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +1 -1
- package/lib/types/custom_auth/get_account/auth_flow/state/SignOutState.d.ts +8 -0
- package/lib/types/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +1 -1
- package/lib/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -1
- package/lib/types/custom_auth/index.d.ts +7 -0
- package/lib/types/custom_auth/index.d.ts.map +1 -1
- package/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +1 -1
- package/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +1 -1
- package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts +4 -0
- package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +1 -1
- package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts +4 -0
- package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +1 -1
- package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts +4 -0
- package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +1 -1
- package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts +4 -0
- package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +1 -1
- package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts +2 -0
- package/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +10 -1
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +19 -1
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +10 -1
- package/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts +4 -0
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts +4 -0
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts +4 -0
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts +4 -0
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts +4 -0
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts +16 -0
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts +2 -0
- package/lib/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts +4 -0
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts +4 -0
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts +5 -1
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts +4 -0
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts +4 -0
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts +2 -0
- package/lib/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/package.json +1 -1
- package/src/custom_auth/controller/CustomAuthStandardController.ts +33 -0
- package/src/custom_auth/core/auth_flow/AuthFlowErrorBase.ts +3 -5
- package/src/custom_auth/core/auth_flow/AuthFlowState.ts +6 -1
- package/src/custom_auth/core/auth_flow/AuthFlowStateTypes.ts +60 -0
- package/src/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.ts +21 -8
- package/src/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.ts +15 -5
- package/src/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.ts +10 -1
- package/src/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.ts +10 -1
- package/src/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.ts +14 -0
- package/src/custom_auth/core/auth_flow/mfa/error_type/MfaError.ts +8 -0
- package/src/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.ts +12 -4
- package/src/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.ts +12 -4
- package/src/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.ts +7 -1
- package/src/custom_auth/core/auth_flow/mfa/state/MfaFailedState.ts +7 -1
- package/src/custom_auth/core/auth_flow/mfa/state/MfaState.ts +14 -0
- package/src/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.ts +2 -1
- package/src/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.ts +1 -0
- package/src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts +1 -0
- package/src/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.ts +6 -2
- package/src/custom_auth/get_account/auth_flow/result/GetAccountResult.ts +6 -2
- package/src/custom_auth/get_account/auth_flow/result/SignOutResult.ts +6 -2
- package/src/custom_auth/get_account/auth_flow/state/GetAccessTokenState.ts +16 -2
- package/src/custom_auth/get_account/auth_flow/state/GetAccountState.ts +16 -2
- package/src/custom_auth/get_account/auth_flow/state/SignOutState.ts +16 -2
- package/src/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.ts +17 -15
- package/src/custom_auth/index.ts +22 -0
- package/src/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.ts +6 -8
- package/src/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.ts +6 -2
- package/src/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.ts +8 -2
- package/src/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.ts +6 -2
- package/src/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.ts +8 -0
- package/src/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.ts +7 -1
- package/src/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.ts +7 -1
- package/src/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.ts +7 -0
- package/src/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.ts +2 -0
- package/src/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.ts +6 -2
- package/src/custom_auth/sign_in/auth_flow/result/SignInResult.ts +28 -6
- package/src/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.ts +38 -3
- package/src/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.ts +26 -4
- package/src/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.ts +18 -22
- package/src/custom_auth/sign_in/auth_flow/state/SignInCompletedState.ts +7 -1
- package/src/custom_auth/sign_in/auth_flow/state/SignInContinuationState.ts +14 -50
- package/src/custom_auth/sign_in/auth_flow/state/SignInFailedState.ts +7 -1
- package/src/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.ts +18 -49
- package/src/custom_auth/sign_in/auth_flow/state/SignInState.ts +108 -0
- package/src/custom_auth/sign_in/auth_flow/state/SignInStateParameters.ts +2 -0
- package/src/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.ts +6 -6
- package/src/custom_auth/sign_up/auth_flow/result/SignUpResult.ts +10 -4
- package/src/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.ts +6 -2
- package/src/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.ts +10 -4
- package/src/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.ts +8 -3
- package/src/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.ts +7 -0
- package/src/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.ts +10 -0
- package/src/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.ts +8 -2
- package/src/custom_auth/sign_up/auth_flow/state/SignUpFailedState.ts +7 -1
- package/src/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.ts +8 -0
- package/src/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.ts +2 -0
- package/src/packageMetadata.ts +1 -1
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
SIGN_IN_PASSWORD_REQUIRED_RESULT_TYPE,
|
|
32
32
|
SIGN_IN_COMPLETED_RESULT_TYPE,
|
|
33
33
|
SIGN_IN_JIT_REQUIRED_RESULT_TYPE,
|
|
34
|
+
SIGN_IN_MFA_REQUIRED_RESULT_TYPE,
|
|
34
35
|
} from "../sign_in/interaction_client/result/SignInActionResult.js";
|
|
35
36
|
import { SignUpClient } from "../sign_up/interaction_client/SignUpClient.js";
|
|
36
37
|
import { CustomAuthInterationClientFactory } from "../core/interaction_client/CustomAuthInterationClientFactory.js";
|
|
@@ -43,6 +44,7 @@ import { CustomAuthApiClient } from "../core/network_client/custom_auth_api/Cust
|
|
|
43
44
|
import { FetchHttpClient } from "../core/network_client/http_client/FetchHttpClient.js";
|
|
44
45
|
import { ResetPasswordClient } from "../reset_password/interaction_client/ResetPasswordClient.js";
|
|
45
46
|
import { JitClient } from "../core/interaction_client/jit/JitClient.js";
|
|
47
|
+
import { MfaClient } from "../core/interaction_client/mfa/MfaClient.js";
|
|
46
48
|
import { NoCachedAccountFoundError } from "../core/error/NoCachedAccountFoundError.js";
|
|
47
49
|
import * as ArgumentValidator from "../core/utils/ArgumentValidator.js";
|
|
48
50
|
import { UserAlreadySignedInError } from "../core/error/UserAlreadySignedInError.js";
|
|
@@ -52,6 +54,7 @@ import { SignInCodeRequiredState } from "../sign_in/auth_flow/state/SignInCodeRe
|
|
|
52
54
|
import { SignInPasswordRequiredState } from "../sign_in/auth_flow/state/SignInPasswordRequiredState.js";
|
|
53
55
|
import { SignInCompletedState } from "../sign_in/auth_flow/state/SignInCompletedState.js";
|
|
54
56
|
import { AuthMethodRegistrationRequiredState } from "../core/auth_flow/jit/state/AuthMethodRegistrationState.js";
|
|
57
|
+
import { MfaAwaitingState } from "../core/auth_flow/mfa/state/MfaState.js";
|
|
55
58
|
import { SignUpCodeRequiredState } from "../sign_up/auth_flow/state/SignUpCodeRequiredState.js";
|
|
56
59
|
import { SignUpPasswordRequiredState } from "../sign_up/auth_flow/state/SignUpPasswordRequiredState.js";
|
|
57
60
|
import { ResetPasswordCodeRequiredState } from "../reset_password/auth_flow/state/ResetPasswordCodeRequiredState.js";
|
|
@@ -68,6 +71,7 @@ export class CustomAuthStandardController
|
|
|
68
71
|
private readonly signUpClient: SignUpClient;
|
|
69
72
|
private readonly resetPasswordClient: ResetPasswordClient;
|
|
70
73
|
private readonly jitClient: JitClient;
|
|
74
|
+
private readonly mfaClient: MfaClient;
|
|
71
75
|
private readonly cacheClient: CustomAuthSilentCacheClient;
|
|
72
76
|
private readonly customAuthConfig: CustomAuthBrowserConfiguration;
|
|
73
77
|
private readonly authority: CustomAuthAuthority;
|
|
@@ -129,6 +133,7 @@ export class CustomAuthStandardController
|
|
|
129
133
|
this.resetPasswordClient =
|
|
130
134
|
interactionClientFactory.create(ResetPasswordClient);
|
|
131
135
|
this.jitClient = interactionClientFactory.create(JitClient);
|
|
136
|
+
this.mfaClient = interactionClientFactory.create(MfaClient);
|
|
132
137
|
this.cacheClient = interactionClientFactory.create(
|
|
133
138
|
CustomAuthSilentCacheClient
|
|
134
139
|
);
|
|
@@ -242,6 +247,7 @@ export class CustomAuthStandardController
|
|
|
242
247
|
signInClient: this.signInClient,
|
|
243
248
|
cacheClient: this.cacheClient,
|
|
244
249
|
jitClient: this.jitClient,
|
|
250
|
+
mfaClient: this.mfaClient,
|
|
245
251
|
username: signInInputs.username,
|
|
246
252
|
codeLength: startResult.codeLength,
|
|
247
253
|
scopes: signInInputs.scopes ?? [],
|
|
@@ -272,6 +278,7 @@ export class CustomAuthStandardController
|
|
|
272
278
|
signInClient: this.signInClient,
|
|
273
279
|
cacheClient: this.cacheClient,
|
|
274
280
|
jitClient: this.jitClient,
|
|
281
|
+
mfaClient: this.mfaClient,
|
|
275
282
|
username: signInInputs.username,
|
|
276
283
|
scopes: signInInputs.scopes ?? [],
|
|
277
284
|
claims: signInInputs.claims,
|
|
@@ -344,6 +351,29 @@ export class CustomAuthStandardController
|
|
|
344
351
|
claims: signInInputs.claims,
|
|
345
352
|
})
|
|
346
353
|
);
|
|
354
|
+
} else if (
|
|
355
|
+
submitPasswordResult.type ===
|
|
356
|
+
SIGN_IN_MFA_REQUIRED_RESULT_TYPE
|
|
357
|
+
) {
|
|
358
|
+
// MFA is required - create MfaAwaitingState
|
|
359
|
+
this.logger.verbose(
|
|
360
|
+
"MFA required for sign-in.",
|
|
361
|
+
correlationId
|
|
362
|
+
);
|
|
363
|
+
|
|
364
|
+
return new SignInResult(
|
|
365
|
+
new MfaAwaitingState({
|
|
366
|
+
correlationId: correlationId,
|
|
367
|
+
continuationToken:
|
|
368
|
+
submitPasswordResult.continuationToken,
|
|
369
|
+
logger: this.logger,
|
|
370
|
+
config: this.customAuthConfig,
|
|
371
|
+
mfaClient: this.mfaClient,
|
|
372
|
+
cacheClient: this.cacheClient,
|
|
373
|
+
scopes: signInInputs.scopes ?? [],
|
|
374
|
+
authMethods: submitPasswordResult.authMethods ?? [],
|
|
375
|
+
})
|
|
376
|
+
);
|
|
347
377
|
} else {
|
|
348
378
|
// Unexpected result type
|
|
349
379
|
const result = submitPasswordResult as { type: string };
|
|
@@ -437,6 +467,7 @@ export class CustomAuthStandardController
|
|
|
437
467
|
signUpClient: this.signUpClient,
|
|
438
468
|
cacheClient: this.cacheClient,
|
|
439
469
|
jitClient: this.jitClient,
|
|
470
|
+
mfaClient: this.mfaClient,
|
|
440
471
|
username: signUpInputs.username,
|
|
441
472
|
codeLength: startResult.codeLength,
|
|
442
473
|
codeResendInterval: startResult.interval,
|
|
@@ -461,6 +492,7 @@ export class CustomAuthStandardController
|
|
|
461
492
|
signUpClient: this.signUpClient,
|
|
462
493
|
cacheClient: this.cacheClient,
|
|
463
494
|
jitClient: this.jitClient,
|
|
495
|
+
mfaClient: this.mfaClient,
|
|
464
496
|
username: signUpInputs.username,
|
|
465
497
|
})
|
|
466
498
|
);
|
|
@@ -531,6 +563,7 @@ export class CustomAuthStandardController
|
|
|
531
563
|
resetPasswordClient: this.resetPasswordClient,
|
|
532
564
|
cacheClient: this.cacheClient,
|
|
533
565
|
jitClient: this.jitClient,
|
|
566
|
+
mfaClient: this.mfaClient,
|
|
534
567
|
username: resetPasswordInputs.username,
|
|
535
568
|
codeLength: startResult.codeLength,
|
|
536
569
|
})
|
|
@@ -153,11 +153,9 @@ export abstract class AuthFlowErrorBase {
|
|
|
153
153
|
protected isVerificationContactBlockedError(): boolean {
|
|
154
154
|
return (
|
|
155
155
|
this.errorData instanceof CustomAuthApiError &&
|
|
156
|
-
this.errorData.error === CustomAuthApiErrorCode.
|
|
157
|
-
this.errorData.
|
|
158
|
-
|
|
159
|
-
"multi-factor authentication method is blocked"
|
|
160
|
-
) === true
|
|
156
|
+
this.errorData.error === CustomAuthApiErrorCode.ACCESS_DENIED &&
|
|
157
|
+
this.errorData.subError ===
|
|
158
|
+
CustomAuthApiSuberror.PROVIDER_BLOCKED_BY_REPUTATION
|
|
161
159
|
);
|
|
162
160
|
}
|
|
163
161
|
}
|
|
@@ -19,7 +19,12 @@ export interface AuthFlowActionRequiredStateParameters {
|
|
|
19
19
|
/**
|
|
20
20
|
* Base class for the state of an authentication flow.
|
|
21
21
|
*/
|
|
22
|
-
export abstract class AuthFlowStateBase {
|
|
22
|
+
export abstract class AuthFlowStateBase {
|
|
23
|
+
/**
|
|
24
|
+
* The type of the state.
|
|
25
|
+
*/
|
|
26
|
+
abstract stateType: string;
|
|
27
|
+
}
|
|
23
28
|
|
|
24
29
|
/**
|
|
25
30
|
* Base class for the action requried state in an authentication flow.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
// Sign in state types
|
|
7
|
+
export const SIGN_IN_CODE_REQUIRED_STATE_TYPE = "SignInCodeRequiredState";
|
|
8
|
+
export const SIGN_IN_PASSWORD_REQUIRED_STATE_TYPE =
|
|
9
|
+
"SignInPasswordRequiredState";
|
|
10
|
+
export const SIGN_IN_CONTINUATION_STATE_TYPE = "SignInContinuationState";
|
|
11
|
+
export const SIGN_IN_COMPLETED_STATE_TYPE = "SignInCompletedState";
|
|
12
|
+
export const SIGN_IN_FAILED_STATE_TYPE = "SignInFailedState";
|
|
13
|
+
|
|
14
|
+
// Sign up state types
|
|
15
|
+
export const SIGN_UP_CODE_REQUIRED_STATE_TYPE = "SignUpCodeRequiredState";
|
|
16
|
+
export const SIGN_UP_PASSWORD_REQUIRED_STATE_TYPE =
|
|
17
|
+
"SignUpPasswordRequiredState";
|
|
18
|
+
export const SIGN_UP_ATTRIBUTES_REQUIRED_STATE_TYPE =
|
|
19
|
+
"SignUpAttributesRequiredState";
|
|
20
|
+
export const SIGN_UP_COMPLETED_STATE_TYPE = "SignUpCompletedState";
|
|
21
|
+
export const SIGN_UP_FAILED_STATE_TYPE = "SignUpFailedState";
|
|
22
|
+
|
|
23
|
+
// Reset password state types
|
|
24
|
+
export const RESET_PASSWORD_CODE_REQUIRED_STATE_TYPE =
|
|
25
|
+
"ResetPasswordCodeRequiredState";
|
|
26
|
+
export const RESET_PASSWORD_PASSWORD_REQUIRED_STATE_TYPE =
|
|
27
|
+
"ResetPasswordPasswordRequiredState";
|
|
28
|
+
export const RESET_PASSWORD_COMPLETED_STATE_TYPE =
|
|
29
|
+
"ResetPasswordCompletedState";
|
|
30
|
+
export const RESET_PASSWORD_FAILED_STATE_TYPE = "ResetPasswordFailedState";
|
|
31
|
+
|
|
32
|
+
// Get account state types
|
|
33
|
+
export const GET_ACCOUNT_COMPLETED_STATE_TYPE = "GetAccountCompletedState";
|
|
34
|
+
export const GET_ACCOUNT_FAILED_STATE_TYPE = "GetAccountFailedState";
|
|
35
|
+
|
|
36
|
+
// Get access token state types
|
|
37
|
+
export const GET_ACCESS_TOKEN_COMPLETED_STATE_TYPE =
|
|
38
|
+
"GetAccessTokenCompletedState";
|
|
39
|
+
export const GET_ACCESS_TOKEN_FAILED_STATE_TYPE = "GetAccessTokenFailedState";
|
|
40
|
+
|
|
41
|
+
// Sign out state types
|
|
42
|
+
export const SIGN_OUT_COMPLETED_STATE_TYPE = "SignOutCompletedState";
|
|
43
|
+
export const SIGN_OUT_FAILED_STATE_TYPE = "SignOutFailedState";
|
|
44
|
+
|
|
45
|
+
// MFA state types
|
|
46
|
+
export const MFA_AWAITING_STATE_TYPE = "MfaAwaitingState";
|
|
47
|
+
export const MFA_VERIFICATION_REQUIRED_STATE_TYPE =
|
|
48
|
+
"MfaVerificationRequiredState";
|
|
49
|
+
export const MFA_COMPLETED_STATE_TYPE = "MfaCompletedState";
|
|
50
|
+
export const MFA_FAILED_STATE_TYPE = "MfaFailedState";
|
|
51
|
+
|
|
52
|
+
// Auth method registration (JIT) state types
|
|
53
|
+
export const AUTH_METHOD_REGISTRATION_REQUIRED_STATE_TYPE =
|
|
54
|
+
"AuthMethodRegistrationRequiredState";
|
|
55
|
+
export const AUTH_METHOD_VERIFICATION_REQUIRED_STATE_TYPE =
|
|
56
|
+
"AuthMethodVerificationRequiredState";
|
|
57
|
+
export const AUTH_METHOD_REGISTRATION_COMPLETED_STATE_TYPE =
|
|
58
|
+
"AuthMethodRegistrationCompletedState";
|
|
59
|
+
export const AUTH_METHOD_REGISTRATION_FAILED_STATE_TYPE =
|
|
60
|
+
"AuthMethodRegistrationFailedState";
|
package/src/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.ts
CHANGED
|
@@ -9,6 +9,11 @@ import type { AuthMethodVerificationRequiredState } from "../state/AuthMethodReg
|
|
|
9
9
|
import { CustomAuthAccountData } from "../../../../get_account/auth_flow/CustomAuthAccountData.js";
|
|
10
10
|
import { AuthMethodRegistrationCompletedState } from "../state/AuthMethodRegistrationCompletedState.js";
|
|
11
11
|
import { AuthMethodRegistrationFailedState } from "../state/AuthMethodRegistrationFailedState.js";
|
|
12
|
+
import {
|
|
13
|
+
AUTH_METHOD_VERIFICATION_REQUIRED_STATE_TYPE,
|
|
14
|
+
AUTH_METHOD_REGISTRATION_COMPLETED_STATE_TYPE,
|
|
15
|
+
AUTH_METHOD_REGISTRATION_FAILED_STATE_TYPE,
|
|
16
|
+
} from "../../AuthFlowStateTypes.js";
|
|
12
17
|
|
|
13
18
|
/**
|
|
14
19
|
* Result of challenging an authentication method for registration.
|
|
@@ -41,10 +46,12 @@ export class AuthMethodRegistrationChallengeMethodResult extends AuthFlowResultB
|
|
|
41
46
|
* @returns true if verification is required, false otherwise.
|
|
42
47
|
* @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
|
|
43
48
|
*/
|
|
44
|
-
isVerificationRequired():
|
|
49
|
+
isVerificationRequired(): this is AuthMethodRegistrationChallengeMethodResult & {
|
|
50
|
+
state: AuthMethodVerificationRequiredState;
|
|
51
|
+
} {
|
|
45
52
|
return (
|
|
46
|
-
this.state.
|
|
47
|
-
|
|
53
|
+
this.state.stateType ===
|
|
54
|
+
AUTH_METHOD_VERIFICATION_REQUIRED_STATE_TYPE
|
|
48
55
|
);
|
|
49
56
|
}
|
|
50
57
|
|
|
@@ -53,10 +60,12 @@ export class AuthMethodRegistrationChallengeMethodResult extends AuthFlowResultB
|
|
|
53
60
|
* @returns true if registration is completed, false otherwise.
|
|
54
61
|
* @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
|
|
55
62
|
*/
|
|
56
|
-
isCompleted():
|
|
63
|
+
isCompleted(): this is AuthMethodRegistrationChallengeMethodResult & {
|
|
64
|
+
state: AuthMethodRegistrationCompletedState;
|
|
65
|
+
} {
|
|
57
66
|
return (
|
|
58
|
-
this.state.
|
|
59
|
-
|
|
67
|
+
this.state.stateType ===
|
|
68
|
+
AUTH_METHOD_REGISTRATION_COMPLETED_STATE_TYPE
|
|
60
69
|
);
|
|
61
70
|
}
|
|
62
71
|
|
|
@@ -65,8 +74,12 @@ export class AuthMethodRegistrationChallengeMethodResult extends AuthFlowResultB
|
|
|
65
74
|
* @returns true if the result is failed, false otherwise.
|
|
66
75
|
* @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
|
|
67
76
|
*/
|
|
68
|
-
isFailed():
|
|
69
|
-
|
|
77
|
+
isFailed(): this is AuthMethodRegistrationChallengeMethodResult & {
|
|
78
|
+
state: AuthMethodRegistrationFailedState;
|
|
79
|
+
} {
|
|
80
|
+
return (
|
|
81
|
+
this.state.stateType === AUTH_METHOD_REGISTRATION_FAILED_STATE_TYPE
|
|
82
|
+
);
|
|
70
83
|
}
|
|
71
84
|
}
|
|
72
85
|
|
package/src/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.ts
CHANGED
|
@@ -8,6 +8,10 @@ import { AuthMethodRegistrationSubmitChallengeError } from "../error_type/AuthMe
|
|
|
8
8
|
import { CustomAuthAccountData } from "../../../../get_account/auth_flow/CustomAuthAccountData.js";
|
|
9
9
|
import { AuthMethodRegistrationFailedState } from "../state/AuthMethodRegistrationFailedState.js";
|
|
10
10
|
import { AuthMethodRegistrationCompletedState } from "../state/AuthMethodRegistrationCompletedState.js";
|
|
11
|
+
import {
|
|
12
|
+
AUTH_METHOD_REGISTRATION_COMPLETED_STATE_TYPE,
|
|
13
|
+
AUTH_METHOD_REGISTRATION_FAILED_STATE_TYPE,
|
|
14
|
+
} from "../../AuthFlowStateTypes.js";
|
|
11
15
|
|
|
12
16
|
/**
|
|
13
17
|
* Result of submitting a challenge for authentication method registration.
|
|
@@ -39,10 +43,12 @@ export class AuthMethodRegistrationSubmitChallengeResult extends AuthFlowResultB
|
|
|
39
43
|
* @returns true if registration is completed, false otherwise.
|
|
40
44
|
* @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
|
|
41
45
|
*/
|
|
42
|
-
isCompleted():
|
|
46
|
+
isCompleted(): this is AuthMethodRegistrationSubmitChallengeResult & {
|
|
47
|
+
state: AuthMethodRegistrationCompletedState;
|
|
48
|
+
} {
|
|
43
49
|
return (
|
|
44
|
-
this.state.
|
|
45
|
-
|
|
50
|
+
this.state.stateType ===
|
|
51
|
+
AUTH_METHOD_REGISTRATION_COMPLETED_STATE_TYPE
|
|
46
52
|
);
|
|
47
53
|
}
|
|
48
54
|
|
|
@@ -51,8 +57,12 @@ export class AuthMethodRegistrationSubmitChallengeResult extends AuthFlowResultB
|
|
|
51
57
|
* @returns true if the result is failed, false otherwise.
|
|
52
58
|
* @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
|
|
53
59
|
*/
|
|
54
|
-
isFailed():
|
|
55
|
-
|
|
60
|
+
isFailed(): this is AuthMethodRegistrationSubmitChallengeResult & {
|
|
61
|
+
state: AuthMethodRegistrationFailedState;
|
|
62
|
+
} {
|
|
63
|
+
return (
|
|
64
|
+
this.state.stateType === AUTH_METHOD_REGISTRATION_FAILED_STATE_TYPE
|
|
65
|
+
);
|
|
56
66
|
}
|
|
57
67
|
}
|
|
58
68
|
|
|
@@ -4,5 +4,14 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { AuthFlowStateBase } from "../../AuthFlowState.js";
|
|
7
|
+
import { AUTH_METHOD_REGISTRATION_COMPLETED_STATE_TYPE } from "../../AuthFlowStateTypes.js";
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
/**
|
|
10
|
+
* State indicating that the auth method registration flow has completed successfully.
|
|
11
|
+
*/
|
|
12
|
+
export class AuthMethodRegistrationCompletedState extends AuthFlowStateBase {
|
|
13
|
+
/**
|
|
14
|
+
* The type of the state.
|
|
15
|
+
*/
|
|
16
|
+
stateType = AUTH_METHOD_REGISTRATION_COMPLETED_STATE_TYPE;
|
|
17
|
+
}
|
|
@@ -4,5 +4,14 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { AuthFlowStateBase } from "../../AuthFlowState.js";
|
|
7
|
+
import { AUTH_METHOD_REGISTRATION_FAILED_STATE_TYPE } from "../../AuthFlowStateTypes.js";
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
/**
|
|
10
|
+
* State indicating that the auth method registration flow has failed.
|
|
11
|
+
*/
|
|
12
|
+
export class AuthMethodRegistrationFailedState extends AuthFlowStateBase {
|
|
13
|
+
/**
|
|
14
|
+
* The type of the state.
|
|
15
|
+
*/
|
|
16
|
+
stateType = AUTH_METHOD_REGISTRATION_FAILED_STATE_TYPE;
|
|
17
|
+
}
|
|
@@ -25,6 +25,10 @@ import { GrantType } from "../../../../CustomAuthConstants.js";
|
|
|
25
25
|
import { AuthMethodRegistrationChallengeMethodResult } from "../result/AuthMethodRegistrationChallengeMethodResult.js";
|
|
26
26
|
import { AuthMethodRegistrationSubmitChallengeResult } from "../result/AuthMethodRegistrationSubmitChallengeResult.js";
|
|
27
27
|
import { AuthMethodRegistrationCompletedState } from "./AuthMethodRegistrationCompletedState.js";
|
|
28
|
+
import {
|
|
29
|
+
AUTH_METHOD_REGISTRATION_REQUIRED_STATE_TYPE,
|
|
30
|
+
AUTH_METHOD_VERIFICATION_REQUIRED_STATE_TYPE,
|
|
31
|
+
} from "../../AuthFlowStateTypes.js";
|
|
28
32
|
|
|
29
33
|
/**
|
|
30
34
|
* Abstract base class for authentication method registration states.
|
|
@@ -134,6 +138,11 @@ abstract class AuthMethodRegistrationState<
|
|
|
134
138
|
* State indicating that authentication method registration is required.
|
|
135
139
|
*/
|
|
136
140
|
export class AuthMethodRegistrationRequiredState extends AuthMethodRegistrationState<AuthMethodRegistrationRequiredStateParameters> {
|
|
141
|
+
/**
|
|
142
|
+
* The type of the state.
|
|
143
|
+
*/
|
|
144
|
+
stateType = AUTH_METHOD_REGISTRATION_REQUIRED_STATE_TYPE;
|
|
145
|
+
|
|
137
146
|
/**
|
|
138
147
|
* Gets the available authentication methods for registration.
|
|
139
148
|
* @returns Array of available authentication methods.
|
|
@@ -160,6 +169,11 @@ export class AuthMethodRegistrationRequiredState extends AuthMethodRegistrationS
|
|
|
160
169
|
* State indicating that verification is required for the challenged authentication method.
|
|
161
170
|
*/
|
|
162
171
|
export class AuthMethodVerificationRequiredState extends AuthMethodRegistrationState<AuthMethodVerificationRequiredStateParameters> {
|
|
172
|
+
/**
|
|
173
|
+
* The type of the state.
|
|
174
|
+
*/
|
|
175
|
+
stateType = AUTH_METHOD_VERIFICATION_REQUIRED_STATE_TYPE;
|
|
176
|
+
|
|
163
177
|
/**
|
|
164
178
|
* Gets the length of the expected verification code.
|
|
165
179
|
* @returns The code length.
|
|
@@ -16,6 +16,14 @@ export class MfaRequestChallengeError extends AuthActionErrorBase {
|
|
|
16
16
|
isInvalidInput(): boolean {
|
|
17
17
|
return this.isInvalidInputError();
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Checks if the error is due to the verification contact (e.g., phone number or email) being blocked. Consider contacting customer support for assistance.
|
|
22
|
+
* @returns true if the error is due to the verification contact being blocked, false otherwise.
|
|
23
|
+
*/
|
|
24
|
+
isVerificationContactBlocked(): boolean {
|
|
25
|
+
return this.isVerificationContactBlockedError();
|
|
26
|
+
}
|
|
19
27
|
}
|
|
20
28
|
|
|
21
29
|
/**
|
|
@@ -7,6 +7,10 @@ import { AuthFlowResultBase } from "../../AuthFlowResultBase.js";
|
|
|
7
7
|
import { MfaRequestChallengeError } from "../error_type/MfaError.js";
|
|
8
8
|
import { MfaFailedState } from "../state/MfaFailedState.js";
|
|
9
9
|
import type { MfaVerificationRequiredState } from "../state/MfaState.js";
|
|
10
|
+
import {
|
|
11
|
+
MFA_VERIFICATION_REQUIRED_STATE_TYPE,
|
|
12
|
+
MFA_FAILED_STATE_TYPE,
|
|
13
|
+
} from "../../AuthFlowStateTypes.js";
|
|
10
14
|
|
|
11
15
|
/**
|
|
12
16
|
* Result of requesting an MFA challenge.
|
|
@@ -34,8 +38,10 @@ export class MfaRequestChallengeResult extends AuthFlowResultBase<
|
|
|
34
38
|
* @returns true if verification is required, false otherwise.
|
|
35
39
|
* @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
|
|
36
40
|
*/
|
|
37
|
-
isVerificationRequired():
|
|
38
|
-
|
|
41
|
+
isVerificationRequired(): this is MfaRequestChallengeResult & {
|
|
42
|
+
state: MfaVerificationRequiredState;
|
|
43
|
+
} {
|
|
44
|
+
return this.state.stateType === MFA_VERIFICATION_REQUIRED_STATE_TYPE;
|
|
39
45
|
}
|
|
40
46
|
|
|
41
47
|
/**
|
|
@@ -43,8 +49,10 @@ export class MfaRequestChallengeResult extends AuthFlowResultBase<
|
|
|
43
49
|
* @returns true if the result is failed, false otherwise.
|
|
44
50
|
* @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
|
|
45
51
|
*/
|
|
46
|
-
isFailed():
|
|
47
|
-
|
|
52
|
+
isFailed(): this is MfaRequestChallengeResult & {
|
|
53
|
+
state: MfaFailedState;
|
|
54
|
+
} {
|
|
55
|
+
return this.state.stateType === MFA_FAILED_STATE_TYPE;
|
|
48
56
|
}
|
|
49
57
|
}
|
|
50
58
|
|
|
@@ -8,6 +8,10 @@ import { MfaSubmitChallengeError } from "../error_type/MfaError.js";
|
|
|
8
8
|
import { CustomAuthAccountData } from "../../../../get_account/auth_flow/CustomAuthAccountData.js";
|
|
9
9
|
import { MfaCompletedState } from "../state/MfaCompletedState.js";
|
|
10
10
|
import { MfaFailedState } from "../state/MfaFailedState.js";
|
|
11
|
+
import {
|
|
12
|
+
MFA_COMPLETED_STATE_TYPE,
|
|
13
|
+
MFA_FAILED_STATE_TYPE,
|
|
14
|
+
} from "../../AuthFlowStateTypes.js";
|
|
11
15
|
|
|
12
16
|
/**
|
|
13
17
|
* Result of submitting an MFA challenge.
|
|
@@ -35,8 +39,10 @@ export class MfaSubmitChallengeResult extends AuthFlowResultBase<
|
|
|
35
39
|
* @returns true if completed, false otherwise.
|
|
36
40
|
* @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
|
|
37
41
|
*/
|
|
38
|
-
isCompleted():
|
|
39
|
-
|
|
42
|
+
isCompleted(): this is MfaSubmitChallengeResult & {
|
|
43
|
+
state: MfaCompletedState;
|
|
44
|
+
} {
|
|
45
|
+
return this.state.stateType === MFA_COMPLETED_STATE_TYPE;
|
|
40
46
|
}
|
|
41
47
|
|
|
42
48
|
/**
|
|
@@ -44,8 +50,10 @@ export class MfaSubmitChallengeResult extends AuthFlowResultBase<
|
|
|
44
50
|
* @returns true if the result is failed, false otherwise.
|
|
45
51
|
* @warning This API is experimental. It may be changed in the future without notice. Do not use in production applications.
|
|
46
52
|
*/
|
|
47
|
-
isFailed():
|
|
48
|
-
|
|
53
|
+
isFailed(): this is MfaSubmitChallengeResult & {
|
|
54
|
+
state: MfaFailedState;
|
|
55
|
+
} {
|
|
56
|
+
return this.state.stateType === MFA_FAILED_STATE_TYPE;
|
|
49
57
|
}
|
|
50
58
|
}
|
|
51
59
|
|
|
@@ -4,8 +4,14 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { AuthFlowStateBase } from "../../AuthFlowState.js";
|
|
7
|
+
import { MFA_COMPLETED_STATE_TYPE } from "../../AuthFlowStateTypes.js";
|
|
7
8
|
|
|
8
9
|
/**
|
|
9
10
|
* State indicating that the MFA flow has completed successfully.
|
|
10
11
|
*/
|
|
11
|
-
export class MfaCompletedState extends AuthFlowStateBase {
|
|
12
|
+
export class MfaCompletedState extends AuthFlowStateBase {
|
|
13
|
+
/**
|
|
14
|
+
* The type of the state.
|
|
15
|
+
*/
|
|
16
|
+
stateType = MFA_COMPLETED_STATE_TYPE;
|
|
17
|
+
}
|
|
@@ -4,8 +4,14 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { AuthFlowStateBase } from "../../AuthFlowState.js";
|
|
7
|
+
import { MFA_FAILED_STATE_TYPE } from "../../AuthFlowStateTypes.js";
|
|
7
8
|
|
|
8
9
|
/**
|
|
9
10
|
* State indicating that the MFA flow has failed.
|
|
10
11
|
*/
|
|
11
|
-
export class MfaFailedState extends AuthFlowStateBase {
|
|
12
|
+
export class MfaFailedState extends AuthFlowStateBase {
|
|
13
|
+
/**
|
|
14
|
+
* The type of the state.
|
|
15
|
+
*/
|
|
16
|
+
stateType = MFA_FAILED_STATE_TYPE;
|
|
17
|
+
}
|
|
@@ -19,6 +19,10 @@ import { MfaCompletedState } from "./MfaCompletedState.js";
|
|
|
19
19
|
import { ensureArgumentIsNotEmptyString } from "../../../utils/ArgumentValidator.js";
|
|
20
20
|
import { AuthenticationMethod } from "../../../network_client/custom_auth_api/types/ApiResponseTypes.js";
|
|
21
21
|
import { AuthFlowActionRequiredStateBase } from "../../AuthFlowState.js";
|
|
22
|
+
import {
|
|
23
|
+
MFA_AWAITING_STATE_TYPE,
|
|
24
|
+
MFA_VERIFICATION_REQUIRED_STATE_TYPE,
|
|
25
|
+
} from "../../AuthFlowStateTypes.js";
|
|
22
26
|
|
|
23
27
|
abstract class MfaState<
|
|
24
28
|
TParameters extends MfaStateParameters
|
|
@@ -89,6 +93,11 @@ abstract class MfaState<
|
|
|
89
93
|
* This state allows the developer to pause execution before sending the code to the user's email.
|
|
90
94
|
*/
|
|
91
95
|
export class MfaAwaitingState extends MfaState<MfaAwaitingStateParameters> {
|
|
96
|
+
/**
|
|
97
|
+
* The type of the state.
|
|
98
|
+
*/
|
|
99
|
+
stateType = MFA_AWAITING_STATE_TYPE;
|
|
100
|
+
|
|
92
101
|
/**
|
|
93
102
|
* Gets the available authentication methods for MFA.
|
|
94
103
|
* @returns Array of available authentication methods.
|
|
@@ -104,6 +113,11 @@ export class MfaAwaitingState extends MfaState<MfaAwaitingStateParameters> {
|
|
|
104
113
|
* The challenge has been sent and the user needs to provide the code.
|
|
105
114
|
*/
|
|
106
115
|
export class MfaVerificationRequiredState extends MfaState<MfaVerificationRequiredStateParameters> {
|
|
116
|
+
/**
|
|
117
|
+
* The type of the state.
|
|
118
|
+
*/
|
|
119
|
+
stateType = MFA_VERIFICATION_REQUIRED_STATE_TYPE;
|
|
120
|
+
|
|
107
121
|
/**
|
|
108
122
|
* Gets the length of the code that the user needs to provide.
|
|
109
123
|
* @returns The expected code length.
|
|
@@ -24,3 +24,4 @@ export const PASSWORD_CHANGE_FAILED = "password_change_failed";
|
|
|
24
24
|
export const PASSWORD_RESET_TIMEOUT = "password_reset_timeout";
|
|
25
25
|
export const CLIENT_INFO_MISSING = "client_info_missing";
|
|
26
26
|
export const EXPIRED_TOKEN = "expired_token";
|
|
27
|
+
export const ACCESS_DENIED = "access_denied";
|
|
@@ -14,3 +14,4 @@ export const ATTRIBUTE_VALIATION_FAILED = "attribute_validation_failed";
|
|
|
14
14
|
export const NATIVEAUTHAPI_DISABLED = "nativeauthapi_disabled";
|
|
15
15
|
export const REGISTRATION_REQUIRED = "registration_required";
|
|
16
16
|
export const MFA_REQUIRED = "mfa_required";
|
|
17
|
+
export const PROVIDER_BLOCKED_BY_REPUTATION = "provider_blocked_by_rep";
|
|
@@ -10,6 +10,10 @@ import {
|
|
|
10
10
|
GetAccessTokenCompletedState,
|
|
11
11
|
GetAccessTokenFailedState,
|
|
12
12
|
} from "../state/GetAccessTokenState.js";
|
|
13
|
+
import {
|
|
14
|
+
GET_ACCESS_TOKEN_COMPLETED_STATE_TYPE,
|
|
15
|
+
GET_ACCESS_TOKEN_FAILED_STATE_TYPE,
|
|
16
|
+
} from "../../../core/auth_flow/AuthFlowStateTypes.js";
|
|
13
17
|
|
|
14
18
|
/*
|
|
15
19
|
* Result of getting an access token.
|
|
@@ -48,7 +52,7 @@ export class GetAccessTokenResult extends AuthFlowResultBase<
|
|
|
48
52
|
isCompleted(): this is GetAccessTokenResult & {
|
|
49
53
|
state: GetAccessTokenCompletedState;
|
|
50
54
|
} {
|
|
51
|
-
return this.state
|
|
55
|
+
return this.state.stateType === GET_ACCESS_TOKEN_COMPLETED_STATE_TYPE;
|
|
52
56
|
}
|
|
53
57
|
|
|
54
58
|
/**
|
|
@@ -57,7 +61,7 @@ export class GetAccessTokenResult extends AuthFlowResultBase<
|
|
|
57
61
|
isFailed(): this is GetAccessTokenResult & {
|
|
58
62
|
state: GetAccessTokenFailedState;
|
|
59
63
|
} {
|
|
60
|
-
return this.state
|
|
64
|
+
return this.state.stateType === GET_ACCESS_TOKEN_FAILED_STATE_TYPE;
|
|
61
65
|
}
|
|
62
66
|
}
|
|
63
67
|
|
|
@@ -10,6 +10,10 @@ import {
|
|
|
10
10
|
GetAccountCompletedState,
|
|
11
11
|
GetAccountFailedState,
|
|
12
12
|
} from "../state/GetAccountState.js";
|
|
13
|
+
import {
|
|
14
|
+
GET_ACCOUNT_COMPLETED_STATE_TYPE,
|
|
15
|
+
GET_ACCOUNT_FAILED_STATE_TYPE,
|
|
16
|
+
} from "../../../core/auth_flow/AuthFlowStateTypes.js";
|
|
13
17
|
|
|
14
18
|
/*
|
|
15
19
|
* Result of getting an account.
|
|
@@ -47,14 +51,14 @@ export class GetAccountResult extends AuthFlowResultBase<
|
|
|
47
51
|
isCompleted(): this is GetAccountResult & {
|
|
48
52
|
state: GetAccountCompletedState;
|
|
49
53
|
} {
|
|
50
|
-
return this.state
|
|
54
|
+
return this.state.stateType === GET_ACCOUNT_COMPLETED_STATE_TYPE;
|
|
51
55
|
}
|
|
52
56
|
|
|
53
57
|
/**
|
|
54
58
|
* Checks if the result is in a failed state.
|
|
55
59
|
*/
|
|
56
60
|
isFailed(): this is GetAccountResult & { state: GetAccountFailedState } {
|
|
57
|
-
return this.state
|
|
61
|
+
return this.state.stateType === GET_ACCOUNT_FAILED_STATE_TYPE;
|
|
58
62
|
}
|
|
59
63
|
}
|
|
60
64
|
|
|
@@ -9,6 +9,10 @@ import {
|
|
|
9
9
|
SignOutCompletedState,
|
|
10
10
|
SignOutFailedState,
|
|
11
11
|
} from "../state/SignOutState.js";
|
|
12
|
+
import {
|
|
13
|
+
SIGN_OUT_COMPLETED_STATE_TYPE,
|
|
14
|
+
SIGN_OUT_FAILED_STATE_TYPE,
|
|
15
|
+
} from "../../../core/auth_flow/AuthFlowStateTypes.js";
|
|
12
16
|
|
|
13
17
|
/*
|
|
14
18
|
* Result of a sign-out operation.
|
|
@@ -42,14 +46,14 @@ export class SignOutResult extends AuthFlowResultBase<
|
|
|
42
46
|
* Checks if the sign-out operation is completed.
|
|
43
47
|
*/
|
|
44
48
|
isCompleted(): this is SignOutResult & { state: SignOutCompletedState } {
|
|
45
|
-
return this.state
|
|
49
|
+
return this.state.stateType === SIGN_OUT_COMPLETED_STATE_TYPE;
|
|
46
50
|
}
|
|
47
51
|
|
|
48
52
|
/**
|
|
49
53
|
* Checks if the sign-out operation failed.
|
|
50
54
|
*/
|
|
51
55
|
isFailed(): this is SignOutResult & { state: SignOutFailedState } {
|
|
52
|
-
return this.state
|
|
56
|
+
return this.state.stateType === SIGN_OUT_FAILED_STATE_TYPE;
|
|
53
57
|
}
|
|
54
58
|
}
|
|
55
59
|
|