Skip to content

Commit 62ef2ac

Browse files
committed
Add UserManagerSettings.stopCheckSessionOnError to index.d.ts
1 parent 63fae54 commit 62ef2ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ export interface UserManagerSettings extends OidcClientSettings {
209209
readonly includeIdTokenInSilentRenew?: boolean;
210210
readonly monitorSession?: boolean;
211211
readonly checkSessionInterval?: number;
212+
readonly stopCheckSessionOnError?: boolean;
212213
readonly revokeAccessTokenOnSignout?: any;
213214
readonly accessTokenExpiringNotificationTime?: number;
214215
readonly redirectNavigator?: any;

0 commit comments

Comments
 (0)