UNPKG

@central-credit/app

Version:

Application Central Credit

23 lines 1.38 kB
"use strict"; // Copyright IBM Corp. 2019. All Rights Reserved. // Node module: loopback4-example-shopping // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT Object.defineProperty(exports, "__esModule", { value: true }); const context_1 = require("@loopback/context"); var TokenServiceConstants; (function (TokenServiceConstants) { TokenServiceConstants.TOKEN_SECRET_VALUE = 'EoRaClSVaLuE3'; TokenServiceConstants.TOKEN_EXPIRES_IN_VALUE = '600'; })(TokenServiceConstants = exports.TokenServiceConstants || (exports.TokenServiceConstants = {})); var TokenServiceBindings; (function (TokenServiceBindings) { TokenServiceBindings.TOKEN_SECRET = context_1.BindingKey.create('authentication.jwt.secret'); TokenServiceBindings.TOKEN_EXPIRES_IN = context_1.BindingKey.create('authentication.jwt.expires.in.seconds'); TokenServiceBindings.TOKEN_SERVICE = context_1.BindingKey.create('services.authentication.jwt.tokenservice'); })(TokenServiceBindings = exports.TokenServiceBindings || (exports.TokenServiceBindings = {})); var UserServiceBindings; (function (UserServiceBindings) { UserServiceBindings.USER_SERVICE = context_1.BindingKey.create('services.user.service'); })(UserServiceBindings = exports.UserServiceBindings || (exports.UserServiceBindings = {})); //# sourceMappingURL=keys.js.map