@azure/msal-common
Advanced tools
Comparing version 13.3.0 to 13.3.1
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /*! ***************************************************************************** |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { ClientAuthError } from '../error/ClientAuthError.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { ClientAuthError } from '../error/ClientAuthError.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __awaiter, __generator, __assign } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -538,2 +538,3 @@ import { __awaiter, __generator, __assign, __extends } from '../_virtual/_tslib.js'; | ||
CacheManager.prototype.getIdToken = function (account, tokenKeys) { | ||
var _this = this; | ||
this.commonLogger.trace("CacheManager - getIdToken called"); | ||
@@ -554,3 +555,7 @@ var idTokenFilter = { | ||
else if (numIdTokens > 1) { | ||
throw ClientAuthError.createMultipleMatchingTokensInCacheError(); | ||
this.commonLogger.info("CacheManager:getIdToken - Multiple id tokens found, clearing them"); | ||
idTokens.forEach(function (idToken) { | ||
_this.removeIdToken(idToken.generateCredentialKey()); | ||
}); | ||
return null; | ||
} | ||
@@ -656,3 +661,7 @@ this.commonLogger.info("CacheManager:getIdToken - Returning id token"); | ||
else if (numAccessTokens > 1) { | ||
throw ClientAuthError.createMultipleMatchingTokensInCacheError(); | ||
this.commonLogger.info("CacheManager:getAccessToken - Multiple access tokens found, clearing them"); | ||
accessTokens.forEach(function (accessToken) { | ||
_this.removeAccessToken(accessToken.generateCredentialKey()); | ||
}); | ||
return null; | ||
} | ||
@@ -659,0 +668,0 @@ this.commonLogger.info("CacheManager:getAccessToken - Returning access token"); |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends } from '../../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { Separators, CacheAccountType, CacheType, Constants } from '../../utils/Constants.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { Separators, APP_METADATA } from '../../utils/Constants.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { AUTHORITY_METADATA_CONSTANTS } from '../../utils/Constants.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { CredentialType, CacheType, Separators, Constants, AuthenticationScheme } from '../../utils/Constants.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends } from '../../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends } from '../../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { SERVER_TELEM_CONSTANTS } from '../../utils/Constants.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { ThrottlingConstants } from '../../utils/Constants.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends, __awaiter, __generator, __assign, __spreadArrays } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends, __awaiter, __generator, __assign } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __assign, __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { JoseHeaderError } from '../error/JoseHeaderError.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __awaiter, __generator, __assign } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ export { AuthorizationCodeClient } from './client/AuthorizationCodeClient.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { StringUtils } from '../utils/StringUtils.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { AuthError } from '../error/AuthError.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { ThrottlingConstants, Constants, HeaderNames } from '../utils/Constants.js'; |
export declare const name = "@azure/msal-common"; | ||
export declare const version = "13.3.0"; | ||
export declare const version = "13.3.1"; | ||
//# sourceMappingURL=packageMetadata.d.ts.map |
@@ -1,8 +0,8 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
/* eslint-disable header/header */ | ||
var name = "@azure/msal-common"; | ||
var version = "13.3.0"; | ||
var version = "13.3.1"; | ||
export { name, version }; | ||
//# sourceMappingURL=packageMetadata.js.map |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { ClientConfigurationError } from '../error/ClientConfigurationError.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __spreadArrays } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { StringUtils } from '../utils/StringUtils.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __spreadArrays } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __awaiter, __generator } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __assign } from '../../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __extends } from '../../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { SERVER_TELEM_CONSTANTS, CacheOutcome, Constants, Separators } from '../../utils/Constants.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { ClientConfigurationError } from '../error/ClientConfigurationError.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { __spreadArrays } from '../_virtual/_tslib.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { StringUtils } from './StringUtils.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { ClientAuthError } from '../error/ClientAuthError.js'; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-common v13.3.0 2023-08-24 */ | ||
/*! @azure/msal-common v13.3.1 2023-10-27 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "13.3.0", | ||
"version": "13.3.1", | ||
"description": "Microsoft Authentication Library for js", | ||
@@ -16,0 +16,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2898516
25399