@azure/msal-common 16.0.0-alpha.0 → 16.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/dist/account/AccountInfo.d.ts +3 -0
- package/dist/account/AccountInfo.d.ts.map +1 -1
- package/dist/account/AccountInfo.mjs +1 -1
- package/dist/account/AccountInfo.mjs.map +1 -1
- package/dist/account/AuthToken.d.ts +6 -0
- package/dist/account/AuthToken.d.ts.map +1 -1
- package/dist/account/AuthToken.mjs +21 -2
- package/dist/account/AuthToken.mjs.map +1 -1
- package/dist/account/CcsCredential.mjs +1 -1
- package/dist/account/CcsCredential.mjs.map +1 -1
- package/dist/account/ClientInfo.d.ts +5 -1
- package/dist/account/ClientInfo.d.ts.map +1 -1
- package/dist/account/ClientInfo.mjs +1 -1
- package/dist/account/ClientInfo.mjs.map +1 -1
- package/dist/account/TokenClaims.d.ts +4 -0
- package/dist/account/TokenClaims.d.ts.map +1 -1
- package/dist/account/TokenClaims.mjs +1 -1
- package/dist/account/TokenClaims.mjs.map +1 -1
- package/dist/authority/Authority.mjs +1 -1
- package/dist/authority/Authority.mjs.map +1 -1
- package/dist/authority/AuthorityFactory.mjs +1 -1
- package/dist/authority/AuthorityFactory.mjs.map +1 -1
- package/dist/authority/AuthorityMetadata.d.ts.map +1 -1
- package/dist/authority/AuthorityMetadata.mjs +27 -24
- package/dist/authority/AuthorityMetadata.mjs.map +1 -1
- package/dist/authority/AuthorityOptions.mjs +1 -1
- package/dist/authority/AuthorityOptions.mjs.map +1 -1
- package/dist/authority/AuthorityType.mjs +1 -1
- package/dist/authority/AuthorityType.mjs.map +1 -1
- package/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +1 -1
- package/dist/authority/CloudInstanceDiscoveryResponse.mjs +1 -1
- package/dist/authority/OpenIdConfigResponse.mjs +1 -1
- package/dist/authority/ProtocolMode.mjs +1 -1
- package/dist/authority/ProtocolMode.mjs.map +1 -1
- package/dist/authority/RegionDiscovery.mjs +1 -1
- package/dist/authority/RegionDiscovery.mjs.map +1 -1
- package/dist/cache/CacheManager.d.ts +5 -5
- package/dist/cache/CacheManager.d.ts.map +1 -1
- package/dist/cache/CacheManager.mjs +8 -8
- package/dist/cache/CacheManager.mjs.map +1 -1
- package/dist/cache/entities/AccountEntity.d.ts +2 -1
- package/dist/cache/entities/AccountEntity.d.ts.map +1 -1
- package/dist/cache/interface/ICacheManager.d.ts +5 -5
- package/dist/cache/interface/ICacheManager.d.ts.map +1 -1
- package/dist/cache/persistence/TokenCacheContext.mjs +1 -1
- package/dist/cache/persistence/TokenCacheContext.mjs.map +1 -1
- package/dist/cache/utils/AccountEntityUtils.d.ts +0 -7
- package/dist/cache/utils/AccountEntityUtils.d.ts.map +1 -1
- package/dist/cache/utils/AccountEntityUtils.mjs +9 -29
- package/dist/cache/utils/AccountEntityUtils.mjs.map +1 -1
- package/dist/cache/utils/CacheHelpers.mjs +1 -1
- package/dist/cache/utils/CacheHelpers.mjs.map +1 -1
- package/dist/client/AuthorizationCodeClient.d.ts +22 -3
- package/dist/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/dist/client/AuthorizationCodeClient.mjs +51 -19
- package/dist/client/AuthorizationCodeClient.mjs.map +1 -1
- package/dist/client/RefreshTokenClient.d.ts +16 -3
- package/dist/client/RefreshTokenClient.d.ts.map +1 -1
- package/dist/client/RefreshTokenClient.mjs +41 -18
- package/dist/client/RefreshTokenClient.mjs.map +1 -1
- package/dist/client/SilentFlowClient.d.ts +16 -3
- package/dist/client/SilentFlowClient.d.ts.map +1 -1
- package/dist/client/SilentFlowClient.mjs +21 -4
- package/dist/client/SilentFlowClient.mjs.map +1 -1
- package/dist/config/ClientConfiguration.mjs +1 -1
- package/dist/config/ClientConfiguration.mjs.map +1 -1
- package/dist/constants/AADServerParamKeys.mjs +1 -1
- package/dist/crypto/ICrypto.mjs +1 -1
- package/dist/crypto/ICrypto.mjs.map +1 -1
- package/dist/crypto/JoseHeader.mjs +1 -1
- package/dist/crypto/JoseHeader.mjs.map +1 -1
- package/dist/crypto/PopTokenGenerator.mjs +1 -1
- package/dist/crypto/PopTokenGenerator.mjs.map +1 -1
- package/dist/error/AuthError.d.ts +5 -0
- package/dist/error/AuthError.d.ts.map +1 -1
- package/dist/error/AuthError.mjs +1 -1
- package/dist/error/AuthError.mjs.map +1 -1
- package/dist/error/AuthErrorCodes.mjs +1 -1
- package/dist/error/CacheError.mjs +1 -1
- package/dist/error/CacheError.mjs.map +1 -1
- package/dist/error/CacheErrorCodes.mjs +1 -1
- package/dist/error/ClientAuthError.mjs +1 -1
- package/dist/error/ClientAuthError.mjs.map +1 -1
- package/dist/error/ClientAuthErrorCodes.d.ts +1 -0
- package/dist/error/ClientAuthErrorCodes.d.ts.map +1 -1
- package/dist/error/ClientAuthErrorCodes.mjs +4 -3
- package/dist/error/ClientAuthErrorCodes.mjs.map +1 -1
- package/dist/error/ClientConfigurationError.mjs +1 -1
- package/dist/error/ClientConfigurationError.mjs.map +1 -1
- package/dist/error/ClientConfigurationErrorCodes.d.ts +1 -0
- package/dist/error/ClientConfigurationErrorCodes.d.ts.map +1 -1
- package/dist/error/ClientConfigurationErrorCodes.mjs +4 -3
- package/dist/error/ClientConfigurationErrorCodes.mjs.map +1 -1
- package/dist/error/InteractionRequiredAuthError.mjs +1 -1
- package/dist/error/InteractionRequiredAuthError.mjs.map +1 -1
- package/dist/error/InteractionRequiredAuthErrorCodes.mjs +1 -1
- package/dist/error/JoseHeaderError.mjs +1 -1
- package/dist/error/JoseHeaderError.mjs.map +1 -1
- package/dist/error/JoseHeaderErrorCodes.mjs +1 -1
- package/dist/error/NetworkError.mjs +1 -1
- package/dist/error/NetworkError.mjs.map +1 -1
- package/dist/error/PlatformBrokerError.d.ts +16 -0
- package/dist/error/PlatformBrokerError.d.ts.map +1 -0
- package/dist/error/PlatformBrokerError.mjs +49 -0
- package/dist/error/PlatformBrokerError.mjs.map +1 -0
- package/dist/error/ServerError.mjs +1 -1
- package/dist/error/ServerError.mjs.map +1 -1
- package/dist/exports-common.d.ts +4 -2
- package/dist/exports-common.d.ts.map +1 -1
- package/dist/exports-node-only.d.ts +1 -0
- package/dist/exports-node-only.d.ts.map +1 -1
- package/dist/index-node.mjs +7 -4
- package/dist/index-node.mjs.map +1 -1
- package/dist/index.mjs +7 -4
- package/dist/index.mjs.map +1 -1
- package/dist/logger/Logger.d.ts +24 -0
- package/dist/logger/Logger.d.ts.map +1 -1
- package/dist/logger/Logger.mjs +92 -4
- package/dist/logger/Logger.mjs.map +1 -1
- package/dist/network/INetworkModule.mjs +1 -1
- package/dist/network/INetworkModule.mjs.map +1 -1
- package/dist/network/RequestThumbprint.mjs +2 -2
- package/dist/network/RequestThumbprint.mjs.map +1 -1
- package/dist/network/ThrottlingUtils.mjs +1 -1
- package/dist/network/ThrottlingUtils.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.mjs +1 -1
- package/dist/protocol/Authorize.mjs.map +1 -1
- package/dist/protocol/Token.d.ts +40 -0
- package/dist/protocol/Token.d.ts.map +1 -0
- package/dist/protocol/Token.mjs +129 -0
- package/dist/protocol/Token.mjs.map +1 -0
- package/dist/request/AuthenticationHeaderParser.mjs +1 -1
- package/dist/request/AuthenticationHeaderParser.mjs.map +1 -1
- package/dist/request/BaseAuthRequest.d.ts +67 -22
- package/dist/request/BaseAuthRequest.d.ts.map +1 -1
- package/dist/request/CommonAuthorizationCodeRequest.d.ts +18 -12
- package/dist/request/CommonAuthorizationCodeRequest.d.ts.map +1 -1
- package/dist/request/CommonAuthorizationUrlRequest.d.ts +48 -29
- package/dist/request/CommonAuthorizationUrlRequest.d.ts.map +1 -1
- package/dist/request/CommonEndSessionRequest.d.ts +21 -7
- package/dist/request/CommonEndSessionRequest.d.ts.map +1 -1
- package/dist/request/CommonRefreshTokenRequest.d.ts +12 -9
- package/dist/request/CommonRefreshTokenRequest.d.ts.map +1 -1
- package/dist/request/CommonSilentFlowRequest.d.ts +12 -13
- package/dist/request/CommonSilentFlowRequest.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.d.ts +3 -3
- package/dist/request/RequestParameterBuilder.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.mjs +6 -6
- package/dist/request/RequestParameterBuilder.mjs.map +1 -1
- package/dist/request/ScopeSet.mjs +1 -1
- package/dist/request/ScopeSet.mjs.map +1 -1
- package/dist/response/ResponseHandler.d.ts +1 -1
- package/dist/response/ResponseHandler.d.ts.map +1 -1
- package/dist/response/ResponseHandler.mjs +6 -5
- package/dist/response/ResponseHandler.mjs.map +1 -1
- package/dist/telemetry/performance/IPerformanceClient.d.ts +2 -1
- package/dist/telemetry/performance/IPerformanceClient.d.ts.map +1 -1
- package/dist/telemetry/performance/PerformanceClient.d.ts +4 -1
- package/dist/telemetry/performance/PerformanceClient.d.ts.map +1 -1
- package/dist/telemetry/performance/PerformanceClient.mjs +30 -16
- package/dist/telemetry/performance/PerformanceClient.mjs.map +1 -1
- package/dist/telemetry/performance/PerformanceEvent.d.ts +6 -1
- package/dist/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
- package/dist/telemetry/performance/PerformanceEvent.mjs +1 -1
- package/dist/telemetry/performance/PerformanceEvent.mjs.map +1 -1
- package/dist/telemetry/performance/PerformanceEvents.d.ts +1 -0
- package/dist/telemetry/performance/PerformanceEvents.d.ts.map +1 -1
- package/dist/telemetry/performance/PerformanceEvents.mjs +3 -2
- package/dist/telemetry/performance/PerformanceEvents.mjs.map +1 -1
- package/dist/telemetry/performance/StubPerformanceClient.mjs +1 -1
- package/dist/telemetry/performance/StubPerformanceClient.mjs.map +1 -1
- package/dist/telemetry/server/ServerTelemetryManager.mjs +1 -1
- package/dist/telemetry/server/ServerTelemetryManager.mjs.map +1 -1
- package/dist/url/UrlString.mjs +1 -1
- package/dist/url/UrlString.mjs.map +1 -1
- package/dist/utils/ClientAssertionUtils.mjs +1 -1
- package/dist/utils/ClientAssertionUtils.mjs.map +1 -1
- package/dist/utils/Constants.d.ts +5 -0
- package/dist/utils/Constants.d.ts.map +1 -1
- package/dist/utils/Constants.mjs +6 -2
- package/dist/utils/Constants.mjs.map +1 -1
- package/dist/utils/FunctionWrappers.mjs +1 -1
- package/dist/utils/FunctionWrappers.mjs.map +1 -1
- package/dist/utils/ProtocolUtils.d.ts +14 -35
- package/dist/utils/ProtocolUtils.d.ts.map +1 -1
- package/dist/utils/ProtocolUtils.mjs +56 -60
- package/dist/utils/ProtocolUtils.mjs.map +1 -1
- package/dist/utils/StateTypes.d.ts +15 -0
- package/dist/utils/StateTypes.d.ts.map +1 -0
- package/dist/utils/StringUtils.mjs +1 -1
- package/dist/utils/StringUtils.mjs.map +1 -1
- package/dist/utils/TimeUtils.mjs +1 -1
- package/dist/utils/TimeUtils.mjs.map +1 -1
- package/dist/utils/UrlUtils.mjs +1 -1
- package/dist/utils/UrlUtils.mjs.map +1 -1
- package/lib/index-browser.cjs +31 -17
- package/lib/index-browser.cjs.map +1 -1
- package/lib/{index-node-FrCFfFuh.js → index-node-Dwr2_mSO.js} +2437 -2242
- package/lib/index-node-Dwr2_mSO.js.map +1 -0
- package/lib/index-node.cjs +5 -3
- package/lib/index-node.cjs.map +1 -1
- package/lib/index.cjs +5 -3
- package/lib/index.cjs.map +1 -1
- package/lib/types/account/AccountInfo.d.ts +3 -0
- package/lib/types/account/AccountInfo.d.ts.map +1 -1
- package/lib/types/account/AuthToken.d.ts +6 -0
- package/lib/types/account/AuthToken.d.ts.map +1 -1
- package/lib/types/account/ClientInfo.d.ts +5 -1
- package/lib/types/account/ClientInfo.d.ts.map +1 -1
- package/lib/types/account/TokenClaims.d.ts +4 -0
- package/lib/types/account/TokenClaims.d.ts.map +1 -1
- package/lib/types/authority/AuthorityMetadata.d.ts.map +1 -1
- package/lib/types/cache/CacheManager.d.ts +5 -5
- package/lib/types/cache/CacheManager.d.ts.map +1 -1
- package/lib/types/cache/entities/AccountEntity.d.ts +2 -1
- package/lib/types/cache/entities/AccountEntity.d.ts.map +1 -1
- package/lib/types/cache/interface/ICacheManager.d.ts +5 -5
- package/lib/types/cache/interface/ICacheManager.d.ts.map +1 -1
- package/lib/types/cache/utils/AccountEntityUtils.d.ts +0 -7
- package/lib/types/cache/utils/AccountEntityUtils.d.ts.map +1 -1
- package/lib/types/client/AuthorizationCodeClient.d.ts +22 -3
- package/lib/types/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/lib/types/client/RefreshTokenClient.d.ts +16 -3
- package/lib/types/client/RefreshTokenClient.d.ts.map +1 -1
- package/lib/types/client/SilentFlowClient.d.ts +16 -3
- package/lib/types/client/SilentFlowClient.d.ts.map +1 -1
- package/lib/types/error/AuthError.d.ts +5 -0
- package/lib/types/error/AuthError.d.ts.map +1 -1
- package/lib/types/error/ClientAuthErrorCodes.d.ts +1 -0
- package/lib/types/error/ClientAuthErrorCodes.d.ts.map +1 -1
- package/lib/types/error/ClientConfigurationErrorCodes.d.ts +1 -0
- package/lib/types/error/ClientConfigurationErrorCodes.d.ts.map +1 -1
- package/lib/types/error/PlatformBrokerError.d.ts +16 -0
- package/lib/types/error/PlatformBrokerError.d.ts.map +1 -0
- package/lib/types/exports-common.d.ts +4 -2
- package/lib/types/exports-common.d.ts.map +1 -1
- package/lib/types/exports-node-only.d.ts +1 -0
- package/lib/types/exports-node-only.d.ts.map +1 -1
- package/lib/types/logger/Logger.d.ts +24 -0
- package/lib/types/logger/Logger.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/Token.d.ts +40 -0
- package/lib/types/protocol/Token.d.ts.map +1 -0
- package/lib/types/request/BaseAuthRequest.d.ts +67 -22
- package/lib/types/request/BaseAuthRequest.d.ts.map +1 -1
- package/lib/types/request/CommonAuthorizationCodeRequest.d.ts +18 -12
- package/lib/types/request/CommonAuthorizationCodeRequest.d.ts.map +1 -1
- package/lib/types/request/CommonAuthorizationUrlRequest.d.ts +48 -29
- package/lib/types/request/CommonAuthorizationUrlRequest.d.ts.map +1 -1
- package/lib/types/request/CommonEndSessionRequest.d.ts +21 -7
- package/lib/types/request/CommonEndSessionRequest.d.ts.map +1 -1
- package/lib/types/request/CommonRefreshTokenRequest.d.ts +12 -9
- package/lib/types/request/CommonRefreshTokenRequest.d.ts.map +1 -1
- package/lib/types/request/CommonSilentFlowRequest.d.ts +12 -13
- package/lib/types/request/CommonSilentFlowRequest.d.ts.map +1 -1
- package/lib/types/request/RequestParameterBuilder.d.ts +3 -3
- package/lib/types/request/RequestParameterBuilder.d.ts.map +1 -1
- package/lib/types/response/ResponseHandler.d.ts +1 -1
- package/lib/types/response/ResponseHandler.d.ts.map +1 -1
- package/lib/types/telemetry/performance/IPerformanceClient.d.ts +2 -1
- package/lib/types/telemetry/performance/IPerformanceClient.d.ts.map +1 -1
- package/lib/types/telemetry/performance/PerformanceClient.d.ts +4 -1
- package/lib/types/telemetry/performance/PerformanceClient.d.ts.map +1 -1
- package/lib/types/telemetry/performance/PerformanceEvent.d.ts +6 -1
- package/lib/types/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
- package/lib/types/telemetry/performance/PerformanceEvents.d.ts +1 -0
- package/lib/types/telemetry/performance/PerformanceEvents.d.ts.map +1 -1
- package/lib/types/utils/Constants.d.ts +5 -0
- package/lib/types/utils/Constants.d.ts.map +1 -1
- package/lib/types/utils/ProtocolUtils.d.ts +14 -35
- package/lib/types/utils/ProtocolUtils.d.ts.map +1 -1
- package/lib/types/utils/StateTypes.d.ts +15 -0
- package/lib/types/utils/StateTypes.d.ts.map +1 -0
- package/package.json +123 -120
- package/src/account/AccountInfo.ts +5 -0
- package/src/account/AuthToken.ts +22 -0
- package/src/account/ClientInfo.ts +5 -1
- package/src/account/TokenClaims.ts +4 -0
- package/src/authority/AuthorityMetadata.ts +33 -35
- package/src/cache/CacheManager.ts +19 -10
- package/src/cache/entities/AccountEntity.ts +2 -1
- package/src/cache/interface/ICacheManager.ts +12 -4
- package/src/cache/utils/AccountEntityUtils.ts +8 -37
- package/src/client/AuthorizationCodeClient.ts +128 -19
- package/src/client/RefreshTokenClient.ts +101 -29
- package/src/client/SilentFlowClient.ts +63 -5
- package/src/error/AuthError.ts +6 -0
- package/src/error/ClientAuthErrorCodes.ts +1 -0
- package/src/error/ClientConfigurationErrorCodes.ts +1 -0
- package/src/error/PlatformBrokerError.ts +67 -0
- package/src/exports-common.ts +5 -6
- package/src/exports-node-only.ts +4 -0
- package/src/logger/Logger.ts +150 -2
- package/src/network/RequestThumbprint.ts +1 -1
- package/src/packageMetadata.ts +1 -1
- package/src/protocol/Token.ts +230 -0
- package/src/request/BaseAuthRequest.ts +67 -22
- package/src/request/CommonAuthorizationCodeRequest.ts +18 -12
- package/src/request/CommonAuthorizationUrlRequest.ts +48 -29
- package/src/request/CommonEndSessionRequest.ts +21 -7
- package/src/request/CommonRefreshTokenRequest.ts +12 -9
- package/src/request/CommonSilentFlowRequest.ts +12 -13
- package/src/request/RequestParameterBuilder.ts +5 -5
- package/src/response/ResponseHandler.ts +14 -3
- package/src/telemetry/performance/IPerformanceClient.ts +3 -1
- package/src/telemetry/performance/PerformanceClient.ts +39 -45
- package/src/telemetry/performance/PerformanceEvent.ts +10 -1
- package/src/telemetry/performance/PerformanceEvents.ts +1 -0
- package/src/utils/Constants.ts +6 -0
- package/src/utils/ProtocolUtils.ts +66 -92
- package/src/utils/StateTypes.ts +20 -0
- package/dist/client/BaseClient.d.ts +0 -59
- package/dist/client/BaseClient.d.ts.map +0 -1
- package/dist/client/BaseClient.mjs +0 -162
- package/dist/client/BaseClient.mjs.map +0 -1
- package/dist/index-browser.mjs +0 -75
- package/dist/index-browser.mjs.map +0 -1
- package/lib/index-node-FrCFfFuh.js.map +0 -1
- package/lib/types/client/BaseClient.d.ts +0 -59
- package/lib/types/client/BaseClient.d.ts.map +0 -1
- package/src/client/BaseClient.ts +0 -308
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
/*! @azure/msal-common v16.0.0-alpha.0 2025-10-02 */
|
|
2
|
-
'use strict';
|
|
3
|
-
import { buildClientConfiguration } from '../config/ClientConfiguration.mjs';
|
|
4
|
-
import { Logger } from '../logger/Logger.mjs';
|
|
5
|
-
import { URL_FORM_CONTENT_TYPE, HeaderNames } from '../utils/Constants.mjs';
|
|
6
|
-
import { name, version } from '../packageMetadata.mjs';
|
|
7
|
-
import { CcsCredentialType } from '../account/CcsCredential.mjs';
|
|
8
|
-
import { buildClientInfoFromHomeAccountId } from '../account/ClientInfo.mjs';
|
|
9
|
-
import { addBrokerParameters, addExtraQueryParameters, addCorrelationId, instrumentBrokerParams } from '../request/RequestParameterBuilder.mjs';
|
|
10
|
-
import { mapToQueryString } from '../utils/UrlUtils.mjs';
|
|
11
|
-
import { createDiscoveredInstance } from '../authority/AuthorityFactory.mjs';
|
|
12
|
-
import { NetworkClientSendPostRequestAsync } from '../telemetry/performance/PerformanceEvents.mjs';
|
|
13
|
-
import { ThrottlingUtils } from '../network/ThrottlingUtils.mjs';
|
|
14
|
-
import { AuthError } from '../error/AuthError.mjs';
|
|
15
|
-
import { createClientAuthError } from '../error/ClientAuthError.mjs';
|
|
16
|
-
import { NetworkError } from '../error/NetworkError.mjs';
|
|
17
|
-
import { invokeAsync } from '../utils/FunctionWrappers.mjs';
|
|
18
|
-
import { networkError } from '../error/ClientAuthErrorCodes.mjs';
|
|
19
|
-
|
|
20
|
-
/*
|
|
21
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
22
|
-
* Licensed under the MIT License.
|
|
23
|
-
*/
|
|
24
|
-
/**
|
|
25
|
-
* Base application class which will construct requests to send to and handle responses from the Microsoft STS using the authorization code flow.
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
|
-
class BaseClient {
|
|
29
|
-
constructor(configuration, performanceClient) {
|
|
30
|
-
// Set the configuration
|
|
31
|
-
this.config = buildClientConfiguration(configuration);
|
|
32
|
-
// Initialize the logger
|
|
33
|
-
this.logger = new Logger(this.config.loggerOptions, name, version);
|
|
34
|
-
// Initialize crypto
|
|
35
|
-
this.cryptoUtils = this.config.cryptoInterface;
|
|
36
|
-
// Initialize storage interface
|
|
37
|
-
this.cacheManager = this.config.storageInterface;
|
|
38
|
-
// Set the network interface
|
|
39
|
-
this.networkClient = this.config.networkInterface;
|
|
40
|
-
// Set TelemetryManager
|
|
41
|
-
this.serverTelemetryManager = this.config.serverTelemetryManager;
|
|
42
|
-
// set Authority
|
|
43
|
-
this.authority = this.config.authOptions.authority;
|
|
44
|
-
// set performance telemetry client
|
|
45
|
-
this.performanceClient = performanceClient;
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* Creates default headers for requests to token endpoint
|
|
49
|
-
*/
|
|
50
|
-
createTokenRequestHeaders(ccsCred) {
|
|
51
|
-
const headers = {};
|
|
52
|
-
headers[HeaderNames.CONTENT_TYPE] = URL_FORM_CONTENT_TYPE;
|
|
53
|
-
if (!this.config.systemOptions.preventCorsPreflight && ccsCred) {
|
|
54
|
-
switch (ccsCred.type) {
|
|
55
|
-
case CcsCredentialType.HOME_ACCOUNT_ID:
|
|
56
|
-
try {
|
|
57
|
-
const clientInfo = buildClientInfoFromHomeAccountId(ccsCred.credential);
|
|
58
|
-
headers[HeaderNames.CCS_HEADER] = `Oid:${clientInfo.uid}@${clientInfo.utid}`;
|
|
59
|
-
}
|
|
60
|
-
catch (e) {
|
|
61
|
-
this.logger.verbose(`Could not parse home account ID for CCS Header: '${e}'`, "");
|
|
62
|
-
}
|
|
63
|
-
break;
|
|
64
|
-
case CcsCredentialType.UPN:
|
|
65
|
-
headers[HeaderNames.CCS_HEADER] = `UPN: ${ccsCred.credential}`;
|
|
66
|
-
break;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
return headers;
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* Http post to token endpoint
|
|
73
|
-
* @param tokenEndpoint
|
|
74
|
-
* @param queryString
|
|
75
|
-
* @param headers
|
|
76
|
-
* @param thumbprint
|
|
77
|
-
*/
|
|
78
|
-
async executePostToTokenEndpoint(tokenEndpoint, queryString, headers, thumbprint, correlationId) {
|
|
79
|
-
const response = await this.sendPostRequest(thumbprint, tokenEndpoint, { body: queryString, headers: headers }, correlationId);
|
|
80
|
-
if (this.config.serverTelemetryManager &&
|
|
81
|
-
response.status < 500 &&
|
|
82
|
-
response.status !== 429) {
|
|
83
|
-
// Telemetry data successfully logged by server, clear Telemetry cache
|
|
84
|
-
this.config.serverTelemetryManager.clearTelemetryCache();
|
|
85
|
-
}
|
|
86
|
-
return response;
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* Wraps sendPostRequestAsync with necessary preflight and postflight logic
|
|
90
|
-
* @param thumbprint - Request thumbprint for throttling
|
|
91
|
-
* @param tokenEndpoint - Endpoint to make the POST to
|
|
92
|
-
* @param options - Body and Headers to include on the POST request
|
|
93
|
-
* @param correlationId - CorrelationId for telemetry
|
|
94
|
-
*/
|
|
95
|
-
async sendPostRequest(thumbprint, tokenEndpoint, options, correlationId) {
|
|
96
|
-
ThrottlingUtils.preProcess(this.cacheManager, thumbprint, correlationId);
|
|
97
|
-
let response;
|
|
98
|
-
try {
|
|
99
|
-
response = await invokeAsync((this.networkClient.sendPostRequestAsync.bind(this.networkClient)), NetworkClientSendPostRequestAsync, this.logger, this.performanceClient, correlationId)(tokenEndpoint, options);
|
|
100
|
-
const responseHeaders = response.headers || {};
|
|
101
|
-
this.performanceClient?.addFields({
|
|
102
|
-
refreshTokenSize: response.body.refresh_token?.length || 0,
|
|
103
|
-
httpVerToken: responseHeaders[HeaderNames.X_MS_HTTP_VERSION] || "",
|
|
104
|
-
requestId: responseHeaders[HeaderNames.X_MS_REQUEST_ID] || "",
|
|
105
|
-
}, correlationId);
|
|
106
|
-
}
|
|
107
|
-
catch (e) {
|
|
108
|
-
if (e instanceof NetworkError) {
|
|
109
|
-
const responseHeaders = e.responseHeaders;
|
|
110
|
-
if (responseHeaders) {
|
|
111
|
-
this.performanceClient?.addFields({
|
|
112
|
-
httpVerToken: responseHeaders[HeaderNames.X_MS_HTTP_VERSION] || "",
|
|
113
|
-
requestId: responseHeaders[HeaderNames.X_MS_REQUEST_ID] ||
|
|
114
|
-
"",
|
|
115
|
-
contentTypeHeader: responseHeaders[HeaderNames.CONTENT_TYPE] ||
|
|
116
|
-
undefined,
|
|
117
|
-
contentLengthHeader: responseHeaders[HeaderNames.CONTENT_LENGTH] ||
|
|
118
|
-
undefined,
|
|
119
|
-
httpStatus: e.httpStatus,
|
|
120
|
-
}, correlationId);
|
|
121
|
-
}
|
|
122
|
-
throw e.error;
|
|
123
|
-
}
|
|
124
|
-
if (e instanceof AuthError) {
|
|
125
|
-
throw e;
|
|
126
|
-
}
|
|
127
|
-
else {
|
|
128
|
-
throw createClientAuthError(networkError);
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
ThrottlingUtils.postProcess(this.cacheManager, thumbprint, response, correlationId);
|
|
132
|
-
return response;
|
|
133
|
-
}
|
|
134
|
-
/**
|
|
135
|
-
* Updates the authority object of the client. Endpoint discovery must be completed.
|
|
136
|
-
* @param updatedAuthority
|
|
137
|
-
*/
|
|
138
|
-
async updateAuthority(cloudInstanceHostname, correlationId) {
|
|
139
|
-
const cloudInstanceAuthorityUri = `https://${cloudInstanceHostname}/${this.authority.tenant}/`;
|
|
140
|
-
const cloudInstanceAuthority = await createDiscoveredInstance(cloudInstanceAuthorityUri, this.networkClient, this.cacheManager, this.authority.options, this.logger, correlationId, this.performanceClient);
|
|
141
|
-
this.authority = cloudInstanceAuthority;
|
|
142
|
-
}
|
|
143
|
-
/**
|
|
144
|
-
* Creates query string for the /token request
|
|
145
|
-
* @param request
|
|
146
|
-
*/
|
|
147
|
-
createTokenQueryParameters(request) {
|
|
148
|
-
const parameters = new Map();
|
|
149
|
-
if (request.embeddedClientId) {
|
|
150
|
-
addBrokerParameters(parameters, this.config.authOptions.clientId, this.config.authOptions.redirectUri);
|
|
151
|
-
}
|
|
152
|
-
if (request.tokenQueryParameters) {
|
|
153
|
-
addExtraQueryParameters(parameters, request.tokenQueryParameters);
|
|
154
|
-
}
|
|
155
|
-
addCorrelationId(parameters, request.correlationId);
|
|
156
|
-
instrumentBrokerParams(parameters, request.correlationId, this.performanceClient);
|
|
157
|
-
return mapToQueryString(parameters);
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
export { BaseClient };
|
|
162
|
-
//# sourceMappingURL=BaseClient.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseClient.mjs","sources":["../../src/client/BaseClient.ts"],"sourcesContent":[null],"names":["PerformanceEvents.NetworkClientSendPostRequestAsync","ClientAuthErrorCodes.networkError","RequestParameterBuilder.addBrokerParameters","RequestParameterBuilder.addExtraQueryParameters","RequestParameterBuilder.addCorrelationId","RequestParameterBuilder.instrumentBrokerParams","UrlUtils.mapToQueryString"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;AAGG;AAsCH;;;AAGG;MACmB,UAAU,CAAA;IAyB5B,WAAA,CACI,aAAkC,EAClC,iBAAqC,EAAA;;AAGrC,QAAA,IAAI,CAAC,MAAM,GAAG,wBAAwB,CAAC,aAAa,CAAC,CAAC;;AAGtD,QAAA,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;;QAGnE,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC;;QAG/C,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC;;QAGjD,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC;;QAGlD,IAAI,CAAC,sBAAsB,GAAG,IAAI,CAAC,MAAM,CAAC,sBAAsB,CAAC;;QAGjE,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,SAAS,CAAC;;AAGnD,QAAA,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,CAAC;AAED;;AAEG;AACO,IAAA,yBAAyB,CAC/B,OAAuB,EAAA;QAEvB,MAAM,OAAO,GAA2B,EAAE,CAAC;AAC3C,QAAA,OAAO,CAAC,WAAW,CAAC,YAAY,CAAC,GAAG,qBAAqB,CAAC;QAC1D,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,oBAAoB,IAAI,OAAO,EAAE;YAC5D,QAAQ,OAAO,CAAC,IAAI;gBAChB,KAAK,iBAAiB,CAAC,eAAe;oBAClC,IAAI;wBACA,MAAM,UAAU,GAAG,gCAAgC,CAC/C,OAAO,CAAC,UAAU,CACrB,CAAC;AACF,wBAAA,OAAO,CACH,WAAW,CAAC,UAAU,CACzB,GAAG,CAAA,IAAA,EAAO,UAAU,CAAC,GAAG,CAAA,CAAA,EAAI,UAAU,CAAC,IAAI,EAAE,CAAC;AAClD,oBAAA,CAAA;AAAC,oBAAA,OAAO,CAAC,EAAE;wBACR,IAAI,CAAC,MAAM,CAAC,OAAO,CACf,CAAA,iDAAA,EAAoD,CAAC,CAAA,CAAA,CAAG,EACxD,EAAE,CACL,CAAC;AACL,oBAAA,CAAA;oBACD,MAAM;gBACV,KAAK,iBAAiB,CAAC,GAAG;oBACtB,OAAO,CACH,WAAW,CAAC,UAAU,CACzB,GAAG,CAAA,KAAA,EAAQ,OAAO,CAAC,UAAU,CAAA,CAAE,CAAC;oBACjC,MAAM;AACb,aAAA;AACJ,QAAA,CAAA;AACD,QAAA,OAAO,OAAO,CAAC;IACnB,CAAC;AAED;;;;;;AAMG;IACO,MAAM,0BAA0B,CACtC,aAAqB,EACrB,WAAmB,EACnB,OAA+B,EAC/B,UAA6B,EAC7B,aAAqB,EAAA;QAErB,MAAM,QAAQ,GACV,MAAM,IAAI,CAAC,eAAe,CACtB,UAAU,EACV,aAAa,EACb,EAAE,IAAI,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,EACvC,aAAa,CAChB,CAAC;AAEN,QAAA,IACI,IAAI,CAAC,MAAM,CAAC,sBAAsB;YAClC,QAAQ,CAAC,MAAM,GAAG,GAAG;AACrB,YAAA,QAAQ,CAAC,MAAM,KAAK,GAAG,EACzB;;AAEE,YAAA,IAAI,CAAC,MAAM,CAAC,sBAAsB,CAAC,mBAAmB,EAAE,CAAC;AAC5D,QAAA,CAAA;AAED,QAAA,OAAO,QAAQ,CAAC;IACpB,CAAC;AAED;;;;;;AAMG;IACH,MAAM,eAAe,CACjB,UAA6B,EAC7B,aAAqB,EACrB,OAA8B,EAC9B,aAAqB,EAAA;QAErB,eAAe,CAAC,UAAU,CACtB,IAAI,CAAC,YAAY,EACjB,UAAU,EACV,aAAa,CAChB,CAAC;AAEF,QAAA,IAAI,QAAQ,CAAC;QACb,IAAI;AACA,YAAA,QAAQ,GAAG,MAAM,WAAW,EACxB,IAAI,CAAC,aAAa,CAAC,oBAAoB,CAAC,IAAI,CACxC,IAAI,CAAC,aAAa,CAClB,GACJA,iCAAmD,EACnD,IAAI,CAAC,MAAM,EACX,IAAI,CAAC,iBAAiB,EACtB,aAAa,CAChB,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;AAC1B,YAAA,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,IAAI,EAAE,CAAC;AAC/C,YAAA,IAAI,CAAC,iBAAiB,EAAE,SAAS,CAC7B;gBACI,gBAAgB,EAAE,QAAQ,CAAC,IAAI,CAAC,aAAa,EAAE,MAAM,IAAI,CAAC;gBAC1D,YAAY,EACR,eAAe,CAAC,WAAW,CAAC,iBAAiB,CAAC,IAAI,EAAE;gBACxD,SAAS,EACL,eAAe,CAAC,WAAW,CAAC,eAAe,CAAC,IAAI,EAAE;aACzD,EACD,aAAa,CAChB,CAAC;AACL,QAAA,CAAA;AAAC,QAAA,OAAO,CAAC,EAAE;YACR,IAAI,CAAC,YAAY,YAAY,EAAE;AAC3B,gBAAA,MAAM,eAAe,GAAG,CAAC,CAAC,eAAe,CAAC;AAC1C,gBAAA,IAAI,eAAe,EAAE;AACjB,oBAAA,IAAI,CAAC,iBAAiB,EAAE,SAAS,CAC7B;wBACI,YAAY,EACR,eAAe,CACX,WAAW,CAAC,iBAAiB,CAChC,IAAI,EAAE;AACX,wBAAA,SAAS,EACL,eAAe,CAAC,WAAW,CAAC,eAAe,CAAC;4BAC5C,EAAE;AACN,wBAAA,iBAAiB,EACb,eAAe,CAAC,WAAW,CAAC,YAAY,CAAC;4BACzC,SAAS;AACb,wBAAA,mBAAmB,EACf,eAAe,CAAC,WAAW,CAAC,cAAc,CAAC;4BAC3C,SAAS;wBACb,UAAU,EAAE,CAAC,CAAC,UAAU;qBAC3B,EACD,aAAa,CAChB,CAAC;AACL,gBAAA,CAAA;gBACD,MAAM,CAAC,CAAC,KAAK,CAAC;AACjB,YAAA,CAAA;YACD,IAAI,CAAC,YAAY,SAAS,EAAE;AACxB,gBAAA,MAAM,CAAC,CAAC;AACX,YAAA,CAAA;AAAM,iBAAA;AACH,gBAAA,MAAM,qBAAqB,CAACC,YAAiC,CAAC,CAAC;AAClE,YAAA,CAAA;AACJ,QAAA,CAAA;AAED,QAAA,eAAe,CAAC,WAAW,CACvB,IAAI,CAAC,YAAY,EACjB,UAAU,EACV,QAAQ,EACR,aAAa,CAChB,CAAC;AAEF,QAAA,OAAO,QAAQ,CAAC;IACpB,CAAC;AAED;;;AAGG;AACH,IAAA,MAAM,eAAe,CACjB,qBAA6B,EAC7B,aAAqB,EAAA;QAErB,MAAM,yBAAyB,GAAG,CAAA,QAAA,EAAW,qBAAqB,CAAA,CAAA,EAAI,IAAI,CAAC,SAAS,CAAC,MAAM,CAAA,CAAA,CAAG,CAAC;AAC/F,QAAA,MAAM,sBAAsB,GAAG,MAAM,wBAAwB,CACzD,yBAAyB,EACzB,IAAI,CAAC,aAAa,EAClB,IAAI,CAAC,YAAY,EACjB,IAAI,CAAC,SAAS,CAAC,OAAO,EACtB,IAAI,CAAC,MAAM,EACX,aAAa,EACb,IAAI,CAAC,iBAAiB,CACzB,CAAC;AACF,QAAA,IAAI,CAAC,SAAS,GAAG,sBAAsB,CAAC;IAC5C,CAAC;AAED;;;AAGG;AACH,IAAA,0BAA0B,CAAC,OAAwB,EAAA;AAC/C,QAAA,MAAM,UAAU,GAAG,IAAI,GAAG,EAAkB,CAAC;QAE7C,IAAI,OAAO,CAAC,gBAAgB,EAAE;YAC1BC,mBAA2C,CACvC,UAAU,EACV,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,QAAQ,EAChC,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,WAAW,CACtC,CAAC;AACL,QAAA,CAAA;QAED,IAAI,OAAO,CAAC,oBAAoB,EAAE;YAC9BC,uBAA+C,CAC3C,UAAU,EACV,OAAO,CAAC,oBAAoB,CAC/B,CAAC;AACL,QAAA,CAAA;QAEDC,gBAAwC,CACpC,UAAU,EACV,OAAO,CAAC,aAAa,CACxB,CAAC;AAEF,QAAAC,sBAA8C,CAC1C,UAAU,EACV,OAAO,CAAC,aAAa,EACrB,IAAI,CAAC,iBAAiB,CACzB,CAAC;AACF,QAAA,OAAOC,gBAAyB,CAAC,UAAU,CAAC,CAAC;IACjD,CAAC;AACJ;;;;"}
|
package/dist/index-browser.mjs
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
/*! @azure/msal-common v16.0.0-alpha.0 2025-10-02 */
|
|
2
|
-
'use strict';
|
|
3
|
-
export { AuthorizationCodeClient } from './client/AuthorizationCodeClient.mjs';
|
|
4
|
-
export { RefreshTokenClient } from './client/RefreshTokenClient.mjs';
|
|
5
|
-
export { SilentFlowClient } from './client/SilentFlowClient.mjs';
|
|
6
|
-
export { BaseClient } from './client/BaseClient.mjs';
|
|
7
|
-
export { DEFAULT_SYSTEM_OPTIONS } from './config/ClientConfiguration.mjs';
|
|
8
|
-
export { buildTenantProfile, tenantIdMatchesHomeTenant, updateAccountTenantProfileData } from './account/AccountInfo.mjs';
|
|
9
|
-
export { getTenantIdFromIdTokenClaims } from './account/TokenClaims.mjs';
|
|
10
|
-
export { CcsCredentialType } from './account/CcsCredential.mjs';
|
|
11
|
-
export { buildClientInfo, buildClientInfoFromHomeAccountId } from './account/ClientInfo.mjs';
|
|
12
|
-
export { Authority, buildStaticAuthorityOptions, formatAuthorityUri } from './authority/Authority.mjs';
|
|
13
|
-
export { AzureCloudInstance } from './authority/AuthorityOptions.mjs';
|
|
14
|
-
export { AuthorityType } from './authority/AuthorityType.mjs';
|
|
15
|
-
export { ProtocolMode } from './authority/ProtocolMode.mjs';
|
|
16
|
-
export { CacheManager, DefaultStorageClass } from './cache/CacheManager.mjs';
|
|
17
|
-
export { StubbedNetworkModule } from './network/INetworkModule.mjs';
|
|
18
|
-
export { ThrottlingUtils } from './network/ThrottlingUtils.mjs';
|
|
19
|
-
export { getRequestThumbprint } from './network/RequestThumbprint.mjs';
|
|
20
|
-
export { UrlString } from './url/UrlString.mjs';
|
|
21
|
-
export { DEFAULT_CRYPTO_IMPLEMENTATION } from './crypto/ICrypto.mjs';
|
|
22
|
-
import * as Authorize from './protocol/Authorize.mjs';
|
|
23
|
-
export { Authorize as AuthorizeProtocol };
|
|
24
|
-
import * as RequestParameterBuilder from './request/RequestParameterBuilder.mjs';
|
|
25
|
-
export { RequestParameterBuilder };
|
|
26
|
-
export { ResponseHandler, buildAccountToCache } from './response/ResponseHandler.mjs';
|
|
27
|
-
export { ScopeSet } from './request/ScopeSet.mjs';
|
|
28
|
-
export { AuthenticationHeaderParser } from './request/AuthenticationHeaderParser.mjs';
|
|
29
|
-
export { LogLevel, Logger } from './logger/Logger.mjs';
|
|
30
|
-
export { InteractionRequiredAuthError, createInteractionRequiredAuthError } from './error/InteractionRequiredAuthError.mjs';
|
|
31
|
-
import * as InteractionRequiredAuthErrorCodes from './error/InteractionRequiredAuthErrorCodes.mjs';
|
|
32
|
-
export { InteractionRequiredAuthErrorCodes };
|
|
33
|
-
export { AuthError, createAuthError } from './error/AuthError.mjs';
|
|
34
|
-
import * as AuthErrorCodes from './error/AuthErrorCodes.mjs';
|
|
35
|
-
export { AuthErrorCodes };
|
|
36
|
-
export { ServerError } from './error/ServerError.mjs';
|
|
37
|
-
export { NetworkError, createNetworkError } from './error/NetworkError.mjs';
|
|
38
|
-
export { CacheError, createCacheError } from './error/CacheError.mjs';
|
|
39
|
-
import * as CacheErrorCodes from './error/CacheErrorCodes.mjs';
|
|
40
|
-
export { CacheErrorCodes };
|
|
41
|
-
export { ClientAuthError, createClientAuthError } from './error/ClientAuthError.mjs';
|
|
42
|
-
import * as ClientAuthErrorCodes from './error/ClientAuthErrorCodes.mjs';
|
|
43
|
-
export { ClientAuthErrorCodes };
|
|
44
|
-
export { ClientConfigurationError, createClientConfigurationError } from './error/ClientConfigurationError.mjs';
|
|
45
|
-
import * as ClientConfigurationErrorCodes from './error/ClientConfigurationErrorCodes.mjs';
|
|
46
|
-
export { ClientConfigurationErrorCodes };
|
|
47
|
-
import * as Constants from './utils/Constants.mjs';
|
|
48
|
-
export { Constants };
|
|
49
|
-
export { StringUtils } from './utils/StringUtils.mjs';
|
|
50
|
-
export { ProtocolUtils } from './utils/ProtocolUtils.mjs';
|
|
51
|
-
export { ServerTelemetryManager } from './telemetry/server/ServerTelemetryManager.mjs';
|
|
52
|
-
export { version } from './packageMetadata.mjs';
|
|
53
|
-
export { invoke, invokeAsync } from './utils/FunctionWrappers.mjs';
|
|
54
|
-
import * as AuthToken from './account/AuthToken.mjs';
|
|
55
|
-
export { AuthToken };
|
|
56
|
-
import * as AuthorityFactory from './authority/AuthorityFactory.mjs';
|
|
57
|
-
export { AuthorityFactory };
|
|
58
|
-
import * as CacheHelpers from './cache/utils/CacheHelpers.mjs';
|
|
59
|
-
export { CacheHelpers };
|
|
60
|
-
import * as TimeUtils from './utils/TimeUtils.mjs';
|
|
61
|
-
export { TimeUtils };
|
|
62
|
-
import * as UrlUtils from './utils/UrlUtils.mjs';
|
|
63
|
-
export { UrlUtils };
|
|
64
|
-
import * as AADServerParamKeys from './constants/AADServerParamKeys.mjs';
|
|
65
|
-
export { AADServerParamKeys };
|
|
66
|
-
import * as AccountEntityUtils from './cache/utils/AccountEntityUtils.mjs';
|
|
67
|
-
export { AccountEntityUtils };
|
|
68
|
-
export { JoseHeader } from './crypto/JoseHeader.mjs';
|
|
69
|
-
export { IntFields, PerformanceEventStatus } from './telemetry/performance/PerformanceEvent.mjs';
|
|
70
|
-
import * as PerformanceEvents from './telemetry/performance/PerformanceEvents.mjs';
|
|
71
|
-
export { PerformanceEvents };
|
|
72
|
-
export { PerformanceClient } from './telemetry/performance/PerformanceClient.mjs';
|
|
73
|
-
export { StubPerformanceClient } from './telemetry/performance/StubPerformanceClient.mjs';
|
|
74
|
-
export { PopTokenGenerator } from './crypto/PopTokenGenerator.mjs';
|
|
75
|
-
//# sourceMappingURL=index-browser.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-browser.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|