@accounts/server
Version:
Fullstack authentication and accounts-management
6 lines • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthenticationServicesToken = void 0;
const graphql_modules_1 = require("graphql-modules");
exports.AuthenticationServicesToken = new graphql_modules_1.InjectionToken('AuthenticationServices');
//# sourceMappingURL=AuthenticationServices.symbol.js.map