UNPKG

@sap/xssec

Version:

XS Advanced Container Security API for node.js

8 lines 416 B
export = SECURITY_CONTEXT; /** * The symbol which should be used as location on the req object for the SecurityContext after authentication. * The middleware of IdentityServiceAuthProvider from @sap/ams expects to find it there to create an Authorization object * from the SecurityContext for privilege checks. */ declare const SECURITY_CONTEXT: unique symbol; //# sourceMappingURL=SecurityContextSymbol.d.ts.map