Skip to content

Commit 548f5f5

Browse files
author
Kristof Degrave
committed
Added missing UserManagerSettings to the oidc-client.d.ts
1 parent cd3ac68 commit 548f5f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

oidc-client.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,11 @@ declare namespace Oidc {
161161
popupWindowFeatures?: string;
162162
popupWindowTarget?: any;
163163
silent_redirect_uri?: any;
164+
silentRequestTimeout?: any;
164165
automaticSilentRenew?: any;
166+
monitorSession?: any;
167+
checkSessionInterval?: any;
168+
revokeAccessTokenOnSignout?: any;
165169
accessTokenExpiringNotificationTime?: string;
166170
redirectNavigator?: any;
167171
popupNavigator?: any;

0 commit comments

Comments
 (0)