Skip to content

Commit

Permalink
Support enum usage in OIDCOptions for sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
shylasummers committed Jul 12, 2023
1 parent 61c7c00 commit d81c43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msal-browser/src/config/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
Constants,
ProtocolMode,
OIDCOptions,
ServerResponseType,
LogLevel,
StubbedNetworkModule,
AzureCloudInstance,
Expand All @@ -25,7 +26,6 @@ import {
} from "../utils/BrowserConstants";
import { INavigationClient } from "../navigation/INavigationClient";
import { NavigationClient } from "../navigation/NavigationClient";
import { ServerResponseType } from "@azure/msal-common";

// Default timeout for popup windows and iframes in milliseconds
export const DEFAULT_POPUP_TIMEOUT_MS = 60000;
Expand Down
1 change: 1 addition & 0 deletions lib/msal-browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export {
LogLevel,
// Protocol Mode
ProtocolMode,
ServerResponseType,
PromptValue,
// Server Response
ExternalTokenResponse,
Expand Down

0 comments on commit d81c43c

Please sign in to comment.