Skip to content

Commit 1c8f7d7

Browse files
authored
Merge pull request #5482 from AzureAD/lalimas/browsercachingupdates
Exporting CryptoOps and NativeAuthError for internal use
2 parents c990330 + 4ff8430 commit 1c8f7d7

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Export CryptoOps and NativeAuthError for internal use #5482",
4+
"packageName": "@azure/msal-browser",
5+
"email": "lalimasharda@microsoft.com",
6+
"dependentChangeType": "none"
7+
}

lib/msal-browser/src/internals.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ export { NativeMessageHandler } from "./broker/nativeBroker/NativeMessageHandler
2727
// Utilities
2828
export { BrowserStateObject } from "./utils/BrowserProtocolUtils";
2929
export { BrowserConstants, TemporaryCacheKeys } from "./utils/BrowserConstants";
30+
31+
// Crypto
32+
export { CryptoOps } from "./crypto/CryptoOps";
33+
34+
// Browser Errors
35+
export { NativeAuthError } from "./error/NativeAuthError";

0 commit comments

Comments
 (0)