Skip to content

Commit a78d81d

Browse files
committed
more TS updates
1 parent 3626ea3 commit a78d81d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,10 @@ export interface UserManagerSettings extends OidcClientSettings {
193193
popupWindowTarget?: any;
194194
silent_redirect_uri?: any;
195195
silentRequestTimeout?: any;
196-
automaticSilentRenew?: any;
197-
monitorSession?: any;
198-
checkSessionInterval?: any;
196+
automaticSilentRenew?: boolean;
197+
includeIdTokenInSilentRenew?: boolean;
198+
monitorSession?: boolean;
199+
checkSessionInterval?: number;
199200
revokeAccessTokenOnSignout?: any;
200201
accessTokenExpiringNotificationTime?: number;
201202
redirectNavigator?: any;

0 commit comments

Comments
 (0)