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.
- package/esm2020/lib/core/services/auth/monkeyecx-authentication.service.mjs +2 -1
- package/fesm2015/monkey-front-core.mjs +1 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/auth/monkeyecx-authentication.service.d.ts +1 -0
- package/monkey-front-core-0.0.198.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.197.tgz +0 -0
|
@@ -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);
|