@azure/msal-browser 5.0.0-alpha.0 → 5.0.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/README.md +24 -32
- package/dist/app/IPublicClientApplication.d.ts +2 -2
- package/dist/app/IPublicClientApplication.d.ts.map +1 -1
- package/dist/app/IPublicClientApplication.mjs +1 -1
- package/dist/app/IPublicClientApplication.mjs.map +1 -1
- package/dist/app/PublicClientApplication.d.ts +5 -9
- package/dist/app/PublicClientApplication.d.ts.map +1 -1
- package/dist/app/PublicClientApplication.mjs +11 -19
- package/dist/app/PublicClientApplication.mjs.map +1 -1
- package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +9 -9
- package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs.map +1 -1
- package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +17 -17
- package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs.map +1 -1
- package/dist/broker/nativeBroker/PlatformAuthProvider.mjs +12 -12
- package/dist/broker/nativeBroker/PlatformAuthProvider.mjs.map +1 -1
- package/dist/cache/AccountManager.d.ts +0 -25
- package/dist/cache/AccountManager.d.ts.map +1 -1
- package/dist/cache/AccountManager.mjs +7 -86
- package/dist/cache/AccountManager.mjs.map +1 -1
- package/dist/cache/AsyncMemoryStorage.mjs +9 -9
- package/dist/cache/AsyncMemoryStorage.mjs.map +1 -1
- package/dist/cache/BrowserCacheManager.d.ts +65 -8
- package/dist/cache/BrowserCacheManager.d.ts.map +1 -1
- package/dist/cache/BrowserCacheManager.mjs +475 -209
- package/dist/cache/BrowserCacheManager.mjs.map +1 -1
- package/dist/cache/CacheHelpers.mjs +1 -1
- package/dist/cache/CacheHelpers.mjs.map +1 -1
- package/dist/cache/CacheKeys.d.ts +3 -3
- package/dist/cache/CacheKeys.mjs +4 -4
- package/dist/cache/CacheKeys.mjs.map +1 -1
- package/dist/cache/CookieStorage.mjs +1 -1
- package/dist/cache/CookieStorage.mjs.map +1 -1
- package/dist/cache/DatabaseStorage.mjs +1 -1
- package/dist/cache/DatabaseStorage.mjs.map +1 -1
- package/dist/cache/EncryptedData.mjs +1 -1
- package/dist/cache/IWindowStorage.d.ts +1 -1
- package/dist/cache/IWindowStorage.d.ts.map +1 -1
- package/dist/cache/LocalStorage.d.ts +1 -1
- package/dist/cache/LocalStorage.d.ts.map +1 -1
- package/dist/cache/LocalStorage.mjs +26 -17
- package/dist/cache/LocalStorage.mjs.map +1 -1
- package/dist/cache/MemoryStorage.mjs +1 -1
- package/dist/cache/MemoryStorage.mjs.map +1 -1
- package/dist/cache/SessionStorage.mjs +1 -1
- package/dist/cache/SessionStorage.mjs.map +1 -1
- package/dist/cache/TokenCache.d.ts +7 -5
- package/dist/cache/TokenCache.d.ts.map +1 -1
- package/dist/cache/TokenCache.mjs +62 -49
- package/dist/cache/TokenCache.mjs.map +1 -1
- package/dist/config/Configuration.d.ts +4 -12
- package/dist/config/Configuration.d.ts.map +1 -1
- package/dist/config/Configuration.mjs +7 -9
- package/dist/config/Configuration.mjs.map +1 -1
- package/dist/controllers/IController.d.ts +2 -57
- package/dist/controllers/IController.d.ts.map +1 -1
- package/dist/controllers/NestedAppAuthController.d.ts +4 -43
- package/dist/controllers/NestedAppAuthController.d.ts.map +1 -1
- package/dist/controllers/NestedAppAuthController.mjs +30 -82
- package/dist/controllers/NestedAppAuthController.mjs.map +1 -1
- package/dist/controllers/StandardController.d.ts +3 -27
- package/dist/controllers/StandardController.d.ts.map +1 -1
- package/dist/controllers/StandardController.mjs +80 -135
- package/dist/controllers/StandardController.mjs.map +1 -1
- package/dist/controllers/UnknownOperatingContextController.d.ts +4 -13
- package/dist/controllers/UnknownOperatingContextController.d.ts.map +1 -1
- package/dist/crypto/BrowserCrypto.mjs +1 -1
- package/dist/crypto/BrowserCrypto.mjs.map +1 -1
- package/dist/crypto/CryptoOps.mjs +3 -3
- package/dist/crypto/CryptoOps.mjs.map +1 -1
- package/dist/crypto/PkceGenerator.mjs +1 -1
- package/dist/crypto/PkceGenerator.mjs.map +1 -1
- package/dist/crypto/SignedHttpRequest.mjs +1 -1
- package/dist/crypto/SignedHttpRequest.mjs.map +1 -1
- package/dist/custom-auth-path/app/IPublicClientApplication.d.ts +2 -2
- package/dist/custom-auth-path/app/IPublicClientApplication.d.ts.map +1 -1
- package/dist/custom-auth-path/app/PublicClientApplication.d.ts +5 -9
- package/dist/custom-auth-path/app/PublicClientApplication.d.ts.map +1 -1
- package/dist/custom-auth-path/app/PublicClientApplication.mjs +2 -14
- package/dist/custom-auth-path/app/PublicClientApplication.mjs.map +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +9 -9
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs.map +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +17 -17
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs.map +1 -1
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +10 -10
- package/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs.map +1 -1
- package/dist/custom-auth-path/cache/AccountManager.d.ts +0 -25
- package/dist/custom-auth-path/cache/AccountManager.d.ts.map +1 -1
- package/dist/custom-auth-path/cache/AccountManager.mjs +7 -86
- package/dist/custom-auth-path/cache/AccountManager.mjs.map +1 -1
- package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +9 -9
- package/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs.map +1 -1
- package/dist/custom-auth-path/cache/BrowserCacheManager.d.ts +65 -8
- package/dist/custom-auth-path/cache/BrowserCacheManager.d.ts.map +1 -1
- package/dist/custom-auth-path/cache/BrowserCacheManager.mjs +475 -209
- package/dist/custom-auth-path/cache/BrowserCacheManager.mjs.map +1 -1
- package/dist/custom-auth-path/cache/CacheHelpers.mjs +1 -1
- package/dist/custom-auth-path/cache/CacheHelpers.mjs.map +1 -1
- package/dist/custom-auth-path/cache/CacheKeys.d.ts +3 -3
- package/dist/custom-auth-path/cache/CacheKeys.mjs +4 -4
- package/dist/custom-auth-path/cache/CacheKeys.mjs.map +1 -1
- package/dist/custom-auth-path/cache/CookieStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/CookieStorage.mjs.map +1 -1
- package/dist/custom-auth-path/cache/DatabaseStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/DatabaseStorage.mjs.map +1 -1
- package/dist/custom-auth-path/cache/EncryptedData.mjs +1 -1
- package/dist/custom-auth-path/cache/IWindowStorage.d.ts +1 -1
- package/dist/custom-auth-path/cache/IWindowStorage.d.ts.map +1 -1
- package/dist/custom-auth-path/cache/LocalStorage.d.ts +1 -1
- package/dist/custom-auth-path/cache/LocalStorage.d.ts.map +1 -1
- package/dist/custom-auth-path/cache/LocalStorage.mjs +26 -17
- package/dist/custom-auth-path/cache/LocalStorage.mjs.map +1 -1
- package/dist/custom-auth-path/cache/MemoryStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/MemoryStorage.mjs.map +1 -1
- package/dist/custom-auth-path/cache/SessionStorage.mjs +1 -1
- package/dist/custom-auth-path/cache/SessionStorage.mjs.map +1 -1
- package/dist/custom-auth-path/cache/TokenCache.d.ts +7 -5
- package/dist/custom-auth-path/cache/TokenCache.d.ts.map +1 -1
- package/dist/custom-auth-path/config/Configuration.d.ts +4 -12
- package/dist/custom-auth-path/config/Configuration.d.ts.map +1 -1
- package/dist/custom-auth-path/config/Configuration.mjs +7 -9
- package/dist/custom-auth-path/config/Configuration.mjs.map +1 -1
- package/dist/custom-auth-path/controllers/IController.d.ts +2 -57
- package/dist/custom-auth-path/controllers/IController.d.ts.map +1 -1
- package/dist/custom-auth-path/controllers/NestedAppAuthController.d.ts +4 -43
- package/dist/custom-auth-path/controllers/NestedAppAuthController.d.ts.map +1 -1
- package/dist/custom-auth-path/controllers/StandardController.d.ts +3 -27
- package/dist/custom-auth-path/controllers/StandardController.d.ts.map +1 -1
- package/dist/custom-auth-path/controllers/StandardController.mjs +80 -135
- package/dist/custom-auth-path/controllers/StandardController.mjs.map +1 -1
- package/dist/custom-auth-path/controllers/UnknownOperatingContextController.d.ts +4 -13
- package/dist/custom-auth-path/controllers/UnknownOperatingContextController.d.ts.map +1 -1
- package/dist/custom-auth-path/crypto/BrowserCrypto.mjs +1 -1
- package/dist/custom-auth-path/crypto/BrowserCrypto.mjs.map +1 -1
- package/dist/custom-auth-path/crypto/CryptoOps.mjs +3 -3
- package/dist/custom-auth-path/crypto/CryptoOps.mjs.map +1 -1
- package/dist/custom-auth-path/crypto/PkceGenerator.mjs +1 -1
- package/dist/custom-auth-path/crypto/PkceGenerator.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts +2 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +2 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs.map +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 +50 -31
- package/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.d.ts +2 -2
- package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +4 -4
- package/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -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 +13 -5
- 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/AuthFlowResultBase.mjs.map +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 +3 -3
- 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.d.ts +5 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +9 -2
- package/dist/custom-auth-path/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs.map +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 +25 -10
- 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 +27 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
- 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 +40 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
- 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 +34 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
- 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 +11 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
- 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 +11 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
- 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 +67 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
- 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/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
- package/dist/custom-auth-path/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.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/CustomAuthApiError.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs.map +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/InvalidArgumentError.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs.map +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/MethodNotImplementedError.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs.map +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/UnexpectedError.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +3 -3
- package/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs.map +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/CustomAuthInterationClientFactory.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs +21 -39
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/JitClient.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +2 -9
- package/dist/custom-auth-path/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/MfaClient.mjs +88 -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/parameter/MfaClientParameters.d.ts +14 -0
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
- package/dist/custom-auth-path/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.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/BaseApiClient.mjs.map +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.d.ts +1 -0
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +3 -2
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs.map +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/RegisterApiClient.mjs.map +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/ResetPasswordApiClient.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +14 -3
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs.map +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/SignupApiClient.mjs.map +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/ApiRequestTypes.d.ts +5 -0
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +2 -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 +5 -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 +4 -4
- package/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs.map +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/network_client/http_client/IHttpClient.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
- package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +7 -5
- 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/ArgumentValidator.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +1 -1
- package/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +8 -8
- package/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs.map +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/error_type/GetAccountError.mjs.map +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 +20 -18
- 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/operating_context/CustomAuthOperatingContext.mjs.map +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/error_type/ResetPasswordError.mjs.map +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 +17 -7
- 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 +13 -4
- 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/ResetPasswordState.mjs.map +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.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +29 -28
- package/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs.map +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/SignInScenario.mjs.map +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/error_type/SignInError.mjs.map +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 +21 -11
- 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 +16 -36
- 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 +16 -33
- 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.d.ts +8 -6
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +86 -59
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +9 -2
- package/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs.map +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/error_type/SignUpError.mjs.map +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 +15 -6
- 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 +22 -10
- 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 +16 -6
- 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/SignUpState.mjs.map +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.d.ts +4 -4
- package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +1 -1
- package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +55 -50
- package/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs.map +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/BrowserAuthError.mjs.map +1 -1
- package/dist/custom-auth-path/error/BrowserAuthErrorCodes.d.ts +3 -2
- package/dist/custom-auth-path/error/BrowserAuthErrorCodes.d.ts.map +1 -1
- package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +6 -4
- package/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs.map +1 -1
- package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +1 -1
- package/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs.map +1 -1
- package/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/dist/custom-auth-path/error/NativeAuthError.d.ts.map +1 -1
- package/dist/custom-auth-path/error/NativeAuthError.mjs +3 -2
- package/dist/custom-auth-path/error/NativeAuthError.mjs.map +1 -1
- package/dist/custom-auth-path/error/NativeAuthErrorCodes.d.ts +1 -0
- package/dist/custom-auth-path/error/NativeAuthErrorCodes.d.ts.map +1 -1
- package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +3 -2
- package/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs.map +1 -1
- package/dist/custom-auth-path/event/EventHandler.mjs +5 -5
- package/dist/custom-auth-path/event/EventHandler.mjs.map +1 -1
- package/dist/custom-auth-path/event/EventType.mjs +1 -1
- package/dist/custom-auth-path/event/EventType.mjs.map +1 -1
- package/dist/custom-auth-path/index.d.ts +4 -4
- package/dist/custom-auth-path/index.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +7 -7
- package/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.d.ts +2 -2
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +27 -28
- package/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/PopupClient.d.ts +3 -6
- package/dist/custom-auth-path/interaction_client/PopupClient.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/PopupClient.mjs +78 -52
- package/dist/custom-auth-path/interaction_client/PopupClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/RedirectClient.d.ts +6 -1
- package/dist/custom-auth-path/interaction_client/RedirectClient.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/RedirectClient.mjs +67 -63
- package/dist/custom-auth-path/interaction_client/RedirectClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +2 -2
- package/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +4 -4
- package/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +37 -17
- package/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_client/StandardInteractionClient.d.ts +3 -1
- package/dist/custom-auth-path/interaction_client/StandardInteractionClient.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +23 -18
- package/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_handler/InteractionHandler.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +3 -7
- package/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs.map +1 -1
- package/dist/custom-auth-path/interaction_handler/SilentHandler.d.ts +2 -7
- package/dist/custom-auth-path/interaction_handler/SilentHandler.d.ts.map +1 -1
- package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +17 -68
- package/dist/custom-auth-path/interaction_handler/SilentHandler.mjs.map +1 -1
- package/dist/custom-auth-path/log-strings-mapping.json +1703 -0
- package/dist/custom-auth-path/navigation/NavigationClient.mjs +1 -1
- package/dist/custom-auth-path/navigation/NavigationClient.mjs.map +1 -1
- package/dist/custom-auth-path/network/FetchClient.mjs +1 -1
- package/dist/custom-auth-path/network/FetchClient.mjs.map +1 -1
- package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs.map +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs.map +1 -1
- package/dist/custom-auth-path/packageMetadata.d.ts +1 -1
- package/dist/custom-auth-path/packageMetadata.d.ts.map +1 -1
- package/dist/custom-auth-path/packageMetadata.mjs +2 -2
- package/dist/custom-auth-path/protocol/Authorize.d.ts +4 -0
- package/dist/custom-auth-path/protocol/Authorize.d.ts.map +1 -1
- package/dist/custom-auth-path/protocol/Authorize.mjs +32 -6
- package/dist/custom-auth-path/protocol/Authorize.mjs.map +1 -1
- package/dist/custom-auth-path/redirect_bridge/index.d.ts +16 -0
- package/dist/custom-auth-path/redirect_bridge/index.d.ts.map +1 -0
- package/dist/custom-auth-path/request/AuthorizationCodeRequest.d.ts +18 -0
- package/dist/custom-auth-path/request/AuthorizationCodeRequest.d.ts.map +1 -1
- package/dist/custom-auth-path/request/ClearCacheRequest.d.ts +6 -2
- package/dist/custom-auth-path/request/ClearCacheRequest.d.ts.map +1 -1
- package/dist/custom-auth-path/request/EndSessionPopupRequest.d.ts +13 -10
- package/dist/custom-auth-path/request/EndSessionPopupRequest.d.ts.map +1 -1
- package/dist/custom-auth-path/request/EndSessionRequest.d.ts +4 -9
- package/dist/custom-auth-path/request/EndSessionRequest.d.ts.map +1 -1
- package/dist/custom-auth-path/request/HandleRedirectPromiseOptions.d.ts +5 -0
- package/dist/custom-auth-path/request/HandleRedirectPromiseOptions.d.ts.map +1 -0
- package/dist/custom-auth-path/request/InitializeApplicationRequest.d.ts +3 -2
- package/dist/custom-auth-path/request/InitializeApplicationRequest.d.ts.map +1 -1
- package/dist/custom-auth-path/request/PopupRequest.d.ts +13 -24
- package/dist/custom-auth-path/request/PopupRequest.d.ts.map +1 -1
- package/dist/custom-auth-path/request/RedirectRequest.d.ts +6 -23
- package/dist/custom-auth-path/request/RedirectRequest.d.ts.map +1 -1
- package/dist/custom-auth-path/request/RequestHelpers.d.ts +11 -1
- package/dist/custom-auth-path/request/RequestHelpers.d.ts.map +1 -1
- package/dist/custom-auth-path/request/RequestHelpers.mjs +30 -5
- package/dist/custom-auth-path/request/RequestHelpers.mjs.map +1 -1
- package/dist/custom-auth-path/request/SilentRequest.d.ts +33 -14
- package/dist/custom-auth-path/request/SilentRequest.d.ts.map +1 -1
- package/dist/custom-auth-path/request/SsoSilentRequest.d.ts +0 -22
- package/dist/custom-auth-path/request/SsoSilentRequest.d.ts.map +1 -1
- package/dist/custom-auth-path/response/ResponseHandler.mjs +4 -4
- package/dist/custom-auth-path/response/ResponseHandler.mjs.map +1 -1
- package/dist/custom-auth-path/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
- package/dist/custom-auth-path/telemetry/BrowserPerformanceEvents.d.ts +4 -1
- package/dist/custom-auth-path/telemetry/BrowserPerformanceEvents.d.ts.map +1 -1
- package/dist/custom-auth-path/telemetry/BrowserPerformanceEvents.mjs +2 -4
- package/dist/custom-auth-path/telemetry/BrowserPerformanceEvents.mjs.map +1 -1
- package/dist/custom-auth-path/telemetry/BrowserRootPerformanceEvents.d.ts +1 -0
- package/dist/custom-auth-path/telemetry/BrowserRootPerformanceEvents.d.ts.map +1 -1
- package/dist/custom-auth-path/telemetry/BrowserRootPerformanceEvents.mjs +1 -1
- package/dist/custom-auth-path/utils/BrowserConstants.d.ts +0 -4
- package/dist/custom-auth-path/utils/BrowserConstants.d.ts.map +1 -1
- package/dist/custom-auth-path/utils/BrowserConstants.mjs +1 -5
- package/dist/custom-auth-path/utils/BrowserConstants.mjs.map +1 -1
- package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +2 -2
- package/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs.map +1 -1
- package/dist/custom-auth-path/utils/BrowserUtils.d.ts +36 -2
- package/dist/custom-auth-path/utils/BrowserUtils.d.ts.map +1 -1
- package/dist/custom-auth-path/utils/BrowserUtils.mjs +152 -10
- package/dist/custom-auth-path/utils/BrowserUtils.mjs.map +1 -1
- package/dist/custom-auth-path/utils/Helpers.mjs +1 -1
- package/dist/custom-auth-path/utils/Helpers.mjs.map +1 -1
- package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +2 -2
- package/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs.map +1 -1
- package/dist/custom_auth/CustomAuthConstants.d.ts +2 -1
- package/dist/custom_auth/CustomAuthConstants.d.ts.map +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/CustomAuthAuthority.d.ts +2 -2
- package/dist/custom_auth/core/CustomAuthAuthority.d.ts.map +1 -1
- package/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -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/error_type/AuthMethodRegistrationError.d.ts +5 -0
- package/dist/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
- 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 +27 -0
- package/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +40 -0
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +34 -0
- package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +11 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +11 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +67 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
- package/dist/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
- package/dist/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
- package/dist/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
- package/dist/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
- package/dist/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
- package/dist/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
- package/dist/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
- package/dist/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
- package/dist/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
- package/dist/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
- package/dist/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
- package/dist/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
- package/dist/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
- 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/CustomAuthApiEndpoint.d.ts +1 -0
- package/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
- package/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
- package/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.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/ApiRequestTypes.d.ts +5 -0
- package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
- package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
- package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
- package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +2 -0
- package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
- package/dist/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
- package/dist/custom_auth/core/telemetry/PublicApiId.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/reset_password/interaction_client/ResetPasswordClient.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_in/interaction_client/SignInClient.d.ts +8 -6
- package/dist/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
- package/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
- package/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.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/custom_auth/sign_up/interaction_client/SignUpClient.d.ts +4 -4
- package/dist/custom_auth/sign_up/interaction_client/SignUpClient.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/BrowserAuthError.mjs.map +1 -1
- package/dist/error/BrowserAuthErrorCodes.d.ts +3 -2
- package/dist/error/BrowserAuthErrorCodes.d.ts.map +1 -1
- package/dist/error/BrowserAuthErrorCodes.mjs +6 -5
- package/dist/error/BrowserAuthErrorCodes.mjs.map +1 -1
- package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthError.mjs.map +1 -1
- package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/dist/error/NativeAuthError.d.ts.map +1 -1
- package/dist/error/NativeAuthError.mjs +3 -2
- package/dist/error/NativeAuthError.mjs.map +1 -1
- package/dist/error/NativeAuthErrorCodes.d.ts +1 -0
- package/dist/error/NativeAuthErrorCodes.d.ts.map +1 -1
- package/dist/error/NativeAuthErrorCodes.mjs +3 -2
- package/dist/error/NativeAuthErrorCodes.mjs.map +1 -1
- package/dist/error/NestedAppAuthError.mjs +1 -1
- package/dist/error/NestedAppAuthError.mjs.map +1 -1
- package/dist/event/EventHandler.mjs +5 -5
- package/dist/event/EventHandler.mjs.map +1 -1
- package/dist/event/EventMessage.mjs +1 -1
- package/dist/event/EventMessage.mjs.map +1 -1
- package/dist/event/EventType.mjs +1 -1
- package/dist/event/EventType.mjs.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/dist/interaction_client/BaseInteractionClient.mjs +7 -7
- package/dist/interaction_client/BaseInteractionClient.mjs.map +1 -1
- package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs.map +1 -1
- package/dist/interaction_client/PlatformAuthInteractionClient.d.ts +2 -2
- package/dist/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/dist/interaction_client/PlatformAuthInteractionClient.mjs +27 -28
- package/dist/interaction_client/PlatformAuthInteractionClient.mjs.map +1 -1
- package/dist/interaction_client/PopupClient.d.ts +3 -6
- package/dist/interaction_client/PopupClient.d.ts.map +1 -1
- package/dist/interaction_client/PopupClient.mjs +78 -52
- package/dist/interaction_client/PopupClient.mjs.map +1 -1
- package/dist/interaction_client/RedirectClient.d.ts +6 -1
- package/dist/interaction_client/RedirectClient.d.ts.map +1 -1
- package/dist/interaction_client/RedirectClient.mjs +67 -63
- package/dist/interaction_client/RedirectClient.mjs.map +1 -1
- package/dist/interaction_client/SilentAuthCodeClient.mjs +2 -2
- package/dist/interaction_client/SilentAuthCodeClient.mjs.map +1 -1
- package/dist/interaction_client/SilentCacheClient.mjs +4 -4
- package/dist/interaction_client/SilentCacheClient.mjs.map +1 -1
- package/dist/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/dist/interaction_client/SilentIframeClient.mjs +37 -17
- package/dist/interaction_client/SilentIframeClient.mjs.map +1 -1
- package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/interaction_client/SilentRefreshClient.mjs.map +1 -1
- package/dist/interaction_client/StandardInteractionClient.d.ts +3 -1
- package/dist/interaction_client/StandardInteractionClient.d.ts.map +1 -1
- package/dist/interaction_client/StandardInteractionClient.mjs +23 -18
- package/dist/interaction_client/StandardInteractionClient.mjs.map +1 -1
- package/dist/interaction_handler/InteractionHandler.d.ts.map +1 -1
- package/dist/interaction_handler/InteractionHandler.mjs +3 -7
- package/dist/interaction_handler/InteractionHandler.mjs.map +1 -1
- package/dist/interaction_handler/SilentHandler.d.ts +2 -7
- package/dist/interaction_handler/SilentHandler.d.ts.map +1 -1
- package/dist/interaction_handler/SilentHandler.mjs +17 -68
- package/dist/interaction_handler/SilentHandler.mjs.map +1 -1
- package/dist/log-strings-mapping.json +1135 -0
- package/dist/naa/BridgeError.mjs +1 -1
- package/dist/naa/BridgeProxy.mjs +1 -1
- package/dist/naa/BridgeProxy.mjs.map +1 -1
- package/dist/naa/BridgeStatusCode.mjs +1 -1
- package/dist/naa/BridgeStatusCode.mjs.map +1 -1
- package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
- package/dist/naa/mapping/NestedAppAuthAdapter.mjs.map +1 -1
- package/dist/navigation/NavigationClient.mjs +1 -1
- package/dist/navigation/NavigationClient.mjs.map +1 -1
- package/dist/network/FetchClient.mjs +1 -1
- package/dist/network/FetchClient.mjs.map +1 -1
- package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/operatingcontext/BaseOperatingContext.mjs.map +1 -1
- package/dist/operatingcontext/NestedAppOperatingContext.mjs +3 -3
- package/dist/operatingcontext/NestedAppOperatingContext.mjs.map +1 -1
- package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/operatingcontext/StandardOperatingContext.mjs.map +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.d.ts.map +1 -1
- package/dist/packageMetadata.mjs +2 -2
- package/dist/protocol/Authorize.d.ts +4 -0
- package/dist/protocol/Authorize.d.ts.map +1 -1
- package/dist/protocol/Authorize.mjs +32 -6
- package/dist/protocol/Authorize.mjs.map +1 -1
- package/dist/redirect-bridge/app/IPublicClientApplication.d.ts +48 -0
- package/dist/redirect-bridge/app/IPublicClientApplication.d.ts.map +1 -0
- package/dist/{app/PublicClientNext.d.ts → redirect-bridge/app/PublicClientApplication.d.ts} +35 -19
- package/dist/redirect-bridge/app/PublicClientApplication.d.ts.map +1 -0
- package/dist/redirect-bridge/broker/nativeBroker/IPlatformAuthHandler.d.ts +12 -0
- package/dist/redirect-bridge/broker/nativeBroker/IPlatformAuthHandler.d.ts.map +1 -0
- package/dist/redirect-bridge/broker/nativeBroker/NativeStatusCodes.d.ts +9 -0
- package/dist/redirect-bridge/broker/nativeBroker/NativeStatusCodes.d.ts.map +1 -0
- package/dist/redirect-bridge/broker/nativeBroker/PlatformAuthDOMHandler.d.ts +30 -0
- package/dist/redirect-bridge/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +1 -0
- package/dist/redirect-bridge/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts +63 -0
- package/dist/redirect-bridge/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +1 -0
- package/dist/redirect-bridge/broker/nativeBroker/PlatformAuthProvider.d.ts +28 -0
- package/dist/redirect-bridge/broker/nativeBroker/PlatformAuthProvider.d.ts.map +1 -0
- package/dist/redirect-bridge/broker/nativeBroker/PlatformAuthRequest.d.ts +78 -0
- package/dist/redirect-bridge/broker/nativeBroker/PlatformAuthRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/broker/nativeBroker/PlatformAuthResponse.d.ts +71 -0
- package/dist/redirect-bridge/broker/nativeBroker/PlatformAuthResponse.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/AccountManager.d.ts +24 -0
- package/dist/redirect-bridge/cache/AccountManager.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/AsyncMemoryStorage.d.ts +58 -0
- package/dist/redirect-bridge/cache/AsyncMemoryStorage.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/BrowserCacheManager.d.ts +366 -0
- package/dist/redirect-bridge/cache/BrowserCacheManager.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/CacheHelpers.d.ts +16 -0
- package/dist/redirect-bridge/cache/CacheHelpers.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/CacheKeys.d.ts +14 -0
- package/dist/redirect-bridge/cache/CacheKeys.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/CacheKeys.mjs +10 -0
- package/dist/redirect-bridge/cache/CacheKeys.mjs.map +1 -0
- package/dist/redirect-bridge/cache/CookieStorage.d.ts +23 -0
- package/dist/redirect-bridge/cache/CookieStorage.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/DatabaseStorage.d.ts +57 -0
- package/dist/redirect-bridge/cache/DatabaseStorage.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/EncryptedData.d.ts +8 -0
- package/dist/redirect-bridge/cache/EncryptedData.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/IAsyncStorage.d.ts +33 -0
- package/dist/redirect-bridge/cache/IAsyncStorage.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/IWindowStorage.d.ts +42 -0
- package/dist/redirect-bridge/cache/IWindowStorage.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/LocalStorage.d.ts +51 -0
- package/dist/redirect-bridge/cache/LocalStorage.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/MemoryStorage.d.ts +16 -0
- package/dist/redirect-bridge/cache/MemoryStorage.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/SessionStorage.d.ts +14 -0
- package/dist/redirect-bridge/cache/SessionStorage.d.ts.map +1 -0
- package/dist/redirect-bridge/cache/TokenCache.d.ts +20 -0
- package/dist/redirect-bridge/cache/TokenCache.d.ts.map +1 -0
- package/dist/redirect-bridge/config/Configuration.d.ts +175 -0
- package/dist/redirect-bridge/config/Configuration.d.ts.map +1 -0
- package/dist/redirect-bridge/config/Configuration.mjs +10 -0
- package/dist/redirect-bridge/config/Configuration.mjs.map +1 -0
- package/dist/redirect-bridge/controllers/IController.d.ts +3 -0
- package/dist/redirect-bridge/controllers/IController.d.ts.map +1 -0
- package/dist/redirect-bridge/controllers/NestedAppAuthController.d.ts +159 -0
- package/dist/redirect-bridge/controllers/NestedAppAuthController.d.ts.map +1 -0
- package/dist/{custom-auth-path/app/PublicClientNext.d.ts → redirect-bridge/controllers/StandardController.d.ts} +265 -116
- package/dist/redirect-bridge/controllers/StandardController.d.ts.map +1 -0
- package/dist/redirect-bridge/controllers/UnknownOperatingContextController.d.ts +73 -0
- package/dist/redirect-bridge/controllers/UnknownOperatingContextController.d.ts.map +1 -0
- package/dist/redirect-bridge/crypto/BrowserCrypto.d.ts +96 -0
- package/dist/redirect-bridge/crypto/BrowserCrypto.d.ts.map +1 -0
- package/dist/redirect-bridge/crypto/CryptoOps.d.ts +77 -0
- package/dist/redirect-bridge/crypto/CryptoOps.d.ts.map +1 -0
- package/dist/redirect-bridge/crypto/PkceGenerator.d.ts +9 -0
- package/dist/redirect-bridge/crypto/PkceGenerator.d.ts.map +1 -0
- package/dist/redirect-bridge/crypto/SignedHttpRequest.d.ts +32 -0
- package/dist/redirect-bridge/crypto/SignedHttpRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/CustomAuthActionInputs.d.ts +29 -0
- package/dist/redirect-bridge/custom_auth/CustomAuthActionInputs.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/CustomAuthConstants.d.ts +35 -0
- package/dist/redirect-bridge/custom_auth/CustomAuthConstants.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/CustomAuthPublicClientApplication.d.ts +55 -0
- package/dist/redirect-bridge/custom_auth/CustomAuthPublicClientApplication.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/ICustomAuthPublicClientApplication.d.ts +33 -0
- package/dist/redirect-bridge/custom_auth/ICustomAuthPublicClientApplication.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/UserAccountAttributes.d.ts +12 -0
- package/dist/redirect-bridge/custom_auth/UserAccountAttributes.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/configuration/CustomAuthConfiguration.d.ts +14 -0
- package/dist/redirect-bridge/custom_auth/configuration/CustomAuthConfiguration.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/controller/CustomAuthStandardController.d.ts +27 -0
- package/dist/redirect-bridge/custom_auth/controller/CustomAuthStandardController.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/controller/ICustomAuthStandardController.d.ts +13 -0
- package/dist/redirect-bridge/custom_auth/controller/ICustomAuthStandardController.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/CustomAuthAuthority.d.ts +29 -0
- package/dist/redirect-bridge/custom_auth/core/CustomAuthAuthority.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +40 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/AuthFlowResultBase.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/AuthFlowResultBase.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/AuthFlowState.d.ts +31 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/AuthFlowStateTypes.d.ts +29 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/AuthFlowStateTypes.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/AuthMethodDetails.d.ts +15 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/AuthMethodDetails.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts +27 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts +47 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts +37 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts +82 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationStateParameters.d.ts +20 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationStateParameters.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts +27 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +40 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +34 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +67 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
- package/dist/redirect-bridge/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/CustomAuthApiError.d.ts +20 -0
- package/dist/redirect-bridge/custom_auth/core/error/CustomAuthApiError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/CustomAuthError.d.ts +9 -0
- package/dist/redirect-bridge/custom_auth/core/error/CustomAuthError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/HttpError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/HttpError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/HttpErrorCodes.d.ts +3 -0
- package/dist/redirect-bridge/custom_auth/core/error/HttpErrorCodes.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/InvalidArgumentError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/InvalidArgumentError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/InvalidConfigurationError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/InvalidConfigurationError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/InvalidConfigurationErrorCodes.d.ts +4 -0
- package/dist/redirect-bridge/custom_auth/core/error/InvalidConfigurationErrorCodes.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/MethodNotImplementedError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/MethodNotImplementedError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/MsalCustomAuthError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/MsalCustomAuthError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/NoCachedAccountFoundError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/NoCachedAccountFoundError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/ParsedUrlError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/ParsedUrlError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/ParsedUrlErrorCodes.d.ts +2 -0
- package/dist/redirect-bridge/custom_auth/core/error/ParsedUrlErrorCodes.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/UnexpectedError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/UnexpectedError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/UnsupportedEnvironmentError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/UnsupportedEnvironmentError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/UserAccountAttributeError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/UserAccountAttributeError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/UserAccountAttributeErrorCodes.d.ts +2 -0
- package/dist/redirect-bridge/custom_auth/core/error/UserAccountAttributeErrorCodes.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/error/UserAlreadySignedInError.d.ts +5 -0
- package/dist/redirect-bridge/custom_auth/core/error/UserAlreadySignedInError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.d.ts +34 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.d.ts +22 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/jit/JitClient.d.ts +21 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +20 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +22 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
- package/dist/redirect-bridge/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts +15 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts +14 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts +16 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/ICustomAuthApiClient.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/ICustomAuthApiClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.d.ts +18 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.d.ts +34 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +37 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/SignupApiClient.d.ts +23 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/SignupApiClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts +23 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiErrorResponseTypes.d.ts +29 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiErrorResponseTypes.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts +86 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +71 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +13 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiTypesBase.d.ts +9 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/custom_auth_api/types/ApiTypesBase.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/http_client/FetchHttpClient.d.ts +13 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/http_client/FetchHttpClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/http_client/IHttpClient.d.ts +35 -0
- package/dist/redirect-bridge/custom_auth/core/network_client/http_client/IHttpClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/telemetry/PublicApiId.d.ts +25 -0
- package/dist/redirect-bridge/custom_auth/core/telemetry/PublicApiId.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/utils/ArgumentValidator.d.ts +4 -0
- package/dist/redirect-bridge/custom_auth/core/utils/ArgumentValidator.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/core/utils/UrlUtils.d.ts +3 -0
- package/dist/redirect-bridge/custom_auth/core/utils/UrlUtils.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/CustomAuthAccountData.d.ts +47 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/CustomAuthAccountData.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/error_type/GetAccountError.d.ts +32 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/error_type/GetAccountError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts +37 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts +36 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts +35 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts +20 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts +20 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/state/SignOutState.d.ts +20 -0
- package/dist/redirect-bridge/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts +21 -0
- package/dist/redirect-bridge/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/index.d.ts +84 -0
- package/dist/redirect-bridge/custom_auth/index.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/operating_context/CustomAuthOperatingContext.d.ts +13 -0
- package/dist/redirect-bridge/custom_auth/operating_context/CustomAuthOperatingContext.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.d.ts +40 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts +37 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts +37 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts +37 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts +32 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts +27 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts +16 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordState.d.ts +6 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts +19 -0
- package/dist/redirect-bridge/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/interaction_client/ResetPasswordClient.d.ts +33 -0
- package/dist/redirect-bridge/custom_auth/reset_password/interaction_client/ResetPasswordClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/interaction_client/parameter/ResetPasswordParams.d.ts +19 -0
- package/dist/redirect-bridge/custom_auth/reset_password/interaction_client/parameter/ResetPasswordParams.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/reset_password/interaction_client/result/ResetPasswordActionResult.d.ts +14 -0
- package/dist/redirect-bridge/custom_auth/reset_password/interaction_client/result/ResetPasswordActionResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/SignInScenario.d.ts +6 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/SignInScenario.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/error_type/SignInError.d.ts +45 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/error_type/SignInError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts +37 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts +72 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts +51 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts +46 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts +33 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts +12 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts +17 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts +21 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInState.d.ts +22 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts +25 -0
- package/dist/redirect-bridge/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/interaction_client/SignInClient.d.ts +49 -0
- package/dist/redirect-bridge/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/interaction_client/parameter/SignInParams.d.ts +32 -0
- package/dist/redirect-bridge/custom_auth/sign_in/interaction_client/parameter/SignInParams.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +43 -0
- package/dist/redirect-bridge/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/error_type/SignUpError.d.ts +62 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/error_type/SignUpError.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts +37 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts +53 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts +37 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts +53 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts +45 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts +25 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts +32 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts +11 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts +16 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpState.d.ts +6 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpState.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts +24 -0
- package/dist/redirect-bridge/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/interaction_client/SignUpClient.d.ts +41 -0
- package/dist/redirect-bridge/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/interaction_client/parameter/SignUpParams.d.ts +26 -0
- package/dist/redirect-bridge/custom_auth/sign_up/interaction_client/parameter/SignUpParams.d.ts.map +1 -0
- package/dist/redirect-bridge/custom_auth/sign_up/interaction_client/result/SignUpActionResult.d.ts +34 -0
- package/dist/redirect-bridge/custom_auth/sign_up/interaction_client/result/SignUpActionResult.d.ts.map +1 -0
- package/dist/redirect-bridge/encode/Base64Decode.d.ts +15 -0
- package/dist/redirect-bridge/encode/Base64Decode.d.ts.map +1 -0
- package/dist/redirect-bridge/encode/Base64Decode.mjs +44 -0
- package/dist/redirect-bridge/encode/Base64Decode.mjs.map +1 -0
- package/dist/redirect-bridge/encode/Base64Encode.d.ts +20 -0
- package/dist/redirect-bridge/encode/Base64Encode.d.ts.map +1 -0
- package/dist/redirect-bridge/error/BrowserAuthError.d.ts +12 -0
- package/dist/redirect-bridge/error/BrowserAuthError.d.ts.map +1 -0
- package/dist/redirect-bridge/error/BrowserAuthError.mjs +27 -0
- package/dist/redirect-bridge/error/BrowserAuthError.mjs.map +1 -0
- package/dist/redirect-bridge/error/BrowserAuthErrorCodes.d.ts +53 -0
- package/dist/redirect-bridge/error/BrowserAuthErrorCodes.d.ts.map +1 -0
- package/dist/redirect-bridge/error/BrowserAuthErrorCodes.mjs +14 -0
- package/dist/redirect-bridge/error/BrowserAuthErrorCodes.mjs.map +1 -0
- package/dist/redirect-bridge/error/BrowserConfigurationAuthError.d.ts +11 -0
- package/dist/redirect-bridge/error/BrowserConfigurationAuthError.d.ts.map +1 -0
- package/dist/redirect-bridge/error/BrowserConfigurationAuthErrorCodes.d.ts +4 -0
- package/dist/redirect-bridge/error/BrowserConfigurationAuthErrorCodes.d.ts.map +1 -0
- package/dist/redirect-bridge/error/NativeAuthError.d.ts +27 -0
- package/dist/redirect-bridge/error/NativeAuthError.d.ts.map +1 -0
- package/dist/redirect-bridge/error/NativeAuthErrorCodes.d.ts +5 -0
- package/dist/redirect-bridge/error/NativeAuthErrorCodes.d.ts.map +1 -0
- package/dist/redirect-bridge/error/NestedAppAuthError.d.ts +6 -0
- package/dist/redirect-bridge/error/NestedAppAuthError.d.ts.map +1 -0
- package/dist/redirect-bridge/event/EventHandler.d.ts +49 -0
- package/dist/redirect-bridge/event/EventHandler.d.ts.map +1 -0
- package/dist/redirect-bridge/event/EventMessage.d.ts +40 -0
- package/dist/redirect-bridge/event/EventMessage.d.ts.map +1 -0
- package/dist/redirect-bridge/event/EventType.d.ts +24 -0
- package/dist/redirect-bridge/event/EventType.d.ts.map +1 -0
- package/dist/redirect-bridge/index.d.ts +73 -0
- package/dist/redirect-bridge/index.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_client/BaseInteractionClient.d.ts +77 -0
- package/dist/redirect-bridge/interaction_client/BaseInteractionClient.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_client/HybridSpaAuthorizationCodeClient.d.ts +5 -0
- package/dist/redirect-bridge/interaction_client/HybridSpaAuthorizationCodeClient.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_client/PlatformAuthInteractionClient.d.ts +151 -0
- package/dist/redirect-bridge/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_client/PopupClient.d.ts +106 -0
- package/dist/redirect-bridge/interaction_client/PopupClient.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_client/RedirectClient.d.ts +77 -0
- package/dist/redirect-bridge/interaction_client/RedirectClient.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_client/SilentAuthCodeClient.d.ts +24 -0
- package/dist/redirect-bridge/interaction_client/SilentAuthCodeClient.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_client/SilentCacheClient.d.ts +17 -0
- package/dist/redirect-bridge/interaction_client/SilentCacheClient.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_client/SilentIframeClient.d.ts +43 -0
- package/dist/redirect-bridge/interaction_client/SilentIframeClient.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_client/SilentRefreshClient.d.ts +32 -0
- package/dist/redirect-bridge/interaction_client/SilentRefreshClient.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_client/StandardInteractionClient.d.ts +76 -0
- package/dist/redirect-bridge/interaction_client/StandardInteractionClient.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_handler/InteractionHandler.d.ts +32 -0
- package/dist/redirect-bridge/interaction_handler/InteractionHandler.d.ts.map +1 -0
- package/dist/redirect-bridge/interaction_handler/SilentHandler.d.ts +11 -0
- package/dist/redirect-bridge/interaction_handler/SilentHandler.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/AccountInfo.d.ts +13 -0
- package/dist/redirect-bridge/naa/AccountInfo.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/AuthBridge.d.ts +9 -0
- package/dist/redirect-bridge/naa/AuthBridge.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/AuthResult.d.ts +7 -0
- package/dist/redirect-bridge/naa/AuthResult.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/BridgeAccountContext.d.ts +13 -0
- package/dist/redirect-bridge/naa/BridgeAccountContext.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/BridgeCapabilities.d.ts +4 -0
- package/dist/redirect-bridge/naa/BridgeCapabilities.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/BridgeError.d.ts +10 -0
- package/dist/redirect-bridge/naa/BridgeError.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/BridgeProxy.d.ts +69 -0
- package/dist/redirect-bridge/naa/BridgeProxy.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/BridgeRequest.d.ts +8 -0
- package/dist/redirect-bridge/naa/BridgeRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/BridgeRequestEnvelope.d.ts +13 -0
- package/dist/redirect-bridge/naa/BridgeRequestEnvelope.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/BridgeResponseEnvelope.d.ts +14 -0
- package/dist/redirect-bridge/naa/BridgeResponseEnvelope.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/BridgeStatusCode.d.ts +12 -0
- package/dist/redirect-bridge/naa/BridgeStatusCode.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/IBridgeProxy.d.ts +11 -0
- package/dist/redirect-bridge/naa/IBridgeProxy.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/InitContext.d.ts +9 -0
- package/dist/redirect-bridge/naa/InitContext.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/TokenRequest.d.ts +20 -0
- package/dist/redirect-bridge/naa/TokenRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/TokenResponse.d.ts +14 -0
- package/dist/redirect-bridge/naa/TokenResponse.d.ts.map +1 -0
- package/dist/redirect-bridge/naa/mapping/NestedAppAuthAdapter.d.ts +36 -0
- package/dist/redirect-bridge/naa/mapping/NestedAppAuthAdapter.d.ts.map +1 -0
- package/dist/redirect-bridge/navigation/INavigationClient.d.ts +17 -0
- package/dist/redirect-bridge/navigation/INavigationClient.d.ts.map +1 -0
- package/dist/redirect-bridge/navigation/NavigationClient.d.ts +23 -0
- package/dist/redirect-bridge/navigation/NavigationClient.d.ts.map +1 -0
- package/dist/redirect-bridge/navigation/NavigationClient.mjs +48 -0
- package/dist/redirect-bridge/navigation/NavigationClient.mjs.map +1 -0
- package/dist/redirect-bridge/navigation/NavigationOptions.d.ts +13 -0
- package/dist/redirect-bridge/navigation/NavigationOptions.d.ts.map +1 -0
- package/dist/redirect-bridge/network/FetchClient.d.ts +21 -0
- package/dist/redirect-bridge/network/FetchClient.d.ts.map +1 -0
- package/dist/redirect-bridge/operatingcontext/BaseOperatingContext.d.ts +43 -0
- package/dist/redirect-bridge/operatingcontext/BaseOperatingContext.d.ts.map +1 -0
- package/dist/redirect-bridge/operatingcontext/NestedAppOperatingContext.d.ts +41 -0
- package/dist/redirect-bridge/operatingcontext/NestedAppOperatingContext.d.ts.map +1 -0
- package/dist/redirect-bridge/operatingcontext/StandardOperatingContext.d.ts +26 -0
- package/dist/redirect-bridge/operatingcontext/StandardOperatingContext.d.ts.map +1 -0
- package/dist/redirect-bridge/operatingcontext/UnknownOperatingContext.d.ts +26 -0
- package/dist/redirect-bridge/operatingcontext/UnknownOperatingContext.d.ts.map +1 -0
- package/dist/redirect-bridge/packageMetadata.d.ts +3 -0
- package/dist/redirect-bridge/packageMetadata.d.ts.map +1 -0
- package/dist/redirect-bridge/protocol/Authorize.d.ts +69 -0
- package/dist/redirect-bridge/protocol/Authorize.d.ts.map +1 -0
- package/dist/redirect-bridge/redirect_bridge/index.d.ts +16 -0
- package/dist/redirect-bridge/redirect_bridge/index.d.ts.map +1 -0
- package/dist/redirect-bridge/redirect_bridge/index.mjs +108 -0
- package/dist/redirect-bridge/redirect_bridge/index.mjs.map +1 -0
- package/dist/redirect-bridge/request/AuthorizationCodeRequest.d.ts +27 -0
- package/dist/redirect-bridge/request/AuthorizationCodeRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/request/ClearCacheRequest.d.ts +15 -0
- package/dist/redirect-bridge/request/ClearCacheRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/request/EndSessionPopupRequest.d.ts +24 -0
- package/dist/redirect-bridge/request/EndSessionPopupRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/request/EndSessionRequest.d.ts +11 -0
- package/dist/redirect-bridge/request/EndSessionRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/request/HandleRedirectPromiseOptions.d.ts +5 -0
- package/dist/redirect-bridge/request/HandleRedirectPromiseOptions.d.ts.map +1 -0
- package/dist/redirect-bridge/request/InitializeApplicationRequest.d.ts +10 -0
- package/dist/redirect-bridge/request/InitializeApplicationRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/request/PopupRequest.d.ts +25 -0
- package/dist/redirect-bridge/request/PopupRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/request/PopupWindowAttributes.d.ts +16 -0
- package/dist/redirect-bridge/request/PopupWindowAttributes.d.ts.map +1 -0
- package/dist/redirect-bridge/request/RedirectRequest.d.ts +16 -0
- package/dist/redirect-bridge/request/RedirectRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/request/RequestHelpers.d.ts +28 -0
- package/dist/redirect-bridge/request/RequestHelpers.d.ts.map +1 -0
- package/dist/redirect-bridge/request/SilentRequest.d.ts +52 -0
- package/dist/redirect-bridge/request/SilentRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/request/SsoSilentRequest.d.ts +6 -0
- package/dist/redirect-bridge/request/SsoSilentRequest.d.ts.map +1 -0
- package/dist/redirect-bridge/response/AuthenticationResult.d.ts +5 -0
- package/dist/redirect-bridge/response/AuthenticationResult.d.ts.map +1 -0
- package/dist/redirect-bridge/response/ResponseHandler.d.ts +8 -0
- package/dist/redirect-bridge/response/ResponseHandler.d.ts.map +1 -0
- package/dist/redirect-bridge/telemetry/BrowserPerformanceClient.d.ts +18 -0
- package/dist/redirect-bridge/telemetry/BrowserPerformanceClient.d.ts.map +1 -0
- package/dist/redirect-bridge/telemetry/BrowserPerformanceEvents.d.ts +134 -0
- package/dist/redirect-bridge/telemetry/BrowserPerformanceEvents.d.ts.map +1 -0
- package/dist/redirect-bridge/telemetry/BrowserPerformanceMeasurement.d.ts +22 -0
- package/dist/redirect-bridge/telemetry/BrowserPerformanceMeasurement.d.ts.map +1 -0
- package/dist/redirect-bridge/telemetry/BrowserRootPerformanceEvents.d.ts +36 -0
- package/dist/redirect-bridge/telemetry/BrowserRootPerformanceEvents.d.ts.map +1 -0
- package/dist/redirect-bridge/utils/BrowserConstants.d.ts +162 -0
- package/dist/redirect-bridge/utils/BrowserConstants.d.ts.map +1 -0
- package/dist/redirect-bridge/utils/BrowserConstants.mjs +38 -0
- package/dist/redirect-bridge/utils/BrowserConstants.mjs.map +1 -0
- package/dist/redirect-bridge/utils/BrowserProtocolUtils.d.ts +12 -0
- package/dist/redirect-bridge/utils/BrowserProtocolUtils.d.ts.map +1 -0
- package/dist/redirect-bridge/utils/BrowserUtils.d.ts +111 -0
- package/dist/redirect-bridge/utils/BrowserUtils.d.ts.map +1 -0
- package/dist/redirect-bridge/utils/BrowserUtils.mjs +97 -0
- package/dist/redirect-bridge/utils/BrowserUtils.mjs.map +1 -0
- package/dist/redirect-bridge/utils/Helpers.d.ts +7 -0
- package/dist/redirect-bridge/utils/Helpers.d.ts.map +1 -0
- package/dist/redirect-bridge/utils/MsalFrameStatsUtils.d.ts +3 -0
- package/dist/redirect-bridge/utils/MsalFrameStatsUtils.d.ts.map +1 -0
- package/dist/redirect_bridge/index.d.ts +16 -0
- package/dist/redirect_bridge/index.d.ts.map +1 -0
- package/dist/request/AuthorizationCodeRequest.d.ts +18 -0
- package/dist/request/AuthorizationCodeRequest.d.ts.map +1 -1
- package/dist/request/ClearCacheRequest.d.ts +6 -2
- package/dist/request/ClearCacheRequest.d.ts.map +1 -1
- package/dist/request/EndSessionPopupRequest.d.ts +13 -10
- package/dist/request/EndSessionPopupRequest.d.ts.map +1 -1
- package/dist/request/EndSessionRequest.d.ts +4 -9
- package/dist/request/EndSessionRequest.d.ts.map +1 -1
- package/dist/request/HandleRedirectPromiseOptions.d.ts +5 -0
- package/dist/request/HandleRedirectPromiseOptions.d.ts.map +1 -0
- package/dist/request/InitializeApplicationRequest.d.ts +3 -2
- package/dist/request/InitializeApplicationRequest.d.ts.map +1 -1
- package/dist/request/PopupRequest.d.ts +13 -24
- package/dist/request/PopupRequest.d.ts.map +1 -1
- package/dist/request/RedirectRequest.d.ts +6 -23
- package/dist/request/RedirectRequest.d.ts.map +1 -1
- package/dist/request/RequestHelpers.d.ts +11 -1
- package/dist/request/RequestHelpers.d.ts.map +1 -1
- package/dist/request/RequestHelpers.mjs +30 -5
- package/dist/request/RequestHelpers.mjs.map +1 -1
- package/dist/request/SilentRequest.d.ts +33 -14
- package/dist/request/SilentRequest.d.ts.map +1 -1
- package/dist/request/SsoSilentRequest.d.ts +0 -22
- package/dist/request/SsoSilentRequest.d.ts.map +1 -1
- package/dist/response/ResponseHandler.mjs +4 -4
- package/dist/response/ResponseHandler.mjs.map +1 -1
- package/dist/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
- package/dist/telemetry/BrowserPerformanceClient.mjs +3 -3
- package/dist/telemetry/BrowserPerformanceClient.mjs.map +1 -1
- package/dist/telemetry/BrowserPerformanceEvents.d.ts +4 -1
- package/dist/telemetry/BrowserPerformanceEvents.d.ts.map +1 -1
- package/dist/telemetry/BrowserPerformanceEvents.mjs +7 -5
- package/dist/telemetry/BrowserPerformanceEvents.mjs.map +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.mjs.map +1 -1
- package/dist/telemetry/BrowserRootPerformanceEvents.d.ts +1 -0
- package/dist/telemetry/BrowserRootPerformanceEvents.d.ts.map +1 -1
- package/dist/telemetry/BrowserRootPerformanceEvents.mjs +5 -3
- package/dist/telemetry/BrowserRootPerformanceEvents.mjs.map +1 -1
- package/dist/utils/BrowserConstants.d.ts +0 -4
- package/dist/utils/BrowserConstants.d.ts.map +1 -1
- package/dist/utils/BrowserConstants.mjs +1 -5
- package/dist/utils/BrowserConstants.mjs.map +1 -1
- package/dist/utils/BrowserProtocolUtils.mjs +2 -2
- package/dist/utils/BrowserProtocolUtils.mjs.map +1 -1
- package/dist/utils/BrowserUtils.d.ts +36 -2
- package/dist/utils/BrowserUtils.d.ts.map +1 -1
- package/dist/utils/BrowserUtils.mjs +152 -10
- package/dist/utils/BrowserUtils.mjs.map +1 -1
- package/dist/utils/Helpers.mjs +1 -1
- package/dist/utils/Helpers.mjs.map +1 -1
- package/dist/utils/MsalFrameStatsUtils.mjs +2 -2
- package/dist/utils/MsalFrameStatsUtils.mjs.map +1 -1
- package/lib/custom-auth-path/log-strings-mapping.json +1703 -0
- package/lib/custom-auth-path/msal-custom-auth.cjs +11652 -10579
- package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
- package/lib/custom-auth-path/types/app/IPublicClientApplication.d.ts +2 -2
- package/lib/custom-auth-path/types/app/IPublicClientApplication.d.ts.map +1 -1
- package/lib/custom-auth-path/types/app/PublicClientApplication.d.ts +5 -9
- package/lib/custom-auth-path/types/app/PublicClientApplication.d.ts.map +1 -1
- package/lib/custom-auth-path/types/cache/AccountManager.d.ts +0 -25
- package/lib/custom-auth-path/types/cache/AccountManager.d.ts.map +1 -1
- package/lib/custom-auth-path/types/cache/BrowserCacheManager.d.ts +65 -8
- package/lib/custom-auth-path/types/cache/BrowserCacheManager.d.ts.map +1 -1
- package/lib/custom-auth-path/types/cache/CacheKeys.d.ts +3 -3
- package/lib/custom-auth-path/types/cache/IWindowStorage.d.ts +1 -1
- package/lib/custom-auth-path/types/cache/IWindowStorage.d.ts.map +1 -1
- package/lib/custom-auth-path/types/cache/LocalStorage.d.ts +1 -1
- package/lib/custom-auth-path/types/cache/LocalStorage.d.ts.map +1 -1
- package/lib/custom-auth-path/types/cache/TokenCache.d.ts +7 -5
- package/lib/custom-auth-path/types/cache/TokenCache.d.ts.map +1 -1
- package/lib/custom-auth-path/types/config/Configuration.d.ts +4 -12
- package/lib/custom-auth-path/types/config/Configuration.d.ts.map +1 -1
- package/lib/custom-auth-path/types/controllers/IController.d.ts +2 -57
- package/lib/custom-auth-path/types/controllers/IController.d.ts.map +1 -1
- package/lib/custom-auth-path/types/controllers/NestedAppAuthController.d.ts +4 -43
- package/lib/custom-auth-path/types/controllers/NestedAppAuthController.d.ts.map +1 -1
- package/lib/custom-auth-path/types/controllers/StandardController.d.ts +3 -27
- package/lib/custom-auth-path/types/controllers/StandardController.d.ts.map +1 -1
- package/lib/custom-auth-path/types/controllers/UnknownOperatingContextController.d.ts +4 -13
- package/lib/custom-auth-path/types/controllers/UnknownOperatingContextController.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts +2 -1
- package/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts.map +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/CustomAuthAuthority.d.ts +2 -2
- package/lib/custom-auth-path/types/custom_auth/core/CustomAuthAuthority.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -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/error_type/AuthMethodRegistrationError.d.ts +5 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
- 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 +27 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +40 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +34 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +11 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +11 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +67 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
- package/lib/custom-auth-path/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
- package/lib/custom-auth-path/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
- 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/CustomAuthApiEndpoint.d.ts +1 -0
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.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/ApiRequestTypes.d.ts +5 -0
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +2 -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/core/telemetry/PublicApiId.d.ts +4 -3
- package/lib/custom-auth-path/types/custom_auth/core/telemetry/PublicApiId.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/reset_password/interaction_client/ResetPasswordClient.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_in/interaction_client/SignInClient.d.ts +8 -6
- package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
- package/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.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/custom_auth/sign_up/interaction_client/SignUpClient.d.ts +4 -4
- package/lib/custom-auth-path/types/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/error/BrowserAuthErrorCodes.d.ts +3 -2
- package/lib/custom-auth-path/types/error/BrowserAuthErrorCodes.d.ts.map +1 -1
- package/lib/custom-auth-path/types/error/NativeAuthError.d.ts.map +1 -1
- package/lib/custom-auth-path/types/error/NativeAuthErrorCodes.d.ts +1 -0
- package/lib/custom-auth-path/types/error/NativeAuthErrorCodes.d.ts.map +1 -1
- package/lib/custom-auth-path/types/index.d.ts +4 -4
- package/lib/custom-auth-path/types/index.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_client/PlatformAuthInteractionClient.d.ts +2 -2
- package/lib/custom-auth-path/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_client/PopupClient.d.ts +3 -6
- package/lib/custom-auth-path/types/interaction_client/PopupClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_client/RedirectClient.d.ts +6 -1
- package/lib/custom-auth-path/types/interaction_client/RedirectClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_client/StandardInteractionClient.d.ts +3 -1
- package/lib/custom-auth-path/types/interaction_client/StandardInteractionClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_handler/InteractionHandler.d.ts.map +1 -1
- package/lib/custom-auth-path/types/interaction_handler/SilentHandler.d.ts +2 -7
- package/lib/custom-auth-path/types/interaction_handler/SilentHandler.d.ts.map +1 -1
- package/lib/custom-auth-path/types/packageMetadata.d.ts +1 -1
- package/lib/custom-auth-path/types/packageMetadata.d.ts.map +1 -1
- package/lib/custom-auth-path/types/protocol/Authorize.d.ts +4 -0
- package/lib/custom-auth-path/types/protocol/Authorize.d.ts.map +1 -1
- package/lib/custom-auth-path/types/redirect_bridge/index.d.ts +16 -0
- package/lib/custom-auth-path/types/redirect_bridge/index.d.ts.map +1 -0
- package/lib/custom-auth-path/types/request/AuthorizationCodeRequest.d.ts +18 -0
- package/lib/custom-auth-path/types/request/AuthorizationCodeRequest.d.ts.map +1 -1
- package/lib/custom-auth-path/types/request/ClearCacheRequest.d.ts +6 -2
- package/lib/custom-auth-path/types/request/ClearCacheRequest.d.ts.map +1 -1
- package/lib/custom-auth-path/types/request/EndSessionPopupRequest.d.ts +13 -10
- package/lib/custom-auth-path/types/request/EndSessionPopupRequest.d.ts.map +1 -1
- package/lib/custom-auth-path/types/request/EndSessionRequest.d.ts +4 -9
- package/lib/custom-auth-path/types/request/EndSessionRequest.d.ts.map +1 -1
- package/lib/custom-auth-path/types/request/HandleRedirectPromiseOptions.d.ts +5 -0
- package/lib/custom-auth-path/types/request/HandleRedirectPromiseOptions.d.ts.map +1 -0
- package/lib/custom-auth-path/types/request/InitializeApplicationRequest.d.ts +3 -2
- package/lib/custom-auth-path/types/request/InitializeApplicationRequest.d.ts.map +1 -1
- package/lib/custom-auth-path/types/request/PopupRequest.d.ts +13 -24
- package/lib/custom-auth-path/types/request/PopupRequest.d.ts.map +1 -1
- package/lib/custom-auth-path/types/request/RedirectRequest.d.ts +6 -23
- package/lib/custom-auth-path/types/request/RedirectRequest.d.ts.map +1 -1
- package/lib/custom-auth-path/types/request/RequestHelpers.d.ts +11 -1
- package/lib/custom-auth-path/types/request/RequestHelpers.d.ts.map +1 -1
- package/lib/custom-auth-path/types/request/SilentRequest.d.ts +33 -14
- package/lib/custom-auth-path/types/request/SilentRequest.d.ts.map +1 -1
- package/lib/custom-auth-path/types/request/SsoSilentRequest.d.ts +0 -22
- package/lib/custom-auth-path/types/request/SsoSilentRequest.d.ts.map +1 -1
- package/lib/custom-auth-path/types/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
- package/lib/custom-auth-path/types/telemetry/BrowserPerformanceEvents.d.ts +4 -1
- package/lib/custom-auth-path/types/telemetry/BrowserPerformanceEvents.d.ts.map +1 -1
- package/lib/custom-auth-path/types/telemetry/BrowserRootPerformanceEvents.d.ts +1 -0
- package/lib/custom-auth-path/types/telemetry/BrowserRootPerformanceEvents.d.ts.map +1 -1
- package/lib/custom-auth-path/types/utils/BrowserConstants.d.ts +0 -4
- package/lib/custom-auth-path/types/utils/BrowserConstants.d.ts.map +1 -1
- package/lib/custom-auth-path/types/utils/BrowserUtils.d.ts +36 -2
- package/lib/custom-auth-path/types/utils/BrowserUtils.d.ts.map +1 -1
- package/lib/log-strings-mapping.json +1135 -0
- package/lib/msal-browser.cjs +15070 -15362
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +15070 -15362
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +2 -75
- package/lib/redirect-bridge/msal-redirect-bridge.js +729 -0
- package/lib/redirect-bridge/msal-redirect-bridge.js.map +1 -0
- package/lib/redirect-bridge/msal-redirect-bridge.min.js +2 -0
- package/lib/types/app/IPublicClientApplication.d.ts +2 -2
- package/lib/types/app/IPublicClientApplication.d.ts.map +1 -1
- package/lib/types/app/PublicClientApplication.d.ts +5 -9
- package/lib/types/app/PublicClientApplication.d.ts.map +1 -1
- package/lib/types/cache/AccountManager.d.ts +0 -25
- package/lib/types/cache/AccountManager.d.ts.map +1 -1
- package/lib/types/cache/BrowserCacheManager.d.ts +65 -8
- package/lib/types/cache/BrowserCacheManager.d.ts.map +1 -1
- package/lib/types/cache/CacheKeys.d.ts +3 -3
- package/lib/types/cache/IWindowStorage.d.ts +1 -1
- package/lib/types/cache/IWindowStorage.d.ts.map +1 -1
- package/lib/types/cache/LocalStorage.d.ts +1 -1
- package/lib/types/cache/LocalStorage.d.ts.map +1 -1
- package/lib/types/cache/TokenCache.d.ts +7 -5
- package/lib/types/cache/TokenCache.d.ts.map +1 -1
- package/lib/types/config/Configuration.d.ts +4 -12
- package/lib/types/config/Configuration.d.ts.map +1 -1
- package/lib/types/controllers/IController.d.ts +2 -57
- package/lib/types/controllers/IController.d.ts.map +1 -1
- package/lib/types/controllers/NestedAppAuthController.d.ts +4 -43
- package/lib/types/controllers/NestedAppAuthController.d.ts.map +1 -1
- package/lib/types/controllers/StandardController.d.ts +3 -27
- package/lib/types/controllers/StandardController.d.ts.map +1 -1
- package/lib/types/controllers/UnknownOperatingContextController.d.ts +4 -13
- package/lib/types/controllers/UnknownOperatingContextController.d.ts.map +1 -1
- package/lib/types/custom_auth/CustomAuthConstants.d.ts +2 -1
- package/lib/types/custom_auth/CustomAuthConstants.d.ts.map +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/CustomAuthAuthority.d.ts +2 -2
- package/lib/types/custom_auth/core/CustomAuthAuthority.d.ts.map +1 -1
- package/lib/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts +2 -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/error_type/AuthMethodRegistrationError.d.ts +5 -0
- package/lib/types/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.d.ts.map +1 -1
- 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 +27 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/error_type/MfaError.d.ts.map +1 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts +40 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.d.ts.map +1 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts +34 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.d.ts.map +1 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts +11 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.d.ts.map +1 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts +11 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaFailedState.d.ts.map +1 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts +67 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaState.d.ts.map +1 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts +19 -0
- package/lib/types/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.d.ts.map +1 -0
- package/lib/types/custom_auth/core/interaction_client/jit/JitClient.d.ts +2 -8
- package/lib/types/custom_auth/core/interaction_client/jit/JitClient.d.ts.map +1 -1
- package/lib/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts +0 -1
- package/lib/types/custom_auth/core/interaction_client/jit/parameter/JitParams.d.ts.map +1 -1
- package/lib/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts +2 -11
- package/lib/types/custom_auth/core/interaction_client/jit/result/JitActionResult.d.ts.map +1 -1
- package/lib/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts +21 -0
- package/lib/types/custom_auth/core/interaction_client/mfa/MfaClient.d.ts.map +1 -0
- package/lib/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts +14 -0
- package/lib/types/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.d.ts.map +1 -0
- package/lib/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts +23 -0
- package/lib/types/custom_auth/core/interaction_client/mfa/result/MfaActionResult.d.ts.map +1 -0
- 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/CustomAuthApiEndpoint.d.ts +1 -0
- package/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +1 -1
- package/lib/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts +7 -2
- package/lib/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.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/ApiRequestTypes.d.ts +5 -0
- package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +1 -1
- package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts +5 -1
- package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +1 -1
- package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts +2 -0
- package/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +1 -1
- package/lib/types/custom_auth/core/telemetry/PublicApiId.d.ts +4 -3
- package/lib/types/custom_auth/core/telemetry/PublicApiId.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/reset_password/interaction_client/ResetPasswordClient.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_in/interaction_client/SignInClient.d.ts +8 -6
- package/lib/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +1 -1
- package/lib/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts +6 -0
- package/lib/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.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/custom_auth/sign_up/interaction_client/SignUpClient.d.ts +4 -4
- package/lib/types/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +1 -1
- package/lib/types/error/BrowserAuthErrorCodes.d.ts +3 -2
- package/lib/types/error/BrowserAuthErrorCodes.d.ts.map +1 -1
- package/lib/types/error/NativeAuthError.d.ts.map +1 -1
- package/lib/types/error/NativeAuthErrorCodes.d.ts +1 -0
- package/lib/types/error/NativeAuthErrorCodes.d.ts.map +1 -1
- package/lib/types/index.d.ts +4 -4
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/interaction_client/PlatformAuthInteractionClient.d.ts +2 -2
- package/lib/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +1 -1
- package/lib/types/interaction_client/PopupClient.d.ts +3 -6
- package/lib/types/interaction_client/PopupClient.d.ts.map +1 -1
- package/lib/types/interaction_client/RedirectClient.d.ts +6 -1
- package/lib/types/interaction_client/RedirectClient.d.ts.map +1 -1
- package/lib/types/interaction_client/SilentIframeClient.d.ts.map +1 -1
- package/lib/types/interaction_client/StandardInteractionClient.d.ts +3 -1
- package/lib/types/interaction_client/StandardInteractionClient.d.ts.map +1 -1
- package/lib/types/interaction_handler/InteractionHandler.d.ts.map +1 -1
- package/lib/types/interaction_handler/SilentHandler.d.ts +2 -7
- package/lib/types/interaction_handler/SilentHandler.d.ts.map +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/lib/types/packageMetadata.d.ts.map +1 -1
- package/lib/types/protocol/Authorize.d.ts +4 -0
- package/lib/types/protocol/Authorize.d.ts.map +1 -1
- package/lib/types/redirect_bridge/index.d.ts +16 -0
- package/lib/types/redirect_bridge/index.d.ts.map +1 -0
- package/lib/types/request/AuthorizationCodeRequest.d.ts +18 -0
- package/lib/types/request/AuthorizationCodeRequest.d.ts.map +1 -1
- package/lib/types/request/ClearCacheRequest.d.ts +6 -2
- package/lib/types/request/ClearCacheRequest.d.ts.map +1 -1
- package/lib/types/request/EndSessionPopupRequest.d.ts +13 -10
- package/lib/types/request/EndSessionPopupRequest.d.ts.map +1 -1
- package/lib/types/request/EndSessionRequest.d.ts +4 -9
- package/lib/types/request/EndSessionRequest.d.ts.map +1 -1
- package/lib/types/request/HandleRedirectPromiseOptions.d.ts +5 -0
- package/lib/types/request/HandleRedirectPromiseOptions.d.ts.map +1 -0
- package/lib/types/request/InitializeApplicationRequest.d.ts +3 -2
- package/lib/types/request/InitializeApplicationRequest.d.ts.map +1 -1
- package/lib/types/request/PopupRequest.d.ts +13 -24
- package/lib/types/request/PopupRequest.d.ts.map +1 -1
- package/lib/types/request/RedirectRequest.d.ts +6 -23
- package/lib/types/request/RedirectRequest.d.ts.map +1 -1
- package/lib/types/request/RequestHelpers.d.ts +11 -1
- package/lib/types/request/RequestHelpers.d.ts.map +1 -1
- package/lib/types/request/SilentRequest.d.ts +33 -14
- package/lib/types/request/SilentRequest.d.ts.map +1 -1
- package/lib/types/request/SsoSilentRequest.d.ts +0 -22
- package/lib/types/request/SsoSilentRequest.d.ts.map +1 -1
- package/lib/types/telemetry/BrowserPerformanceClient.d.ts.map +1 -1
- package/lib/types/telemetry/BrowserPerformanceEvents.d.ts +4 -1
- package/lib/types/telemetry/BrowserPerformanceEvents.d.ts.map +1 -1
- package/lib/types/telemetry/BrowserRootPerformanceEvents.d.ts +1 -0
- package/lib/types/telemetry/BrowserRootPerformanceEvents.d.ts.map +1 -1
- package/lib/types/utils/BrowserConstants.d.ts +0 -4
- package/lib/types/utils/BrowserConstants.d.ts.map +1 -1
- package/lib/types/utils/BrowserUtils.d.ts +36 -2
- package/lib/types/utils/BrowserUtils.d.ts.map +1 -1
- package/package.json +126 -112
- package/src/app/IPublicClientApplication.ts +2 -2
- package/src/app/PublicClientApplication.ts +17 -31
- package/src/cache/AccountManager.ts +0 -142
- package/src/cache/BrowserCacheManager.ts +765 -239
- package/src/cache/CacheKeys.ts +3 -3
- package/src/cache/IWindowStorage.ts +2 -1
- package/src/cache/LocalStorage.ts +30 -17
- package/src/cache/TokenCache.ts +167 -96
- package/src/config/Configuration.ts +12 -25
- package/src/controllers/IController.ts +2 -119
- package/src/controllers/NestedAppAuthController.ts +46 -114
- package/src/controllers/StandardController.ts +112 -141
- package/src/controllers/UnknownOperatingContextController.ts +3 -72
- package/src/custom_auth/CustomAuthConstants.ts +1 -0
- package/src/custom_auth/controller/CustomAuthStandardController.ts +34 -0
- package/src/custom_auth/core/CustomAuthAuthority.ts +3 -2
- package/src/custom_auth/core/auth_flow/AuthFlowErrorBase.ts +13 -2
- 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/error_type/AuthMethodRegistrationError.ts +9 -1
- 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 +18 -4
- package/src/custom_auth/core/auth_flow/mfa/error_type/MfaError.ts +40 -0
- package/src/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.ts +67 -0
- package/src/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.ts +60 -0
- package/src/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.ts +17 -0
- package/src/custom_auth/core/auth_flow/mfa/state/MfaFailedState.ts +17 -0
- package/src/custom_auth/core/auth_flow/mfa/state/MfaState.ts +202 -0
- package/src/custom_auth/core/auth_flow/mfa/state/MfaStateParameters.ts +28 -0
- package/src/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.ts +1 -1
- package/src/custom_auth/core/interaction_client/jit/JitClient.ts +18 -60
- package/src/custom_auth/core/interaction_client/jit/parameter/JitParams.ts +0 -2
- package/src/custom_auth/core/interaction_client/jit/result/JitActionResult.ts +2 -22
- package/src/custom_auth/core/interaction_client/mfa/MfaClient.ts +165 -0
- package/src/custom_auth/core/interaction_client/mfa/parameter/MfaClientParameters.ts +20 -0
- package/src/custom_auth/core/interaction_client/mfa/result/MfaActionResult.ts +48 -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/CustomAuthApiEndpoint.ts +1 -0
- package/src/custom_auth/core/network_client/custom_auth_api/SignInApiClient.ts +27 -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/ApiRequestTypes.ts +6 -0
- package/src/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.ts +6 -1
- package/src/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.ts +2 -0
- package/src/custom_auth/core/telemetry/PublicApiId.ts +6 -3
- 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 +18 -13
- 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/reset_password/interaction_client/ResetPasswordClient.ts +18 -17
- 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 +17 -11
- 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_in/interaction_client/SignInClient.ts +162 -73
- package/src/custom_auth/sign_in/interaction_client/result/SignInActionResult.ts +15 -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/custom_auth/sign_up/interaction_client/SignUpClient.ts +62 -46
- package/src/error/BrowserAuthErrorCodes.ts +4 -2
- package/src/error/NativeAuthError.ts +1 -0
- package/src/error/NativeAuthErrorCodes.ts +1 -0
- package/src/index.ts +6 -11
- package/src/interaction_client/PlatformAuthInteractionClient.ts +13 -6
- package/src/interaction_client/PopupClient.ts +239 -105
- package/src/interaction_client/RedirectClient.ts +109 -80
- package/src/interaction_client/SilentIframeClient.ts +123 -59
- package/src/interaction_client/StandardInteractionClient.ts +35 -19
- package/src/interaction_handler/InteractionHandler.ts +0 -11
- package/src/interaction_handler/SilentHandler.ts +25 -90
- package/src/packageMetadata.ts +1 -1
- package/src/protocol/Authorize.ts +65 -6
- package/src/redirect_bridge/index.ts +131 -0
- package/src/request/AuthorizationCodeRequest.ts +18 -0
- package/src/request/ClearCacheRequest.ts +6 -2
- package/src/request/EndSessionPopupRequest.ts +13 -12
- package/src/request/EndSessionRequest.ts +4 -11
- package/src/request/HandleRedirectPromiseOptions.ts +9 -0
- package/src/request/InitializeApplicationRequest.ts +3 -2
- package/src/request/PopupRequest.ts +13 -24
- package/src/request/RedirectRequest.ts +6 -23
- package/src/request/RequestHelpers.ts +34 -0
- package/src/request/SilentRequest.ts +33 -14
- package/src/request/SsoSilentRequest.ts +0 -22
- package/src/telemetry/BrowserPerformanceClient.ts +5 -2
- package/src/telemetry/BrowserPerformanceEvents.ts +5 -1
- package/src/telemetry/BrowserRootPerformanceEvents.ts +2 -0
- package/src/utils/BrowserConstants.ts +0 -4
- package/src/utils/BrowserProtocolUtils.ts +1 -1
- package/src/utils/BrowserUtils.ts +228 -9
- package/dist/app/PublicClientNext.d.ts.map +0 -1
- package/dist/app/PublicClientNext.mjs +0 -303
- package/dist/app/PublicClientNext.mjs.map +0 -1
- package/dist/controllers/ControllerFactory.d.ts +0 -6
- package/dist/controllers/ControllerFactory.d.ts.map +0 -1
- package/dist/controllers/ControllerFactory.mjs +0 -41
- package/dist/controllers/ControllerFactory.mjs.map +0 -1
- package/dist/controllers/UnknownOperatingContextController.mjs +0 -255
- package/dist/controllers/UnknownOperatingContextController.mjs.map +0 -1
- package/dist/custom-auth-path/app/PublicClientNext.d.ts.map +0 -1
- package/dist/custom-auth-path/controllers/ControllerFactory.d.ts +0 -6
- package/dist/custom-auth-path/controllers/ControllerFactory.d.ts.map +0 -1
- package/dist/custom-auth-path/controllers/ControllerFactory.mjs +0 -19
- package/dist/custom-auth-path/controllers/ControllerFactory.mjs.map +0 -1
- package/dist/custom-auth-path/utils/PopupUtils.d.ts +0 -33
- package/dist/custom-auth-path/utils/PopupUtils.d.ts.map +0 -1
- package/dist/custom-auth-path/utils/PopupUtils.mjs +0 -90
- package/dist/custom-auth-path/utils/PopupUtils.mjs.map +0 -1
- package/dist/operatingcontext/UnknownOperatingContext.mjs +0 -49
- package/dist/operatingcontext/UnknownOperatingContext.mjs.map +0 -1
- package/dist/utils/PopupUtils.d.ts +0 -33
- package/dist/utils/PopupUtils.d.ts.map +0 -1
- package/dist/utils/PopupUtils.mjs +0 -90
- package/dist/utils/PopupUtils.mjs.map +0 -1
- package/lib/custom-auth-path/types/app/PublicClientNext.d.ts +0 -231
- package/lib/custom-auth-path/types/app/PublicClientNext.d.ts.map +0 -1
- package/lib/custom-auth-path/types/controllers/ControllerFactory.d.ts +0 -6
- package/lib/custom-auth-path/types/controllers/ControllerFactory.d.ts.map +0 -1
- package/lib/custom-auth-path/types/utils/PopupUtils.d.ts +0 -33
- package/lib/custom-auth-path/types/utils/PopupUtils.d.ts.map +0 -1
- package/lib/types/app/PublicClientNext.d.ts +0 -231
- package/lib/types/app/PublicClientNext.d.ts.map +0 -1
- package/lib/types/controllers/ControllerFactory.d.ts +0 -6
- package/lib/types/controllers/ControllerFactory.d.ts.map +0 -1
- package/lib/types/utils/PopupUtils.d.ts +0 -33
- package/lib/types/utils/PopupUtils.d.ts.map +0 -1
- package/src/app/PublicClientNext.ts +0 -389
- package/src/controllers/ControllerFactory.ts +0 -49
- package/src/utils/PopupUtils.ts +0 -117
|
@@ -0,0 +1,1703 @@
|
|
|
1
|
+
{
|
|
2
|
+
"timestamp": "2026-01-16T20:38:51.340Z",
|
|
3
|
+
"packageVersion": "5.0.1",
|
|
4
|
+
"totalStrings": 424,
|
|
5
|
+
"mappings": {
|
|
6
|
+
"0yfud8": {
|
|
7
|
+
"message": "Failed to get access token from cache.",
|
|
8
|
+
"level": "error"
|
|
9
|
+
},
|
|
10
|
+
"1w15hv": {
|
|
11
|
+
"message": "Successfully got access token from cache.",
|
|
12
|
+
"level": "verbose"
|
|
13
|
+
},
|
|
14
|
+
"108lch": {
|
|
15
|
+
"message": "Getting access token.",
|
|
16
|
+
"level": "verbose"
|
|
17
|
+
},
|
|
18
|
+
"0jrcu2": {
|
|
19
|
+
"message": "Getting current account.",
|
|
20
|
+
"level": "verbose"
|
|
21
|
+
},
|
|
22
|
+
"19tou7": {
|
|
23
|
+
"message": "An error occurred during sign out: '${error}'",
|
|
24
|
+
"level": "errorPii"
|
|
25
|
+
},
|
|
26
|
+
"16o7ps": {
|
|
27
|
+
"message": "User signed out",
|
|
28
|
+
"level": "verbose"
|
|
29
|
+
},
|
|
30
|
+
"17l5fh": {
|
|
31
|
+
"message": "Signing out user",
|
|
32
|
+
"level": "verbose"
|
|
33
|
+
},
|
|
34
|
+
"140ijv": {
|
|
35
|
+
"message": "Password parameter is not provided for authentication flow.",
|
|
36
|
+
"level": "error"
|
|
37
|
+
},
|
|
38
|
+
"0jr92e": {
|
|
39
|
+
"message": "Code parameter is not provided or invalid for authentication flow.",
|
|
40
|
+
"level": "error"
|
|
41
|
+
},
|
|
42
|
+
"0ql59l": {
|
|
43
|
+
"message": "MFA is required during the sign-in.",
|
|
44
|
+
"level": "verbose"
|
|
45
|
+
},
|
|
46
|
+
"0fiacy": {
|
|
47
|
+
"message": "Authentication method registration is required during sign-in.",
|
|
48
|
+
"level": "verbose"
|
|
49
|
+
},
|
|
50
|
+
"1wz8ns": {
|
|
51
|
+
"message": "Sign-in completed successfully.",
|
|
52
|
+
"level": "verbose"
|
|
53
|
+
},
|
|
54
|
+
"03fy3t": {
|
|
55
|
+
"message": "Code resent for sign-in.",
|
|
56
|
+
"level": "verbose"
|
|
57
|
+
},
|
|
58
|
+
"0g09c3": {
|
|
59
|
+
"message": "Resending code for sign-in.",
|
|
60
|
+
"level": "verbose"
|
|
61
|
+
},
|
|
62
|
+
"05uiw3": {
|
|
63
|
+
"message": "Failed to submit code for sign-in. Error: '${error}'.",
|
|
64
|
+
"level": "errorPii"
|
|
65
|
+
},
|
|
66
|
+
"14jm6w": {
|
|
67
|
+
"message": "Code submitted for sign-in.",
|
|
68
|
+
"level": "verbose"
|
|
69
|
+
},
|
|
70
|
+
"0gosr6": {
|
|
71
|
+
"message": "Submitting code for sign-in.",
|
|
72
|
+
"level": "verbose"
|
|
73
|
+
},
|
|
74
|
+
"03tyr8": {
|
|
75
|
+
"message": "Failed to sign in with continuation token. Error: '${error}'.",
|
|
76
|
+
"level": "errorPii"
|
|
77
|
+
},
|
|
78
|
+
"0su211": {
|
|
79
|
+
"message": "Signed in with continuation token.",
|
|
80
|
+
"level": "verbose"
|
|
81
|
+
},
|
|
82
|
+
"1lhjo6": {
|
|
83
|
+
"message": "Signing in with continuation token.",
|
|
84
|
+
"level": "verbose"
|
|
85
|
+
},
|
|
86
|
+
"0jy3yf": {
|
|
87
|
+
"message": "Failed to sign in after submitting password. Error: '${error}'.",
|
|
88
|
+
"level": "errorPii"
|
|
89
|
+
},
|
|
90
|
+
"1e0esa": {
|
|
91
|
+
"message": "Password submitted for sign-in.",
|
|
92
|
+
"level": "verbose"
|
|
93
|
+
},
|
|
94
|
+
"1dm2kj": {
|
|
95
|
+
"message": "Submitting password for sign-in.",
|
|
96
|
+
"level": "verbose"
|
|
97
|
+
},
|
|
98
|
+
"1wde3l": {
|
|
99
|
+
"message": "Failed to submit attributes for sign up. Error: '${error}'.",
|
|
100
|
+
"level": "errorPii"
|
|
101
|
+
},
|
|
102
|
+
"0fw1nl": {
|
|
103
|
+
"message": "Sign-up completed.",
|
|
104
|
+
"level": "verbose"
|
|
105
|
+
},
|
|
106
|
+
"0i07tr": {
|
|
107
|
+
"message": "Attributes submitted for sign-up.",
|
|
108
|
+
"level": "verbose"
|
|
109
|
+
},
|
|
110
|
+
"0zl1ym": {
|
|
111
|
+
"message": "Submitting attributes for sign-up.",
|
|
112
|
+
"level": "verbose"
|
|
113
|
+
},
|
|
114
|
+
"1jcv37": {
|
|
115
|
+
"message": "Attributes are required for sign-up.",
|
|
116
|
+
"level": "error"
|
|
117
|
+
},
|
|
118
|
+
"04co5l": {
|
|
119
|
+
"message": "Failed to resend code for sign up. Error: '${error}'.",
|
|
120
|
+
"level": "errorPii"
|
|
121
|
+
},
|
|
122
|
+
"0eub4o": {
|
|
123
|
+
"message": "Code resent for sign-up.",
|
|
124
|
+
"level": "verbose"
|
|
125
|
+
},
|
|
126
|
+
"087lh9": {
|
|
127
|
+
"message": "Resending code for sign-up.",
|
|
128
|
+
"level": "verbose"
|
|
129
|
+
},
|
|
130
|
+
"1y64s9": {
|
|
131
|
+
"message": "Failed to submit code for sign up. Error: '${error}'.",
|
|
132
|
+
"level": "errorPii"
|
|
133
|
+
},
|
|
134
|
+
"0jd56g": {
|
|
135
|
+
"message": "Attributes required for sign-up.",
|
|
136
|
+
"level": "verbose"
|
|
137
|
+
},
|
|
138
|
+
"098u8y": {
|
|
139
|
+
"message": "Password required for sign-up.",
|
|
140
|
+
"level": "verbose"
|
|
141
|
+
},
|
|
142
|
+
"0okwn9": {
|
|
143
|
+
"message": "Code submitted for sign-up.",
|
|
144
|
+
"level": "verbose"
|
|
145
|
+
},
|
|
146
|
+
"1nedbh": {
|
|
147
|
+
"message": "Submitting code for sign-up.",
|
|
148
|
+
"level": "verbose"
|
|
149
|
+
},
|
|
150
|
+
"1adqe5": {
|
|
151
|
+
"message": "Failed to submit password for sign up. Error: '${error}'.",
|
|
152
|
+
"level": "errorPii"
|
|
153
|
+
},
|
|
154
|
+
"06wmh7": {
|
|
155
|
+
"message": "Password submitted for sign-up.",
|
|
156
|
+
"level": "verbose"
|
|
157
|
+
},
|
|
158
|
+
"1biha3": {
|
|
159
|
+
"message": "Submitting password for sign-up.",
|
|
160
|
+
"level": "verbose"
|
|
161
|
+
},
|
|
162
|
+
"1vyfic": {
|
|
163
|
+
"message": "Failed to resend code for password reset. Error: '${error}'.",
|
|
164
|
+
"level": "errorPii"
|
|
165
|
+
},
|
|
166
|
+
"01cakn": {
|
|
167
|
+
"message": "Code is resent for password reset.",
|
|
168
|
+
"level": "verbose"
|
|
169
|
+
},
|
|
170
|
+
"13fdb0": {
|
|
171
|
+
"message": "Resending code for password reset.",
|
|
172
|
+
"level": "verbose"
|
|
173
|
+
},
|
|
174
|
+
"1wtelk": {
|
|
175
|
+
"message": "Failed to submit code for password reset. Error: '${error}'.",
|
|
176
|
+
"level": "errorPii"
|
|
177
|
+
},
|
|
178
|
+
"1pdlyx": {
|
|
179
|
+
"message": "Code is submitted for password reset.",
|
|
180
|
+
"level": "verbose"
|
|
181
|
+
},
|
|
182
|
+
"0eno3c": {
|
|
183
|
+
"message": "Submitting code for password reset.",
|
|
184
|
+
"level": "verbose"
|
|
185
|
+
},
|
|
186
|
+
"0stjo2": {
|
|
187
|
+
"message": "Failed to submit password for password reset. Error: '${error}'.",
|
|
188
|
+
"level": "errorPii"
|
|
189
|
+
},
|
|
190
|
+
"1hgnje": {
|
|
191
|
+
"message": "New password is submitted for sign-up.",
|
|
192
|
+
"level": "verbose"
|
|
193
|
+
},
|
|
194
|
+
"01ecin": {
|
|
195
|
+
"message": "Submitting new password for password reset.",
|
|
196
|
+
"level": "verbose"
|
|
197
|
+
},
|
|
198
|
+
"0njepo": {
|
|
199
|
+
"message": "Failed to submit auth method challenge. Error: '${error}'.",
|
|
200
|
+
"level": "errorPii"
|
|
201
|
+
},
|
|
202
|
+
"0hi8xc": {
|
|
203
|
+
"message": "Auth method challenge submitted successfully.",
|
|
204
|
+
"level": "verbose"
|
|
205
|
+
},
|
|
206
|
+
"084cxu": {
|
|
207
|
+
"message": "Submitting auth method challenge.",
|
|
208
|
+
"level": "verbose"
|
|
209
|
+
},
|
|
210
|
+
"17im04": {
|
|
211
|
+
"message": "Failed to challenge authentication method for auth method registration. Error: '${error}'.",
|
|
212
|
+
"level": "errorPii"
|
|
213
|
+
},
|
|
214
|
+
"16lk12": {
|
|
215
|
+
"message": "Unexpected result type from auth challenge method",
|
|
216
|
+
"level": "error"
|
|
217
|
+
},
|
|
218
|
+
"01b21i": {
|
|
219
|
+
"message": "Auth method registration completed via fast-pass.",
|
|
220
|
+
"level": "verbose"
|
|
221
|
+
},
|
|
222
|
+
"0puifv": {
|
|
223
|
+
"message": "Auth method verification required.",
|
|
224
|
+
"level": "verbose"
|
|
225
|
+
},
|
|
226
|
+
"1ipjwn": {
|
|
227
|
+
"message": "Authentication method challenged successfully for auth method registration.",
|
|
228
|
+
"level": "verbose"
|
|
229
|
+
},
|
|
230
|
+
"0vi650": {
|
|
231
|
+
"message": "Challenging authentication method - '${authMethodDetails.authMethodType.id}' for auth method registration.",
|
|
232
|
+
"level": "verbose"
|
|
233
|
+
},
|
|
234
|
+
"01ok2b": {
|
|
235
|
+
"message": "Failed to submit MFA challenge. Error: '${error}'.",
|
|
236
|
+
"level": "errorPii"
|
|
237
|
+
},
|
|
238
|
+
"0ddwwn": {
|
|
239
|
+
"message": "MFA challenge submitted successfully.",
|
|
240
|
+
"level": "verbose"
|
|
241
|
+
},
|
|
242
|
+
"1pi02n": {
|
|
243
|
+
"message": "Submitting MFA challenge.",
|
|
244
|
+
"level": "verbose"
|
|
245
|
+
},
|
|
246
|
+
"0bt3wx": {
|
|
247
|
+
"message": "Failed to request MFA challenge. Error: '${error}'.",
|
|
248
|
+
"level": "errorPii"
|
|
249
|
+
},
|
|
250
|
+
"0rb7r9": {
|
|
251
|
+
"message": "MFA challenge requested successfully.",
|
|
252
|
+
"level": "verbose"
|
|
253
|
+
},
|
|
254
|
+
"1cnvk7": {
|
|
255
|
+
"message": "Requesting MFA challenge with authentication method - '${authMethodId}'.",
|
|
256
|
+
"level": "verbose"
|
|
257
|
+
},
|
|
258
|
+
"1a17tw": {
|
|
259
|
+
"message": "User has already signed in.",
|
|
260
|
+
"level": "error"
|
|
261
|
+
},
|
|
262
|
+
"1s0wwh": {
|
|
263
|
+
"message": "An error occurred during starting reset-password: '${error}'",
|
|
264
|
+
"level": "errorPii"
|
|
265
|
+
},
|
|
266
|
+
"1axxe2": {
|
|
267
|
+
"message": "Password-reset flow started.",
|
|
268
|
+
"level": "verbose"
|
|
269
|
+
},
|
|
270
|
+
"1u9e3k": {
|
|
271
|
+
"message": "Starting password-reset flow.",
|
|
272
|
+
"level": "verbose"
|
|
273
|
+
},
|
|
274
|
+
"1ym5p8": {
|
|
275
|
+
"message": "An error occurred during starting sign-up: '${error}'",
|
|
276
|
+
"level": "errorPii"
|
|
277
|
+
},
|
|
278
|
+
"12ceo3": {
|
|
279
|
+
"message": "Unexpected sign-up result type. Returning error.",
|
|
280
|
+
"level": "error"
|
|
281
|
+
},
|
|
282
|
+
"1hm6bi": {
|
|
283
|
+
"message": "Code required for sign-up.",
|
|
284
|
+
"level": "verbose"
|
|
285
|
+
},
|
|
286
|
+
"1pwgi0": {
|
|
287
|
+
"message": "Sign-up flow started.",
|
|
288
|
+
"level": "verbose"
|
|
289
|
+
},
|
|
290
|
+
"1f4ezz": {
|
|
291
|
+
"message": "Starting sign-up flow'${!!signUpInputs.password\n? ` with ${!!signUpInputs.attributes\n? \"password and attributes\"\n: \"password\"}`\n: \"\"}'.",
|
|
292
|
+
"level": "verbose"
|
|
293
|
+
},
|
|
294
|
+
"1te6co": {
|
|
295
|
+
"message": "An error occurred during starting sign-in: '${error}'",
|
|
296
|
+
"level": "errorPii"
|
|
297
|
+
},
|
|
298
|
+
"14awz5": {
|
|
299
|
+
"message": "Unexpected sign-in result type. Returning error.",
|
|
300
|
+
"level": "error"
|
|
301
|
+
},
|
|
302
|
+
"1t79dc": {
|
|
303
|
+
"message": "MFA required for sign-in.",
|
|
304
|
+
"level": "verbose"
|
|
305
|
+
},
|
|
306
|
+
"187c19": {
|
|
307
|
+
"message": "Authentication method registration required for sign-in.",
|
|
308
|
+
"level": "verbose"
|
|
309
|
+
},
|
|
310
|
+
"09ajki": {
|
|
311
|
+
"message": "Sign-in flow completed.",
|
|
312
|
+
"level": "verbose"
|
|
313
|
+
},
|
|
314
|
+
"09dgsg": {
|
|
315
|
+
"message": "Password required but not provided. Returning password required state.",
|
|
316
|
+
"level": "verbose"
|
|
317
|
+
},
|
|
318
|
+
"0457px": {
|
|
319
|
+
"message": "Password required for sign-in.",
|
|
320
|
+
"level": "verbose"
|
|
321
|
+
},
|
|
322
|
+
"19jerh": {
|
|
323
|
+
"message": "Code required for sign-in.",
|
|
324
|
+
"level": "verbose"
|
|
325
|
+
},
|
|
326
|
+
"0b1x6k": {
|
|
327
|
+
"message": "Sign-in flow started.",
|
|
328
|
+
"level": "verbose"
|
|
329
|
+
},
|
|
330
|
+
"0mncjk": {
|
|
331
|
+
"message": "Starting sign-in flow '${!!signInInputs.password ? \"with\" : \"without\"}' password.",
|
|
332
|
+
"level": "verbose"
|
|
333
|
+
},
|
|
334
|
+
"0ar5hw": {
|
|
335
|
+
"message": "An error occurred during getting current account: '${error}'",
|
|
336
|
+
"level": "errorPii"
|
|
337
|
+
},
|
|
338
|
+
"1utnrc": {
|
|
339
|
+
"message": "Account data found.",
|
|
340
|
+
"level": "verbose"
|
|
341
|
+
},
|
|
342
|
+
"0mb49j": {
|
|
343
|
+
"message": "Getting current account data.",
|
|
344
|
+
"level": "verbose"
|
|
345
|
+
},
|
|
346
|
+
"1f7i3q": {
|
|
347
|
+
"message": "The SDK can only be used in a browser environment.",
|
|
348
|
+
"level": "verbose"
|
|
349
|
+
},
|
|
350
|
+
"1ysax9": {
|
|
351
|
+
"message": "Introspect endpoint called for MFA auth methods.",
|
|
352
|
+
"level": "verbose"
|
|
353
|
+
},
|
|
354
|
+
"0pqpya": {
|
|
355
|
+
"message": "Calling introspect endpoint for MFA auth methods.",
|
|
356
|
+
"level": "verbose"
|
|
357
|
+
},
|
|
358
|
+
"19uxoc": {
|
|
359
|
+
"message": "MFA required for sign in.",
|
|
360
|
+
"level": "verbose"
|
|
361
|
+
},
|
|
362
|
+
"1j7fgr": {
|
|
363
|
+
"message": "Introspect endpoint called for getting auth methods.",
|
|
364
|
+
"level": "verbose"
|
|
365
|
+
},
|
|
366
|
+
"10zm99": {
|
|
367
|
+
"message": "Calling introspect endpoint for getting auth methods.",
|
|
368
|
+
"level": "verbose"
|
|
369
|
+
},
|
|
370
|
+
"0msz8y": {
|
|
371
|
+
"message": "Auth method registration required for sign in.",
|
|
372
|
+
"level": "verbose"
|
|
373
|
+
},
|
|
374
|
+
"1tkddq": {
|
|
375
|
+
"message": "Unsupported challenge type '${challengeResponse.challenge_type}' for sign in.",
|
|
376
|
+
"level": "error"
|
|
377
|
+
},
|
|
378
|
+
"1xku2l": {
|
|
379
|
+
"message": "Challenge type is password for sign in.",
|
|
380
|
+
"level": "verbose"
|
|
381
|
+
},
|
|
382
|
+
"0m6hva": {
|
|
383
|
+
"message": "Challenge type is oob for sign in.",
|
|
384
|
+
"level": "verbose"
|
|
385
|
+
},
|
|
386
|
+
"083301": {
|
|
387
|
+
"message": "Challenge endpoint called for sign in.",
|
|
388
|
+
"level": "verbose"
|
|
389
|
+
},
|
|
390
|
+
"0fr9br": {
|
|
391
|
+
"message": "Calling challenge endpoint for sign in.",
|
|
392
|
+
"level": "verbose"
|
|
393
|
+
},
|
|
394
|
+
"11zi01": {
|
|
395
|
+
"message": "Token endpoint response received for sign in.",
|
|
396
|
+
"level": "verbose"
|
|
397
|
+
},
|
|
398
|
+
"14tes8": {
|
|
399
|
+
"message": "Calling token endpoint for sign in.",
|
|
400
|
+
"level": "verbose"
|
|
401
|
+
},
|
|
402
|
+
"0duqjg": {
|
|
403
|
+
"message": "Resend code operation failed due to the challenge type 'password' is not supported.",
|
|
404
|
+
"level": "error"
|
|
405
|
+
},
|
|
406
|
+
"1qs4yd": {
|
|
407
|
+
"message": "Initiate endpoint called for sign in.",
|
|
408
|
+
"level": "verbose"
|
|
409
|
+
},
|
|
410
|
+
"1iuhun": {
|
|
411
|
+
"message": "Calling initiate endpoint for sign in.",
|
|
412
|
+
"level": "verbose"
|
|
413
|
+
},
|
|
414
|
+
"13zvmd": {
|
|
415
|
+
"message": "Attributes are required in the sign up flow.",
|
|
416
|
+
"level": "verbose"
|
|
417
|
+
},
|
|
418
|
+
"164mmt": {
|
|
419
|
+
"message": "The credential is required in the sign up flow.",
|
|
420
|
+
"level": "verbose"
|
|
421
|
+
},
|
|
422
|
+
"03rje8": {
|
|
423
|
+
"message": "'${callerName}' is failed to call continue endpoint for sign up. Error: '${error}'",
|
|
424
|
+
"level": "errorPii"
|
|
425
|
+
},
|
|
426
|
+
"0ib062": {
|
|
427
|
+
"message": "Continue endpoint called by '${callerName}' for sign up.",
|
|
428
|
+
"level": "verbose"
|
|
429
|
+
},
|
|
430
|
+
"0sw5ym": {
|
|
431
|
+
"message": "'${callerName}' is calling continue endpoint for sign up.",
|
|
432
|
+
"level": "verbose"
|
|
433
|
+
},
|
|
434
|
+
"0wg2fe": {
|
|
435
|
+
"message": "Unsupported challenge type '${challengeResponse.challenge_type}' for sign up.",
|
|
436
|
+
"level": "error"
|
|
437
|
+
},
|
|
438
|
+
"11vq5l": {
|
|
439
|
+
"message": "Challenge type is password for sign up.",
|
|
440
|
+
"level": "verbose"
|
|
441
|
+
},
|
|
442
|
+
"0ucygy": {
|
|
443
|
+
"message": "Challenge type is oob for sign up.",
|
|
444
|
+
"level": "verbose"
|
|
445
|
+
},
|
|
446
|
+
"1izuav": {
|
|
447
|
+
"message": "Challenge endpoint called for sign up.",
|
|
448
|
+
"level": "verbose"
|
|
449
|
+
},
|
|
450
|
+
"0wfw94": {
|
|
451
|
+
"message": "Calling challenge endpoint for sign up.",
|
|
452
|
+
"level": "verbose"
|
|
453
|
+
},
|
|
454
|
+
"1mzh8i": {
|
|
455
|
+
"message": "Start endpoint called for sign up.",
|
|
456
|
+
"level": "verbose"
|
|
457
|
+
},
|
|
458
|
+
"1ufort": {
|
|
459
|
+
"message": "Calling start endpoint for sign up.",
|
|
460
|
+
"level": "verbose"
|
|
461
|
+
},
|
|
462
|
+
"0ye3lm": {
|
|
463
|
+
"message": "Failed to send request to '${url}': '${e}'",
|
|
464
|
+
"level": "errorPii"
|
|
465
|
+
},
|
|
466
|
+
"1egykc": {
|
|
467
|
+
"message": "Request to '${url}' completed in '${endTime - startTime}'ms with status code '${response.status}'",
|
|
468
|
+
"level": "verbosePii"
|
|
469
|
+
},
|
|
470
|
+
"17dhbs": {
|
|
471
|
+
"message": "Sending request to '${url}'",
|
|
472
|
+
"level": "verbosePii"
|
|
473
|
+
},
|
|
474
|
+
"0v2tkb": {
|
|
475
|
+
"message": "Password reset flow has timed out.",
|
|
476
|
+
"level": "error"
|
|
477
|
+
},
|
|
478
|
+
"0ykdlr": {
|
|
479
|
+
"message": "Poll completion endpoint for password reset is not started or in progress, waiting '${pollInterval}' seconds for next check.",
|
|
480
|
+
"level": "verbose"
|
|
481
|
+
},
|
|
482
|
+
"0cghal": {
|
|
483
|
+
"message": "Poll completion endpoint for password reset returned successfully.",
|
|
484
|
+
"level": "verbose"
|
|
485
|
+
},
|
|
486
|
+
"1hadzp": {
|
|
487
|
+
"message": "Calling the poll completion endpoint for password reset flow.",
|
|
488
|
+
"level": "verbose"
|
|
489
|
+
},
|
|
490
|
+
"0emdih": {
|
|
491
|
+
"message": "Unsupported challenge type '${response.challenge_type}' returned from challenge endpoint for password reset.",
|
|
492
|
+
"level": "error"
|
|
493
|
+
},
|
|
494
|
+
"1oz986": {
|
|
495
|
+
"message": "Code is required for password reset flow.",
|
|
496
|
+
"level": "verbose"
|
|
497
|
+
},
|
|
498
|
+
"1l48o7": {
|
|
499
|
+
"message": "Challenge endpoint for password reset returned successfully.",
|
|
500
|
+
"level": "verbose"
|
|
501
|
+
},
|
|
502
|
+
"0sjpbp": {
|
|
503
|
+
"message": "Calling challenge endpoint for password reset flow.",
|
|
504
|
+
"level": "verbose"
|
|
505
|
+
},
|
|
506
|
+
"0vmsxm": {
|
|
507
|
+
"message": "Submit endpoint called successfully with new password for password reset.",
|
|
508
|
+
"level": "verbose"
|
|
509
|
+
},
|
|
510
|
+
"060415": {
|
|
511
|
+
"message": "Calling submit endpoint with new password for password reset.",
|
|
512
|
+
"level": "verbose"
|
|
513
|
+
},
|
|
514
|
+
"1w9r8y": {
|
|
515
|
+
"message": "Continue endpoint called successfully with code for password reset.",
|
|
516
|
+
"level": "verbose"
|
|
517
|
+
},
|
|
518
|
+
"0rnsi3": {
|
|
519
|
+
"message": "Calling continue endpoint with code for password reset.",
|
|
520
|
+
"level": "verbose"
|
|
521
|
+
},
|
|
522
|
+
"0wsodm": {
|
|
523
|
+
"message": "Start endpoint for password reset returned successfully.",
|
|
524
|
+
"level": "verbose"
|
|
525
|
+
},
|
|
526
|
+
"13zstj": {
|
|
527
|
+
"message": "Calling start endpoint for password reset flow.",
|
|
528
|
+
"level": "verbose"
|
|
529
|
+
},
|
|
530
|
+
"10bc4x": {
|
|
531
|
+
"message": "Continue endpoint called for auth method challenge submission.",
|
|
532
|
+
"level": "verbose"
|
|
533
|
+
},
|
|
534
|
+
"1l3zg1": {
|
|
535
|
+
"message": "Calling continue endpoint for auth method challenge submission.",
|
|
536
|
+
"level": "verbose"
|
|
537
|
+
},
|
|
538
|
+
"0tmt75": {
|
|
539
|
+
"message": "Fast-pass scenario detected - completing registration without additional verification.",
|
|
540
|
+
"level": "verbose"
|
|
541
|
+
},
|
|
542
|
+
"07vc8z": {
|
|
543
|
+
"message": "Challenge endpoint called for auth method registration.",
|
|
544
|
+
"level": "verbose"
|
|
545
|
+
},
|
|
546
|
+
"1kxcgm": {
|
|
547
|
+
"message": "Calling challenge endpoint for getting auth method.",
|
|
548
|
+
"level": "verbose"
|
|
549
|
+
},
|
|
550
|
+
"1rkonv": {
|
|
551
|
+
"message": "Calling token endpoint for MFA challenge submission.",
|
|
552
|
+
"level": "verbose"
|
|
553
|
+
},
|
|
554
|
+
"1jifg6": {
|
|
555
|
+
"message": "Unsupported challenge type '${challengeResponse.challenge_type}' for MFA.",
|
|
556
|
+
"level": "error"
|
|
557
|
+
},
|
|
558
|
+
"0egw9i": {
|
|
559
|
+
"message": "Challenge endpoint called for MFA.",
|
|
560
|
+
"level": "verbose"
|
|
561
|
+
},
|
|
562
|
+
"1cbc4t": {
|
|
563
|
+
"message": "Calling challenge endpoint for MFA.",
|
|
564
|
+
"level": "verbose"
|
|
565
|
+
},
|
|
566
|
+
"0w3jks": {
|
|
567
|
+
"message": "No account data found.",
|
|
568
|
+
"level": "verbose"
|
|
569
|
+
},
|
|
570
|
+
"0rh9ou": {
|
|
571
|
+
"message": "Multiple accounts found in cache. This is not supported in the Native Auth scenario.",
|
|
572
|
+
"level": "warning"
|
|
573
|
+
},
|
|
574
|
+
"1ry0zt": {
|
|
575
|
+
"message": "Getting the first account from cache.",
|
|
576
|
+
"level": "verbose"
|
|
577
|
+
},
|
|
578
|
+
"1fgk77": {
|
|
579
|
+
"message": "Post logout redirect uri is set, redirecting to uri",
|
|
580
|
+
"level": "verbose"
|
|
581
|
+
},
|
|
582
|
+
"12w2ul": {
|
|
583
|
+
"message": "Cache cleared",
|
|
584
|
+
"level": "verbose"
|
|
585
|
+
},
|
|
586
|
+
"02fvrq": {
|
|
587
|
+
"message": "Start to clear the cache",
|
|
588
|
+
"level": "verbose"
|
|
589
|
+
},
|
|
590
|
+
"0vydnd": {
|
|
591
|
+
"message": "Refresh flow to refresh token is completed",
|
|
592
|
+
"level": "verbose"
|
|
593
|
+
},
|
|
594
|
+
"0ogm3j": {
|
|
595
|
+
"message": "Starting refresh flow to refresh token",
|
|
596
|
+
"level": "verbose"
|
|
597
|
+
},
|
|
598
|
+
"05sqvp": {
|
|
599
|
+
"message": "Token refresh is required to acquire token silently",
|
|
600
|
+
"level": "verbose"
|
|
601
|
+
},
|
|
602
|
+
"1dzrjc": {
|
|
603
|
+
"message": "Silent flow to acquire token from cache is completed and token is found",
|
|
604
|
+
"level": "verbose"
|
|
605
|
+
},
|
|
606
|
+
"1arlz4": {
|
|
607
|
+
"message": "Starting silent flow to acquire token from cache",
|
|
608
|
+
"level": "verbose"
|
|
609
|
+
},
|
|
610
|
+
"1qtz3l": {
|
|
611
|
+
"message": "There is already an instance of MSAL.js in the window.",
|
|
612
|
+
"level": "verbose"
|
|
613
|
+
},
|
|
614
|
+
"1oe9ci": {
|
|
615
|
+
"message": "Pre-generated PKCE codes were not found",
|
|
616
|
+
"level": "verbose"
|
|
617
|
+
},
|
|
618
|
+
"12js1o": {
|
|
619
|
+
"message": "Pre-generated PKCE codes were found",
|
|
620
|
+
"level": "verbose"
|
|
621
|
+
},
|
|
622
|
+
"1x6uj6": {
|
|
623
|
+
"message": "Generating new PKCE codes",
|
|
624
|
+
"level": "verbose"
|
|
625
|
+
},
|
|
626
|
+
"0fvwxe": {
|
|
627
|
+
"message": "acquireTokenSilent - cache lookup policy set to AccessToken, attempting to acquire token from local cache",
|
|
628
|
+
"level": "verbose"
|
|
629
|
+
},
|
|
630
|
+
"0ox81t": {
|
|
631
|
+
"message": "acquireTokenSilent - attempting to acquire token from web flow",
|
|
632
|
+
"level": "verbose"
|
|
633
|
+
},
|
|
634
|
+
"07rkmb": {
|
|
635
|
+
"message": "acquireTokenSilent - native platform unavailable, falling back to web flow",
|
|
636
|
+
"level": "verbose"
|
|
637
|
+
},
|
|
638
|
+
"0sczo4": {
|
|
639
|
+
"message": "acquireTokenSilent - attempting to acquire token from native platform",
|
|
640
|
+
"level": "verbose"
|
|
641
|
+
},
|
|
642
|
+
"1bd4p8": {
|
|
643
|
+
"message": "Another iframe request is currently in progress and CacheLookupPolicy is set to Skip. This may result in degraded performance and/or reliability for both calls. Please consider changing the CacheLookupPolicy to take advantage of request queuing and token cache.",
|
|
644
|
+
"level": "warning"
|
|
645
|
+
},
|
|
646
|
+
"17y14q": {
|
|
647
|
+
"message": "Iframe request with correlationId: '${activeCorrelationId}' failed. Interaction is required.",
|
|
648
|
+
"level": "info"
|
|
649
|
+
},
|
|
650
|
+
"0ywzzi": {
|
|
651
|
+
"message": "Parallel iframe request with correlationId: '${activeCorrelationId}' succeeded. Retrying cache and/or RT redemption",
|
|
652
|
+
"level": "verbose"
|
|
653
|
+
},
|
|
654
|
+
"1w8fso": {
|
|
655
|
+
"message": "Iframe request is already in progress, awaiting resolution for request with correlationId: '${activeCorrelationId}'",
|
|
656
|
+
"level": "verbose"
|
|
657
|
+
},
|
|
658
|
+
"0rh08z": {
|
|
659
|
+
"message": "Refresh token expired/invalid or CacheLookupPolicy is set to Skip, attempting acquire token by iframe.",
|
|
660
|
+
"level": "verbose"
|
|
661
|
+
},
|
|
662
|
+
"1yq7nb": {
|
|
663
|
+
"message": "acquireTokenSilent has been called previously, returning the result from the first call",
|
|
664
|
+
"level": "verbose"
|
|
665
|
+
},
|
|
666
|
+
"0fcjbk": {
|
|
667
|
+
"message": "acquireTokenSilent called for the first time, storing active request",
|
|
668
|
+
"level": "verbose"
|
|
669
|
+
},
|
|
670
|
+
"0x1c4s": {
|
|
671
|
+
"message": "acquireTokenSilent called",
|
|
672
|
+
"level": "verbose"
|
|
673
|
+
},
|
|
674
|
+
"0qw7v5": {
|
|
675
|
+
"message": "loginPopup called",
|
|
676
|
+
"level": "verbose"
|
|
677
|
+
},
|
|
678
|
+
"0lz9hf": {
|
|
679
|
+
"message": "loginRedirect called",
|
|
680
|
+
"level": "verbose"
|
|
681
|
+
},
|
|
682
|
+
"16lbtk": {
|
|
683
|
+
"message": "canUsePlatformBroker: nativeAccountId is not available, returning false",
|
|
684
|
+
"level": "trace"
|
|
685
|
+
},
|
|
686
|
+
"0pdzw6": {
|
|
687
|
+
"message": "canUsePlatformBroker: prompt = '${request.prompt}' is not compatible with platform broker flow, returning false",
|
|
688
|
+
"level": "trace"
|
|
689
|
+
},
|
|
690
|
+
"0vdv8e": {
|
|
691
|
+
"message": "canUsePlatformBroker: prompt is compatible with platform broker flow",
|
|
692
|
+
"level": "trace"
|
|
693
|
+
},
|
|
694
|
+
"1m4bzf": {
|
|
695
|
+
"message": "canUsePlatformBroker: isBrokerAvailable returned false, returning false",
|
|
696
|
+
"level": "trace"
|
|
697
|
+
},
|
|
698
|
+
"0vnu11": {
|
|
699
|
+
"message": "canUsePlatformBroker: platform broker unavilable, returning false",
|
|
700
|
+
"level": "trace"
|
|
701
|
+
},
|
|
702
|
+
"1n9lbl": {
|
|
703
|
+
"message": "canUsePlatformBroker called",
|
|
704
|
+
"level": "trace"
|
|
705
|
+
},
|
|
706
|
+
"0b9y3p": {
|
|
707
|
+
"message": "acquireTokenNative called",
|
|
708
|
+
"level": "trace"
|
|
709
|
+
},
|
|
710
|
+
"1fxyu8": {
|
|
711
|
+
"message": "Response was from native broker, storing in-memory",
|
|
712
|
+
"level": "verbose"
|
|
713
|
+
},
|
|
714
|
+
"16jycr": {
|
|
715
|
+
"message": "hydrateCache called",
|
|
716
|
+
"level": "verbose"
|
|
717
|
+
},
|
|
718
|
+
"10d9hy": {
|
|
719
|
+
"message": "acquireTokenByCodeAsync called",
|
|
720
|
+
"level": "trace"
|
|
721
|
+
},
|
|
722
|
+
"0qgp28": {
|
|
723
|
+
"message": "Existing acquireTokenByCode request found",
|
|
724
|
+
"level": "verbose"
|
|
725
|
+
},
|
|
726
|
+
"06eh73": {
|
|
727
|
+
"message": "Initiating new acquireTokenByCode request",
|
|
728
|
+
"level": "verbose"
|
|
729
|
+
},
|
|
730
|
+
"0ch6ga": {
|
|
731
|
+
"message": "acquireTokenByCode called",
|
|
732
|
+
"level": "trace"
|
|
733
|
+
},
|
|
734
|
+
"0w1b45": {
|
|
735
|
+
"message": "ssoSilent called",
|
|
736
|
+
"level": "verbose"
|
|
737
|
+
},
|
|
738
|
+
"0yy5fw": {
|
|
739
|
+
"message": "acquireTokenPopup - Resolving interaction required error thrown by native broker by falling back to web flow",
|
|
740
|
+
"level": "verbose"
|
|
741
|
+
},
|
|
742
|
+
"0ch87b": {
|
|
743
|
+
"message": "acquireTokenPopup called",
|
|
744
|
+
"level": "verbose"
|
|
745
|
+
},
|
|
746
|
+
"1ipyz4": {
|
|
747
|
+
"message": "acquireTokenRedirect - Resolving interaction required error thrown by native broker by falling back to web flow",
|
|
748
|
+
"level": "verbose"
|
|
749
|
+
},
|
|
750
|
+
"0os66p": {
|
|
751
|
+
"message": "acquireTokenRedirect called",
|
|
752
|
+
"level": "verbose"
|
|
753
|
+
},
|
|
754
|
+
"16im3l": {
|
|
755
|
+
"message": "handleRedirectResponse returned result, login success",
|
|
756
|
+
"level": "verbose"
|
|
757
|
+
},
|
|
758
|
+
"0ui8f5": {
|
|
759
|
+
"message": "handleRedirectResponse returned result, acquire token success",
|
|
760
|
+
"level": "verbose"
|
|
761
|
+
},
|
|
762
|
+
"0znzs5": {
|
|
763
|
+
"message": "handleRedirectPromise - acquiring token from web flow",
|
|
764
|
+
"level": "trace"
|
|
765
|
+
},
|
|
766
|
+
"12v7is": {
|
|
767
|
+
"message": "handleRedirectPromise - acquiring token from native platform",
|
|
768
|
+
"level": "trace"
|
|
769
|
+
},
|
|
770
|
+
"1ywcv2": {
|
|
771
|
+
"message": "handleRedirectPromise removing interaction_in_progress flag and returning null after sign-out",
|
|
772
|
+
"level": "verbose"
|
|
773
|
+
},
|
|
774
|
+
"0le6uv": {
|
|
775
|
+
"message": "handleRedirectPromise called but there is no interaction in progress, returning null.",
|
|
776
|
+
"level": "info"
|
|
777
|
+
},
|
|
778
|
+
"12xi63": {
|
|
779
|
+
"message": "handleRedirectPromise returns null, not browser environment",
|
|
780
|
+
"level": "verbose"
|
|
781
|
+
},
|
|
782
|
+
"0w0gm3": {
|
|
783
|
+
"message": "handleRedirectPromise has been called previously, returning the result from the first call",
|
|
784
|
+
"level": "verbose"
|
|
785
|
+
},
|
|
786
|
+
"1wn9kp": {
|
|
787
|
+
"message": "handleRedirectPromise has been called for the first time, storing the promise",
|
|
788
|
+
"level": "verbose"
|
|
789
|
+
},
|
|
790
|
+
"02l8bm": {
|
|
791
|
+
"message": "handleRedirectPromise called",
|
|
792
|
+
"level": "verbose"
|
|
793
|
+
},
|
|
794
|
+
"19fvpi": {
|
|
795
|
+
"message": "in non-browser environment, exiting early.",
|
|
796
|
+
"level": "info"
|
|
797
|
+
},
|
|
798
|
+
"061m5x": {
|
|
799
|
+
"message": "initialize has already been called, exiting early.",
|
|
800
|
+
"level": "info"
|
|
801
|
+
},
|
|
802
|
+
"1f7joy": {
|
|
803
|
+
"message": "initialize called",
|
|
804
|
+
"level": "trace"
|
|
805
|
+
},
|
|
806
|
+
"16v6hv": {
|
|
807
|
+
"message": "Perf: Visibility change detected",
|
|
808
|
+
"level": "info"
|
|
809
|
+
},
|
|
810
|
+
"1k8729": {
|
|
811
|
+
"message": "setNavigationClient is not supported in nested app auth",
|
|
812
|
+
"level": "warning"
|
|
813
|
+
},
|
|
814
|
+
"0d68kd": {
|
|
815
|
+
"message": "No cached id token found",
|
|
816
|
+
"level": "verbose"
|
|
817
|
+
},
|
|
818
|
+
"18egye": {
|
|
819
|
+
"message": "Cached access token has expired",
|
|
820
|
+
"level": "verbose"
|
|
821
|
+
},
|
|
822
|
+
"03vm49": {
|
|
823
|
+
"message": "No cached access token found",
|
|
824
|
+
"level": "verbose"
|
|
825
|
+
},
|
|
826
|
+
"1u7hux": {
|
|
827
|
+
"message": "active account found, attempting to acquire token silently",
|
|
828
|
+
"level": "verbose"
|
|
829
|
+
},
|
|
830
|
+
"10qnr0": {
|
|
831
|
+
"message": "No active account found, falling back to the host",
|
|
832
|
+
"level": "verbose"
|
|
833
|
+
},
|
|
834
|
+
"1yb4fi": {
|
|
835
|
+
"message": "Cached tokens are not found for the account, proceeding with silent token request.",
|
|
836
|
+
"level": "warning"
|
|
837
|
+
},
|
|
838
|
+
"1ovnmo": {
|
|
839
|
+
"message": "forceRefresh is set to true, skipping cache lookup",
|
|
840
|
+
"level": "verbose"
|
|
841
|
+
},
|
|
842
|
+
"11t57w": {
|
|
843
|
+
"message": "Claims are present in the request, skipping cache lookup",
|
|
844
|
+
"level": "verbose"
|
|
845
|
+
},
|
|
846
|
+
"1mwr91": {
|
|
847
|
+
"message": "Failed to hydrate cache. Error: ${error}",
|
|
848
|
+
"level": "warningPii"
|
|
849
|
+
},
|
|
850
|
+
"12jy9a": {
|
|
851
|
+
"message": "Nested App Auth Bridge available: '${this.available}'",
|
|
852
|
+
"level": "info"
|
|
853
|
+
},
|
|
854
|
+
"1mdxyj": {
|
|
855
|
+
"message": "Could not initialize Nested App Auth bridge ('${ex}')",
|
|
856
|
+
"level": "infoPii"
|
|
857
|
+
},
|
|
858
|
+
"04a00a": {
|
|
859
|
+
"message": "Processing token response.",
|
|
860
|
+
"level": "verbose"
|
|
861
|
+
},
|
|
862
|
+
"12ih0c": {
|
|
863
|
+
"message": "Attempted to clear all MSAL cache items and failed. Local cache unchanged.",
|
|
864
|
+
"level": "error"
|
|
865
|
+
},
|
|
866
|
+
"0zj631": {
|
|
867
|
+
"message": "No account provided in logout request, clearing all cache items.",
|
|
868
|
+
"level": "verbose"
|
|
869
|
+
},
|
|
870
|
+
"0mgg1d": {
|
|
871
|
+
"message": "Account provided in logout request was not found. Local cache unchanged.",
|
|
872
|
+
"level": "error"
|
|
873
|
+
},
|
|
874
|
+
"0s4z6h": {
|
|
875
|
+
"message": "Cleared cache items belonging to the account provided in the logout request.",
|
|
876
|
+
"level": "verbose"
|
|
877
|
+
},
|
|
878
|
+
"1p12tq": {
|
|
879
|
+
"message": "initializeServerTelemetryManager called",
|
|
880
|
+
"level": "verbose"
|
|
881
|
+
},
|
|
882
|
+
"0bd1la": {
|
|
883
|
+
"message": "getRedirectUri called",
|
|
884
|
+
"level": "verbose"
|
|
885
|
+
},
|
|
886
|
+
"1rf6em": {
|
|
887
|
+
"message": "BrowserUtils.waitForBridgeResponse - started",
|
|
888
|
+
"level": "verbose"
|
|
889
|
+
},
|
|
890
|
+
"18y01k": {
|
|
891
|
+
"message": "BrowserUtils.cancelPendingBridgeResponse - Cancelling pending bridge monitor",
|
|
892
|
+
"level": "verbose"
|
|
893
|
+
},
|
|
894
|
+
"0yrmwo": {
|
|
895
|
+
"message": "Clearing keystore failed with unknown error",
|
|
896
|
+
"level": "error"
|
|
897
|
+
},
|
|
898
|
+
"1owpn8": {
|
|
899
|
+
"message": "Clearing keystore failed with error: '${e.message}'",
|
|
900
|
+
"level": "error"
|
|
901
|
+
},
|
|
902
|
+
"1pmscr": {
|
|
903
|
+
"message": "Overriding existing interaction_in_progress for clientId: ${existingInteraction.clientId}, type: ${existingInteraction.type}",
|
|
904
|
+
"level": "warning"
|
|
905
|
+
},
|
|
906
|
+
"0jjyys": {
|
|
907
|
+
"message": "Cannot parse interaction status. Removing temporary cache items and clearing url hash. Retrying interaction should fix the error",
|
|
908
|
+
"level": "error"
|
|
909
|
+
},
|
|
910
|
+
"0rrkip": {
|
|
911
|
+
"message": "BrowserCacheManager.getCachedNativeRequest: Unable to parse native request",
|
|
912
|
+
"level": "error"
|
|
913
|
+
},
|
|
914
|
+
"0mnxd4": {
|
|
915
|
+
"message": "BrowserCacheManager.getCachedNativeRequest: No cached native request found",
|
|
916
|
+
"level": "trace"
|
|
917
|
+
},
|
|
918
|
+
"1yxcdm": {
|
|
919
|
+
"message": "BrowserCacheManager.getCachedNativeRequest called",
|
|
920
|
+
"level": "trace"
|
|
921
|
+
},
|
|
922
|
+
"0tvdic": {
|
|
923
|
+
"message": "Parsing cached token request threw with error: '${e}'",
|
|
924
|
+
"level": "error"
|
|
925
|
+
},
|
|
926
|
+
"0ewsey": {
|
|
927
|
+
"message": "Attempted to parse: '${encodedTokenRequest}'",
|
|
928
|
+
"level": "errorPii"
|
|
929
|
+
},
|
|
930
|
+
"0uen20": {
|
|
931
|
+
"message": "BrowserCacheManager.getCachedRequest called",
|
|
932
|
+
"level": "trace"
|
|
933
|
+
},
|
|
934
|
+
"1tzef5": {
|
|
935
|
+
"message": "BrowserCacheManager.cacheAuthorizeRequest called",
|
|
936
|
+
"level": "trace"
|
|
937
|
+
},
|
|
938
|
+
"0h0ynu": {
|
|
939
|
+
"message": "BrowserCacheManager.resetRequestCache called",
|
|
940
|
+
"level": "trace"
|
|
941
|
+
},
|
|
942
|
+
"1qhy81": {
|
|
943
|
+
"message": "BrowserCacheManager.getTemporaryCache: No cache item found in local storage",
|
|
944
|
+
"level": "trace"
|
|
945
|
+
},
|
|
946
|
+
"1yt61y": {
|
|
947
|
+
"message": "BrowserCacheManager.getTemporaryCache: Temporary cache item found in local storage",
|
|
948
|
+
"level": "trace"
|
|
949
|
+
},
|
|
950
|
+
"0wfgh6": {
|
|
951
|
+
"message": "BrowserCacheManager.setThrottlingCache called",
|
|
952
|
+
"level": "trace"
|
|
953
|
+
},
|
|
954
|
+
"0of6n8": {
|
|
955
|
+
"message": "BrowserCacheManager.getThrottlingCache: cache hit",
|
|
956
|
+
"level": "trace"
|
|
957
|
+
},
|
|
958
|
+
"1h4wa6": {
|
|
959
|
+
"message": "BrowserCacheManager.getThrottlingCache: called, no cache hit",
|
|
960
|
+
"level": "trace"
|
|
961
|
+
},
|
|
962
|
+
"1bp5z5": {
|
|
963
|
+
"message": "setActiveAccount: No account passed, active account not set",
|
|
964
|
+
"level": "verbose"
|
|
965
|
+
},
|
|
966
|
+
"0rsj80": {
|
|
967
|
+
"message": "setActiveAccount: Active account set",
|
|
968
|
+
"level": "verbose"
|
|
969
|
+
},
|
|
970
|
+
"0me1up": {
|
|
971
|
+
"message": "BrowserCacheManager.getActiveAccount: No active account found",
|
|
972
|
+
"level": "trace"
|
|
973
|
+
},
|
|
974
|
+
"1t3ch7": {
|
|
975
|
+
"message": "BrowserCacheManager.getActiveAccount: Active account filters schema found",
|
|
976
|
+
"level": "trace"
|
|
977
|
+
},
|
|
978
|
+
"08gw0e": {
|
|
979
|
+
"message": "BrowserCacheManager.getActiveAccount: No active account filters found",
|
|
980
|
+
"level": "trace"
|
|
981
|
+
},
|
|
982
|
+
"07w8n2": {
|
|
983
|
+
"message": "BrowserCacheManager.setAuthorityMetadata called",
|
|
984
|
+
"level": "trace"
|
|
985
|
+
},
|
|
986
|
+
"1ohvk3": {
|
|
987
|
+
"message": "BrowserCacheManager.getAuthorityMetadata: cache hit",
|
|
988
|
+
"level": "trace"
|
|
989
|
+
},
|
|
990
|
+
"1r39oe": {
|
|
991
|
+
"message": "BrowserCacheManager.getAuthorityMetadata: called, no cache hit",
|
|
992
|
+
"level": "trace"
|
|
993
|
+
},
|
|
994
|
+
"1poh61": {
|
|
995
|
+
"message": "BrowserCacheManager.setServerTelemetry called",
|
|
996
|
+
"level": "trace"
|
|
997
|
+
},
|
|
998
|
+
"12jguk": {
|
|
999
|
+
"message": "BrowserCacheManager.getServerTelemetry: cache hit",
|
|
1000
|
+
"level": "trace"
|
|
1001
|
+
},
|
|
1002
|
+
"0jk19c": {
|
|
1003
|
+
"message": "BrowserCacheManager.getServerTelemetry: called, no cache hit",
|
|
1004
|
+
"level": "trace"
|
|
1005
|
+
},
|
|
1006
|
+
"0cyma6": {
|
|
1007
|
+
"message": "BrowserCacheManager.setAppMetadata called",
|
|
1008
|
+
"level": "trace"
|
|
1009
|
+
},
|
|
1010
|
+
"19pvg2": {
|
|
1011
|
+
"message": "BrowserCacheManager.getAppMetadata: cache hit",
|
|
1012
|
+
"level": "trace"
|
|
1013
|
+
},
|
|
1014
|
+
"1q101h": {
|
|
1015
|
+
"message": "BrowserCacheManager.getAppMetadata: called, no cache hit",
|
|
1016
|
+
"level": "trace"
|
|
1017
|
+
},
|
|
1018
|
+
"0eckjs": {
|
|
1019
|
+
"message": "BrowserCacheManager: addTokenKey - refreshToken added to map",
|
|
1020
|
+
"level": "info"
|
|
1021
|
+
},
|
|
1022
|
+
"0tcg8d": {
|
|
1023
|
+
"message": "BrowserCacheManager.setRefreshTokenCredential called",
|
|
1024
|
+
"level": "trace"
|
|
1025
|
+
},
|
|
1026
|
+
"0nokxi": {
|
|
1027
|
+
"message": "BrowserCacheManager.getRefreshTokenCredential: cache hit",
|
|
1028
|
+
"level": "trace"
|
|
1029
|
+
},
|
|
1030
|
+
"0jlizt": {
|
|
1031
|
+
"message": "BrowserCacheManager.getRefreshTokenCredential: called, no cache hit",
|
|
1032
|
+
"level": "trace"
|
|
1033
|
+
},
|
|
1034
|
+
"1onhey": {
|
|
1035
|
+
"message": "access token '${index === -1 ? \"added to\" : \"updated in\"}' map",
|
|
1036
|
+
"level": "trace"
|
|
1037
|
+
},
|
|
1038
|
+
"1pondb": {
|
|
1039
|
+
"message": "BrowserCacheManager.setAccessTokenCredential called",
|
|
1040
|
+
"level": "trace"
|
|
1041
|
+
},
|
|
1042
|
+
"1o81rl": {
|
|
1043
|
+
"message": "BrowserCacheManager.getAccessTokenCredential: cache hit",
|
|
1044
|
+
"level": "trace"
|
|
1045
|
+
},
|
|
1046
|
+
"0bqvx8": {
|
|
1047
|
+
"message": "BrowserCacheManager.getAccessTokenCredential: called, no cache hit",
|
|
1048
|
+
"level": "trace"
|
|
1049
|
+
},
|
|
1050
|
+
"07jy92": {
|
|
1051
|
+
"message": "BrowserCacheManager: addTokenKey - idToken added to map",
|
|
1052
|
+
"level": "info"
|
|
1053
|
+
},
|
|
1054
|
+
"13hjll": {
|
|
1055
|
+
"message": "BrowserCacheManager.setIdTokenCredential called",
|
|
1056
|
+
"level": "trace"
|
|
1057
|
+
},
|
|
1058
|
+
"01ju66": {
|
|
1059
|
+
"message": "BrowserCacheManager.getIdTokenCredential: cache hit",
|
|
1060
|
+
"level": "trace"
|
|
1061
|
+
},
|
|
1062
|
+
"1jukz6": {
|
|
1063
|
+
"message": "BrowserCacheManager.getIdTokenCredential: called, no cache hit",
|
|
1064
|
+
"level": "trace"
|
|
1065
|
+
},
|
|
1066
|
+
"1f4fq3": {
|
|
1067
|
+
"message": "refreshToken removed from tokenKeys map",
|
|
1068
|
+
"level": "info"
|
|
1069
|
+
},
|
|
1070
|
+
"15i5d5": {
|
|
1071
|
+
"message": "removed '${keysRemoved}' accessToken keys from tokenKeys map",
|
|
1072
|
+
"level": "info"
|
|
1073
|
+
},
|
|
1074
|
+
"17o18n": {
|
|
1075
|
+
"message": "removeAccessTokenKey called",
|
|
1076
|
+
"level": "trace"
|
|
1077
|
+
},
|
|
1078
|
+
"05udv9": {
|
|
1079
|
+
"message": "idToken removed from tokenKeys map",
|
|
1080
|
+
"level": "info"
|
|
1081
|
+
},
|
|
1082
|
+
"1dytu2": {
|
|
1083
|
+
"message": "BrowserCacheManager.removeAccountKeyFromMap key not found in existing map",
|
|
1084
|
+
"level": "trace"
|
|
1085
|
+
},
|
|
1086
|
+
"1xzspl": {
|
|
1087
|
+
"message": "BrowserCacheManager.removeAccountKeyFromMap called with key: '${key}'",
|
|
1088
|
+
"level": "tracePii"
|
|
1089
|
+
},
|
|
1090
|
+
"1jpigu": {
|
|
1091
|
+
"message": "BrowserCacheManager.removeAccountKeyFromMap called",
|
|
1092
|
+
"level": "trace"
|
|
1093
|
+
},
|
|
1094
|
+
"0161kk": {
|
|
1095
|
+
"message": "BrowserCacheManager.addAccountKeyToMap account key already exists in map",
|
|
1096
|
+
"level": "verbose"
|
|
1097
|
+
},
|
|
1098
|
+
"0xia39": {
|
|
1099
|
+
"message": "BrowserCacheManager.addAccountKeyToMap account key added",
|
|
1100
|
+
"level": "verbose"
|
|
1101
|
+
},
|
|
1102
|
+
"1l9bdo": {
|
|
1103
|
+
"message": "BrowserCacheManager.addAccountKeyToMap called with key: '${key}'",
|
|
1104
|
+
"level": "tracePii"
|
|
1105
|
+
},
|
|
1106
|
+
"0rb85k": {
|
|
1107
|
+
"message": "BrowserCacheManager.addAccountKeyToMap called",
|
|
1108
|
+
"level": "trace"
|
|
1109
|
+
},
|
|
1110
|
+
"1bz3wr": {
|
|
1111
|
+
"message": "BrowserCacheManager.setAccount called",
|
|
1112
|
+
"level": "trace"
|
|
1113
|
+
},
|
|
1114
|
+
"1lfvm6": {
|
|
1115
|
+
"message": "BrowserCacheManager.getAccount called",
|
|
1116
|
+
"level": "trace"
|
|
1117
|
+
},
|
|
1118
|
+
"1wuc87": {
|
|
1119
|
+
"message": "MSAL.js was last initialized by version: '${previousVersion}'",
|
|
1120
|
+
"level": "info"
|
|
1121
|
+
},
|
|
1122
|
+
"0ltaj5": {
|
|
1123
|
+
"message": "getAccount: No matching account found, returning null",
|
|
1124
|
+
"level": "verbose"
|
|
1125
|
+
},
|
|
1126
|
+
"0btgll": {
|
|
1127
|
+
"message": "getAccount: Account matching provided filter found, returning",
|
|
1128
|
+
"level": "verbose"
|
|
1129
|
+
},
|
|
1130
|
+
"1kz0cu": {
|
|
1131
|
+
"message": "getAccount: No accountFilter provided",
|
|
1132
|
+
"level": "warning"
|
|
1133
|
+
},
|
|
1134
|
+
"0u7b90": {
|
|
1135
|
+
"message": "getAccount called",
|
|
1136
|
+
"level": "trace"
|
|
1137
|
+
},
|
|
1138
|
+
"1yd030": {
|
|
1139
|
+
"message": "getAllAccounts called",
|
|
1140
|
+
"level": "verbose"
|
|
1141
|
+
},
|
|
1142
|
+
"15jpwk": {
|
|
1143
|
+
"message": "Emitting event to callback '${callbackId}': '${message.eventType}'",
|
|
1144
|
+
"level": "verbose"
|
|
1145
|
+
},
|
|
1146
|
+
"12zotd": {
|
|
1147
|
+
"message": "Event callback '${callbackId}' removed.",
|
|
1148
|
+
"level": "verbose"
|
|
1149
|
+
},
|
|
1150
|
+
"1cnec4": {
|
|
1151
|
+
"message": "Event callback registered with id: '${id}'",
|
|
1152
|
+
"level": "verbose"
|
|
1153
|
+
},
|
|
1154
|
+
"1578i0": {
|
|
1155
|
+
"message": "Event callback with id: '${id}' is already registered. Please provide a unique id or remove the existing callback and try again.",
|
|
1156
|
+
"level": "error"
|
|
1157
|
+
},
|
|
1158
|
+
"1sz3en": {
|
|
1159
|
+
"message": "Default popup window left position used. Window left not configured or invalid.",
|
|
1160
|
+
"level": "verbose"
|
|
1161
|
+
},
|
|
1162
|
+
"1qh4wo": {
|
|
1163
|
+
"message": "Default popup window top position used. Window top not configured or invalid.",
|
|
1164
|
+
"level": "verbose"
|
|
1165
|
+
},
|
|
1166
|
+
"09cxa0": {
|
|
1167
|
+
"message": "Default popup window height used. Window height not configured or invalid.",
|
|
1168
|
+
"level": "verbose"
|
|
1169
|
+
},
|
|
1170
|
+
"08vfmo": {
|
|
1171
|
+
"message": "Default popup window width used. Window width not configured or invalid.",
|
|
1172
|
+
"level": "verbose"
|
|
1173
|
+
},
|
|
1174
|
+
"0dxfb9": {
|
|
1175
|
+
"message": "error opening popup '${e.message}'",
|
|
1176
|
+
"level": "error"
|
|
1177
|
+
},
|
|
1178
|
+
"0c2awd": {
|
|
1179
|
+
"message": "Opening popup window to: '${urlNavigate}'",
|
|
1180
|
+
"level": "verbosePii"
|
|
1181
|
+
},
|
|
1182
|
+
"0cgeo7": {
|
|
1183
|
+
"message": "Navigating popup window to: '${urlNavigate}'",
|
|
1184
|
+
"level": "verbosePii"
|
|
1185
|
+
},
|
|
1186
|
+
"1l7hyp": {
|
|
1187
|
+
"message": "Navigate url is empty",
|
|
1188
|
+
"level": "info"
|
|
1189
|
+
},
|
|
1190
|
+
"1kcr9k": {
|
|
1191
|
+
"message": "Navigate to: '${requestUrl}'",
|
|
1192
|
+
"level": "infoPii"
|
|
1193
|
+
},
|
|
1194
|
+
"03zgcf": {
|
|
1195
|
+
"message": "No main window navigation requested",
|
|
1196
|
+
"level": "verbose"
|
|
1197
|
+
},
|
|
1198
|
+
"0oj7lk": {
|
|
1199
|
+
"message": "Redirecting main window to: '${absoluteUrl}'",
|
|
1200
|
+
"level": "verbosePii"
|
|
1201
|
+
},
|
|
1202
|
+
"0qcur2": {
|
|
1203
|
+
"message": "Redirecting main window to url specified in the request",
|
|
1204
|
+
"level": "verbose"
|
|
1205
|
+
},
|
|
1206
|
+
"0b7yrk": {
|
|
1207
|
+
"message": "logoutPopupAsync called",
|
|
1208
|
+
"level": "verbose"
|
|
1209
|
+
},
|
|
1210
|
+
"1g77pg": {
|
|
1211
|
+
"message": "acquireTokenPopupAsync called",
|
|
1212
|
+
"level": "verbose"
|
|
1213
|
+
},
|
|
1214
|
+
"1a28da": {
|
|
1215
|
+
"message": "navigatePopups set to true, opening popup",
|
|
1216
|
+
"level": "verbose"
|
|
1217
|
+
},
|
|
1218
|
+
"1phd8u": {
|
|
1219
|
+
"message": "navigatePopups set to false",
|
|
1220
|
+
"level": "verbose"
|
|
1221
|
+
},
|
|
1222
|
+
"068rup": {
|
|
1223
|
+
"message": "logoutPopup called",
|
|
1224
|
+
"level": "verbose"
|
|
1225
|
+
},
|
|
1226
|
+
"1f9ok3": {
|
|
1227
|
+
"message": "navigatePopups set to true, opening popup before acquiring token",
|
|
1228
|
+
"level": "verbose"
|
|
1229
|
+
},
|
|
1230
|
+
"162h4u": {
|
|
1231
|
+
"message": "navigatePopups set to false, acquiring token",
|
|
1232
|
+
"level": "verbose"
|
|
1233
|
+
},
|
|
1234
|
+
"0xqes1": {
|
|
1235
|
+
"message": "Logout onRedirectNavigate returned false, stopping navigation",
|
|
1236
|
+
"level": "verbose"
|
|
1237
|
+
},
|
|
1238
|
+
"06v57e": {
|
|
1239
|
+
"message": "Logout onRedirectNavigate did not return false, navigating",
|
|
1240
|
+
"level": "verbose"
|
|
1241
|
+
},
|
|
1242
|
+
"1rkurh": {
|
|
1243
|
+
"message": "logoutRedirect called",
|
|
1244
|
+
"level": "verbose"
|
|
1245
|
+
},
|
|
1246
|
+
"0rlh4e": {
|
|
1247
|
+
"message": "RedirectHandler.initiateAuthRequest: Navigate url is empty",
|
|
1248
|
+
"level": "info"
|
|
1249
|
+
},
|
|
1250
|
+
"0klwf7": {
|
|
1251
|
+
"message": "RedirectHandler.initiateAuthRequest: Navigating window to navigate url",
|
|
1252
|
+
"level": "verbose"
|
|
1253
|
+
},
|
|
1254
|
+
"09k5h5": {
|
|
1255
|
+
"message": "RedirectHandler.initiateAuthRequest: onRedirectNavigate returned false, stopping navigation",
|
|
1256
|
+
"level": "verbose"
|
|
1257
|
+
},
|
|
1258
|
+
"1a0jxh": {
|
|
1259
|
+
"message": "RedirectHandler.initiateAuthRequest: onRedirectNavigate did not return false, navigating",
|
|
1260
|
+
"level": "verbose"
|
|
1261
|
+
},
|
|
1262
|
+
"1nehvl": {
|
|
1263
|
+
"message": "RedirectHandler.initiateAuthRequest: Invoking onRedirectNavigate callback",
|
|
1264
|
+
"level": "verbose"
|
|
1265
|
+
},
|
|
1266
|
+
"1luf83": {
|
|
1267
|
+
"message": "RedirectHandler.initiateAuthRequest: Navigate to: '${requestUrl}'",
|
|
1268
|
+
"level": "infoPii"
|
|
1269
|
+
},
|
|
1270
|
+
"0yaw2e": {
|
|
1271
|
+
"message": "RedirectHandler.initiateAuthRequest called",
|
|
1272
|
+
"level": "verbose"
|
|
1273
|
+
},
|
|
1274
|
+
"001671": {
|
|
1275
|
+
"message": "Hash does not contain known properties, returning cached hash",
|
|
1276
|
+
"level": "verbose"
|
|
1277
|
+
},
|
|
1278
|
+
"00uvho": {
|
|
1279
|
+
"message": "Hash contains known properties, returning response hash",
|
|
1280
|
+
"level": "verbose"
|
|
1281
|
+
},
|
|
1282
|
+
"0bkq6p": {
|
|
1283
|
+
"message": "Interaction type validation failed due to '${e.errorCode}': '${e.errorMessage}'",
|
|
1284
|
+
"level": "error"
|
|
1285
|
+
},
|
|
1286
|
+
"1c5i8m": {
|
|
1287
|
+
"message": "getRedirectResponseHash called",
|
|
1288
|
+
"level": "verbose"
|
|
1289
|
+
},
|
|
1290
|
+
"08jpy1": {
|
|
1291
|
+
"message": "Navigating to loginRequestUrl: '${loginRequestUrl}'",
|
|
1292
|
+
"level": "verbose"
|
|
1293
|
+
},
|
|
1294
|
+
"1dutq1": {
|
|
1295
|
+
"message": "Unable to get valid login request url from cache, redirecting to home page",
|
|
1296
|
+
"level": "warning"
|
|
1297
|
+
},
|
|
1298
|
+
"0v4sdv": {
|
|
1299
|
+
"message": "NavigateToLoginRequestUrl set to false, handling response",
|
|
1300
|
+
"level": "verbose"
|
|
1301
|
+
},
|
|
1302
|
+
"11yred": {
|
|
1303
|
+
"message": "Current page is loginRequestUrl, handling response",
|
|
1304
|
+
"level": "verbose"
|
|
1305
|
+
},
|
|
1306
|
+
"1eqegq": {
|
|
1307
|
+
"message": "Back navigation event detected. Muting no_server_response error",
|
|
1308
|
+
"level": "verbose"
|
|
1309
|
+
},
|
|
1310
|
+
"1qmv0q": {
|
|
1311
|
+
"message": "handleRedirectPromise did not detect a response as a result of a redirect. Cleaning temporary cache.",
|
|
1312
|
+
"level": "info"
|
|
1313
|
+
},
|
|
1314
|
+
"0zao0a": {
|
|
1315
|
+
"message": "Redirect start page: '${redirectStartPage}'",
|
|
1316
|
+
"level": "verbosePii"
|
|
1317
|
+
},
|
|
1318
|
+
"0udvtt": {
|
|
1319
|
+
"message": "Page was restored from back/forward cache. Clearing temporary cache.",
|
|
1320
|
+
"level": "verbose"
|
|
1321
|
+
},
|
|
1322
|
+
"0bmctg": {
|
|
1323
|
+
"message": "SilentIframeClient. Replacing invalid prompt '${inputRequest.prompt}' with '${Constants.PromptValue.NONE}'",
|
|
1324
|
+
"level": "warning"
|
|
1325
|
+
},
|
|
1326
|
+
"1kl318": {
|
|
1327
|
+
"message": "No user hint provided. The authorization server may need more information to complete this request.",
|
|
1328
|
+
"level": "warning"
|
|
1329
|
+
},
|
|
1330
|
+
"0nkr6q": {
|
|
1331
|
+
"message": "initializeNativeRequest: prompt = '${prompt}' is not compatible with native flow",
|
|
1332
|
+
"level": "trace"
|
|
1333
|
+
},
|
|
1334
|
+
"1ynje4": {
|
|
1335
|
+
"message": "initializeNativeRequest: prompt is compatible with native flow",
|
|
1336
|
+
"level": "trace"
|
|
1337
|
+
},
|
|
1338
|
+
"1qlu04": {
|
|
1339
|
+
"message": "initializeNativeRequest: prompt was not provided",
|
|
1340
|
+
"level": "trace"
|
|
1341
|
+
},
|
|
1342
|
+
"1hiwaz": {
|
|
1343
|
+
"message": "initializeNativeRequest: silent request sets prompt to none",
|
|
1344
|
+
"level": "trace"
|
|
1345
|
+
},
|
|
1346
|
+
"04j6wj": {
|
|
1347
|
+
"message": "NativeInteractionClient - initializeNativeRequest called",
|
|
1348
|
+
"level": "trace"
|
|
1349
|
+
},
|
|
1350
|
+
"1okqev": {
|
|
1351
|
+
"message": "NativeInteractionClient - MATS telemetry does not contain field indicating if response was served from cache. Returning false.",
|
|
1352
|
+
"level": "verbose"
|
|
1353
|
+
},
|
|
1354
|
+
"0b3l57": {
|
|
1355
|
+
"message": "NativeInteractionClient - Error parsing MATS telemetry, returning null instead",
|
|
1356
|
+
"level": "error"
|
|
1357
|
+
},
|
|
1358
|
+
"0coqhu": {
|
|
1359
|
+
"message": "handleNativeServerResponse: SHR is enabled in native layer",
|
|
1360
|
+
"level": "trace"
|
|
1361
|
+
},
|
|
1362
|
+
"1ub1in": {
|
|
1363
|
+
"message": "handleNativeServerResponse: Double broker flow detected, ignoring accountId mismatch",
|
|
1364
|
+
"level": "info"
|
|
1365
|
+
},
|
|
1366
|
+
"1bojln": {
|
|
1367
|
+
"message": "NativeInteractionClient - handleNativeResponse called.",
|
|
1368
|
+
"level": "trace"
|
|
1369
|
+
},
|
|
1370
|
+
"0u2sjm": {
|
|
1371
|
+
"message": "NativeInteractionClient - logout called.",
|
|
1372
|
+
"level": "trace"
|
|
1373
|
+
},
|
|
1374
|
+
"003x5a": {
|
|
1375
|
+
"message": "NativeInteractionClient - handleRedirectPromise sending message to native broker.",
|
|
1376
|
+
"level": "verbose"
|
|
1377
|
+
},
|
|
1378
|
+
"0ac34v": {
|
|
1379
|
+
"message": "NativeInteractionClient - handleRedirectPromise called and prompt was included in the original request, removing prompt from cached request to prevent second interaction with native broker window.",
|
|
1380
|
+
"level": "verbose"
|
|
1381
|
+
},
|
|
1382
|
+
"0a6zjb": {
|
|
1383
|
+
"message": "NativeInteractionClient - handleRedirectPromise called but there is no cached request, returning null.",
|
|
1384
|
+
"level": "verbose"
|
|
1385
|
+
},
|
|
1386
|
+
"1c5lhw": {
|
|
1387
|
+
"message": "NativeInteractionClient - handleRedirectPromise called.",
|
|
1388
|
+
"level": "trace"
|
|
1389
|
+
},
|
|
1390
|
+
"0luikq": {
|
|
1391
|
+
"message": "NativeInteractionClient - acquireTokenRedirect called.",
|
|
1392
|
+
"level": "trace"
|
|
1393
|
+
},
|
|
1394
|
+
"1ndf3e": {
|
|
1395
|
+
"message": "NativeInteractionClient:acquireTokensFromCache - No nativeAccountId provided",
|
|
1396
|
+
"level": "warning"
|
|
1397
|
+
},
|
|
1398
|
+
"0957j1": {
|
|
1399
|
+
"message": "MSAL internal Cache does not contain tokens, proceed to make a native call",
|
|
1400
|
+
"level": "info"
|
|
1401
|
+
},
|
|
1402
|
+
"0eitbc": {
|
|
1403
|
+
"message": "MSAL internal Cache does not contain tokens, return error as per cache policy",
|
|
1404
|
+
"level": "info"
|
|
1405
|
+
},
|
|
1406
|
+
"03qeos": {
|
|
1407
|
+
"message": "NativeInteractionClient - acquireToken called.",
|
|
1408
|
+
"level": "trace"
|
|
1409
|
+
},
|
|
1410
|
+
"06wena": {
|
|
1411
|
+
"message": "Signing keypair for bound access token not found. Refreshing bound access token and generating a new crypto keypair.",
|
|
1412
|
+
"level": "verbose"
|
|
1413
|
+
},
|
|
1414
|
+
"0wa871": {
|
|
1415
|
+
"message": "Silent auth client created",
|
|
1416
|
+
"level": "verbose"
|
|
1417
|
+
},
|
|
1418
|
+
"1uic5e": {
|
|
1419
|
+
"message": "Auth code client created",
|
|
1420
|
+
"level": "verbose"
|
|
1421
|
+
},
|
|
1422
|
+
"1ecmns": {
|
|
1423
|
+
"message": "Authentication Scheme set to \"'${validatedRequest.authenticationScheme}'\" as configured in Auth request",
|
|
1424
|
+
"level": "verbose"
|
|
1425
|
+
},
|
|
1426
|
+
"1l4fwv": {
|
|
1427
|
+
"message": "Authentication Scheme was not explicitly set in request, defaulting to \"Bearer\" request",
|
|
1428
|
+
"level": "verbose"
|
|
1429
|
+
},
|
|
1430
|
+
"1dd2nh": {
|
|
1431
|
+
"message": "isPlatformAuthAllowed: authenticationScheme is not supported, returning false",
|
|
1432
|
+
"level": "trace"
|
|
1433
|
+
},
|
|
1434
|
+
"18tev1": {
|
|
1435
|
+
"message": "isPlatformAuthAllowed: authenticationScheme is supported, returning true",
|
|
1436
|
+
"level": "trace"
|
|
1437
|
+
},
|
|
1438
|
+
"0kvv1r": {
|
|
1439
|
+
"message": "isPlatformAuthAllowed: Platform auth provider is not initialized, returning false",
|
|
1440
|
+
"level": "trace"
|
|
1441
|
+
},
|
|
1442
|
+
"04hozs": {
|
|
1443
|
+
"message": "isPlatformAuthAllowed: allowPlatformBroker is not enabled, returning false",
|
|
1444
|
+
"level": "trace"
|
|
1445
|
+
},
|
|
1446
|
+
"0uko3r": {
|
|
1447
|
+
"message": "isPlatformAuthAllowed called",
|
|
1448
|
+
"level": "trace"
|
|
1449
|
+
},
|
|
1450
|
+
"0icbd7": {
|
|
1451
|
+
"message": "Platform auth not available",
|
|
1452
|
+
"level": "trace"
|
|
1453
|
+
},
|
|
1454
|
+
"0l3na8": {
|
|
1455
|
+
"message": "Platform auth via DOM API not available, checking for extension",
|
|
1456
|
+
"level": "trace"
|
|
1457
|
+
},
|
|
1458
|
+
"04c81g": {
|
|
1459
|
+
"message": "Has client allowed platform auth via DOM API: '${enablePlatformBrokerDOMSupport}'",
|
|
1460
|
+
"level": "trace"
|
|
1461
|
+
},
|
|
1462
|
+
"134j0v": {
|
|
1463
|
+
"message": "getPlatformAuthProvider called",
|
|
1464
|
+
"level": "trace"
|
|
1465
|
+
},
|
|
1466
|
+
"082ed3": {
|
|
1467
|
+
"message": "Non-browser environment detected, returning false",
|
|
1468
|
+
"level": "trace"
|
|
1469
|
+
},
|
|
1470
|
+
"07660b": {
|
|
1471
|
+
"message": "isPlatformBrokerAvailable called",
|
|
1472
|
+
"level": "trace"
|
|
1473
|
+
},
|
|
1474
|
+
"1e88vg": {
|
|
1475
|
+
"message": "There is already an instance of MSAL.js in the window with the same client id.",
|
|
1476
|
+
"level": "warning"
|
|
1477
|
+
},
|
|
1478
|
+
"0tf99t": {
|
|
1479
|
+
"message": "Setting validated request account: '${account.homeAccountId}'",
|
|
1480
|
+
"level": "verbosePii"
|
|
1481
|
+
},
|
|
1482
|
+
"1eqlb3": {
|
|
1483
|
+
"message": "Setting validated request account",
|
|
1484
|
+
"level": "verbose"
|
|
1485
|
+
},
|
|
1486
|
+
"1e7bdp": {
|
|
1487
|
+
"message": "The provided account does not contain ID Token Claims, logoutHint will not be added to logout request",
|
|
1488
|
+
"level": "verbose"
|
|
1489
|
+
},
|
|
1490
|
+
"0mvp54": {
|
|
1491
|
+
"message": "The ID Token Claims tied to the provided account do not contain a login_hint claim, logoutHint will not be added to logout request",
|
|
1492
|
+
"level": "verbose"
|
|
1493
|
+
},
|
|
1494
|
+
"0ljv63": {
|
|
1495
|
+
"message": "postLogoutRedirectUri passed as null, not setting post logout redirect uri",
|
|
1496
|
+
"level": "verbose"
|
|
1497
|
+
},
|
|
1498
|
+
"17s5rf": {
|
|
1499
|
+
"message": "Setting postLogoutRedirectUri to current page",
|
|
1500
|
+
"level": "verbose"
|
|
1501
|
+
},
|
|
1502
|
+
"1f4xlz": {
|
|
1503
|
+
"message": "Setting postLogoutRedirectUri to configured uri",
|
|
1504
|
+
"level": "verbose"
|
|
1505
|
+
},
|
|
1506
|
+
"15m5g7": {
|
|
1507
|
+
"message": "postLogoutRedirectUri configured as null and no uri set on request, not passing post logout redirect",
|
|
1508
|
+
"level": "verbose"
|
|
1509
|
+
},
|
|
1510
|
+
"1vamm6": {
|
|
1511
|
+
"message": "Setting postLogoutRedirectUri to uri set on logout request",
|
|
1512
|
+
"level": "verbose"
|
|
1513
|
+
},
|
|
1514
|
+
"07ndze": {
|
|
1515
|
+
"message": "logoutHint will not be set since no logout request was configured",
|
|
1516
|
+
"level": "verbose"
|
|
1517
|
+
},
|
|
1518
|
+
"12k4l4": {
|
|
1519
|
+
"message": "logoutHint has already been set in logoutRequest",
|
|
1520
|
+
"level": "verbose"
|
|
1521
|
+
},
|
|
1522
|
+
"0pdtc3": {
|
|
1523
|
+
"message": "logoutHint was not set and account was not passed into logout request, logoutHint will not be set",
|
|
1524
|
+
"level": "verbose"
|
|
1525
|
+
},
|
|
1526
|
+
"0st5di": {
|
|
1527
|
+
"message": "Setting logoutHint to login_hint ID Token Claim value for the account provided",
|
|
1528
|
+
"level": "verbose"
|
|
1529
|
+
},
|
|
1530
|
+
"0546u4": {
|
|
1531
|
+
"message": "initializeLogoutRequest called",
|
|
1532
|
+
"level": "verbose"
|
|
1533
|
+
},
|
|
1534
|
+
"149ouc": {
|
|
1535
|
+
"message": "Persistent keystore deleted",
|
|
1536
|
+
"level": "verbose"
|
|
1537
|
+
},
|
|
1538
|
+
"0rdqut": {
|
|
1539
|
+
"message": "Deleting persistent keystore",
|
|
1540
|
+
"level": "verbose"
|
|
1541
|
+
},
|
|
1542
|
+
"0uksk1": {
|
|
1543
|
+
"message": "In-memory keystore deleted",
|
|
1544
|
+
"level": "verbose"
|
|
1545
|
+
},
|
|
1546
|
+
"03r21p": {
|
|
1547
|
+
"message": "Deleting in-memory keystore",
|
|
1548
|
+
"level": "verbose"
|
|
1549
|
+
},
|
|
1550
|
+
"03zl2j": {
|
|
1551
|
+
"message": "Key not found in in-memory cache, now querying persistent storage.",
|
|
1552
|
+
"level": "verbose"
|
|
1553
|
+
},
|
|
1554
|
+
"1iqrbq": {
|
|
1555
|
+
"message": "In-memory cache is empty, now querying persistent storage.",
|
|
1556
|
+
"level": "verbose"
|
|
1557
|
+
},
|
|
1558
|
+
"0naxpl": {
|
|
1559
|
+
"message": "Queried item not found in in-memory cache, now querying persistent storage.",
|
|
1560
|
+
"level": "verbose"
|
|
1561
|
+
},
|
|
1562
|
+
"1wx7zz": {
|
|
1563
|
+
"message": "Could not access persistent storage. This may be caused by browser privacy features which block persistent storage in third-party contexts.",
|
|
1564
|
+
"level": "error"
|
|
1565
|
+
},
|
|
1566
|
+
"1vzsgt": {
|
|
1567
|
+
"message": "Updated item in internal cache",
|
|
1568
|
+
"level": "verbose"
|
|
1569
|
+
},
|
|
1570
|
+
"04ypih": {
|
|
1571
|
+
"message": "Removed item from internal cache",
|
|
1572
|
+
"level": "verbose"
|
|
1573
|
+
},
|
|
1574
|
+
"04rtdy": {
|
|
1575
|
+
"message": "Ignoring broadcast event from clientId: '${context}'",
|
|
1576
|
+
"level": "trace"
|
|
1577
|
+
},
|
|
1578
|
+
"0e10qr": {
|
|
1579
|
+
"message": "Broadcast event missing key",
|
|
1580
|
+
"level": "error"
|
|
1581
|
+
},
|
|
1582
|
+
"17cxcm": {
|
|
1583
|
+
"message": "Updating internal cache from broadcast event",
|
|
1584
|
+
"level": "trace"
|
|
1585
|
+
},
|
|
1586
|
+
"1097vx": {
|
|
1587
|
+
"message": "The '${responseLocation}' detected is: '${responseString}'",
|
|
1588
|
+
"level": "errorPii"
|
|
1589
|
+
},
|
|
1590
|
+
"13pl0s": {
|
|
1591
|
+
"message": "A '${responseLocation}' is present in the iframe but it does not contain known properties. It's likely that the '${responseLocation}' has been replaced by code running on the redirectUri page.",
|
|
1592
|
+
"level": "error"
|
|
1593
|
+
},
|
|
1594
|
+
"18h0l1": {
|
|
1595
|
+
"message": "The request has returned to the redirectUri but a '${responseLocation}' is not present. It's likely that the '${responseLocation}' has been removed or the page has been redirected by code running on the redirectUri page.",
|
|
1596
|
+
"level": "error"
|
|
1597
|
+
},
|
|
1598
|
+
"11qcow": {
|
|
1599
|
+
"message": "Account id found, calling WAM for token",
|
|
1600
|
+
"level": "verbose"
|
|
1601
|
+
},
|
|
1602
|
+
"0mf2hb": {
|
|
1603
|
+
"message": "InteractionHandler.handleCodeResponseFromServer called",
|
|
1604
|
+
"level": "trace"
|
|
1605
|
+
},
|
|
1606
|
+
"0xdvsy": {
|
|
1607
|
+
"message": "Unable to parse '${event}'",
|
|
1608
|
+
"level": "errorPii"
|
|
1609
|
+
},
|
|
1610
|
+
"04i99o": {
|
|
1611
|
+
"message": "Error parsing response from WAM Extension: '${err}'",
|
|
1612
|
+
"level": "errorPii"
|
|
1613
|
+
},
|
|
1614
|
+
"0xf978": {
|
|
1615
|
+
"message": "Error parsing response from WAM Extension",
|
|
1616
|
+
"level": "error"
|
|
1617
|
+
},
|
|
1618
|
+
"0yf5ib": {
|
|
1619
|
+
"message": "'${this.platformAuthType}' - Received HandshakeResponse from extension: '${this.extensionId}'",
|
|
1620
|
+
"level": "verbose"
|
|
1621
|
+
},
|
|
1622
|
+
"082qnt": {
|
|
1623
|
+
"message": "'${this.platformAuthType}'.onChannelMessage - resolver can't be found for request '${request.responseId}'",
|
|
1624
|
+
"level": "trace"
|
|
1625
|
+
},
|
|
1626
|
+
"179a24": {
|
|
1627
|
+
"message": "'${this.platformAuthType}' - Received response from browser extension: '${JSON.stringify(response)}'",
|
|
1628
|
+
"level": "tracePii"
|
|
1629
|
+
},
|
|
1630
|
+
"19hpgm": {
|
|
1631
|
+
"message": "'${this.platformAuthType}' - Received response from browser extension",
|
|
1632
|
+
"level": "trace"
|
|
1633
|
+
},
|
|
1634
|
+
"1py8yf": {
|
|
1635
|
+
"message": "'${this.platformAuthType}' - onChannelMessage called.",
|
|
1636
|
+
"level": "trace"
|
|
1637
|
+
},
|
|
1638
|
+
"0xrkug": {
|
|
1639
|
+
"message": "Extension with id: ${request.extensionId} not installed",
|
|
1640
|
+
"level": "verbose"
|
|
1641
|
+
},
|
|
1642
|
+
"07buhm": {
|
|
1643
|
+
"message": "'${this.platformAuthType}'.onWindowMessage - resolver can't be found for request '${request.responseId}'",
|
|
1644
|
+
"level": "trace"
|
|
1645
|
+
},
|
|
1646
|
+
"0jpn5u": {
|
|
1647
|
+
"message": "'${this.platformAuthType}' - onWindowMessage called",
|
|
1648
|
+
"level": "trace"
|
|
1649
|
+
},
|
|
1650
|
+
"1dpg9o": {
|
|
1651
|
+
"message": "'${this.platformAuthType}' - sendHandshakeRequest called.",
|
|
1652
|
+
"level": "trace"
|
|
1653
|
+
},
|
|
1654
|
+
"15zfnw": {
|
|
1655
|
+
"message": "PlatformAuthExtensionHandler - createProvider called.",
|
|
1656
|
+
"level": "trace"
|
|
1657
|
+
},
|
|
1658
|
+
"1xm533": {
|
|
1659
|
+
"message": "'${this.platformAuthType}' - Sending request to browser extension: '${JSON.stringify(req)}'",
|
|
1660
|
+
"level": "tracePii"
|
|
1661
|
+
},
|
|
1662
|
+
"1qadfi": {
|
|
1663
|
+
"message": "'${this.platformAuthType}' - Sending request to browser extension",
|
|
1664
|
+
"level": "trace"
|
|
1665
|
+
},
|
|
1666
|
+
"0on4p2": {
|
|
1667
|
+
"message": "'${this.platformAuthType}' - sendMessage called.",
|
|
1668
|
+
"level": "trace"
|
|
1669
|
+
},
|
|
1670
|
+
"14913t": {
|
|
1671
|
+
"message": "'${this.platformAuthType}' - convertToNativeResponse called",
|
|
1672
|
+
"level": "trace"
|
|
1673
|
+
},
|
|
1674
|
+
"0g92vm": {
|
|
1675
|
+
"message": "'${this.platformAuthType}' - platform broker returned error response",
|
|
1676
|
+
"level": "trace"
|
|
1677
|
+
},
|
|
1678
|
+
"0h4vei": {
|
|
1679
|
+
"message": "'${this.platformAuthType}' - platform broker returned successful and valid response",
|
|
1680
|
+
"level": "trace"
|
|
1681
|
+
},
|
|
1682
|
+
"15d6yv": {
|
|
1683
|
+
"message": "'${this.platformAuthType}' - initializeNativeDOMRequest called",
|
|
1684
|
+
"level": "trace"
|
|
1685
|
+
},
|
|
1686
|
+
"11im7g": {
|
|
1687
|
+
"message": "'${this.platformAuthType}' - executeGetToken DOM API error",
|
|
1688
|
+
"level": "error"
|
|
1689
|
+
},
|
|
1690
|
+
"02bcil": {
|
|
1691
|
+
"message": "'${this.platformAuthType}' - Sending request to browser DOM API",
|
|
1692
|
+
"level": "trace"
|
|
1693
|
+
},
|
|
1694
|
+
"1h5q1r": {
|
|
1695
|
+
"message": "Platform auth api available in DOM",
|
|
1696
|
+
"level": "trace"
|
|
1697
|
+
},
|
|
1698
|
+
"12mj4a": {
|
|
1699
|
+
"message": "PlatformAuthDOMHandler: createProvider called",
|
|
1700
|
+
"level": "trace"
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
}
|