Skip to content

Commit

Permalink
Update lib/msal-browser/docs/configuration.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Nutter <janutter@microsoft.com>
  • Loading branch information
jo-arroyo and jasonnutter committed Aug 20, 2020
1 parent 873179a commit abda11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msal-browser/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const msalInstance = new PublicClientApplication(msalConfig);
| `windowHashTimeout` | Timeout in milliseconds to wait for popup authentication to resolve. | integer (milliseconds) | `60000` |
| `iframeHashTimeout` | Timeout in milliseconds to wait for iframe authentication to resolve | integer (milliseconds) | `6000` |
| `loadFrameTimeout` | Timeout in milliseconds to wait for the iframe to load in the window. | integer (milliseconds) | In IE or Edge: `500`, in all other browsers: `0` |
| `asyncPopups` | Sets whether popups are opened asynchronously. When set to false, blank popups are opened before anything else happens. When set to true, popups are opened when making the network request. Can be set to true for scenarios that do not support popups, e.g. desktop apps or progressive web apps | boolean | `false` |
| `asyncPopups` | Sets whether popups are opened asynchronously. When set to false, blank popups are opened before anything else happens. When set to true, popups are opened when making the network request. Can be set to true for scenarios where `about:blank` is not supported, e.g. desktop apps or progressive web apps | boolean | `false` |

### Logger Config Options
| Option | Description | Format | Default Value |
Expand Down

0 comments on commit abda11c

Please sign in to comment.