UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

8 lines (7 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiCookieAuth = ApiCookieAuth; const api_security_decorator_1 = require("./api-security.decorator"); function ApiCookieAuth(name = 'cookie') { return (0, api_security_decorator_1.ApiSecurity)(name); }