Outlook_Addin_LLM/node_modules/@azure/msal-common/dist/index.cjs.map

1 line
228 KiB
Plaintext
Raw Normal View History

{"version":3,"file":"index.cjs","sources":["../src/utils/Constants.ts","../src/error/AuthErrorCodes.ts","../src/error/AuthError.ts","../src/error/ClientAuthErrorCodes.ts","../src/error/ClientAuthError.ts","../src/account/AuthToken.ts","../src/authority/AuthorityType.ts","../src/authority/OpenIdConfigResponse.ts","../src/error/ClientConfigurationErrorCodes.ts","../src/error/ClientConfigurationError.ts","../src/utils/StringUtils.ts","../src/utils/UrlUtils.ts","../src/url/UrlString.ts","../src/authority/AuthorityMetadata.ts","../src/authority/ProtocolMode.ts","../src/authority/AuthorityOptions.ts","../src/authority/CloudInstanceDiscoveryResponse.ts","../src/authority/CloudInstanceDiscoveryErrorResponse.ts","../src/telemetry/performance/PerformanceEvent.ts","../src/utils/FunctionWrappers.ts","../src/authority/RegionDiscovery.ts","../src/utils/TimeUtils.ts","../src/cache/utils/CacheHelpers.ts","../src/authority/Authority.ts","../src/authority/AuthorityFactory.ts","../src/utils/ClientAssertionUtils.ts","../src/constants/AADServerParamKeys.ts","../src/crypto/ICrypto.ts","../src/logger/Logger.ts","../src/packageMetadata.ts","../src/request/ScopeSet.ts","../src/account/ClientInfo.ts","../src/account/AccountInfo.ts","../src/account/TokenClaims.ts","../src/cache/entities/AccountEntity.ts","../src/error/CacheErrorCodes.ts","../src/error/CacheError.ts","../src/cache/CacheManager.ts","../src/config/ClientConfiguration.ts","../src/error/ServerError.ts","../src/network/ThrottlingUtils.ts","../src/network/NetworkManager.ts","../src/account/CcsCredential.ts","../src/request/RequestValidator.ts","../src/request/RequestParameterBuilder.ts","../src/client/BaseClient.ts","../src/error/InteractionRequiredAuthErrorCodes.ts","../src/error/InteractionRequiredAuthError.ts","../src/utils/ProtocolUtils.ts","../src/crypto/PopTokenGenerator.ts","../src/cache/persistence/TokenCacheContext.ts","../src/response/ResponseHandler.ts","../src/client/AuthorizationCodeClient.ts","../src/client/RefreshTokenClient.ts","../src/client/SilentFlowClient.ts","../src/network/INetworkModule.ts","../src/error/JoseHeaderErrorCodes.ts","../src/error/JoseHeaderError.ts","../src/crypto/JoseHeader.ts","../src/request/AuthenticationHeaderParser.ts","../src/telemetry/server/ServerTelemetryManager.ts","../src/telemetry/performance/StubPerformanceClient.ts","../src/telemetry/performance/PerformanceClient.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["CLIENT_INFO","AuthErrorCodes.unexpectedError","AuthErrorCodes.postRequestFailed","ClientAuthErrorCodes.clientInfoDecodingError","ClientAuthErrorCodes.clientInfoEmptyError","ClientAuthErrorCodes.tokenParsingError","ClientAuthErrorCodes.nullOrEmptyToken","ClientAuthErrorCodes.endpointResolutionError","ClientAuthErrorCodes.networkError","ClientAuthErrorCodes.openIdConfigError","ClientAuthErrorCodes.hashNotDeserialized","ClientAuthErrorCodes.invalidState","ClientAuthErrorCodes.stateMismatch","ClientAuthErrorCodes.stateNotFound","ClientAuthErrorCodes.nonceMismatch","ClientAuthErrorCodes.authTimeNotFound","ClientAuthErrorCodes.maxAgeTranspired","ClientAuthErrorCodes.multipleMatchingTokens","ClientAuthErrorCodes.multipleMatchingAccounts","ClientAuthErrorCodes.multipleMatchingAppMetadata","ClientAuthErrorCodes.requestCannotBeMade","ClientAuthErrorCodes.cannotRemoveEmptyScope","ClientAuthErrorCodes.cannotAppendScopeSet","ClientAuthErrorCodes.emptyInputScopeSet","ClientAuthErrorCodes.deviceCodePollingCancelled","ClientAuthErrorCodes.deviceCodeExpired","ClientAuthErrorCodes.deviceCodeUnknownError","ClientAuthErrorCodes.noAccountInSilentRequest","ClientAuthErrorCodes.invalidCacheRecord","ClientAuthErrorCodes.invalidCacheEnvironment","ClientAuthErrorCodes.noAccountFound","ClientAuthErrorCodes.noCryptoObject","ClientAuthErrorCodes.unexpectedCredenti