@azure/msal-common 15.12.0 → 16.0.0-alpha.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.mjs +1 -1
- 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.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/account/TokenClaims.mjs.map +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 +8 -8
- 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/AuthorityType.mjs.map +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/ProtocolMode.mjs.map +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 +25 -17
- package/dist/cache/CacheManager.d.ts.map +1 -1
- package/dist/cache/CacheManager.mjs +69 -80
- 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 +41 -12
- 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 +60 -0
- package/dist/cache/utils/AccountEntityUtils.d.ts.map +1 -0
- package/dist/cache/utils/AccountEntityUtils.mjs +212 -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 +1 -1
- package/dist/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/dist/client/AuthorizationCodeClient.mjs +16 -20
- package/dist/client/AuthorizationCodeClient.mjs.map +1 -1
- package/dist/client/BaseClient.d.ts +3 -3
- package/dist/client/BaseClient.d.ts.map +1 -1
- package/dist/client/BaseClient.mjs +7 -12
- package/dist/client/BaseClient.mjs.map +1 -1
- package/dist/client/RefreshTokenClient.d.ts +1 -1
- package/dist/client/RefreshTokenClient.d.ts.map +1 -1
- package/dist/client/RefreshTokenClient.mjs +22 -27
- package/dist/client/RefreshTokenClient.mjs.map +1 -1
- package/dist/client/SilentFlowClient.d.ts +1 -1
- package/dist/client/SilentFlowClient.d.ts.map +1 -1
- package/dist/client/SilentFlowClient.mjs +8 -12
- 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/JoseHeader.mjs.map +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 -224
- package/dist/error/ClientAuthError.d.ts.map +1 -1
- package/dist/error/ClientAuthError.mjs +3 -235
- 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 -123
- package/dist/error/ClientConfigurationError.d.ts.map +1 -1
- package/dist/error/ClientConfigurationError.mjs +3 -129
- 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/NetworkError.mjs.map +1 -1
- package/dist/error/ServerError.mjs +1 -1
- package/dist/error/ServerError.mjs.map +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 +8 -6
- package/dist/exports-common.d.ts.map +1 -1
- package/dist/exports-node-only.d.ts +1 -4
- package/dist/exports-node-only.d.ts.map +1 -1
- package/dist/index-browser.mjs +12 -8
- package/dist/index-browser.mjs.map +1 -1
- package/dist/index-node.mjs +10 -7
- package/dist/index-node.mjs.map +1 -1
- package/dist/index.mjs +12 -8
- package/dist/index.mjs.map +1 -1
- package/dist/logger/Logger.d.ts +12 -13
- package/dist/logger/Logger.d.ts.map +1 -1
- package/dist/logger/Logger.mjs +16 -21
- 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 +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/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 +1 -7
- package/dist/request/BaseAuthRequest.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.d.ts +3 -9
- package/dist/request/RequestParameterBuilder.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.mjs +7 -20
- 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 +6 -5
- package/dist/response/ResponseHandler.d.ts.map +1 -1
- package/dist/response/ResponseHandler.mjs +39 -41
- 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 -166
- package/dist/telemetry/performance/PerformanceClient.mjs.map +1 -1
- package/dist/telemetry/performance/PerformanceEvent.d.ts +0 -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 +65 -0
- package/dist/telemetry/performance/PerformanceEvents.d.ts.map +1 -0
- package/dist/telemetry/performance/PerformanceEvents.mjs +73 -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/ClientAssertionUtils.mjs.map +1 -1
- package/dist/utils/Constants.d.ts +81 -117
- package/dist/utils/Constants.d.ts.map +1 -1
- package/dist/utils/Constants.mjs +100 -131
- 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.mjs +7 -7
- package/dist/utils/ProtocolUtils.mjs.map +1 -1
- 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.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 -201
- package/lib/index-browser.cjs.map +1 -1
- package/lib/{index-node-C8h2xZEM.js → index-node-FrCFfFuh.js} +1606 -2487
- package/lib/index-node-FrCFfFuh.js.map +1 -0
- package/lib/index-node.cjs +4 -33
- package/lib/index-node.cjs.map +1 -1
- package/lib/index.cjs +3 -33
- 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/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 +25 -17
- 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 +41 -12
- package/lib/types/cache/interface/ICacheManager.d.ts.map +1 -1
- package/lib/types/cache/utils/AccountEntityUtils.d.ts +60 -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 +1 -1
- package/lib/types/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/lib/types/client/BaseClient.d.ts +3 -3
- package/lib/types/client/BaseClient.d.ts.map +1 -1
- package/lib/types/client/RefreshTokenClient.d.ts +1 -1
- package/lib/types/client/RefreshTokenClient.d.ts.map +1 -1
- package/lib/types/client/SilentFlowClient.d.ts +1 -1
- 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 -224
- 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 -123
- 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/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 +8 -6
- package/lib/types/exports-common.d.ts.map +1 -1
- package/lib/types/exports-node-only.d.ts +1 -4
- package/lib/types/exports-node-only.d.ts.map +1 -1
- package/lib/types/logger/Logger.d.ts +12 -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/request/AuthenticationHeaderParser.d.ts.map +1 -1
- package/lib/types/request/BaseAuthRequest.d.ts +1 -7
- package/lib/types/request/BaseAuthRequest.d.ts.map +1 -1
- package/lib/types/request/RequestParameterBuilder.d.ts +3 -9
- 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 +6 -5
- 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 +0 -280
- package/lib/types/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
- package/lib/types/telemetry/performance/PerformanceEvents.d.ts +65 -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 -117
- 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/UrlUtils.d.ts +1 -2
- package/lib/types/utils/UrlUtils.d.ts.map +1 -1
- package/package.json +120 -122
- package/src/account/AccountInfo.ts +0 -1
- 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 +21 -12
- 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 +176 -126
- package/src/cache/entities/AccessTokenEntity.ts +0 -4
- package/src/cache/entities/AccountEntity.ts +4 -285
- package/src/cache/entities/CredentialEntity.ts +0 -2
- package/src/cache/interface/ICacheManager.ts +61 -15
- package/src/cache/utils/AccountEntityUtils.ts +287 -0
- package/src/cache/utils/CacheHelpers.ts +23 -37
- package/src/cache/utils/CacheTypes.ts +0 -1
- package/src/client/AuthorizationCodeClient.ts +28 -49
- package/src/client/BaseClient.ts +8 -20
- package/src/client/RefreshTokenClient.ts +29 -61
- package/src/client/SilentFlowClient.ts +11 -20
- 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 -311
- package/src/error/ClientAuthErrorCodes.ts +0 -8
- package/src/error/ClientConfigurationError.ts +1 -194
- package/src/error/ClientConfigurationErrorCodes.ts +0 -3
- package/src/error/InteractionRequiredAuthError.ts +8 -48
- package/src/error/JoseHeaderError.ts +1 -8
- package/src/exports-browser-only.ts +2 -6
- package/src/exports-common.ts +4 -34
- package/src/exports-node-only.ts +1 -4
- package/src/logger/Logger.ts +26 -39
- package/src/network/ThrottlingUtils.ts +12 -15
- package/src/packageMetadata.ts +1 -1
- package/src/protocol/Authorize.ts +24 -20
- package/src/request/AuthenticationHeaderParser.ts +2 -4
- package/src/request/BaseAuthRequest.ts +1 -7
- package/src/request/RequestParameterBuilder.ts +30 -45
- package/src/request/ScopeSet.ts +4 -4
- package/src/response/AuthenticationResult.ts +1 -1
- package/src/response/ResponseHandler.ts +53 -58
- package/src/telemetry/performance/IPerformanceClient.ts +0 -40
- package/src/telemetry/performance/PerformanceClient.ts +29 -266
- package/src/telemetry/performance/PerformanceEvent.ts +0 -582
- package/src/telemetry/performance/PerformanceEvents.ts +97 -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 -146
- package/src/utils/FunctionWrappers.ts +28 -29
- package/src/utils/ProtocolUtils.ts +6 -6
- package/src/utils/UrlUtils.ts +2 -15
- package/dist/cache/entities/AccountEntity.mjs +0 -226
- package/dist/cache/entities/AccountEntity.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-C8h2xZEM.js.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/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,258 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Enumeration of operations that are instrumented by have their performance measured by the PerformanceClient.
|
|
3
|
-
*
|
|
4
|
-
* @export
|
|
5
|
-
* @enum {number}
|
|
6
|
-
*/
|
|
7
|
-
export declare const PerformanceEvents: {
|
|
8
|
-
/**
|
|
9
|
-
* acquireTokenByCode API (msal-browser and msal-node).
|
|
10
|
-
* Used to acquire tokens by trading an authorization code against the token endpoint.
|
|
11
|
-
*/
|
|
12
|
-
readonly AcquireTokenByCode: "acquireTokenByCode";
|
|
13
|
-
/**
|
|
14
|
-
* acquireTokenByRefreshToken API (msal-browser and msal-node).
|
|
15
|
-
* Used to renew an access token using a refresh token against the token endpoint.
|
|
16
|
-
*/
|
|
17
|
-
readonly AcquireTokenByRefreshToken: "acquireTokenByRefreshToken";
|
|
18
|
-
/**
|
|
19
|
-
* acquireTokenSilent API (msal-browser and msal-node).
|
|
20
|
-
* Used to silently acquire a new access token (from the cache or the network).
|
|
21
|
-
*/
|
|
22
|
-
readonly AcquireTokenSilent: "acquireTokenSilent";
|
|
23
|
-
/**
|
|
24
|
-
* acquireTokenSilentAsync (msal-browser).
|
|
25
|
-
* Internal API for acquireTokenSilent.
|
|
26
|
-
*/
|
|
27
|
-
readonly AcquireTokenSilentAsync: "acquireTokenSilentAsync";
|
|
28
|
-
/**
|
|
29
|
-
* acquireTokenPopup (msal-browser).
|
|
30
|
-
* Used to acquire a new access token interactively through pop ups
|
|
31
|
-
*/
|
|
32
|
-
readonly AcquireTokenPopup: "acquireTokenPopup";
|
|
33
|
-
/**
|
|
34
|
-
* acquireTokenPreRedirect (msal-browser).
|
|
35
|
-
* First part of the redirect flow.
|
|
36
|
-
* Used to acquire a new access token interactively through redirects.
|
|
37
|
-
*/
|
|
38
|
-
readonly AcquireTokenPreRedirect: "acquireTokenPreRedirect";
|
|
39
|
-
/**
|
|
40
|
-
* acquireTokenRedirect (msal-browser).
|
|
41
|
-
* Second part of the redirect flow.
|
|
42
|
-
* Used to acquire a new access token interactively through redirects.
|
|
43
|
-
*/
|
|
44
|
-
readonly AcquireTokenRedirect: "acquireTokenRedirect";
|
|
45
|
-
/**
|
|
46
|
-
* getPublicKeyThumbprint API in CryptoOpts class (msal-browser).
|
|
47
|
-
* Used to generate a public/private keypair and generate a public key thumbprint for pop requests.
|
|
48
|
-
*/
|
|
49
|
-
readonly CryptoOptsGetPublicKeyThumbprint: "cryptoOptsGetPublicKeyThumbprint";
|
|
50
|
-
/**
|
|
51
|
-
* signJwt API in CryptoOpts class (msal-browser).
|
|
52
|
-
* Used to signed a pop token.
|
|
53
|
-
*/
|
|
54
|
-
readonly CryptoOptsSignJwt: "cryptoOptsSignJwt";
|
|
55
|
-
/**
|
|
56
|
-
* acquireToken API in the SilentCacheClient class (msal-browser).
|
|
57
|
-
* Used to read access tokens from the cache.
|
|
58
|
-
*/
|
|
59
|
-
readonly SilentCacheClientAcquireToken: "silentCacheClientAcquireToken";
|
|
60
|
-
/**
|
|
61
|
-
* acquireToken API in the SilentIframeClient class (msal-browser).
|
|
62
|
-
* Used to acquire a new set of tokens from the authorize endpoint in a hidden iframe.
|
|
63
|
-
*/
|
|
64
|
-
readonly SilentIframeClientAcquireToken: "silentIframeClientAcquireToken";
|
|
65
|
-
readonly AwaitConcurrentIframe: "awaitConcurrentIframe";
|
|
66
|
-
/**
|
|
67
|
-
* acquireToken API in SilentRereshClient (msal-browser).
|
|
68
|
-
* Used to acquire a new set of tokens from the token endpoint using a refresh token.
|
|
69
|
-
*/
|
|
70
|
-
readonly SilentRefreshClientAcquireToken: "silentRefreshClientAcquireToken";
|
|
71
|
-
/**
|
|
72
|
-
* ssoSilent API (msal-browser).
|
|
73
|
-
* Used to silently acquire an authorization code and set of tokens using a hidden iframe.
|
|
74
|
-
*/
|
|
75
|
-
readonly SsoSilent: "ssoSilent";
|
|
76
|
-
/**
|
|
77
|
-
* getDiscoveredAuthority API in StandardInteractionClient class (msal-browser).
|
|
78
|
-
* Used to load authority metadata for a request.
|
|
79
|
-
*/
|
|
80
|
-
readonly StandardInteractionClientGetDiscoveredAuthority: "standardInteractionClientGetDiscoveredAuthority";
|
|
81
|
-
/**
|
|
82
|
-
* acquireToken APIs in msal-browser.
|
|
83
|
-
* Used to make an /authorize endpoint call with native brokering enabled.
|
|
84
|
-
*/
|
|
85
|
-
readonly FetchAccountIdWithNativeBroker: "fetchAccountIdWithNativeBroker";
|
|
86
|
-
/**
|
|
87
|
-
* acquireToken API in NativeInteractionClient class (msal-browser).
|
|
88
|
-
* Used to acquire a token from Native component when native brokering is enabled.
|
|
89
|
-
*/
|
|
90
|
-
readonly NativeInteractionClientAcquireToken: "nativeInteractionClientAcquireToken";
|
|
91
|
-
/**
|
|
92
|
-
* Time spent creating default headers for requests to token endpoint
|
|
93
|
-
*/
|
|
94
|
-
readonly BaseClientCreateTokenRequestHeaders: "baseClientCreateTokenRequestHeaders";
|
|
95
|
-
/**
|
|
96
|
-
* Time spent sending/waiting for the response of a request to the token endpoint
|
|
97
|
-
*/
|
|
98
|
-
readonly NetworkClientSendPostRequestAsync: "networkClientSendPostRequestAsync";
|
|
99
|
-
readonly RefreshTokenClientExecutePostToTokenEndpoint: "refreshTokenClientExecutePostToTokenEndpoint";
|
|
100
|
-
readonly AuthorizationCodeClientExecutePostToTokenEndpoint: "authorizationCodeClientExecutePostToTokenEndpoint";
|
|
101
|
-
/**
|
|
102
|
-
* Used to measure the time taken for completing embedded-broker handshake (PW-Broker).
|
|
103
|
-
*/
|
|
104
|
-
readonly BrokerHandhshake: "brokerHandshake";
|
|
105
|
-
/**
|
|
106
|
-
* acquireTokenByRefreshToken API in BrokerClientApplication (PW-Broker) .
|
|
107
|
-
*/
|
|
108
|
-
readonly AcquireTokenByRefreshTokenInBroker: "acquireTokenByRefreshTokenInBroker";
|
|
109
|
-
/**
|
|
110
|
-
* Time taken for token acquisition by broker
|
|
111
|
-
*/
|
|
112
|
-
readonly AcquireTokenByBroker: "acquireTokenByBroker";
|
|
113
|
-
/**
|
|
114
|
-
* Time spent on the network for refresh token acquisition
|
|
115
|
-
*/
|
|
116
|
-
readonly RefreshTokenClientExecuteTokenRequest: "refreshTokenClientExecuteTokenRequest";
|
|
117
|
-
/**
|
|
118
|
-
* Time taken for acquiring refresh token , records RT size
|
|
119
|
-
*/
|
|
120
|
-
readonly RefreshTokenClientAcquireToken: "refreshTokenClientAcquireToken";
|
|
121
|
-
/**
|
|
122
|
-
* Time taken for acquiring cached refresh token
|
|
123
|
-
*/
|
|
124
|
-
readonly RefreshTokenClientAcquireTokenWithCachedRefreshToken: "refreshTokenClientAcquireTokenWithCachedRefreshToken";
|
|
125
|
-
/**
|
|
126
|
-
* acquireTokenByRefreshToken API in RefreshTokenClient (msal-common).
|
|
127
|
-
*/
|
|
128
|
-
readonly RefreshTokenClientAcquireTokenByRefreshToken: "refreshTokenClientAcquireTokenByRefreshToken";
|
|
129
|
-
/**
|
|
130
|
-
* Helper function to create token request body in RefreshTokenClient (msal-common).
|
|
131
|
-
*/
|
|
132
|
-
readonly RefreshTokenClientCreateTokenRequestBody: "refreshTokenClientCreateTokenRequestBody";
|
|
133
|
-
/**
|
|
134
|
-
* acquireTokenFromCache (msal-browser).
|
|
135
|
-
* Internal API for acquiring token from cache
|
|
136
|
-
*/
|
|
137
|
-
readonly AcquireTokenFromCache: "acquireTokenFromCache";
|
|
138
|
-
readonly SilentFlowClientAcquireCachedToken: "silentFlowClientAcquireCachedToken";
|
|
139
|
-
readonly SilentFlowClientGenerateResultFromCacheRecord: "silentFlowClientGenerateResultFromCacheRecord";
|
|
140
|
-
/**
|
|
141
|
-
* acquireTokenBySilentIframe (msal-browser).
|
|
142
|
-
* Internal API for acquiring token by silent Iframe
|
|
143
|
-
*/
|
|
144
|
-
readonly AcquireTokenBySilentIframe: "acquireTokenBySilentIframe";
|
|
145
|
-
/**
|
|
146
|
-
* Internal API for initializing base request in BaseInteractionClient (msal-browser)
|
|
147
|
-
*/
|
|
148
|
-
readonly InitializeBaseRequest: "initializeBaseRequest";
|
|
149
|
-
/**
|
|
150
|
-
* Internal API for initializing silent request in SilentCacheClient (msal-browser)
|
|
151
|
-
*/
|
|
152
|
-
readonly InitializeSilentRequest: "initializeSilentRequest";
|
|
153
|
-
readonly InitializeClientApplication: "initializeClientApplication";
|
|
154
|
-
readonly InitializeCache: "initializeCache";
|
|
155
|
-
/**
|
|
156
|
-
* Helper function in SilentIframeClient class (msal-browser).
|
|
157
|
-
*/
|
|
158
|
-
readonly SilentIframeClientTokenHelper: "silentIframeClientTokenHelper";
|
|
159
|
-
/**
|
|
160
|
-
* SilentHandler
|
|
161
|
-
*/
|
|
162
|
-
readonly SilentHandlerInitiateAuthRequest: "silentHandlerInitiateAuthRequest";
|
|
163
|
-
readonly SilentHandlerMonitorIframeForHash: "silentHandlerMonitorIframeForHash";
|
|
164
|
-
readonly SilentHandlerLoadFrame: "silentHandlerLoadFrame";
|
|
165
|
-
readonly SilentHandlerLoadFrameSync: "silentHandlerLoadFrameSync";
|
|
166
|
-
/**
|
|
167
|
-
* Helper functions in StandardInteractionClient class (msal-browser)
|
|
168
|
-
*/
|
|
169
|
-
readonly StandardInteractionClientCreateAuthCodeClient: "standardInteractionClientCreateAuthCodeClient";
|
|
170
|
-
readonly StandardInteractionClientGetClientConfiguration: "standardInteractionClientGetClientConfiguration";
|
|
171
|
-
readonly StandardInteractionClientInitializeAuthorizationRequest: "standardInteractionClientInitializeAuthorizationRequest";
|
|
172
|
-
/**
|
|
173
|
-
* getAuthCodeUrl API (msal-browser and msal-node).
|
|
174
|
-
*/
|
|
175
|
-
readonly GetAuthCodeUrl: "getAuthCodeUrl";
|
|
176
|
-
readonly GetStandardParams: "getStandardParams";
|
|
177
|
-
/**
|
|
178
|
-
* Functions from InteractionHandler (msal-browser)
|
|
179
|
-
*/
|
|
180
|
-
readonly HandleCodeResponseFromServer: "handleCodeResponseFromServer";
|
|
181
|
-
readonly HandleCodeResponse: "handleCodeResponse";
|
|
182
|
-
readonly HandleResponseEar: "handleResponseEar";
|
|
183
|
-
readonly HandleResponsePlatformBroker: "handleResponsePlatformBroker";
|
|
184
|
-
readonly HandleResponseCode: "handleResponseCode";
|
|
185
|
-
readonly UpdateTokenEndpointAuthority: "updateTokenEndpointAuthority";
|
|
186
|
-
/**
|
|
187
|
-
* APIs in Authorization Code Client (msal-common)
|
|
188
|
-
*/
|
|
189
|
-
readonly AuthClientAcquireToken: "authClientAcquireToken";
|
|
190
|
-
readonly AuthClientExecuteTokenRequest: "authClientExecuteTokenRequest";
|
|
191
|
-
readonly AuthClientCreateTokenRequestBody: "authClientCreateTokenRequestBody";
|
|
192
|
-
/**
|
|
193
|
-
* Generate functions in PopTokenGenerator (msal-common)
|
|
194
|
-
*/
|
|
195
|
-
readonly PopTokenGenerateCnf: "popTokenGenerateCnf";
|
|
196
|
-
readonly PopTokenGenerateKid: "popTokenGenerateKid";
|
|
197
|
-
/**
|
|
198
|
-
* handleServerTokenResponse API in ResponseHandler (msal-common)
|
|
199
|
-
*/
|
|
200
|
-
readonly HandleServerTokenResponse: "handleServerTokenResponse";
|
|
201
|
-
readonly DeserializeResponse: "deserializeResponse";
|
|
202
|
-
/**
|
|
203
|
-
* Authority functions
|
|
204
|
-
*/
|
|
205
|
-
readonly AuthorityFactoryCreateDiscoveredInstance: "authorityFactoryCreateDiscoveredInstance";
|
|
206
|
-
readonly AuthorityResolveEndpointsAsync: "authorityResolveEndpointsAsync";
|
|
207
|
-
readonly AuthorityResolveEndpointsFromLocalSources: "authorityResolveEndpointsFromLocalSources";
|
|
208
|
-
readonly AuthorityGetCloudDiscoveryMetadataFromNetwork: "authorityGetCloudDiscoveryMetadataFromNetwork";
|
|
209
|
-
readonly AuthorityUpdateCloudDiscoveryMetadata: "authorityUpdateCloudDiscoveryMetadata";
|
|
210
|
-
readonly AuthorityGetEndpointMetadataFromNetwork: "authorityGetEndpointMetadataFromNetwork";
|
|
211
|
-
readonly AuthorityUpdateEndpointMetadata: "authorityUpdateEndpointMetadata";
|
|
212
|
-
readonly AuthorityUpdateMetadataWithRegionalInformation: "authorityUpdateMetadataWithRegionalInformation";
|
|
213
|
-
/**
|
|
214
|
-
* Region Discovery functions
|
|
215
|
-
*/
|
|
216
|
-
readonly RegionDiscoveryDetectRegion: "regionDiscoveryDetectRegion";
|
|
217
|
-
readonly RegionDiscoveryGetRegionFromIMDS: "regionDiscoveryGetRegionFromIMDS";
|
|
218
|
-
readonly RegionDiscoveryGetCurrentVersion: "regionDiscoveryGetCurrentVersion";
|
|
219
|
-
readonly AcquireTokenByCodeAsync: "acquireTokenByCodeAsync";
|
|
220
|
-
readonly GetEndpointMetadataFromNetwork: "getEndpointMetadataFromNetwork";
|
|
221
|
-
readonly GetCloudDiscoveryMetadataFromNetworkMeasurement: "getCloudDiscoveryMetadataFromNetworkMeasurement";
|
|
222
|
-
readonly HandleRedirectPromiseMeasurement: "handleRedirectPromise";
|
|
223
|
-
readonly HandleNativeRedirectPromiseMeasurement: "handleNativeRedirectPromise";
|
|
224
|
-
readonly UpdateCloudDiscoveryMetadataMeasurement: "updateCloudDiscoveryMetadataMeasurement";
|
|
225
|
-
readonly UsernamePasswordClientAcquireToken: "usernamePasswordClientAcquireToken";
|
|
226
|
-
readonly NativeMessageHandlerHandshake: "nativeMessageHandlerHandshake";
|
|
227
|
-
readonly NativeGenerateAuthResult: "nativeGenerateAuthResult";
|
|
228
|
-
readonly RemoveHiddenIframe: "removeHiddenIframe";
|
|
229
|
-
/**
|
|
230
|
-
* Cache operations
|
|
231
|
-
*/
|
|
232
|
-
readonly ClearTokensAndKeysWithClaims: "clearTokensAndKeysWithClaims";
|
|
233
|
-
readonly CacheManagerGetRefreshToken: "cacheManagerGetRefreshToken";
|
|
234
|
-
readonly ImportExistingCache: "importExistingCache";
|
|
235
|
-
readonly SetUserData: "setUserData";
|
|
236
|
-
readonly LocalStorageUpdated: "localStorageUpdated";
|
|
237
|
-
/**
|
|
238
|
-
* Crypto Operations
|
|
239
|
-
*/
|
|
240
|
-
readonly GeneratePkceCodes: "generatePkceCodes";
|
|
241
|
-
readonly GenerateCodeVerifier: "generateCodeVerifier";
|
|
242
|
-
readonly GenerateCodeChallengeFromVerifier: "generateCodeChallengeFromVerifier";
|
|
243
|
-
readonly Sha256Digest: "sha256Digest";
|
|
244
|
-
readonly GetRandomValues: "getRandomValues";
|
|
245
|
-
readonly GenerateHKDF: "generateHKDF";
|
|
246
|
-
readonly GenerateBaseKey: "generateBaseKey";
|
|
247
|
-
readonly Base64Decode: "base64Decode";
|
|
248
|
-
readonly UrlEncodeArr: "urlEncodeArr";
|
|
249
|
-
readonly Encrypt: "encrypt";
|
|
250
|
-
readonly Decrypt: "decrypt";
|
|
251
|
-
readonly GenerateEarKey: "generateEarKey";
|
|
252
|
-
readonly DecryptEarResponse: "decryptEarResponse";
|
|
253
|
-
};
|
|
254
|
-
export type PerformanceEvents = (typeof PerformanceEvents)[keyof typeof PerformanceEvents];
|
|
255
|
-
export declare const PerformanceEventAbbreviations: ReadonlyMap<string, string>;
|
|
256
1
|
/**
|
|
257
2
|
* State of the performance event.
|
|
258
3
|
*
|
|
@@ -389,13 +134,6 @@ export type PerformanceEvent = {
|
|
|
389
134
|
* @type {?boolean}
|
|
390
135
|
*/
|
|
391
136
|
isNativeBroker?: boolean;
|
|
392
|
-
/**
|
|
393
|
-
* Platform-specific fields, when calling STS and/or broker for token requests
|
|
394
|
-
*/
|
|
395
|
-
isPlatformAuthorizeRequest?: boolean;
|
|
396
|
-
isPlatformBrokerRequest?: boolean;
|
|
397
|
-
brokerErrorName?: string;
|
|
398
|
-
brokerErrorCode?: string;
|
|
399
137
|
/**
|
|
400
138
|
* Request ID returned from the response
|
|
401
139
|
*
|
|
@@ -413,12 +151,6 @@ export type PerformanceEvent = {
|
|
|
413
151
|
* @type {?number}
|
|
414
152
|
*/
|
|
415
153
|
cacheOutcome?: number;
|
|
416
|
-
/**
|
|
417
|
-
* Amount of time spent in the JS queue in milliseconds.
|
|
418
|
-
*
|
|
419
|
-
* @type {?number}
|
|
420
|
-
*/
|
|
421
|
-
queuedTimeMs?: number;
|
|
422
154
|
/**
|
|
423
155
|
* Sub-measurements for internal use. To be deleted before flushing.
|
|
424
156
|
*/
|
|
@@ -429,18 +161,6 @@ export type PerformanceEvent = {
|
|
|
429
161
|
* CorrelationId of the in progress iframe request that was awaited
|
|
430
162
|
*/
|
|
431
163
|
awaitIframeCorrelationId?: string;
|
|
432
|
-
/**
|
|
433
|
-
* Amount of times queued in the JS event queue.
|
|
434
|
-
*
|
|
435
|
-
* @type {?number}
|
|
436
|
-
*/
|
|
437
|
-
queuedCount?: number;
|
|
438
|
-
/**
|
|
439
|
-
* Amount of manually completed queue events.
|
|
440
|
-
*
|
|
441
|
-
* @type {?number}
|
|
442
|
-
*/
|
|
443
|
-
queuedManuallyCompletedCount?: number;
|
|
444
164
|
/**
|
|
445
165
|
* Size of the id token
|
|
446
166
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PerformanceEvent.d.ts","sourceRoot":"","sources":["../../../src/telemetry/performance/PerformanceEvent.ts"],"names":[],"mappings":"AAKA;;;;;GAKG;AACH,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"PerformanceEvent.d.ts","sourceRoot":"","sources":["../../../src/telemetry/performance/PerformanceEvent.ts"],"names":[],"mappings":"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"}
|