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 63fae54 + 62ef2ac commit d868940Copy full SHA for d868940
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