@azure/msal-common 15.13.3 → 16.0.0-beta.0
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 +0 -1
- 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.map +1 -1
- package/dist/account/AuthToken.mjs +2 -3
- package/dist/account/AuthToken.mjs.map +1 -1
- package/dist/account/CcsCredential.mjs +1 -1
- package/dist/account/ClientInfo.d.ts.map +1 -1
- package/dist/account/ClientInfo.mjs +4 -6
- package/dist/account/ClientInfo.mjs.map +1 -1
- package/dist/account/TokenClaims.mjs +1 -1
- package/dist/authority/Authority.d.ts +2 -2
- package/dist/authority/Authority.d.ts.map +1 -1
- package/dist/authority/Authority.mjs +89 -105
- package/dist/authority/Authority.mjs.map +1 -1
- package/dist/authority/AuthorityFactory.d.ts +6 -2
- package/dist/authority/AuthorityFactory.d.ts.map +1 -1
- package/dist/authority/AuthorityFactory.mjs +8 -5
- package/dist/authority/AuthorityFactory.mjs.map +1 -1
- package/dist/authority/AuthorityMetadata.d.ts +2 -2
- package/dist/authority/AuthorityMetadata.d.ts.map +1 -1
- package/dist/authority/AuthorityMetadata.mjs +34 -31
- package/dist/authority/AuthorityMetadata.mjs.map +1 -1
- package/dist/authority/AuthorityOptions.d.ts +0 -1
- package/dist/authority/AuthorityOptions.d.ts.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/CloudInstanceDiscoveryErrorResponse.mjs +1 -1
- package/dist/authority/CloudInstanceDiscoveryResponse.mjs +1 -1
- package/dist/authority/OIDCOptions.d.ts +2 -2
- package/dist/authority/OIDCOptions.d.ts.map +1 -1
- package/dist/authority/OpenIdConfigResponse.mjs +1 -1
- package/dist/authority/ProtocolMode.mjs +1 -1
- package/dist/authority/RegionDiscovery.d.ts +3 -3
- package/dist/authority/RegionDiscovery.d.ts.map +1 -1
- package/dist/authority/RegionDiscovery.mjs +14 -15
- package/dist/authority/RegionDiscovery.mjs.map +1 -1
- package/dist/cache/CacheManager.d.ts +26 -19
- package/dist/cache/CacheManager.d.ts.map +1 -1
- package/dist/cache/CacheManager.mjs +70 -83
- package/dist/cache/CacheManager.mjs.map +1 -1
- package/dist/cache/entities/AccessTokenEntity.d.ts +0 -4
- package/dist/cache/entities/AccessTokenEntity.d.ts.map +1 -1
- package/dist/cache/entities/AccountEntity.d.ts +4 -56
- package/dist/cache/entities/AccountEntity.d.ts.map +1 -1
- package/dist/cache/entities/CredentialEntity.d.ts +0 -2
- package/dist/cache/entities/CredentialEntity.d.ts.map +1 -1
- package/dist/cache/interface/ICacheManager.d.ts +35 -17
- package/dist/cache/interface/ICacheManager.d.ts.map +1 -1
- package/dist/cache/persistence/TokenCacheContext.mjs +1 -1
- package/dist/cache/utils/AccountEntityUtils.d.ts +53 -0
- package/dist/cache/utils/AccountEntityUtils.d.ts.map +1 -0
- package/dist/cache/utils/AccountEntityUtils.mjs +192 -0
- package/dist/cache/utils/AccountEntityUtils.mjs.map +1 -0
- package/dist/cache/utils/CacheHelpers.d.ts +2 -2
- package/dist/cache/utils/CacheHelpers.d.ts.map +1 -1
- package/dist/cache/utils/CacheHelpers.mjs +10 -13
- package/dist/cache/utils/CacheHelpers.mjs.map +1 -1
- package/dist/cache/utils/CacheTypes.d.ts +0 -1
- package/dist/cache/utils/CacheTypes.d.ts.map +1 -1
- package/dist/client/AuthorizationCodeClient.d.ts +23 -4
- package/dist/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/dist/client/AuthorizationCodeClient.mjs +63 -35
- package/dist/client/AuthorizationCodeClient.mjs.map +1 -1
- package/dist/client/RefreshTokenClient.d.ts +17 -4
- package/dist/client/RefreshTokenClient.d.ts.map +1 -1
- package/dist/client/RefreshTokenClient.mjs +51 -37
- package/dist/client/RefreshTokenClient.mjs.map +1 -1
- package/dist/client/SilentFlowClient.d.ts +17 -4
- package/dist/client/SilentFlowClient.d.ts.map +1 -1
- package/dist/client/SilentFlowClient.mjs +28 -15
- package/dist/client/SilentFlowClient.mjs.map +1 -1
- package/dist/config/ClientConfiguration.d.ts +2 -22
- package/dist/config/ClientConfiguration.d.ts.map +1 -1
- package/dist/config/ClientConfiguration.mjs +9 -15
- package/dist/config/ClientConfiguration.mjs.map +1 -1
- package/dist/constants/AADServerParamKeys.mjs +1 -1
- package/dist/crypto/ICrypto.d.ts +5 -3
- package/dist/crypto/ICrypto.d.ts.map +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/PopTokenGenerator.d.ts +2 -2
- package/dist/crypto/PopTokenGenerator.d.ts.map +1 -1
- package/dist/crypto/PopTokenGenerator.mjs +3 -5
- package/dist/crypto/PopTokenGenerator.mjs.map +1 -1
- package/dist/error/AuthError.d.ts +1 -18
- package/dist/error/AuthError.d.ts.map +1 -1
- package/dist/error/AuthError.mjs +12 -34
- package/dist/error/AuthError.mjs.map +1 -1
- package/dist/error/AuthErrorCodes.mjs +1 -1
- package/dist/error/CacheError.d.ts +1 -6
- package/dist/error/CacheError.d.ts.map +1 -1
- package/dist/error/CacheError.mjs +6 -13
- package/dist/error/CacheError.mjs.map +1 -1
- package/dist/error/CacheErrorCodes.mjs +1 -1
- package/dist/error/ClientAuthError.d.ts +0 -229
- package/dist/error/ClientAuthError.d.ts.map +1 -1
- package/dist/error/ClientAuthError.mjs +3 -240
- package/dist/error/ClientAuthError.mjs.map +1 -1
- package/dist/error/ClientAuthErrorCodes.d.ts +0 -8
- package/dist/error/ClientAuthErrorCodes.d.ts.map +1 -1
- package/dist/error/ClientAuthErrorCodes.mjs +2 -10
- package/dist/error/ClientAuthErrorCodes.mjs.map +1 -1
- package/dist/error/ClientConfigurationError.d.ts +0 -128
- package/dist/error/ClientConfigurationError.d.ts.map +1 -1
- package/dist/error/ClientConfigurationError.mjs +3 -134
- package/dist/error/ClientConfigurationError.mjs.map +1 -1
- package/dist/error/ClientConfigurationErrorCodes.d.ts +0 -2
- package/dist/error/ClientConfigurationErrorCodes.d.ts.map +1 -1
- package/dist/error/ClientConfigurationErrorCodes.mjs +3 -5
- package/dist/error/ClientConfigurationErrorCodes.mjs.map +1 -1
- package/dist/error/InteractionRequiredAuthError.d.ts +1 -19
- package/dist/error/InteractionRequiredAuthError.d.ts.map +1 -1
- package/dist/error/InteractionRequiredAuthError.mjs +10 -35
- package/dist/error/InteractionRequiredAuthError.mjs.map +1 -1
- package/dist/error/InteractionRequiredAuthErrorCodes.mjs +1 -1
- package/dist/error/JoseHeaderError.d.ts +0 -4
- package/dist/error/JoseHeaderError.d.ts.map +1 -1
- package/dist/error/JoseHeaderError.mjs +3 -8
- 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/PlatformBrokerError.d.ts.map +1 -1
- package/dist/error/PlatformBrokerError.mjs +3 -2
- package/dist/error/PlatformBrokerError.mjs.map +1 -1
- package/dist/error/ServerError.mjs +1 -1
- package/dist/exports-browser-only.d.ts +4 -3
- package/dist/exports-browser-only.d.ts.map +1 -1
- package/dist/exports-common.d.ts +11 -8
- package/dist/exports-common.d.ts.map +1 -1
- package/dist/exports-node-only.d.ts +2 -4
- package/dist/exports-node-only.d.ts.map +1 -1
- package/dist/index-node.mjs +15 -10
- package/dist/index-node.mjs.map +1 -1
- package/dist/index.mjs +17 -11
- package/dist/index.mjs.map +1 -1
- package/dist/logger/Logger.d.ts +36 -13
- package/dist/logger/Logger.d.ts.map +1 -1
- package/dist/logger/Logger.mjs +105 -22
- package/dist/logger/Logger.mjs.map +1 -1
- package/dist/network/INetworkModule.mjs +1 -1
- package/dist/network/RequestThumbprint.mjs +2 -2
- package/dist/network/RequestThumbprint.mjs.map +1 -1
- package/dist/network/ThrottlingUtils.d.ts.map +1 -1
- package/dist/network/ThrottlingUtils.mjs +6 -7
- 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.d.ts +1 -2
- package/dist/protocol/Authorize.d.ts.map +1 -1
- package/dist/protocol/Authorize.mjs +14 -14
- 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.d.ts.map +1 -1
- package/dist/request/AuthenticationHeaderParser.mjs +3 -3
- package/dist/request/AuthenticationHeaderParser.mjs.map +1 -1
- package/dist/request/BaseAuthRequest.d.ts +4 -8
- package/dist/request/BaseAuthRequest.d.ts.map +1 -1
- package/dist/request/CommonAuthorizationCodeRequest.d.ts +2 -1
- package/dist/request/CommonAuthorizationCodeRequest.d.ts.map +1 -1
- package/dist/request/CommonAuthorizationUrlRequest.d.ts +2 -4
- package/dist/request/CommonAuthorizationUrlRequest.d.ts.map +1 -1
- package/dist/request/CommonRefreshTokenRequest.d.ts +2 -1
- package/dist/request/CommonRefreshTokenRequest.d.ts.map +1 -1
- package/dist/request/CommonSilentFlowRequest.d.ts +2 -1
- package/dist/request/CommonSilentFlowRequest.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.d.ts +6 -12
- package/dist/request/RequestParameterBuilder.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.mjs +11 -24
- package/dist/request/RequestParameterBuilder.mjs.map +1 -1
- package/dist/request/ScopeSet.mjs +5 -5
- package/dist/request/ScopeSet.mjs.map +1 -1
- package/dist/response/AuthenticationResult.d.ts +1 -1
- package/dist/response/AuthenticationResult.d.ts.map +1 -1
- package/dist/response/ResponseHandler.d.ts +7 -6
- package/dist/response/ResponseHandler.d.ts.map +1 -1
- package/dist/response/ResponseHandler.mjs +41 -43
- package/dist/response/ResponseHandler.mjs.map +1 -1
- package/dist/telemetry/performance/IPerformanceClient.d.ts +0 -29
- package/dist/telemetry/performance/IPerformanceClient.d.ts.map +1 -1
- package/dist/telemetry/performance/PerformanceClient.d.ts +5 -81
- package/dist/telemetry/performance/PerformanceClient.d.ts.map +1 -1
- package/dist/telemetry/performance/PerformanceClient.mjs +24 -170
- package/dist/telemetry/performance/PerformanceClient.mjs.map +1 -1
- package/dist/telemetry/performance/PerformanceEvent.d.ts +1 -280
- package/dist/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
- package/dist/telemetry/performance/PerformanceEvent.mjs +2 -483
- package/dist/telemetry/performance/PerformanceEvent.mjs.map +1 -1
- package/dist/telemetry/performance/PerformanceEvents.d.ts +66 -0
- package/dist/telemetry/performance/PerformanceEvents.d.ts.map +1 -0
- package/dist/telemetry/performance/PerformanceEvents.mjs +74 -0
- package/dist/telemetry/performance/PerformanceEvents.mjs.map +1 -0
- package/dist/telemetry/performance/StubPerformanceClient.d.ts +0 -4
- package/dist/telemetry/performance/StubPerformanceClient.d.ts.map +1 -1
- package/dist/telemetry/performance/StubPerformanceClient.mjs +2 -26
- package/dist/telemetry/performance/StubPerformanceClient.mjs.map +1 -1
- package/dist/telemetry/server/ServerTelemetryManager.d.ts +2 -2
- package/dist/telemetry/server/ServerTelemetryManager.d.ts.map +1 -1
- package/dist/telemetry/server/ServerTelemetryManager.mjs +28 -30
- package/dist/telemetry/server/ServerTelemetryManager.mjs.map +1 -1
- package/dist/url/UrlString.d.ts +0 -5
- package/dist/url/UrlString.d.ts.map +1 -1
- package/dist/url/UrlString.mjs +5 -13
- package/dist/url/UrlString.mjs.map +1 -1
- package/dist/utils/ClientAssertionUtils.mjs +1 -1
- package/dist/utils/Constants.d.ts +81 -112
- package/dist/utils/Constants.d.ts.map +1 -1
- package/dist/utils/Constants.mjs +100 -127
- package/dist/utils/Constants.mjs.map +1 -1
- package/dist/utils/FunctionWrappers.d.ts +2 -2
- package/dist/utils/FunctionWrappers.d.ts.map +1 -1
- package/dist/utils/FunctionWrappers.mjs +19 -20
- 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 +57 -61
- 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/TimeUtils.mjs +1 -1
- package/dist/utils/UrlUtils.d.ts +1 -2
- package/dist/utils/UrlUtils.d.ts.map +1 -1
- package/dist/utils/UrlUtils.mjs +3 -10
- package/dist/utils/UrlUtils.mjs.map +1 -1
- package/lib/index-browser.cjs +26 -206
- package/lib/index-browser.cjs.map +1 -1
- package/lib/{index-node-4Jss3kYh.js → index-node-B7mR4APO.js} +3494 -4270
- package/lib/index-node-B7mR4APO.js.map +1 -0
- package/lib/index-node.cjs +6 -34
- package/lib/index-node.cjs.map +1 -1
- package/lib/index.cjs +5 -34
- package/lib/index.cjs.map +1 -1
- package/lib/types/account/AccountInfo.d.ts +0 -1
- package/lib/types/account/AccountInfo.d.ts.map +1 -1
- package/lib/types/account/AuthToken.d.ts.map +1 -1
- package/lib/types/account/ClientInfo.d.ts.map +1 -1
- package/lib/types/authority/Authority.d.ts +2 -2
- package/lib/types/authority/Authority.d.ts.map +1 -1
- package/lib/types/authority/AuthorityFactory.d.ts +6 -2
- package/lib/types/authority/AuthorityFactory.d.ts.map +1 -1
- package/lib/types/authority/AuthorityMetadata.d.ts +2 -2
- package/lib/types/authority/AuthorityMetadata.d.ts.map +1 -1
- package/lib/types/authority/AuthorityOptions.d.ts +0 -1
- package/lib/types/authority/AuthorityOptions.d.ts.map +1 -1
- package/lib/types/authority/OIDCOptions.d.ts +2 -2
- package/lib/types/authority/OIDCOptions.d.ts.map +1 -1
- package/lib/types/authority/RegionDiscovery.d.ts +3 -3
- package/lib/types/authority/RegionDiscovery.d.ts.map +1 -1
- package/lib/types/cache/CacheManager.d.ts +26 -19
- package/lib/types/cache/CacheManager.d.ts.map +1 -1
- package/lib/types/cache/entities/AccessTokenEntity.d.ts +0 -4
- package/lib/types/cache/entities/AccessTokenEntity.d.ts.map +1 -1
- package/lib/types/cache/entities/AccountEntity.d.ts +4 -56
- package/lib/types/cache/entities/AccountEntity.d.ts.map +1 -1
- package/lib/types/cache/entities/CredentialEntity.d.ts +0 -2
- package/lib/types/cache/entities/CredentialEntity.d.ts.map +1 -1
- package/lib/types/cache/interface/ICacheManager.d.ts +35 -17
- package/lib/types/cache/interface/ICacheManager.d.ts.map +1 -1
- package/lib/types/cache/utils/AccountEntityUtils.d.ts +53 -0
- package/lib/types/cache/utils/AccountEntityUtils.d.ts.map +1 -0
- package/lib/types/cache/utils/CacheHelpers.d.ts +2 -2
- package/lib/types/cache/utils/CacheHelpers.d.ts.map +1 -1
- package/lib/types/cache/utils/CacheTypes.d.ts +0 -1
- package/lib/types/cache/utils/CacheTypes.d.ts.map +1 -1
- package/lib/types/client/AuthorizationCodeClient.d.ts +23 -4
- package/lib/types/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/lib/types/client/RefreshTokenClient.d.ts +17 -4
- package/lib/types/client/RefreshTokenClient.d.ts.map +1 -1
- package/lib/types/client/SilentFlowClient.d.ts +17 -4
- package/lib/types/client/SilentFlowClient.d.ts.map +1 -1
- package/lib/types/config/ClientConfiguration.d.ts +2 -22
- package/lib/types/config/ClientConfiguration.d.ts.map +1 -1
- package/lib/types/crypto/ICrypto.d.ts +5 -3
- package/lib/types/crypto/ICrypto.d.ts.map +1 -1
- package/lib/types/crypto/PopTokenGenerator.d.ts +2 -2
- package/lib/types/crypto/PopTokenGenerator.d.ts.map +1 -1
- package/lib/types/error/AuthError.d.ts +1 -18
- package/lib/types/error/AuthError.d.ts.map +1 -1
- package/lib/types/error/CacheError.d.ts +1 -6
- package/lib/types/error/CacheError.d.ts.map +1 -1
- package/lib/types/error/ClientAuthError.d.ts +0 -229
- package/lib/types/error/ClientAuthError.d.ts.map +1 -1
- package/lib/types/error/ClientAuthErrorCodes.d.ts +0 -8
- package/lib/types/error/ClientAuthErrorCodes.d.ts.map +1 -1
- package/lib/types/error/ClientConfigurationError.d.ts +0 -128
- package/lib/types/error/ClientConfigurationError.d.ts.map +1 -1
- package/lib/types/error/ClientConfigurationErrorCodes.d.ts +0 -2
- package/lib/types/error/ClientConfigurationErrorCodes.d.ts.map +1 -1
- package/lib/types/error/InteractionRequiredAuthError.d.ts +1 -19
- package/lib/types/error/InteractionRequiredAuthError.d.ts.map +1 -1
- package/lib/types/error/JoseHeaderError.d.ts +0 -4
- package/lib/types/error/JoseHeaderError.d.ts.map +1 -1
- package/lib/types/error/PlatformBrokerError.d.ts.map +1 -1
- package/lib/types/exports-browser-only.d.ts +4 -3
- package/lib/types/exports-browser-only.d.ts.map +1 -1
- package/lib/types/exports-common.d.ts +11 -8
- package/lib/types/exports-common.d.ts.map +1 -1
- package/lib/types/exports-node-only.d.ts +2 -4
- package/lib/types/exports-node-only.d.ts.map +1 -1
- package/lib/types/logger/Logger.d.ts +36 -13
- package/lib/types/logger/Logger.d.ts.map +1 -1
- package/lib/types/network/ThrottlingUtils.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 +1 -2
- package/lib/types/protocol/Authorize.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/AuthenticationHeaderParser.d.ts.map +1 -1
- package/lib/types/request/BaseAuthRequest.d.ts +4 -8
- package/lib/types/request/BaseAuthRequest.d.ts.map +1 -1
- package/lib/types/request/CommonAuthorizationCodeRequest.d.ts +2 -1
- package/lib/types/request/CommonAuthorizationCodeRequest.d.ts.map +1 -1
- package/lib/types/request/CommonAuthorizationUrlRequest.d.ts +2 -4
- package/lib/types/request/CommonAuthorizationUrlRequest.d.ts.map +1 -1
- package/lib/types/request/CommonRefreshTokenRequest.d.ts +2 -1
- package/lib/types/request/CommonRefreshTokenRequest.d.ts.map +1 -1
- package/lib/types/request/CommonSilentFlowRequest.d.ts +2 -1
- package/lib/types/request/CommonSilentFlowRequest.d.ts.map +1 -1
- package/lib/types/request/RequestParameterBuilder.d.ts +6 -12
- package/lib/types/request/RequestParameterBuilder.d.ts.map +1 -1
- package/lib/types/response/AuthenticationResult.d.ts +1 -1
- package/lib/types/response/AuthenticationResult.d.ts.map +1 -1
- package/lib/types/response/ResponseHandler.d.ts +7 -6
- package/lib/types/response/ResponseHandler.d.ts.map +1 -1
- package/lib/types/telemetry/performance/IPerformanceClient.d.ts +0 -29
- package/lib/types/telemetry/performance/IPerformanceClient.d.ts.map +1 -1
- package/lib/types/telemetry/performance/PerformanceClient.d.ts +5 -81
- package/lib/types/telemetry/performance/PerformanceClient.d.ts.map +1 -1
- package/lib/types/telemetry/performance/PerformanceEvent.d.ts +1 -280
- package/lib/types/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
- package/lib/types/telemetry/performance/PerformanceEvents.d.ts +66 -0
- package/lib/types/telemetry/performance/PerformanceEvents.d.ts.map +1 -0
- package/lib/types/telemetry/performance/StubPerformanceClient.d.ts +0 -4
- package/lib/types/telemetry/performance/StubPerformanceClient.d.ts.map +1 -1
- package/lib/types/telemetry/server/ServerTelemetryManager.d.ts +2 -2
- package/lib/types/telemetry/server/ServerTelemetryManager.d.ts.map +1 -1
- package/lib/types/url/UrlString.d.ts +0 -5
- package/lib/types/url/UrlString.d.ts.map +1 -1
- package/lib/types/utils/Constants.d.ts +81 -112
- package/lib/types/utils/Constants.d.ts.map +1 -1
- package/lib/types/utils/FunctionWrappers.d.ts +2 -2
- package/lib/types/utils/FunctionWrappers.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/lib/types/utils/UrlUtils.d.ts +1 -2
- package/lib/types/utils/UrlUtils.d.ts.map +1 -1
- package/package.json +7 -7
- package/src/account/AccountInfo.ts +0 -1
- package/src/account/AuthToken.ts +1 -2
- package/src/account/ClientInfo.ts +3 -6
- package/src/authority/Authority.ts +145 -146
- package/src/authority/AuthorityFactory.ts +7 -7
- package/src/authority/AuthorityMetadata.ts +54 -47
- package/src/authority/AuthorityOptions.ts +0 -1
- package/src/authority/OIDCOptions.ts +2 -2
- package/src/authority/RegionDiscovery.ts +20 -33
- package/src/cache/CacheManager.ts +177 -128
- package/src/cache/entities/AccessTokenEntity.ts +0 -4
- package/src/cache/entities/AccountEntity.ts +4 -292
- package/src/cache/entities/CredentialEntity.ts +0 -2
- package/src/cache/interface/ICacheManager.ts +55 -20
- package/src/cache/utils/AccountEntityUtils.ts +258 -0
- package/src/cache/utils/CacheHelpers.ts +23 -37
- package/src/cache/utils/CacheTypes.ts +0 -1
- package/src/client/AuthorizationCodeClient.ts +146 -58
- package/src/client/RefreshTokenClient.ts +108 -65
- package/src/client/SilentFlowClient.ts +74 -25
- package/src/config/ClientConfiguration.ts +9 -37
- package/src/crypto/ICrypto.ts +5 -3
- package/src/crypto/PopTokenGenerator.ts +3 -13
- package/src/error/AuthError.ts +11 -30
- package/src/error/CacheError.ts +4 -15
- package/src/error/ClientAuthError.ts +1 -317
- package/src/error/ClientAuthErrorCodes.ts +0 -8
- package/src/error/ClientConfigurationError.ts +1 -202
- package/src/error/ClientConfigurationErrorCodes.ts +0 -4
- package/src/error/InteractionRequiredAuthError.ts +8 -48
- package/src/error/JoseHeaderError.ts +1 -8
- package/src/error/PlatformBrokerError.ts +2 -1
- package/src/exports-browser-only.ts +2 -6
- package/src/exports-common.ts +8 -40
- package/src/exports-node-only.ts +5 -4
- package/src/logger/Logger.ts +174 -39
- package/src/network/RequestThumbprint.ts +1 -1
- package/src/network/ThrottlingUtils.ts +12 -15
- package/src/packageMetadata.ts +1 -1
- package/src/protocol/Authorize.ts +24 -20
- package/src/protocol/Token.ts +230 -0
- package/src/request/AuthenticationHeaderParser.ts +2 -4
- package/src/request/BaseAuthRequest.ts +4 -8
- package/src/request/CommonAuthorizationCodeRequest.ts +2 -1
- package/src/request/CommonAuthorizationUrlRequest.ts +2 -4
- package/src/request/CommonRefreshTokenRequest.ts +2 -1
- package/src/request/CommonSilentFlowRequest.ts +2 -1
- package/src/request/RequestParameterBuilder.ts +35 -50
- package/src/request/ScopeSet.ts +4 -4
- package/src/response/AuthenticationResult.ts +1 -1
- package/src/response/ResponseHandler.ts +56 -60
- package/src/telemetry/performance/IPerformanceClient.ts +0 -40
- package/src/telemetry/performance/PerformanceClient.ts +26 -295
- package/src/telemetry/performance/PerformanceEvent.ts +3 -582
- package/src/telemetry/performance/PerformanceEvents.ts +98 -0
- package/src/telemetry/performance/StubPerformanceClient.ts +0 -16
- package/src/telemetry/server/ServerTelemetryManager.ts +33 -44
- package/src/url/UrlString.ts +3 -12
- package/src/utils/Constants.ts +103 -140
- package/src/utils/FunctionWrappers.ts +28 -29
- package/src/utils/ProtocolUtils.ts +67 -93
- package/src/utils/StateTypes.ts +20 -0
- package/src/utils/UrlUtils.ts +2 -15
- package/dist/cache/entities/AccountEntity.mjs +0 -232
- package/dist/cache/entities/AccountEntity.mjs.map +0 -1
- package/dist/client/BaseClient.d.ts +0 -59
- package/dist/client/BaseClient.d.ts.map +0 -1
- package/dist/client/BaseClient.mjs +0 -167
- package/dist/client/BaseClient.mjs.map +0 -1
- package/dist/index-browser.mjs +0 -72
- package/dist/index-browser.mjs.map +0 -1
- package/dist/request/CommonClientCredentialRequest.d.ts +0 -18
- package/dist/request/CommonClientCredentialRequest.d.ts.map +0 -1
- package/dist/request/CommonDeviceCodeRequest.d.ts +0 -22
- package/dist/request/CommonDeviceCodeRequest.d.ts.map +0 -1
- package/dist/request/CommonOnBehalfOfRequest.d.ts +0 -14
- package/dist/request/CommonOnBehalfOfRequest.d.ts.map +0 -1
- package/dist/request/CommonUsernamePasswordRequest.d.ts +0 -18
- package/dist/request/CommonUsernamePasswordRequest.d.ts.map +0 -1
- package/lib/index-node-4Jss3kYh.js.map +0 -1
- package/lib/types/client/BaseClient.d.ts +0 -59
- package/lib/types/client/BaseClient.d.ts.map +0 -1
- package/lib/types/request/CommonClientCredentialRequest.d.ts +0 -18
- package/lib/types/request/CommonClientCredentialRequest.d.ts.map +0 -1
- package/lib/types/request/CommonDeviceCodeRequest.d.ts +0 -22
- package/lib/types/request/CommonDeviceCodeRequest.d.ts.map +0 -1
- package/lib/types/request/CommonOnBehalfOfRequest.d.ts +0 -14
- package/lib/types/request/CommonOnBehalfOfRequest.d.ts.map +0 -1
- package/lib/types/request/CommonUsernamePasswordRequest.d.ts +0 -18
- package/lib/types/request/CommonUsernamePasswordRequest.d.ts.map +0 -1
- package/src/client/BaseClient.ts +0 -320
- package/src/request/CommonClientCredentialRequest.ts +0 -23
- package/src/request/CommonDeviceCodeRequest.ts +0 -31
- package/src/request/CommonOnBehalfOfRequest.ts +0 -19
- package/src/request/CommonUsernamePasswordRequest.ts +0 -23
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPerformanceClient.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/performance/IPerformanceClient.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"IPerformanceClient.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/performance/IPerformanceClient.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE3D,MAAM,MAAM,2BAA2B,GAAG,CAAC,MAAM,EAAE,gBAAgB,EAAE,KAAK,IAAI,CAAC;AAE/E,MAAM,MAAM,0BAA0B,GAAG;IACrC,GAAG,EAAE,CACD,KAAK,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,EACjC,KAAK,CAAC,EAAE,OAAO,EACf,OAAO,CAAC,EAAE,WAAW,KACpB,gBAAgB,GAAG,IAAI,CAAC;IAC7B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,GAAG,EAAE,CAAC,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,EAAE,GAAG,SAAS,CAAA;KAAE,KAAK,IAAI,CAAC;IACzD,SAAS,EAAE,CAAC,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;KAAE,KAAK,IAAI,CAAC;IACnE,KAAK,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,kBAAkB;IAC/B,gBAAgB,CACZ,WAAW,EAAE,MAAM,EACnB,aAAa,CAAC,EAAE,MAAM,GACvB,0BAA0B,CAAC;IAC9B,cAAc,CAAC,KAAK,EAAE,gBAAgB,GAAG,gBAAgB,GAAG,IAAI,CAAC;IACjE,mBAAmB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IACjD,SAAS,CACL,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,EAAE,GAAG,SAAS,CAAA;KAAE,EACzC,aAAa,EAAE,MAAM,GACtB,IAAI,CAAC;IACR,eAAe,CACX,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;KAAE,EAC7C,aAAa,EAAE,MAAM,GACtB,IAAI,CAAC;IACR,yBAAyB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC;IACvD,sBAAsB,CAAC,QAAQ,EAAE,2BAA2B,GAAG,MAAM,CAAC;IACtE,UAAU,CAAC,MAAM,EAAE,gBAAgB,EAAE,EAAE,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IACpE,UAAU,IAAI,MAAM,CAAC;CACxB"}
|
|
@@ -1,29 +1,22 @@
|
|
|
1
1
|
import { ApplicationTelemetry } from "../../config/ClientConfiguration.js";
|
|
2
2
|
import { Logger } from "../../logger/Logger.js";
|
|
3
|
-
import { InProgressPerformanceEvent, IPerformanceClient, PerformanceCallbackFunction
|
|
4
|
-
import { PerformanceEvent, PerformanceEventContext,
|
|
5
|
-
import { IPerformanceMeasurement } from "./IPerformanceMeasurement.js";
|
|
3
|
+
import { InProgressPerformanceEvent, IPerformanceClient, PerformanceCallbackFunction } from "./IPerformanceClient.js";
|
|
4
|
+
import { PerformanceEvent, PerformanceEventContext, PerformanceEventStackedContext } from "./PerformanceEvent.js";
|
|
6
5
|
import { AccountInfo } from "../../account/AccountInfo.js";
|
|
7
|
-
export interface PreQueueEvent {
|
|
8
|
-
name: PerformanceEvents;
|
|
9
|
-
time: number;
|
|
10
|
-
}
|
|
11
6
|
/**
|
|
12
7
|
* Starts context by adding payload to the stack
|
|
13
8
|
* @param event {PerformanceEvent}
|
|
14
|
-
* @param abbreviations {Map<string, string>} event name abbreviations
|
|
15
9
|
* @param stack {?PerformanceEventStackedContext[]} stack
|
|
16
10
|
*/
|
|
17
|
-
export declare function startContext(event: PerformanceEvent,
|
|
11
|
+
export declare function startContext(event: PerformanceEvent, stack?: PerformanceEventStackedContext[]): void;
|
|
18
12
|
/**
|
|
19
13
|
* Ends context by removing payload from the stack and returning parent or self, if stack is empty, payload
|
|
20
14
|
*
|
|
21
15
|
* @param event {PerformanceEvent}
|
|
22
|
-
* @param abbreviations {Map<string, string>} event name abbreviations
|
|
23
16
|
* @param stack {?PerformanceEventStackedContext[]} stack
|
|
24
17
|
* @param error {?unknown} error
|
|
25
18
|
*/
|
|
26
|
-
export declare function endContext(event: PerformanceEvent,
|
|
19
|
+
export declare function endContext(event: PerformanceEvent, stack?: PerformanceEventStackedContext[], error?: unknown): PerformanceEventContext | undefined;
|
|
27
20
|
/**
|
|
28
21
|
* Adds error name and stack trace to the telemetry event
|
|
29
22
|
* @param error {Error}
|
|
@@ -61,20 +54,6 @@ export declare abstract class PerformanceClient implements IPerformanceClient {
|
|
|
61
54
|
* @type {Map<string, PerformanceEvent>}
|
|
62
55
|
*/
|
|
63
56
|
protected eventsByCorrelationId: Map<string, PerformanceEvent>;
|
|
64
|
-
/**
|
|
65
|
-
* Map of pre-queue times by correlation Id
|
|
66
|
-
*
|
|
67
|
-
* @protected
|
|
68
|
-
* @type {Map<string, PreQueueEvent>}
|
|
69
|
-
*/
|
|
70
|
-
protected preQueueTimeByCorrelationId: Map<string, PreQueueEvent>;
|
|
71
|
-
/**
|
|
72
|
-
* Map of queue measurements by correlation Id
|
|
73
|
-
*
|
|
74
|
-
* @protected
|
|
75
|
-
* @type {Map<string, Array<QueueMeasurement>>}
|
|
76
|
-
*/
|
|
77
|
-
protected queueMeasurements: Map<string, Array<QueueMeasurement>>;
|
|
78
57
|
protected intFields: Set<string>;
|
|
79
58
|
/**
|
|
80
59
|
* Map of stacked events by correlation id.
|
|
@@ -82,12 +61,6 @@ export declare abstract class PerformanceClient implements IPerformanceClient {
|
|
|
82
61
|
* @protected
|
|
83
62
|
*/
|
|
84
63
|
protected eventStack: Map<string, PerformanceEventStackedContext[]>;
|
|
85
|
-
/**
|
|
86
|
-
* Event name abbreviations
|
|
87
|
-
*
|
|
88
|
-
* @protected
|
|
89
|
-
*/
|
|
90
|
-
protected abbreviations: Map<string, string>;
|
|
91
64
|
/**
|
|
92
65
|
* Creates an instance of PerformanceClient,
|
|
93
66
|
* an abstract class containing core performance telemetry logic.
|
|
@@ -100,9 +73,8 @@ export declare abstract class PerformanceClient implements IPerformanceClient {
|
|
|
100
73
|
* @param {string} libraryVersion Version of the library
|
|
101
74
|
* @param {ApplicationTelemetry} applicationTelemetry application name and version
|
|
102
75
|
* @param {Set<String>} intFields integer fields to be truncated
|
|
103
|
-
* @param {Map<string, string>} abbreviations event name abbreviations
|
|
104
76
|
*/
|
|
105
|
-
constructor(clientId: string, authority: string, logger: Logger, libraryName: string, libraryVersion: string, applicationTelemetry: ApplicationTelemetry, intFields?: Set<string
|
|
77
|
+
constructor(clientId: string, authority: string, logger: Logger, libraryName: string, libraryVersion: string, applicationTelemetry: ApplicationTelemetry, intFields?: Set<string>);
|
|
106
78
|
/**
|
|
107
79
|
* Generates and returns a unique id, typically a guid.
|
|
108
80
|
*
|
|
@@ -110,53 +82,6 @@ export declare abstract class PerformanceClient implements IPerformanceClient {
|
|
|
110
82
|
* @returns {string}
|
|
111
83
|
*/
|
|
112
84
|
abstract generateId(): string;
|
|
113
|
-
/**
|
|
114
|
-
* Starts and returns an platform-specific implementation of IPerformanceMeasurement.
|
|
115
|
-
* Note: this function can be changed to abstract at the next major version bump.
|
|
116
|
-
*
|
|
117
|
-
* @param {string} measureName
|
|
118
|
-
* @param {string} correlationId
|
|
119
|
-
* @returns {IPerformanceMeasurement}
|
|
120
|
-
* @deprecated This method will be removed in the next major version
|
|
121
|
-
*/
|
|
122
|
-
startPerformanceMeasurement(measureName: string, // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
123
|
-
correlationId: string): IPerformanceMeasurement;
|
|
124
|
-
/**
|
|
125
|
-
* Sets pre-queue time by correlation Id
|
|
126
|
-
*
|
|
127
|
-
* @abstract
|
|
128
|
-
* @param {PerformanceEvents} eventName
|
|
129
|
-
* @param {string} correlationId
|
|
130
|
-
* @returns
|
|
131
|
-
*/
|
|
132
|
-
abstract setPreQueueTime(eventName: PerformanceEvents, correlationId?: string): void;
|
|
133
|
-
/**
|
|
134
|
-
* Gets map of pre-queue times by correlation Id
|
|
135
|
-
*
|
|
136
|
-
* @param {PerformanceEvents} eventName
|
|
137
|
-
* @param {string} correlationId
|
|
138
|
-
* @returns {number}
|
|
139
|
-
*/
|
|
140
|
-
getPreQueueTime(eventName: string, correlationId: string): number | void;
|
|
141
|
-
/**
|
|
142
|
-
* Calculates the difference between current time and time when function was queued.
|
|
143
|
-
* Note: It is possible to have 0 as the queue time if the current time and the queued time was the same.
|
|
144
|
-
*
|
|
145
|
-
* @param {number} preQueueTime
|
|
146
|
-
* @param {number} currentTime
|
|
147
|
-
* @returns {number}
|
|
148
|
-
*/
|
|
149
|
-
calculateQueuedTime(preQueueTime: number, currentTime: number): number;
|
|
150
|
-
/**
|
|
151
|
-
* Adds queue measurement time to QueueMeasurements array for given correlation ID.
|
|
152
|
-
*
|
|
153
|
-
* @param {PerformanceEvents} eventName
|
|
154
|
-
* @param {?string} correlationId
|
|
155
|
-
* @param {?number} queueTime
|
|
156
|
-
* @param {?boolean} manuallyCompleted - indicator for manually completed queue measurements
|
|
157
|
-
* @returns
|
|
158
|
-
*/
|
|
159
|
-
addQueueMeasurement(eventName: string, correlationId?: string, queueTime?: number, manuallyCompleted?: boolean): void;
|
|
160
85
|
/**
|
|
161
86
|
* Starts measuring performance for a given operation. Returns a function that should be used to end the measurement.
|
|
162
87
|
*
|
|
@@ -203,7 +128,6 @@ export declare abstract class PerformanceClient implements IPerformanceClient {
|
|
|
203
128
|
* @param {PerformanceEvent} event
|
|
204
129
|
*/
|
|
205
130
|
protected cacheEventByCorrelationId(event: PerformanceEvent): void;
|
|
206
|
-
private getQueueInfo;
|
|
207
131
|
/**
|
|
208
132
|
* Removes measurements and aux data for a given correlation id.
|
|
209
133
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PerformanceClient.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/performance/PerformanceClient.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,
|
|
1
|
+
{"version":3,"file":"PerformanceClient.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/performance/PerformanceClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,259 +1,4 @@
|
|
|
1
1
|
import { DataBoundary } from "../../account/AccountInfo.js";
|
|
2
|
-
/**
|
|
3
|
-
* Enumeration of operations that are instrumented by have their performance measured by the PerformanceClient.
|
|
4
|
-
*
|
|
5
|
-
* @export
|
|
6
|
-
* @enum {number}
|
|
7
|
-
*/
|
|
8
|
-
export declare const PerformanceEvents: {
|
|
9
|
-
/**
|
|
10
|
-
* acquireTokenByCode API (msal-browser and msal-node).
|
|
11
|
-
* Used to acquire tokens by trading an authorization code against the token endpoint.
|
|
12
|
-
*/
|
|
13
|
-
readonly AcquireTokenByCode: "acquireTokenByCode";
|
|
14
|
-
/**
|
|
15
|
-
* acquireTokenByRefreshToken API (msal-browser and msal-node).
|
|
16
|
-
* Used to renew an access token using a refresh token against the token endpoint.
|
|
17
|
-
*/
|
|
18
|
-
readonly AcquireTokenByRefreshToken: "acquireTokenByRefreshToken";
|
|
19
|
-
/**
|
|
20
|
-
* acquireTokenSilent API (msal-browser and msal-node).
|
|
21
|
-
* Used to silently acquire a new access token (from the cache or the network).
|
|
22
|
-
*/
|
|
23
|
-
readonly AcquireTokenSilent: "acquireTokenSilent";
|
|
24
|
-
/**
|
|
25
|
-
* acquireTokenSilentAsync (msal-browser).
|
|
26
|
-
* Internal API for acquireTokenSilent.
|
|
27
|
-
*/
|
|
28
|
-
readonly AcquireTokenSilentAsync: "acquireTokenSilentAsync";
|
|
29
|
-
/**
|
|
30
|
-
* acquireTokenPopup (msal-browser).
|
|
31
|
-
* Used to acquire a new access token interactively through pop ups
|
|
32
|
-
*/
|
|
33
|
-
readonly AcquireTokenPopup: "acquireTokenPopup";
|
|
34
|
-
/**
|
|
35
|
-
* acquireTokenPreRedirect (msal-browser).
|
|
36
|
-
* First part of the redirect flow.
|
|
37
|
-
* Used to acquire a new access token interactively through redirects.
|
|
38
|
-
*/
|
|
39
|
-
readonly AcquireTokenPreRedirect: "acquireTokenPreRedirect";
|
|
40
|
-
/**
|
|
41
|
-
* acquireTokenRedirect (msal-browser).
|
|
42
|
-
* Second part of the redirect flow.
|
|
43
|
-
* Used to acquire a new access token interactively through redirects.
|
|
44
|
-
*/
|
|
45
|
-
readonly AcquireTokenRedirect: "acquireTokenRedirect";
|
|
46
|
-
/**
|
|
47
|
-
* getPublicKeyThumbprint API in CryptoOpts class (msal-browser).
|
|
48
|
-
* Used to generate a public/private keypair and generate a public key thumbprint for pop requests.
|
|
49
|
-
*/
|
|
50
|
-
readonly CryptoOptsGetPublicKeyThumbprint: "cryptoOptsGetPublicKeyThumbprint";
|
|
51
|
-
/**
|
|
52
|
-
* signJwt API in CryptoOpts class (msal-browser).
|
|
53
|
-
* Used to signed a pop token.
|
|
54
|
-
*/
|
|
55
|
-
readonly CryptoOptsSignJwt: "cryptoOptsSignJwt";
|
|
56
|
-
/**
|
|
57
|
-
* acquireToken API in the SilentCacheClient class (msal-browser).
|
|
58
|
-
* Used to read access tokens from the cache.
|
|
59
|
-
*/
|
|
60
|
-
readonly SilentCacheClientAcquireToken: "silentCacheClientAcquireToken";
|
|
61
|
-
/**
|
|
62
|
-
* acquireToken API in the SilentIframeClient class (msal-browser).
|
|
63
|
-
* Used to acquire a new set of tokens from the authorize endpoint in a hidden iframe.
|
|
64
|
-
*/
|
|
65
|
-
readonly SilentIframeClientAcquireToken: "silentIframeClientAcquireToken";
|
|
66
|
-
readonly AwaitConcurrentIframe: "awaitConcurrentIframe";
|
|
67
|
-
/**
|
|
68
|
-
* acquireToken API in SilentRereshClient (msal-browser).
|
|
69
|
-
* Used to acquire a new set of tokens from the token endpoint using a refresh token.
|
|
70
|
-
*/
|
|
71
|
-
readonly SilentRefreshClientAcquireToken: "silentRefreshClientAcquireToken";
|
|
72
|
-
/**
|
|
73
|
-
* ssoSilent API (msal-browser).
|
|
74
|
-
* Used to silently acquire an authorization code and set of tokens using a hidden iframe.
|
|
75
|
-
*/
|
|
76
|
-
readonly SsoSilent: "ssoSilent";
|
|
77
|
-
/**
|
|
78
|
-
* getDiscoveredAuthority API in StandardInteractionClient class (msal-browser).
|
|
79
|
-
* Used to load authority metadata for a request.
|
|
80
|
-
*/
|
|
81
|
-
readonly StandardInteractionClientGetDiscoveredAuthority: "standardInteractionClientGetDiscoveredAuthority";
|
|
82
|
-
/**
|
|
83
|
-
* acquireToken APIs in msal-browser.
|
|
84
|
-
* Used to make an /authorize endpoint call with native brokering enabled.
|
|
85
|
-
*/
|
|
86
|
-
readonly FetchAccountIdWithNativeBroker: "fetchAccountIdWithNativeBroker";
|
|
87
|
-
/**
|
|
88
|
-
* acquireToken API in NativeInteractionClient class (msal-browser).
|
|
89
|
-
* Used to acquire a token from Native component when native brokering is enabled.
|
|
90
|
-
*/
|
|
91
|
-
readonly NativeInteractionClientAcquireToken: "nativeInteractionClientAcquireToken";
|
|
92
|
-
/**
|
|
93
|
-
* Time spent creating default headers for requests to token endpoint
|
|
94
|
-
*/
|
|
95
|
-
readonly BaseClientCreateTokenRequestHeaders: "baseClientCreateTokenRequestHeaders";
|
|
96
|
-
/**
|
|
97
|
-
* Time spent sending/waiting for the response of a request to the token endpoint
|
|
98
|
-
*/
|
|
99
|
-
readonly NetworkClientSendPostRequestAsync: "networkClientSendPostRequestAsync";
|
|
100
|
-
readonly RefreshTokenClientExecutePostToTokenEndpoint: "refreshTokenClientExecutePostToTokenEndpoint";
|
|
101
|
-
readonly AuthorizationCodeClientExecutePostToTokenEndpoint: "authorizationCodeClientExecutePostToTokenEndpoint";
|
|
102
|
-
/**
|
|
103
|
-
* Used to measure the time taken for completing embedded-broker handshake (PW-Broker).
|
|
104
|
-
*/
|
|
105
|
-
readonly BrokerHandhshake: "brokerHandshake";
|
|
106
|
-
/**
|
|
107
|
-
* acquireTokenByRefreshToken API in BrokerClientApplication (PW-Broker) .
|
|
108
|
-
*/
|
|
109
|
-
readonly AcquireTokenByRefreshTokenInBroker: "acquireTokenByRefreshTokenInBroker";
|
|
110
|
-
/**
|
|
111
|
-
* Time taken for token acquisition by broker
|
|
112
|
-
*/
|
|
113
|
-
readonly AcquireTokenByBroker: "acquireTokenByBroker";
|
|
114
|
-
/**
|
|
115
|
-
* Time spent on the network for refresh token acquisition
|
|
116
|
-
*/
|
|
117
|
-
readonly RefreshTokenClientExecuteTokenRequest: "refreshTokenClientExecuteTokenRequest";
|
|
118
|
-
/**
|
|
119
|
-
* Time taken for acquiring refresh token , records RT size
|
|
120
|
-
*/
|
|
121
|
-
readonly RefreshTokenClientAcquireToken: "refreshTokenClientAcquireToken";
|
|
122
|
-
/**
|
|
123
|
-
* Time taken for acquiring cached refresh token
|
|
124
|
-
*/
|
|
125
|
-
readonly RefreshTokenClientAcquireTokenWithCachedRefreshToken: "refreshTokenClientAcquireTokenWithCachedRefreshToken";
|
|
126
|
-
/**
|
|
127
|
-
* acquireTokenByRefreshToken API in RefreshTokenClient (msal-common).
|
|
128
|
-
*/
|
|
129
|
-
readonly RefreshTokenClientAcquireTokenByRefreshToken: "refreshTokenClientAcquireTokenByRefreshToken";
|
|
130
|
-
/**
|
|
131
|
-
* Helper function to create token request body in RefreshTokenClient (msal-common).
|
|
132
|
-
*/
|
|
133
|
-
readonly RefreshTokenClientCreateTokenRequestBody: "refreshTokenClientCreateTokenRequestBody";
|
|
134
|
-
/**
|
|
135
|
-
* acquireTokenFromCache (msal-browser).
|
|
136
|
-
* Internal API for acquiring token from cache
|
|
137
|
-
*/
|
|
138
|
-
readonly AcquireTokenFromCache: "acquireTokenFromCache";
|
|
139
|
-
readonly SilentFlowClientAcquireCachedToken: "silentFlowClientAcquireCachedToken";
|
|
140
|
-
readonly SilentFlowClientGenerateResultFromCacheRecord: "silentFlowClientGenerateResultFromCacheRecord";
|
|
141
|
-
/**
|
|
142
|
-
* acquireTokenBySilentIframe (msal-browser).
|
|
143
|
-
* Internal API for acquiring token by silent Iframe
|
|
144
|
-
*/
|
|
145
|
-
readonly AcquireTokenBySilentIframe: "acquireTokenBySilentIframe";
|
|
146
|
-
/**
|
|
147
|
-
* Internal API for initializing base request in BaseInteractionClient (msal-browser)
|
|
148
|
-
*/
|
|
149
|
-
readonly InitializeBaseRequest: "initializeBaseRequest";
|
|
150
|
-
/**
|
|
151
|
-
* Internal API for initializing silent request in SilentCacheClient (msal-browser)
|
|
152
|
-
*/
|
|
153
|
-
readonly InitializeSilentRequest: "initializeSilentRequest";
|
|
154
|
-
readonly InitializeClientApplication: "initializeClientApplication";
|
|
155
|
-
readonly InitializeCache: "initializeCache";
|
|
156
|
-
/**
|
|
157
|
-
* Helper function in SilentIframeClient class (msal-browser).
|
|
158
|
-
*/
|
|
159
|
-
readonly SilentIframeClientTokenHelper: "silentIframeClientTokenHelper";
|
|
160
|
-
/**
|
|
161
|
-
* SilentHandler
|
|
162
|
-
*/
|
|
163
|
-
readonly SilentHandlerInitiateAuthRequest: "silentHandlerInitiateAuthRequest";
|
|
164
|
-
readonly SilentHandlerMonitorIframeForHash: "silentHandlerMonitorIframeForHash";
|
|
165
|
-
readonly SilentHandlerLoadFrame: "silentHandlerLoadFrame";
|
|
166
|
-
readonly SilentHandlerLoadFrameSync: "silentHandlerLoadFrameSync";
|
|
167
|
-
/**
|
|
168
|
-
* Helper functions in StandardInteractionClient class (msal-browser)
|
|
169
|
-
*/
|
|
170
|
-
readonly StandardInteractionClientCreateAuthCodeClient: "standardInteractionClientCreateAuthCodeClient";
|
|
171
|
-
readonly StandardInteractionClientGetClientConfiguration: "standardInteractionClientGetClientConfiguration";
|
|
172
|
-
readonly StandardInteractionClientInitializeAuthorizationRequest: "standardInteractionClientInitializeAuthorizationRequest";
|
|
173
|
-
/**
|
|
174
|
-
* getAuthCodeUrl API (msal-browser and msal-node).
|
|
175
|
-
*/
|
|
176
|
-
readonly GetAuthCodeUrl: "getAuthCodeUrl";
|
|
177
|
-
readonly GetStandardParams: "getStandardParams";
|
|
178
|
-
/**
|
|
179
|
-
* Functions from InteractionHandler (msal-browser)
|
|
180
|
-
*/
|
|
181
|
-
readonly HandleCodeResponseFromServer: "handleCodeResponseFromServer";
|
|
182
|
-
readonly HandleCodeResponse: "handleCodeResponse";
|
|
183
|
-
readonly HandleResponseEar: "handleResponseEar";
|
|
184
|
-
readonly HandleResponsePlatformBroker: "handleResponsePlatformBroker";
|
|
185
|
-
readonly HandleResponseCode: "handleResponseCode";
|
|
186
|
-
readonly UpdateTokenEndpointAuthority: "updateTokenEndpointAuthority";
|
|
187
|
-
/**
|
|
188
|
-
* APIs in Authorization Code Client (msal-common)
|
|
189
|
-
*/
|
|
190
|
-
readonly AuthClientAcquireToken: "authClientAcquireToken";
|
|
191
|
-
readonly AuthClientExecuteTokenRequest: "authClientExecuteTokenRequest";
|
|
192
|
-
readonly AuthClientCreateTokenRequestBody: "authClientCreateTokenRequestBody";
|
|
193
|
-
/**
|
|
194
|
-
* Generate functions in PopTokenGenerator (msal-common)
|
|
195
|
-
*/
|
|
196
|
-
readonly PopTokenGenerateCnf: "popTokenGenerateCnf";
|
|
197
|
-
readonly PopTokenGenerateKid: "popTokenGenerateKid";
|
|
198
|
-
/**
|
|
199
|
-
* handleServerTokenResponse API in ResponseHandler (msal-common)
|
|
200
|
-
*/
|
|
201
|
-
readonly HandleServerTokenResponse: "handleServerTokenResponse";
|
|
202
|
-
readonly DeserializeResponse: "deserializeResponse";
|
|
203
|
-
/**
|
|
204
|
-
* Authority functions
|
|
205
|
-
*/
|
|
206
|
-
readonly AuthorityFactoryCreateDiscoveredInstance: "authorityFactoryCreateDiscoveredInstance";
|
|
207
|
-
readonly AuthorityResolveEndpointsAsync: "authorityResolveEndpointsAsync";
|
|
208
|
-
readonly AuthorityResolveEndpointsFromLocalSources: "authorityResolveEndpointsFromLocalSources";
|
|
209
|
-
readonly AuthorityGetCloudDiscoveryMetadataFromNetwork: "authorityGetCloudDiscoveryMetadataFromNetwork";
|
|
210
|
-
readonly AuthorityUpdateCloudDiscoveryMetadata: "authorityUpdateCloudDiscoveryMetadata";
|
|
211
|
-
readonly AuthorityGetEndpointMetadataFromNetwork: "authorityGetEndpointMetadataFromNetwork";
|
|
212
|
-
readonly AuthorityUpdateEndpointMetadata: "authorityUpdateEndpointMetadata";
|
|
213
|
-
readonly AuthorityUpdateMetadataWithRegionalInformation: "authorityUpdateMetadataWithRegionalInformation";
|
|
214
|
-
/**
|
|
215
|
-
* Region Discovery functions
|
|
216
|
-
*/
|
|
217
|
-
readonly RegionDiscoveryDetectRegion: "regionDiscoveryDetectRegion";
|
|
218
|
-
readonly RegionDiscoveryGetRegionFromIMDS: "regionDiscoveryGetRegionFromIMDS";
|
|
219
|
-
readonly RegionDiscoveryGetCurrentVersion: "regionDiscoveryGetCurrentVersion";
|
|
220
|
-
readonly AcquireTokenByCodeAsync: "acquireTokenByCodeAsync";
|
|
221
|
-
readonly GetEndpointMetadataFromNetwork: "getEndpointMetadataFromNetwork";
|
|
222
|
-
readonly GetCloudDiscoveryMetadataFromNetworkMeasurement: "getCloudDiscoveryMetadataFromNetworkMeasurement";
|
|
223
|
-
readonly HandleRedirectPromiseMeasurement: "handleRedirectPromise";
|
|
224
|
-
readonly HandleNativeRedirectPromiseMeasurement: "handleNativeRedirectPromise";
|
|
225
|
-
readonly UpdateCloudDiscoveryMetadataMeasurement: "updateCloudDiscoveryMetadataMeasurement";
|
|
226
|
-
readonly UsernamePasswordClientAcquireToken: "usernamePasswordClientAcquireToken";
|
|
227
|
-
readonly NativeMessageHandlerHandshake: "nativeMessageHandlerHandshake";
|
|
228
|
-
readonly NativeGenerateAuthResult: "nativeGenerateAuthResult";
|
|
229
|
-
readonly RemoveHiddenIframe: "removeHiddenIframe";
|
|
230
|
-
/**
|
|
231
|
-
* Cache operations
|
|
232
|
-
*/
|
|
233
|
-
readonly ClearTokensAndKeysWithClaims: "clearTokensAndKeysWithClaims";
|
|
234
|
-
readonly CacheManagerGetRefreshToken: "cacheManagerGetRefreshToken";
|
|
235
|
-
readonly ImportExistingCache: "importExistingCache";
|
|
236
|
-
readonly SetUserData: "setUserData";
|
|
237
|
-
readonly LocalStorageUpdated: "localStorageUpdated";
|
|
238
|
-
/**
|
|
239
|
-
* Crypto Operations
|
|
240
|
-
*/
|
|
241
|
-
readonly GeneratePkceCodes: "generatePkceCodes";
|
|
242
|
-
readonly GenerateCodeVerifier: "generateCodeVerifier";
|
|
243
|
-
readonly GenerateCodeChallengeFromVerifier: "generateCodeChallengeFromVerifier";
|
|
244
|
-
readonly Sha256Digest: "sha256Digest";
|
|
245
|
-
readonly GetRandomValues: "getRandomValues";
|
|
246
|
-
readonly GenerateHKDF: "generateHKDF";
|
|
247
|
-
readonly GenerateBaseKey: "generateBaseKey";
|
|
248
|
-
readonly Base64Decode: "base64Decode";
|
|
249
|
-
readonly UrlEncodeArr: "urlEncodeArr";
|
|
250
|
-
readonly Encrypt: "encrypt";
|
|
251
|
-
readonly Decrypt: "decrypt";
|
|
252
|
-
readonly GenerateEarKey: "generateEarKey";
|
|
253
|
-
readonly DecryptEarResponse: "decryptEarResponse";
|
|
254
|
-
};
|
|
255
|
-
export type PerformanceEvents = (typeof PerformanceEvents)[keyof typeof PerformanceEvents];
|
|
256
|
-
export declare const PerformanceEventAbbreviations: ReadonlyMap<string, string>;
|
|
257
2
|
/**
|
|
258
3
|
* State of the performance event.
|
|
259
4
|
*
|
|
@@ -390,13 +135,6 @@ export type PerformanceEvent = {
|
|
|
390
135
|
* @type {?boolean}
|
|
391
136
|
*/
|
|
392
137
|
isNativeBroker?: boolean;
|
|
393
|
-
/**
|
|
394
|
-
* Platform-specific fields, when calling STS and/or broker for token requests
|
|
395
|
-
*/
|
|
396
|
-
isPlatformAuthorizeRequest?: boolean;
|
|
397
|
-
isPlatformBrokerRequest?: boolean;
|
|
398
|
-
brokerErrorName?: string;
|
|
399
|
-
brokerErrorCode?: string;
|
|
400
138
|
/**
|
|
401
139
|
* Request ID returned from the response
|
|
402
140
|
*
|
|
@@ -414,12 +152,6 @@ export type PerformanceEvent = {
|
|
|
414
152
|
* @type {?number}
|
|
415
153
|
*/
|
|
416
154
|
cacheOutcome?: number;
|
|
417
|
-
/**
|
|
418
|
-
* Amount of time spent in the JS queue in milliseconds.
|
|
419
|
-
*
|
|
420
|
-
* @type {?number}
|
|
421
|
-
*/
|
|
422
|
-
queuedTimeMs?: number;
|
|
423
155
|
/**
|
|
424
156
|
* Sub-measurements for internal use. To be deleted before flushing.
|
|
425
157
|
*/
|
|
@@ -430,18 +162,6 @@ export type PerformanceEvent = {
|
|
|
430
162
|
* CorrelationId of the in progress iframe request that was awaited
|
|
431
163
|
*/
|
|
432
164
|
awaitIframeCorrelationId?: string;
|
|
433
|
-
/**
|
|
434
|
-
* Amount of times queued in the JS event queue.
|
|
435
|
-
*
|
|
436
|
-
* @type {?number}
|
|
437
|
-
*/
|
|
438
|
-
queuedCount?: number;
|
|
439
|
-
/**
|
|
440
|
-
* Amount of manually completed queue events.
|
|
441
|
-
*
|
|
442
|
-
* @type {?number}
|
|
443
|
-
*/
|
|
444
|
-
queuedManuallyCompletedCount?: number;
|
|
445
165
|
/**
|
|
446
166
|
* Size of the id token
|
|
447
167
|
*
|
|
@@ -548,6 +268,7 @@ export type PerformanceEvent = {
|
|
|
548
268
|
sameClientIdInstanceCount?: number;
|
|
549
269
|
navigateCallbackResult?: boolean;
|
|
550
270
|
dataBoundary?: DataBoundary;
|
|
271
|
+
logs?: string;
|
|
551
272
|
};
|
|
552
273
|
export type PerformanceEventContext = {
|
|
553
274
|
dur?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PerformanceEvent.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/performance/PerformanceEvent.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D;;;;;GAKG;AACH,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"PerformanceEvent.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/performance/PerformanceEvent.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Time spent sending/waiting for the response of a request to the token endpoint
|
|
3
|
+
*/
|
|
4
|
+
export declare const NetworkClientSendPostRequestAsync = "networkClientSendPostRequestAsync";
|
|
5
|
+
export declare const RefreshTokenClientExecutePostToTokenEndpoint = "refreshTokenClientExecutePostToTokenEndpoint";
|
|
6
|
+
export declare const AuthorizationCodeClientExecutePostToTokenEndpoint = "authorizationCodeClientExecutePostToTokenEndpoint";
|
|
7
|
+
/**
|
|
8
|
+
* Time spent on the network for refresh token acquisition
|
|
9
|
+
*/
|
|
10
|
+
export declare const RefreshTokenClientExecuteTokenRequest = "refreshTokenClientExecuteTokenRequest";
|
|
11
|
+
/**
|
|
12
|
+
* Time taken for acquiring refresh token , records RT size
|
|
13
|
+
*/
|
|
14
|
+
export declare const RefreshTokenClientAcquireToken = "refreshTokenClientAcquireToken";
|
|
15
|
+
/**
|
|
16
|
+
* Time taken for acquiring cached refresh token
|
|
17
|
+
*/
|
|
18
|
+
export declare const RefreshTokenClientAcquireTokenWithCachedRefreshToken = "refreshTokenClientAcquireTokenWithCachedRefreshToken";
|
|
19
|
+
/**
|
|
20
|
+
* Helper function to create token request body in RefreshTokenClient (msal-common).
|
|
21
|
+
*/
|
|
22
|
+
export declare const RefreshTokenClientCreateTokenRequestBody = "refreshTokenClientCreateTokenRequestBody";
|
|
23
|
+
export declare const SilentFlowClientGenerateResultFromCacheRecord = "silentFlowClientGenerateResultFromCacheRecord";
|
|
24
|
+
/**
|
|
25
|
+
* getAuthCodeUrl API (msal-browser and msal-node).
|
|
26
|
+
*/
|
|
27
|
+
export declare const GetAuthCodeUrl = "getAuthCodeUrl";
|
|
28
|
+
/**
|
|
29
|
+
* Functions from InteractionHandler (msal-browser)
|
|
30
|
+
*/
|
|
31
|
+
export declare const HandleCodeResponseFromServer = "handleCodeResponseFromServer";
|
|
32
|
+
/**
|
|
33
|
+
* APIs in Authorization Code Client (msal-common)
|
|
34
|
+
*/
|
|
35
|
+
export declare const AuthClientExecuteTokenRequest = "authClientExecuteTokenRequest";
|
|
36
|
+
export declare const AuthClientCreateTokenRequestBody = "authClientCreateTokenRequestBody";
|
|
37
|
+
export declare const UpdateTokenEndpointAuthority = "updateTokenEndpointAuthority";
|
|
38
|
+
/**
|
|
39
|
+
* Generate functions in PopTokenGenerator (msal-common)
|
|
40
|
+
*/
|
|
41
|
+
export declare const PopTokenGenerateCnf = "popTokenGenerateCnf";
|
|
42
|
+
/**
|
|
43
|
+
* handleServerTokenResponse API in ResponseHandler (msal-common)
|
|
44
|
+
*/
|
|
45
|
+
export declare const HandleServerTokenResponse = "handleServerTokenResponse";
|
|
46
|
+
/**
|
|
47
|
+
* Authority functions
|
|
48
|
+
*/
|
|
49
|
+
export declare const AuthorityResolveEndpointsAsync = "authorityResolveEndpointsAsync";
|
|
50
|
+
export declare const AuthorityGetCloudDiscoveryMetadataFromNetwork = "authorityGetCloudDiscoveryMetadataFromNetwork";
|
|
51
|
+
export declare const AuthorityUpdateCloudDiscoveryMetadata = "authorityUpdateCloudDiscoveryMetadata";
|
|
52
|
+
export declare const AuthorityGetEndpointMetadataFromNetwork = "authorityGetEndpointMetadataFromNetwork";
|
|
53
|
+
export declare const AuthorityUpdateEndpointMetadata = "authorityUpdateEndpointMetadata";
|
|
54
|
+
export declare const AuthorityUpdateMetadataWithRegionalInformation = "authorityUpdateMetadataWithRegionalInformation";
|
|
55
|
+
/**
|
|
56
|
+
* Region Discovery functions
|
|
57
|
+
*/
|
|
58
|
+
export declare const RegionDiscoveryDetectRegion = "regionDiscoveryDetectRegion";
|
|
59
|
+
export declare const RegionDiscoveryGetRegionFromIMDS = "regionDiscoveryGetRegionFromIMDS";
|
|
60
|
+
export declare const RegionDiscoveryGetCurrentVersion = "regionDiscoveryGetCurrentVersion";
|
|
61
|
+
/**
|
|
62
|
+
* Cache operations
|
|
63
|
+
*/
|
|
64
|
+
export declare const CacheManagerGetRefreshToken = "cacheManagerGetRefreshToken";
|
|
65
|
+
export declare const SetUserData = "setUserData";
|
|
66
|
+
//# sourceMappingURL=PerformanceEvents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PerformanceEvents.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/performance/PerformanceEvents.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,eAAO,MAAM,iCAAiC,sCACP,CAAC;AACxC,eAAO,MAAM,4CAA4C,iDACP,CAAC;AACnD,eAAO,MAAM,iDAAiD,sDACP,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,qCAAqC,0CACP,CAAC;AAE5C;;GAEG;AACH,eAAO,MAAM,8BAA8B,mCAAmC,CAAC;AAE/E;;GAEG;AACH,eAAO,MAAM,oDAAoD,yDACP,CAAC;AAE3D;;GAEG;AACH,eAAO,MAAM,wCAAwC,6CACP,CAAC;AAE/C,eAAO,MAAM,6CAA6C,kDACP,CAAC;AAEpD;;GAEG;AACH,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,4BAA4B,iCAAiC,CAAC;AAE3E;;GAEG;AACH,eAAO,MAAM,6BAA6B,kCAAkC,CAAC;AAC7E,eAAO,MAAM,gCAAgC,qCACP,CAAC;AACvC,eAAO,MAAM,4BAA4B,iCAAiC,CAAC;AAE3E;;GAEG;AACH,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,yBAAyB,8BAA8B,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,8BAA8B,mCAAmC,CAAC;AAC/E,eAAO,MAAM,6CAA6C,kDACP,CAAC;AACpD,eAAO,MAAM,qCAAqC,0CACP,CAAC;AAC5C,eAAO,MAAM,uCAAuC,4CACP,CAAC;AAC9C,eAAO,MAAM,+BAA+B,oCACP,CAAC;AACtC,eAAO,MAAM,8CAA8C,mDACP,CAAC;AAErD;;GAEG;AACH,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,gCAAgC,qCACP,CAAC;AACvC,eAAO,MAAM,gCAAgC,qCACP,CAAC;AAEvC;;GAEG;AACH,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,WAAW,gBAAgB,CAAC"}
|
|
@@ -9,10 +9,6 @@ export declare class StubPerformanceMeasurement implements IPerformanceMeasureme
|
|
|
9
9
|
export declare class StubPerformanceClient implements IPerformanceClient {
|
|
10
10
|
generateId(): string;
|
|
11
11
|
startMeasurement(measureName: string, correlationId?: string | undefined): InProgressPerformanceEvent;
|
|
12
|
-
startPerformanceMeasurement(): IPerformanceMeasurement;
|
|
13
|
-
calculateQueuedTime(): number;
|
|
14
|
-
addQueueMeasurement(): void;
|
|
15
|
-
setPreQueueTime(): void;
|
|
16
12
|
endMeasurement(): PerformanceEvent | null;
|
|
17
13
|
discardMeasurements(): void;
|
|
18
14
|
removePerformanceCallback(): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StubPerformanceClient.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/performance/StubPerformanceClient.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,kBAAkB,EAClB,0BAA0B,EAC7B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EACH,gBAAgB,EAEnB,MAAM,uBAAuB,CAAC;AAE/B,qBAAa,0BAA2B,YAAW,uBAAuB;IACtE,gBAAgB,IAAI,IAAI;IAGxB,cAAc,IAAI,IAAI;IAGtB,gBAAgB,IAAI,MAAM,GAAG,IAAI;CAGpC;AAED,qBAAa,qBAAsB,YAAW,kBAAkB;IAC5D,UAAU,IAAI,MAAM;IAIpB,gBAAgB,CACZ,WAAW,EAAE,MAAM,EACnB,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,GACnC,0BAA0B;
|
|
1
|
+
{"version":3,"file":"StubPerformanceClient.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/performance/StubPerformanceClient.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,kBAAkB,EAClB,0BAA0B,EAC7B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EACH,gBAAgB,EAEnB,MAAM,uBAAuB,CAAC;AAE/B,qBAAa,0BAA2B,YAAW,uBAAuB;IACtE,gBAAgB,IAAI,IAAI;IAGxB,cAAc,IAAI,IAAI;IAGtB,gBAAgB,IAAI,MAAM,GAAG,IAAI;CAGpC;AAED,qBAAa,qBAAsB,YAAW,kBAAkB;IAC5D,UAAU,IAAI,MAAM;IAIpB,gBAAgB,CACZ,WAAW,EAAE,MAAM,EACnB,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,GACnC,0BAA0B;IAoB7B,cAAc,IAAI,gBAAgB,GAAG,IAAI;IAIzC,mBAAmB,IAAI,IAAI;IAI3B,yBAAyB,IAAI,OAAO;IAIpC,sBAAsB,IAAI,MAAM;IAIhC,UAAU,IAAI,IAAI;IAIlB,SAAS,IAAI,IAAI;IAIjB,eAAe,IAAI,IAAI;IAIvB,yBAAyB,IAAI,IAAI;CAGpC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as Constants from "../../utils/Constants.js";
|
|
2
2
|
import { CacheManager } from "../../cache/CacheManager.js";
|
|
3
3
|
import { ServerTelemetryRequest } from "./ServerTelemetryRequest.js";
|
|
4
4
|
import { ServerTelemetryEntity } from "../../cache/entities/ServerTelemetryEntity.js";
|
|
@@ -69,7 +69,7 @@ export declare class ServerTelemetryManager {
|
|
|
69
69
|
/**
|
|
70
70
|
* Set cache outcome
|
|
71
71
|
*/
|
|
72
|
-
setCacheOutcome(cacheOutcome: CacheOutcome): void;
|
|
72
|
+
setCacheOutcome(cacheOutcome: Constants.CacheOutcome): void;
|
|
73
73
|
setNativeBrokerErrorCode(errorCode: string): void;
|
|
74
74
|
getNativeBrokerErrorCode(): string | undefined;
|
|
75
75
|
clearNativeBrokerErrorCode(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServerTelemetryManager.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/server/ServerTelemetryManager.ts"],"names":[],"mappings":"AAKA,OAAO,
|
|
1
|
+
{"version":3,"file":"ServerTelemetryManager.d.ts","sourceRoot":"","sources":["../../../../src/telemetry/server/ServerTelemetryManager.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,SAAS,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAE3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AACtF,OAAO,EAAE,uBAAuB,EAAE,MAAM,4CAA4C,CAAC;AAKrF,KAAK,SAAS,GAAG;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAsDF,gBAAgB;AAChB,qBAAa,sBAAsB;IAC/B,OAAO,CAAC,YAAY,CAAe;IACnC,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,aAAa,CAAS;IAC9B,OAAO,CAAC,iBAAiB,CAAS;IAClC,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,UAAU,CAAqB;IACvC,OAAO,CAAC,YAAY,CAA+C;IACnE,OAAO,CAAC,aAAa,CAAgD;IACrE,OAAO,CAAC,YAAY,CACsB;gBAGtC,gBAAgB,EAAE,sBAAsB,EACxC,YAAY,EAAE,YAAY;IAc9B;;OAEG;IACH,iCAAiC,IAAI,MAAM;IAuB3C;;OAEG;IACH,8BAA8B,IAAI,MAAM;IA8BxC;;;OAGG;IACH,kBAAkB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAuCxC;;OAEG;IACH,kBAAkB,IAAI,MAAM;IAY5B;;OAEG;IACH,eAAe,IAAI,qBAAqB;IAcxC;;OAEG;IACH,mBAAmB,IAAI,IAAI;IA6B3B;;;OAGG;IACH,MAAM,CAAC,eAAe,CAClB,qBAAqB,EAAE,qBAAqB,GAC7C,MAAM;IA8BT;;;;OAIG;IACH,wBAAwB,IAAI,MAAM;IAUlC;;;;;OAKG;IACH,6BAA6B,CACzB,uBAAuB,EAAE,uBAAuB,GACjD,IAAI;IAMP;;OAEG;IACH,eAAe,CAAC,YAAY,EAAE,SAAS,CAAC,YAAY,GAAG,IAAI;IAI3D,wBAAwB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAUjD,wBAAwB,IAAI,MAAM,GAAG,SAAS;IAI9C,0BAA0B,IAAI,IAAI;IAUlC,MAAM,CAAC,kBAAkB,CAAC,MAAM,EAAE,SAAS,GAAG,MAAM;CAGvD"}
|
|
@@ -40,10 +40,5 @@ export declare class UrlString {
|
|
|
40
40
|
static getDomainFromUrl(url: string): string;
|
|
41
41
|
static getAbsoluteUrl(relativeUrl: string, baseUrl: string): string;
|
|
42
42
|
static constructAuthorityUriFromObject(urlObject: IUri): UrlString;
|
|
43
|
-
/**
|
|
44
|
-
* Check if the hash of the URL string contains known properties
|
|
45
|
-
* @deprecated This API will be removed in a future version
|
|
46
|
-
*/
|
|
47
|
-
static hashContainsKnownProperties(response: string): boolean;
|
|
48
43
|
}
|
|
49
44
|
//# sourceMappingURL=UrlString.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UrlString.d.ts","sourceRoot":"","sources":["../../../src/url/UrlString.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"UrlString.d.ts","sourceRoot":"","sources":["../../../src/url/UrlString.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAGjC;;GAEG;AACH,qBAAa,SAAS;IAElB,OAAO,CAAC,UAAU,CAAS;IAC3B,IAAW,SAAS,IAAI,MAAM,CAE7B;gBAEW,GAAG,EAAE,MAAM;IAcvB;;;OAGG;IACH,MAAM,CAAC,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAoB3C;;OAEG;IACH,aAAa,IAAI,IAAI;IA6BrB;;;;OAIG;IACH,MAAM,CAAC,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM;IAUlE;;;OAGG;IACH,MAAM,CAAC,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAI7C;;;;OAIG;IACH,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS;IAc9C;;;OAGG;IACH,gBAAgB,IAAI,IAAI;IAsCxB,MAAM,CAAC,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAc5C,MAAM,CAAC,cAAc,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM;IAgBnE,MAAM,CAAC,+BAA+B,CAAC,SAAS,EAAE,IAAI,GAAG,SAAS;CASrE"}
|