We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1baf239 + d868940 commit 1896c91Copy full SHA for 1896c91
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