UNPKG

nest-keycloak-connect

Version:
13 lines (12 loc) 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnforcerOptions = exports.META_ENFORCER_OPTIONS = void 0; const common_1 = require("@nestjs/common"); exports.META_ENFORCER_OPTIONS = 'enforcer-options'; /** * Keycloak enforcer options * @param opts - enforcer options * @since 1.3.0 */ const EnforcerOptions = (opts) => (0, common_1.SetMetadata)(exports.META_ENFORCER_OPTIONS, opts); exports.EnforcerOptions = EnforcerOptions;