@cognigy/rest-api-client
Version:
Cognigy REST-Client
12 lines • 482 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.JWTAuthAPIGroup_2_0 = void 0;
const GenericAPIFn_1 = require("../GenericAPIFn");
function JWTAuthAPIGroup_2_0(instance) {
const self = instance;
return {
collaborationJWT: (options) => (0, GenericAPIFn_1.GenericAPIFn)("/jwt/collaboration", "POST", self)(undefined, options)
};
}
exports.JWTAuthAPIGroup_2_0 = JWTAuthAPIGroup_2_0;
//# sourceMappingURL=JWTAuthAPIGroup_2_0.js.map