We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8c45a commit a63b9dcCopy full SHA for a63b9dc
1 file changed
src/core/classes/IterableConfig.ts
@@ -357,13 +357,6 @@ export class IterableConfig {
357
*/
358
// eslint-disable-next-line eqeqeq
359
authHandlerPresent: this.authHandler != undefined,
360
- /**
361
- * A boolean indicating if an onJWTError handler is present.
362
- *
363
- * TODO: Figure out if this is purposeful
364
- */
365
- // eslint-disable-next-line eqeqeq
366
- onJWTErrorPresent: this.onJWTError != undefined,
367
/** The log level for the SDK. */
368
logLevel: this.logLevel,
369
expiringAuthTokenRefreshPeriod: this.expiringAuthTokenRefreshPeriod,
0 commit comments