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.
1 parent 7f76382 commit ecc78c7Copy full SHA for ecc78c7
ams-express-shopping/auth/authenticate.js
@@ -1,5 +1,4 @@
1
-const { SECURITY_CONTEXT } = require('@sap/xssec');
2
-const { createSecurityContext, IdentityService, IdentityServiceToken, IdentityServiceSecurityContext, errors: { ValidationError } } = require('@sap/xssec');
+const { createSecurityContext, IdentityService, IdentityServiceToken, IdentityServiceSecurityContext, errors: { ValidationError }, SECURITY_CONTEXT } = require('@sap/xssec');
3
4
// --- Sets up AUTHENTICATION as pre-condition for AUTHORIZATION ---
5
0 commit comments