nestjs-oauth2
Version:
NestJS OAuth2 Client
8 lines (7 loc) • 317 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InjectOAuth = void 0;
const common_1 = require("@nestjs/common");
const oauth_symbols_1 = require("./oauth.symbols");
const InjectOAuth = () => (0, common_1.Inject)(oauth_symbols_1.OAUTH_SERVICE);
exports.InjectOAuth = InjectOAuth;