Skip to content

Commit

Permalink
Merge pull request #5482 from AzureAD/lalimas/browsercachingupdates
Browse files Browse the repository at this point in the history
Exporting CryptoOps and NativeAuthError for internal use
  • Loading branch information
lalimasharda committed Jan 9, 2023
2 parents c990330 + 4ff8430 commit 1c8f7d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Export CryptoOps and NativeAuthError for internal use #5482",
"packageName": "@azure/msal-browser",
"email": "lalimasharda@microsoft.com",
"dependentChangeType": "none"
}
6 changes: 6 additions & 0 deletions lib/msal-browser/src/internals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ export { NativeMessageHandler } from "./broker/nativeBroker/NativeMessageHandler
// Utilities
export { BrowserStateObject } from "./utils/BrowserProtocolUtils";
export { BrowserConstants, TemporaryCacheKeys } from "./utils/BrowserConstants";

// Crypto
export { CryptoOps } from "./crypto/CryptoOps";

// Browser Errors
export { NativeAuthError } from "./error/NativeAuthError";

0 comments on commit 1c8f7d7

Please sign in to comment.