monkey-front-core 0.0.197 → 0.0.198

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3495,6 +3495,7 @@ class MonkeyEcxAuthenticationService {
3495
3495
  this.redirectLoginWelcomeBack =
3496
3496
  args?.redirectLoginWelcomeBack || this.redirectLoginWelcomeBack.bind(this);
3497
3497
  this.isAuthorized = args?.isAuthorized || this.isAuthorized.bind(this);
3498
+ this.isTokenMandatory = args?.isTokenMandatory || this.isTokenMandatory.bind(this);
3498
3499
  this.isCompanyAuthorized = args?.isCompanyAuthorized || this.isCompanyAuthorized.bind(this);
3499
3500
  this.getRequestWithHeaders =
3500
3501
  args?.getRequestWithHeaders || this.getRequestWithHeaders.bind(this);