1 parent 63fae54 commit 62ef2acCopy full SHA for 62ef2ac
1 file changed
index.d.ts
@@ -209,6 +209,7 @@ export interface UserManagerSettings extends OidcClientSettings {
209
readonly includeIdTokenInSilentRenew?: boolean;
210
readonly monitorSession?: boolean;
211
readonly checkSessionInterval?: number;
212
+ readonly stopCheckSessionOnError?: boolean;
213
readonly revokeAccessTokenOnSignout?: any;
214
readonly accessTokenExpiringNotificationTime?: number;
215
readonly redirectNavigator?: any;
0 commit comments