@azure/msal-browser 2.19.1 → 2.19.2
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/_virtual/_tslib.js +1 -1
- package/dist/app/ClientApplication.js +1 -1
- package/dist/app/IPublicClientApplication.js +1 -1
- package/dist/app/PublicClientApplication.js +1 -1
- package/dist/cache/AsyncMemoryStorage.js +1 -1
- package/dist/cache/BrowserCacheManager.js +1 -1
- package/dist/cache/BrowserStorage.js +1 -1
- package/dist/cache/DatabaseStorage.js +1 -1
- package/dist/cache/MemoryStorage.js +1 -1
- package/dist/cache/TokenCache.js +1 -1
- package/dist/config/Configuration.js +1 -1
- package/dist/crypto/BrowserCrypto.js +1 -1
- package/dist/crypto/CryptoOps.js +1 -1
- package/dist/crypto/GuidGenerator.js +1 -1
- package/dist/crypto/PkceGenerator.js +1 -1
- package/dist/crypto/SignedHttpRequest.js +1 -1
- package/dist/encode/Base64Decode.js +1 -1
- package/dist/encode/Base64Encode.js +1 -1
- package/dist/error/BrowserAuthError.js +1 -1
- package/dist/error/BrowserConfigurationAuthError.js +1 -1
- package/dist/event/EventHandler.js +1 -1
- package/dist/event/EventMessage.js +1 -1
- package/dist/event/EventType.js +1 -1
- package/dist/index.cjs.js +54 -54
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/interaction_client/BaseInteractionClient.js +1 -1
- package/dist/interaction_client/PopupClient.js +1 -1
- package/dist/interaction_client/RedirectClient.js +1 -1
- package/dist/interaction_client/SilentCacheClient.js +1 -1
- package/dist/interaction_client/SilentIframeClient.js +1 -1
- package/dist/interaction_client/SilentRefreshClient.js +1 -1
- package/dist/interaction_client/StandardInteractionClient.js +1 -1
- package/dist/interaction_handler/InteractionHandler.js +1 -1
- package/dist/interaction_handler/PopupHandler.js +1 -1
- package/dist/interaction_handler/RedirectHandler.js +1 -1
- package/dist/interaction_handler/SilentHandler.js +1 -1
- package/dist/navigation/NavigationClient.js +1 -1
- package/dist/network/FetchClient.js +1 -1
- package/dist/network/XhrClient.js +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.js +2 -2
- package/dist/packageMetadata.js.map +1 -1
- package/dist/utils/BrowserConstants.js +1 -1
- package/dist/utils/BrowserProtocolUtils.js +1 -1
- package/dist/utils/BrowserStringUtils.js +1 -1
- package/dist/utils/BrowserUtils.js +1 -1
- package/dist/utils/MathUtils.js +1 -1
- package/dist/utils/PopupUtils.js +1 -1
- package/lib/msal-browser.js +54 -54
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +22 -22
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.19.
|
|
1
|
+
/*! @azure/msal-browser v2.19.2 2022-08-03 */
|
|
2
2
|
'use strict';
|
|
3
3
|
export { PublicClientApplication } from './app/PublicClientApplication.js';
|
|
4
4
|
export { ApiId, BrowserCacheLocation, InteractionStatus, InteractionType, WrapperSKU } from './utils/BrowserConstants.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.19.
|
|
1
|
+
/*! @azure/msal-browser v2.19.2 2022-08-03 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { __awaiter, __generator, __spread, __assign } from '../_virtual/_tslib.js';
|
|
4
4
|
import { AccountEntity, AuthenticationScheme, ClientConfigurationError, UrlString, ServerTelemetryManager } from '@azure/msal-common';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.19.
|
|
1
|
+
/*! @azure/msal-browser v2.19.2 2022-08-03 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { __extends, __awaiter, __generator, __assign } from '../_virtual/_tslib.js';
|
|
4
4
|
import { StandardInteractionClient } from './StandardInteractionClient.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.19.
|
|
1
|
+
/*! @azure/msal-browser v2.19.2 2022-08-03 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { __extends, __awaiter, __generator, __assign } from '../_virtual/_tslib.js';
|
|
4
4
|
import { AuthError, StringUtils, PromptValue } from '@azure/msal-common';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.19.
|
|
1
|
+
/*! @azure/msal-browser v2.19.2 2022-08-03 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { __extends, __awaiter, __generator, __assign } from '../_virtual/_tslib.js';
|
|
4
4
|
import { StandardInteractionClient } from './StandardInteractionClient.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.19.
|
|
1
|
+
/*! @azure/msal-browser v2.19.2 2022-08-03 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { __extends, __awaiter, __generator, __assign } from '../_virtual/_tslib.js';
|
|
4
4
|
import { Constants, UrlString, AuthorizationCodeClient, AuthorityFactory, ProtocolUtils, ResponseMode, StringUtils } from '@azure/msal-common';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.19.
|
|
1
|
+
/*! @azure/msal-browser v2.19.2 2022-08-03 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js';
|
|
4
4
|
import { StringUtils, ThrottlingUtils, ClientAuthError } from '@azure/msal-common';
|
package/dist/packageMetadata.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.19.
|
|
1
|
+
/*! @azure/msal-browser v2.19.2 2022-08-03 */
|
|
2
2
|
'use strict';
|
|
3
3
|
/* eslint-disable header/header */
|
|
4
4
|
var name = "@azure/msal-browser";
|
|
5
|
-
var version = "2.19.
|
|
5
|
+
var version = "2.19.2";
|
|
6
6
|
|
|
7
7
|
export { name, version };
|
|
8
8
|
//# sourceMappingURL=packageMetadata.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageMetadata.js","sources":["../src/packageMetadata.ts"],"sourcesContent":["/* eslint-disable header/header */\r\nexport const name = \"@azure/msal-browser\";\r\nexport const version = \"2.19.
|
|
1
|
+
{"version":3,"file":"packageMetadata.js","sources":["../src/packageMetadata.ts"],"sourcesContent":["/* eslint-disable header/header */\r\nexport const name = \"@azure/msal-browser\";\r\nexport const version = \"2.19.2\";\r\n"],"names":[],"mappings":";;AAAA;IACa,IAAI,GAAG,sBAAsB;IAC7B,OAAO,GAAG;;;;"}
|
package/dist/utils/MathUtils.js
CHANGED
package/dist/utils/PopupUtils.js
CHANGED
package/lib/msal-browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.19.
|
|
1
|
+
/*! @azure/msal-browser v2.19.2 2022-08-03 */
|
|
2
2
|
'use strict';
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
return ar;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
/*! @azure/msal-common v5.1.
|
|
110
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
111
111
|
/*! *****************************************************************************
|
|
112
112
|
Copyright (c) Microsoft Corporation.
|
|
113
113
|
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
return r;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
/*! @azure/msal-common v5.1.
|
|
197
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
198
198
|
|
|
199
199
|
/*
|
|
200
200
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
CacheOutcome["REFRESH_CACHED_ACCESS_TOKEN"] = "4";
|
|
556
556
|
})(CacheOutcome || (CacheOutcome = {}));
|
|
557
557
|
|
|
558
|
-
/*! @azure/msal-common v5.1.
|
|
558
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
559
559
|
|
|
560
560
|
/*
|
|
561
561
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
return AuthError;
|
|
600
600
|
}(Error));
|
|
601
601
|
|
|
602
|
-
/*! @azure/msal-common v5.1.
|
|
602
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
603
603
|
|
|
604
604
|
/*
|
|
605
605
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
}
|
|
666
666
|
};
|
|
667
667
|
|
|
668
|
-
/*! @azure/msal-common v5.1.
|
|
668
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
669
669
|
|
|
670
670
|
/*
|
|
671
671
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1127,7 +1127,7 @@
|
|
|
1127
1127
|
return ClientAuthError;
|
|
1128
1128
|
}(AuthError));
|
|
1129
1129
|
|
|
1130
|
-
/*! @azure/msal-common v5.1.
|
|
1130
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
1131
1131
|
|
|
1132
1132
|
/*
|
|
1133
1133
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1252,7 +1252,7 @@
|
|
|
1252
1252
|
return StringUtils;
|
|
1253
1253
|
}());
|
|
1254
1254
|
|
|
1255
|
-
/*! @azure/msal-common v5.1.
|
|
1255
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
1256
1256
|
|
|
1257
1257
|
/*
|
|
1258
1258
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1432,12 +1432,12 @@
|
|
|
1432
1432
|
return Logger;
|
|
1433
1433
|
}());
|
|
1434
1434
|
|
|
1435
|
-
/*! @azure/msal-common v5.1.
|
|
1435
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
1436
1436
|
/* eslint-disable header/header */
|
|
1437
1437
|
var name$1 = "@azure/msal-common";
|
|
1438
|
-
var version$1 = "5.1.
|
|
1438
|
+
var version$1 = "5.1.2";
|
|
1439
1439
|
|
|
1440
|
-
/*! @azure/msal-common v5.1.
|
|
1440
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
1441
1441
|
|
|
1442
1442
|
/*
|
|
1443
1443
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
return CredentialEntity;
|
|
1582
1582
|
}());
|
|
1583
1583
|
|
|
1584
|
-
/*! @azure/msal-common v5.1.
|
|
1584
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
1585
1585
|
|
|
1586
1586
|
/*
|
|
1587
1587
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1826,7 +1826,7 @@
|
|
|
1826
1826
|
return ClientConfigurationError;
|
|
1827
1827
|
}(ClientAuthError));
|
|
1828
1828
|
|
|
1829
|
-
/*! @azure/msal-common v5.1.
|
|
1829
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
1830
1830
|
|
|
1831
1831
|
/*
|
|
1832
1832
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2010,7 +2010,7 @@
|
|
|
2010
2010
|
return ScopeSet;
|
|
2011
2011
|
}());
|
|
2012
2012
|
|
|
2013
|
-
/*! @azure/msal-common v5.1.
|
|
2013
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
2014
2014
|
|
|
2015
2015
|
/*
|
|
2016
2016
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2048,7 +2048,7 @@
|
|
|
2048
2048
|
};
|
|
2049
2049
|
}
|
|
2050
2050
|
|
|
2051
|
-
/*! @azure/msal-common v5.1.
|
|
2051
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
2052
2052
|
/*
|
|
2053
2053
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2054
2054
|
* Licensed under the MIT License.
|
|
@@ -2062,7 +2062,7 @@
|
|
|
2062
2062
|
AuthorityType[AuthorityType["Adfs"] = 1] = "Adfs";
|
|
2063
2063
|
})(AuthorityType || (AuthorityType = {}));
|
|
2064
2064
|
|
|
2065
|
-
/*! @azure/msal-common v5.1.
|
|
2065
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
2066
2066
|
|
|
2067
2067
|
/*
|
|
2068
2068
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2296,7 +2296,7 @@
|
|
|
2296
2296
|
return AccountEntity;
|
|
2297
2297
|
}());
|
|
2298
2298
|
|
|
2299
|
-
/*! @azure/msal-common v5.1.
|
|
2299
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
2300
2300
|
|
|
2301
2301
|
/*
|
|
2302
2302
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2334,7 +2334,7 @@
|
|
|
2334
2334
|
return AuthToken;
|
|
2335
2335
|
}());
|
|
2336
2336
|
|
|
2337
|
-
/*! @azure/msal-common v5.1.
|
|
2337
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
2338
2338
|
|
|
2339
2339
|
/*
|
|
2340
2340
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3175,7 +3175,7 @@
|
|
|
3175
3175
|
return DefaultStorageClass;
|
|
3176
3176
|
}(CacheManager));
|
|
3177
3177
|
|
|
3178
|
-
/*! @azure/msal-common v5.1.
|
|
3178
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
3179
3179
|
|
|
3180
3180
|
/*
|
|
3181
3181
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3257,7 +3257,7 @@
|
|
|
3257
3257
|
return __assign({ clientCapabilities: [] }, authOptions);
|
|
3258
3258
|
}
|
|
3259
3259
|
|
|
3260
|
-
/*! @azure/msal-common v5.1.
|
|
3260
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
3261
3261
|
|
|
3262
3262
|
/*
|
|
3263
3263
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3277,7 +3277,7 @@
|
|
|
3277
3277
|
return ServerError;
|
|
3278
3278
|
}(AuthError));
|
|
3279
3279
|
|
|
3280
|
-
/*! @azure/msal-common v5.1.
|
|
3280
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
3281
3281
|
|
|
3282
3282
|
/*
|
|
3283
3283
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3373,7 +3373,7 @@
|
|
|
3373
3373
|
return ThrottlingUtils;
|
|
3374
3374
|
}());
|
|
3375
3375
|
|
|
3376
|
-
/*! @azure/msal-common v5.1.
|
|
3376
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
3377
3377
|
|
|
3378
3378
|
/*
|
|
3379
3379
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3422,7 +3422,7 @@
|
|
|
3422
3422
|
return NetworkManager;
|
|
3423
3423
|
}());
|
|
3424
3424
|
|
|
3425
|
-
/*! @azure/msal-common v5.1.
|
|
3425
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
3426
3426
|
/*
|
|
3427
3427
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3428
3428
|
* Licensed under the MIT License.
|
|
@@ -3433,7 +3433,7 @@
|
|
|
3433
3433
|
CcsCredentialType["UPN"] = "UPN";
|
|
3434
3434
|
})(CcsCredentialType || (CcsCredentialType = {}));
|
|
3435
3435
|
|
|
3436
|
-
/*! @azure/msal-common v5.1.
|
|
3436
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
3437
3437
|
|
|
3438
3438
|
/*
|
|
3439
3439
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3522,7 +3522,7 @@
|
|
|
3522
3522
|
return BaseClient;
|
|
3523
3523
|
}());
|
|
3524
3524
|
|
|
3525
|
-
/*! @azure/msal-common v5.1.
|
|
3525
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
3526
3526
|
|
|
3527
3527
|
/*
|
|
3528
3528
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3608,7 +3608,7 @@
|
|
|
3608
3608
|
return RequestValidator;
|
|
3609
3609
|
}());
|
|
3610
3610
|
|
|
3611
|
-
/*! @azure/msal-common v5.1.
|
|
3611
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
3612
3612
|
|
|
3613
3613
|
/*
|
|
3614
3614
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3948,7 +3948,7 @@
|
|
|
3948
3948
|
return RequestParameterBuilder;
|
|
3949
3949
|
}());
|
|
3950
3950
|
|
|
3951
|
-
/*! @azure/msal-common v5.1.
|
|
3951
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
3952
3952
|
|
|
3953
3953
|
/*
|
|
3954
3954
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4013,7 +4013,7 @@
|
|
|
4013
4013
|
return IdTokenEntity;
|
|
4014
4014
|
}(CredentialEntity));
|
|
4015
4015
|
|
|
4016
|
-
/*! @azure/msal-common v5.1.
|
|
4016
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4017
4017
|
/*
|
|
4018
4018
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4019
4019
|
* Licensed under the MIT License.
|
|
@@ -4063,7 +4063,7 @@
|
|
|
4063
4063
|
return TimeUtils;
|
|
4064
4064
|
}());
|
|
4065
4065
|
|
|
4066
|
-
/*! @azure/msal-common v5.1.
|
|
4066
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4067
4067
|
|
|
4068
4068
|
/*
|
|
4069
4069
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4170,7 +4170,7 @@
|
|
|
4170
4170
|
return AccessTokenEntity;
|
|
4171
4171
|
}(CredentialEntity));
|
|
4172
4172
|
|
|
4173
|
-
/*! @azure/msal-common v5.1.
|
|
4173
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4174
4174
|
|
|
4175
4175
|
/*
|
|
4176
4176
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4237,7 +4237,7 @@
|
|
|
4237
4237
|
return RefreshTokenEntity;
|
|
4238
4238
|
}(CredentialEntity));
|
|
4239
4239
|
|
|
4240
|
-
/*! @azure/msal-common v5.1.
|
|
4240
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4241
4241
|
|
|
4242
4242
|
/*
|
|
4243
4243
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4301,7 +4301,7 @@
|
|
|
4301
4301
|
return InteractionRequiredAuthError;
|
|
4302
4302
|
}(AuthError));
|
|
4303
4303
|
|
|
4304
|
-
/*! @azure/msal-common v5.1.
|
|
4304
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4305
4305
|
/*
|
|
4306
4306
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4307
4307
|
* Licensed under the MIT License.
|
|
@@ -4317,7 +4317,7 @@
|
|
|
4317
4317
|
return CacheRecord;
|
|
4318
4318
|
}());
|
|
4319
4319
|
|
|
4320
|
-
/*! @azure/msal-common v5.1.
|
|
4320
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4321
4321
|
|
|
4322
4322
|
/*
|
|
4323
4323
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4388,7 +4388,7 @@
|
|
|
4388
4388
|
return ProtocolUtils;
|
|
4389
4389
|
}());
|
|
4390
4390
|
|
|
4391
|
-
/*! @azure/msal-common v5.1.
|
|
4391
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4392
4392
|
|
|
4393
4393
|
/*
|
|
4394
4394
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4589,7 +4589,7 @@
|
|
|
4589
4589
|
return UrlString;
|
|
4590
4590
|
}());
|
|
4591
4591
|
|
|
4592
|
-
/*! @azure/msal-common v5.1.
|
|
4592
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4593
4593
|
|
|
4594
4594
|
/*
|
|
4595
4595
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4664,7 +4664,7 @@
|
|
|
4664
4664
|
return PopTokenGenerator;
|
|
4665
4665
|
}());
|
|
4666
4666
|
|
|
4667
|
-
/*! @azure/msal-common v5.1.
|
|
4667
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4668
4668
|
|
|
4669
4669
|
/*
|
|
4670
4670
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4734,7 +4734,7 @@
|
|
|
4734
4734
|
return AppMetadataEntity;
|
|
4735
4735
|
}());
|
|
4736
4736
|
|
|
4737
|
-
/*! @azure/msal-common v5.1.
|
|
4737
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4738
4738
|
/*
|
|
4739
4739
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4740
4740
|
* Licensed under the MIT License.
|
|
@@ -4770,7 +4770,7 @@
|
|
|
4770
4770
|
return TokenCacheContext;
|
|
4771
4771
|
}());
|
|
4772
4772
|
|
|
4773
|
-
/*! @azure/msal-common v5.1.
|
|
4773
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
4774
4774
|
|
|
4775
4775
|
/*
|
|
4776
4776
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5034,7 +5034,7 @@
|
|
|
5034
5034
|
return ResponseHandler;
|
|
5035
5035
|
}());
|
|
5036
5036
|
|
|
5037
|
-
/*! @azure/msal-common v5.1.
|
|
5037
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
5038
5038
|
|
|
5039
5039
|
/*
|
|
5040
5040
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5435,7 +5435,7 @@
|
|
|
5435
5435
|
return AuthorizationCodeClient;
|
|
5436
5436
|
}(BaseClient));
|
|
5437
5437
|
|
|
5438
|
-
/*! @azure/msal-common v5.1.
|
|
5438
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
5439
5439
|
|
|
5440
5440
|
/*
|
|
5441
5441
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5646,7 +5646,7 @@
|
|
|
5646
5646
|
return RefreshTokenClient;
|
|
5647
5647
|
}(BaseClient));
|
|
5648
5648
|
|
|
5649
|
-
/*! @azure/msal-common v5.1.
|
|
5649
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
5650
5650
|
|
|
5651
5651
|
/*
|
|
5652
5652
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5769,7 +5769,7 @@
|
|
|
5769
5769
|
return SilentFlowClient;
|
|
5770
5770
|
}(BaseClient));
|
|
5771
5771
|
|
|
5772
|
-
/*! @azure/msal-common v5.1.
|
|
5772
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
5773
5773
|
/*
|
|
5774
5774
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5775
5775
|
* Licensed under the MIT License.
|
|
@@ -5780,7 +5780,7 @@
|
|
|
5780
5780
|
response.hasOwnProperty("issuer"));
|
|
5781
5781
|
}
|
|
5782
5782
|
|
|
5783
|
-
/*! @azure/msal-common v5.1.
|
|
5783
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
5784
5784
|
/*
|
|
5785
5785
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5786
5786
|
* Licensed under the MIT License.
|
|
@@ -5794,7 +5794,7 @@
|
|
|
5794
5794
|
ProtocolMode["OIDC"] = "OIDC";
|
|
5795
5795
|
})(exports.ProtocolMode || (exports.ProtocolMode = {}));
|
|
5796
5796
|
|
|
5797
|
-
/*! @azure/msal-common v5.1.
|
|
5797
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
5798
5798
|
|
|
5799
5799
|
/*
|
|
5800
5800
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5869,7 +5869,7 @@
|
|
|
5869
5869
|
return AuthorityMetadataEntity;
|
|
5870
5870
|
}());
|
|
5871
5871
|
|
|
5872
|
-
/*! @azure/msal-common v5.1.
|
|
5872
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
5873
5873
|
/*
|
|
5874
5874
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5875
5875
|
* Licensed under the MIT License.
|
|
@@ -5879,7 +5879,7 @@
|
|
|
5879
5879
|
response.hasOwnProperty("metadata"));
|
|
5880
5880
|
}
|
|
5881
5881
|
|
|
5882
|
-
/*! @azure/msal-common v5.1.
|
|
5882
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
5883
5883
|
|
|
5884
5884
|
/*
|
|
5885
5885
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5993,7 +5993,7 @@
|
|
|
5993
5993
|
return RegionDiscovery;
|
|
5994
5994
|
}());
|
|
5995
5995
|
|
|
5996
|
-
/*! @azure/msal-common v5.1.
|
|
5996
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
5997
5997
|
|
|
5998
5998
|
/*
|
|
5999
5999
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6559,7 +6559,7 @@
|
|
|
6559
6559
|
return Authority;
|
|
6560
6560
|
}());
|
|
6561
6561
|
|
|
6562
|
-
/*! @azure/msal-common v5.1.
|
|
6562
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
6563
6563
|
|
|
6564
6564
|
/*
|
|
6565
6565
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6620,7 +6620,7 @@
|
|
|
6620
6620
|
return AuthorityFactory;
|
|
6621
6621
|
}());
|
|
6622
6622
|
|
|
6623
|
-
/*! @azure/msal-common v5.1.
|
|
6623
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
6624
6624
|
|
|
6625
6625
|
/*
|
|
6626
6626
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6651,7 +6651,7 @@
|
|
|
6651
6651
|
return ServerTelemetryEntity;
|
|
6652
6652
|
}());
|
|
6653
6653
|
|
|
6654
|
-
/*! @azure/msal-common v5.1.
|
|
6654
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
6655
6655
|
|
|
6656
6656
|
/*
|
|
6657
6657
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6679,7 +6679,7 @@
|
|
|
6679
6679
|
return ThrottlingEntity;
|
|
6680
6680
|
}());
|
|
6681
6681
|
|
|
6682
|
-
/*! @azure/msal-common v5.1.
|
|
6682
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
6683
6683
|
|
|
6684
6684
|
/*
|
|
6685
6685
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6696,7 +6696,7 @@
|
|
|
6696
6696
|
}
|
|
6697
6697
|
};
|
|
6698
6698
|
|
|
6699
|
-
/*! @azure/msal-common v5.1.
|
|
6699
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
6700
6700
|
|
|
6701
6701
|
/*
|
|
6702
6702
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6755,7 +6755,7 @@
|
|
|
6755
6755
|
return AuthenticationHeaderParser;
|
|
6756
6756
|
}());
|
|
6757
6757
|
|
|
6758
|
-
/*! @azure/msal-common v5.1.
|
|
6758
|
+
/*! @azure/msal-common v5.1.2 2022-08-03 */
|
|
6759
6759
|
|
|
6760
6760
|
/*
|
|
6761
6761
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8892,7 +8892,7 @@
|
|
|
8892
8892
|
|
|
8893
8893
|
/* eslint-disable header/header */
|
|
8894
8894
|
var name = "@azure/msal-browser";
|
|
8895
|
-
var version = "2.19.
|
|
8895
|
+
var version = "2.19.2";
|
|
8896
8896
|
|
|
8897
8897
|
/*
|
|
8898
8898
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|