@azure/msal-browser 3.5.1-beta.0 → 3.5.1-beta.1
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/app/IPublicClientApplication.mjs +1 -1
- package/dist/app/PublicClientApplication.mjs +1 -1
- package/dist/app/PublicClientNext.mjs +1 -1
- package/dist/broker/nativeBroker/NativeMessageHandler.mjs +1 -1
- package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/dist/cache/AsyncMemoryStorage.mjs +1 -1
- package/dist/cache/BrowserCacheManager.mjs +1 -1
- package/dist/cache/BrowserStorage.mjs +1 -1
- package/dist/cache/CryptoKeyStore.mjs +1 -1
- package/dist/cache/DatabaseStorage.mjs +1 -1
- package/dist/cache/MemoryStorage.mjs +1 -1
- package/dist/cache/TokenCache.mjs +1 -1
- package/dist/config/Configuration.mjs +1 -1
- package/dist/controllers/ControllerFactory.mjs +1 -1
- package/dist/controllers/NestedAppAuthController.mjs +1 -1
- package/dist/controllers/StandardController.mjs +1 -1
- package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
- package/dist/crypto/BrowserCrypto.mjs +1 -1
- package/dist/crypto/CryptoOps.mjs +1 -1
- package/dist/crypto/PkceGenerator.mjs +1 -1
- package/dist/crypto/SignedHttpRequest.mjs +1 -1
- package/dist/encode/Base64Decode.mjs +1 -1
- package/dist/encode/Base64Encode.mjs +1 -1
- package/dist/error/BrowserAuthError.mjs +1 -1
- package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/dist/error/NativeAuthError.mjs +1 -1
- package/dist/error/NativeAuthErrorCodes.mjs +1 -1
- package/dist/error/NestedAppAuthError.mjs +1 -1
- package/dist/event/EventHandler.mjs +1 -1
- package/dist/event/EventMessage.mjs +1 -1
- package/dist/event/EventType.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
- package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/dist/interaction_client/NativeInteractionClient.mjs +1 -1
- package/dist/interaction_client/PopupClient.mjs +1 -1
- package/dist/interaction_client/RedirectClient.mjs +1 -1
- package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
- package/dist/interaction_client/SilentCacheClient.mjs +1 -1
- package/dist/interaction_client/SilentIframeClient.mjs +1 -1
- package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
- package/dist/interaction_handler/InteractionHandler.mjs +1 -1
- package/dist/interaction_handler/RedirectHandler.mjs +1 -1
- package/dist/interaction_handler/SilentHandler.mjs +1 -1
- package/dist/naa/BridgeError.mjs +1 -1
- package/dist/naa/BridgeProxy.mjs +1 -1
- package/dist/naa/BridgeStatusCode.mjs +1 -1
- package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
- package/dist/navigation/NavigationClient.mjs +1 -1
- package/dist/network/FetchClient.mjs +1 -1
- package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/operatingcontext/TeamsAppOperatingContext.mjs +1 -1
- package/dist/operatingcontext/UnknownOperatingContext.mjs +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/packageMetadata.mjs.map +1 -1
- package/dist/response/ResponseHandler.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
- package/dist/utils/BrowserConstants.mjs +1 -1
- package/dist/utils/BrowserProtocolUtils.mjs +1 -1
- package/dist/utils/BrowserUtils.mjs +1 -1
- package/lib/msal-browser.cjs +64 -64
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +64 -64
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +58 -58
- package/package.json +2 -2
- package/src/packageMetadata.ts +1 -1
package/lib/msal-browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v3.5.1-beta.
|
|
1
|
+
/*! @azure/msal-browser v3.5.1-beta.1 2023-11-14 */
|
|
2
2
|
'use strict';
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.msal = {}));
|
|
7
7
|
})(this, (function (exports) { 'use strict';
|
|
8
8
|
|
|
9
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
9
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
10
10
|
/*
|
|
11
11
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
12
12
|
* Licensed under the MIT License.
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
Pop: "pop",
|
|
369
369
|
};
|
|
370
370
|
|
|
371
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
371
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
372
372
|
/*
|
|
373
373
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
374
374
|
* Licensed under the MIT License.
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
unexpectedError: unexpectedError
|
|
386
386
|
});
|
|
387
387
|
|
|
388
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
388
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
389
389
|
|
|
390
390
|
/*
|
|
391
391
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
: AuthErrorMessages[code]);
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
437
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
438
438
|
/*
|
|
439
439
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
440
440
|
* Licensed under the MIT License.
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
userTimeoutReached: userTimeoutReached
|
|
533
533
|
});
|
|
534
534
|
|
|
535
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
535
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
536
536
|
|
|
537
537
|
/*
|
|
538
538
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
785
785
|
}
|
|
786
786
|
|
|
787
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
787
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
788
788
|
|
|
789
789
|
/*
|
|
790
790
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
},
|
|
818
818
|
};
|
|
819
819
|
|
|
820
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
820
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
821
821
|
|
|
822
822
|
/*
|
|
823
823
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1008,12 +1008,12 @@
|
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
1010
|
|
|
1011
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1011
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1012
1012
|
/* eslint-disable header/header */
|
|
1013
1013
|
const name$1 = "@azure/msal-common";
|
|
1014
|
-
const version$1 = "14.4.
|
|
1014
|
+
const version$1 = "14.4.1-beta.1";
|
|
1015
1015
|
|
|
1016
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1016
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1017
1017
|
/*
|
|
1018
1018
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1019
1019
|
* Licensed under the MIT License.
|
|
@@ -1033,7 +1033,7 @@
|
|
|
1033
1033
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
1034
1034
|
};
|
|
1035
1035
|
|
|
1036
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1036
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1037
1037
|
|
|
1038
1038
|
/*
|
|
1039
1039
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
}
|
|
1095
1095
|
}
|
|
1096
1096
|
|
|
1097
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1097
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1098
1098
|
/*
|
|
1099
1099
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1100
1100
|
* Licensed under the MIT License.
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
1143
|
|
|
1144
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1144
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1145
1145
|
|
|
1146
1146
|
/*
|
|
1147
1147
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1378,7 +1378,7 @@
|
|
|
1378
1378
|
return validateKey && validateEntity;
|
|
1379
1379
|
}
|
|
1380
1380
|
|
|
1381
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1381
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1382
1382
|
/*
|
|
1383
1383
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1384
1384
|
* Licensed under the MIT License.
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
urlParseError: urlParseError
|
|
1433
1433
|
});
|
|
1434
1434
|
|
|
1435
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1435
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1436
1436
|
|
|
1437
1437
|
/*
|
|
1438
1438
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
return new ClientConfigurationError(errorCode);
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1573
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1574
1574
|
/*
|
|
1575
1575
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1576
1576
|
* Licensed under the MIT License.
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
}
|
|
1668
1668
|
}
|
|
1669
1669
|
|
|
1670
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1670
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1671
1671
|
|
|
1672
1672
|
/*
|
|
1673
1673
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1867,7 +1867,7 @@
|
|
|
1867
1867
|
}
|
|
1868
1868
|
}
|
|
1869
1869
|
|
|
1870
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1870
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1871
1871
|
|
|
1872
1872
|
/*
|
|
1873
1873
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1907,7 +1907,7 @@
|
|
|
1907
1907
|
};
|
|
1908
1908
|
}
|
|
1909
1909
|
|
|
1910
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1910
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1911
1911
|
/*
|
|
1912
1912
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1913
1913
|
* Licensed under the MIT License.
|
|
@@ -1922,7 +1922,7 @@
|
|
|
1922
1922
|
Ciam: 3,
|
|
1923
1923
|
};
|
|
1924
1924
|
|
|
1925
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1925
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1926
1926
|
/*
|
|
1927
1927
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1928
1928
|
* Licensed under the MIT License.
|
|
@@ -1935,7 +1935,7 @@
|
|
|
1935
1935
|
OIDC: "OIDC",
|
|
1936
1936
|
};
|
|
1937
1937
|
|
|
1938
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
1938
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
1939
1939
|
|
|
1940
1940
|
/*
|
|
1941
1941
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2156,7 +2156,7 @@
|
|
|
2156
2156
|
}
|
|
2157
2157
|
}
|
|
2158
2158
|
|
|
2159
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
2159
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
2160
2160
|
|
|
2161
2161
|
/*
|
|
2162
2162
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2203,7 +2203,7 @@
|
|
|
2203
2203
|
return null;
|
|
2204
2204
|
}
|
|
2205
2205
|
|
|
2206
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
2206
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
2207
2207
|
|
|
2208
2208
|
/*
|
|
2209
2209
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2367,7 +2367,7 @@
|
|
|
2367
2367
|
}
|
|
2368
2368
|
}
|
|
2369
2369
|
|
|
2370
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
2370
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
2371
2371
|
|
|
2372
2372
|
/*
|
|
2373
2373
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2973,7 +2973,7 @@
|
|
|
2973
2973
|
return null;
|
|
2974
2974
|
}
|
|
2975
2975
|
|
|
2976
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
2976
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
2977
2977
|
|
|
2978
2978
|
/*
|
|
2979
2979
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4078,7 +4078,7 @@
|
|
|
4078
4078
|
}
|
|
4079
4079
|
}
|
|
4080
4080
|
|
|
4081
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4081
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4082
4082
|
|
|
4083
4083
|
/*
|
|
4084
4084
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4178,7 +4178,7 @@
|
|
|
4178
4178
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
4179
4179
|
}
|
|
4180
4180
|
|
|
4181
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4181
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4182
4182
|
|
|
4183
4183
|
/*
|
|
4184
4184
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4195,7 +4195,7 @@
|
|
|
4195
4195
|
}
|
|
4196
4196
|
}
|
|
4197
4197
|
|
|
4198
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4198
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4199
4199
|
|
|
4200
4200
|
/*
|
|
4201
4201
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4293,7 +4293,7 @@
|
|
|
4293
4293
|
}
|
|
4294
4294
|
}
|
|
4295
4295
|
|
|
4296
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4296
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4297
4297
|
|
|
4298
4298
|
/*
|
|
4299
4299
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4330,7 +4330,7 @@
|
|
|
4330
4330
|
}
|
|
4331
4331
|
}
|
|
4332
4332
|
|
|
4333
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4333
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4334
4334
|
/*
|
|
4335
4335
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4336
4336
|
* Licensed under the MIT License.
|
|
@@ -4340,7 +4340,7 @@
|
|
|
4340
4340
|
UPN: "UPN",
|
|
4341
4341
|
};
|
|
4342
4342
|
|
|
4343
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4343
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4344
4344
|
|
|
4345
4345
|
/*
|
|
4346
4346
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4424,7 +4424,7 @@
|
|
|
4424
4424
|
}
|
|
4425
4425
|
}
|
|
4426
4426
|
|
|
4427
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4427
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4428
4428
|
|
|
4429
4429
|
/*
|
|
4430
4430
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4808,7 +4808,7 @@
|
|
|
4808
4808
|
}
|
|
4809
4809
|
}
|
|
4810
4810
|
|
|
4811
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4811
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4812
4812
|
/*
|
|
4813
4813
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4814
4814
|
* Licensed under the MIT License.
|
|
@@ -4820,7 +4820,7 @@
|
|
|
4820
4820
|
response.hasOwnProperty("jwks_uri"));
|
|
4821
4821
|
}
|
|
4822
4822
|
|
|
4823
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4823
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4824
4824
|
|
|
4825
4825
|
/*
|
|
4826
4826
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4901,7 +4901,7 @@
|
|
|
4901
4901
|
}
|
|
4902
4902
|
}
|
|
4903
4903
|
|
|
4904
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4904
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4905
4905
|
/*
|
|
4906
4906
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4907
4907
|
* Licensed under the MIT License.
|
|
@@ -4911,7 +4911,7 @@
|
|
|
4911
4911
|
response.hasOwnProperty("metadata"));
|
|
4912
4912
|
}
|
|
4913
4913
|
|
|
4914
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4914
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4915
4915
|
/*
|
|
4916
4916
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4917
4917
|
* Licensed under the MIT License.
|
|
@@ -4921,7 +4921,7 @@
|
|
|
4921
4921
|
response.hasOwnProperty("error_description"));
|
|
4922
4922
|
}
|
|
4923
4923
|
|
|
4924
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
4924
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
4925
4925
|
/*
|
|
4926
4926
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4927
4927
|
* Licensed under the MIT License.
|
|
@@ -5176,7 +5176,7 @@
|
|
|
5176
5176
|
"multiMatchedRT",
|
|
5177
5177
|
]);
|
|
5178
5178
|
|
|
5179
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
5179
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
5180
5180
|
/*
|
|
5181
5181
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5182
5182
|
* Licensed under the MIT License.
|
|
@@ -5262,7 +5262,7 @@
|
|
|
5262
5262
|
};
|
|
5263
5263
|
};
|
|
5264
5264
|
|
|
5265
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
5265
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
5266
5266
|
|
|
5267
5267
|
/*
|
|
5268
5268
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5371,7 +5371,7 @@
|
|
|
5371
5371
|
},
|
|
5372
5372
|
};
|
|
5373
5373
|
|
|
5374
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
5374
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
5375
5375
|
|
|
5376
5376
|
/*
|
|
5377
5377
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6162,7 +6162,7 @@
|
|
|
6162
6162
|
};
|
|
6163
6163
|
}
|
|
6164
6164
|
|
|
6165
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
6165
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
6166
6166
|
|
|
6167
6167
|
/*
|
|
6168
6168
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6212,7 +6212,7 @@
|
|
|
6212
6212
|
}
|
|
6213
6213
|
}
|
|
6214
6214
|
|
|
6215
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
6215
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
6216
6216
|
|
|
6217
6217
|
/*
|
|
6218
6218
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6315,7 +6315,7 @@
|
|
|
6315
6315
|
}
|
|
6316
6316
|
}
|
|
6317
6317
|
|
|
6318
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
6318
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
6319
6319
|
/*
|
|
6320
6320
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6321
6321
|
* Licensed under the MIT License.
|
|
@@ -6339,7 +6339,7 @@
|
|
|
6339
6339
|
refreshTokenExpired: refreshTokenExpired
|
|
6340
6340
|
});
|
|
6341
6341
|
|
|
6342
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
6342
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
6343
6343
|
|
|
6344
6344
|
/*
|
|
6345
6345
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6419,7 +6419,7 @@
|
|
|
6419
6419
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6420
6420
|
}
|
|
6421
6421
|
|
|
6422
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
6422
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
6423
6423
|
/*
|
|
6424
6424
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6425
6425
|
* Licensed under the MIT License.
|
|
@@ -6435,7 +6435,7 @@
|
|
|
6435
6435
|
}
|
|
6436
6436
|
}
|
|
6437
6437
|
|
|
6438
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
6438
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
6439
6439
|
|
|
6440
6440
|
/*
|
|
6441
6441
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6507,7 +6507,7 @@
|
|
|
6507
6507
|
}
|
|
6508
6508
|
}
|
|
6509
6509
|
|
|
6510
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
6510
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
6511
6511
|
|
|
6512
6512
|
/*
|
|
6513
6513
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6592,7 +6592,7 @@
|
|
|
6592
6592
|
}
|
|
6593
6593
|
}
|
|
6594
6594
|
|
|
6595
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
6595
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
6596
6596
|
|
|
6597
6597
|
/*
|
|
6598
6598
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6661,7 +6661,7 @@
|
|
|
6661
6661
|
}
|
|
6662
6662
|
}
|
|
6663
6663
|
|
|
6664
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
6664
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
6665
6665
|
/*
|
|
6666
6666
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6667
6667
|
* Licensed under the MIT License.
|
|
@@ -6688,7 +6688,7 @@
|
|
|
6688
6688
|
}
|
|
6689
6689
|
}
|
|
6690
6690
|
|
|
6691
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
6691
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
6692
6692
|
|
|
6693
6693
|
/*
|
|
6694
6694
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7003,7 +7003,7 @@
|
|
|
7003
7003
|
}
|
|
7004
7004
|
}
|
|
7005
7005
|
|
|
7006
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
7006
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
7007
7007
|
|
|
7008
7008
|
/*
|
|
7009
7009
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7408,7 +7408,7 @@
|
|
|
7408
7408
|
}
|
|
7409
7409
|
}
|
|
7410
7410
|
|
|
7411
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
7411
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
7412
7412
|
|
|
7413
7413
|
/*
|
|
7414
7414
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7603,7 +7603,7 @@
|
|
|
7603
7603
|
}
|
|
7604
7604
|
}
|
|
7605
7605
|
|
|
7606
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
7606
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
7607
7607
|
|
|
7608
7608
|
/*
|
|
7609
7609
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7724,7 +7724,7 @@
|
|
|
7724
7724
|
}
|
|
7725
7725
|
}
|
|
7726
7726
|
|
|
7727
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
7727
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
7728
7728
|
|
|
7729
7729
|
/*
|
|
7730
7730
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7750,7 +7750,7 @@
|
|
|
7750
7750
|
}
|
|
7751
7751
|
}
|
|
7752
7752
|
|
|
7753
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
7753
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
7754
7754
|
|
|
7755
7755
|
/*
|
|
7756
7756
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7765,7 +7765,7 @@
|
|
|
7765
7765
|
},
|
|
7766
7766
|
};
|
|
7767
7767
|
|
|
7768
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
7768
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
7769
7769
|
/*
|
|
7770
7770
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7771
7771
|
* Licensed under the MIT License.
|
|
@@ -7773,7 +7773,7 @@
|
|
|
7773
7773
|
const missingKidError = "missing_kid_error";
|
|
7774
7774
|
const missingAlgError = "missing_alg_error";
|
|
7775
7775
|
|
|
7776
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
7776
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
7777
7777
|
|
|
7778
7778
|
/*
|
|
7779
7779
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7798,7 +7798,7 @@
|
|
|
7798
7798
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
7799
7799
|
}
|
|
7800
7800
|
|
|
7801
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
7801
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
7802
7802
|
|
|
7803
7803
|
/*
|
|
7804
7804
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7838,7 +7838,7 @@
|
|
|
7838
7838
|
}
|
|
7839
7839
|
}
|
|
7840
7840
|
|
|
7841
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
7841
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
7842
7842
|
|
|
7843
7843
|
/*
|
|
7844
7844
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7896,7 +7896,7 @@
|
|
|
7896
7896
|
}
|
|
7897
7897
|
}
|
|
7898
7898
|
|
|
7899
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
7899
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
7900
7900
|
|
|
7901
7901
|
/*
|
|
7902
7902
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8100,7 +8100,7 @@
|
|
|
8100
8100
|
}
|
|
8101
8101
|
}
|
|
8102
8102
|
|
|
8103
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
8103
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
8104
8104
|
|
|
8105
8105
|
/*
|
|
8106
8106
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8512,7 +8512,7 @@
|
|
|
8512
8512
|
}
|
|
8513
8513
|
}
|
|
8514
8514
|
|
|
8515
|
-
/*! @azure/msal-common v14.4.1-beta.
|
|
8515
|
+
/*! @azure/msal-common v14.4.1-beta.1 2023-11-14 */
|
|
8516
8516
|
|
|
8517
8517
|
/*
|
|
8518
8518
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -9568,7 +9568,7 @@
|
|
|
9568
9568
|
|
|
9569
9569
|
/* eslint-disable header/header */
|
|
9570
9570
|
const name = "@azure/msal-browser";
|
|
9571
|
-
const version = "3.5.
|
|
9571
|
+
const version = "3.5.1-beta.1";
|
|
9572
9572
|
|
|
9573
9573
|
/*
|
|
9574
9574
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|