We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3626ea3 commit a78d81dCopy full SHA for a78d81d
index.d.ts
@@ -193,9 +193,10 @@ export interface UserManagerSettings extends OidcClientSettings {
193
popupWindowTarget?: any;
194
silent_redirect_uri?: any;
195
silentRequestTimeout?: any;
196
- automaticSilentRenew?: any;
197
- monitorSession?: any;
198
- checkSessionInterval?: any;
+ automaticSilentRenew?: boolean;
+ includeIdTokenInSilentRenew?: boolean;
+ monitorSession?: boolean;
199
+ checkSessionInterval?: number;
200
revokeAccessTokenOnSignout?: any;
201
accessTokenExpiringNotificationTime?: number;
202
redirectNavigator?: any;
0 commit comments