You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/msal-js-initializing-client-applications.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ export type SystemOptions = {
87
87
logger?: Logger;
88
88
loadFrameTimeout?: number;
89
89
tokenRenewalOffsetSeconds?: number;
90
+
navigateFrameWait?: number;
90
91
};
91
92
92
93
// Developer App Environment Support
@@ -136,6 +137,8 @@ Below is the total set of configurable options that are supported currently in t
136
137
137
138
-**tokenRenewalOffsetSeconds**: Optional. The number of milliseconds which sets the window of offset needed to renew the token before expiry. Default is 300 milliseconds.
138
139
140
+
-**navigateFrameWait**: Optional. The number of milliseconds which sets the wait time before hidden iframes navigate to their destination. Default is 500 milliseconds.
141
+
139
142
These are only applicable to be passed down from the MSAL Angular wrapper library:
140
143
-**unprotectedResources**: Optional. Array of URIs that are unprotected resources. MSAL will not attach a token to outgoing requests that have these URI. Defaults to `null`.
0 commit comments