@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
25 lines • 744 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.properties = void 0;
const resources_1 = require("./resources");
const authenticationProperties = [
{
displayName: 'Authentication',
name: 'authentication',
type: 'options',
options: [
{
name: 'API Key',
value: 'apifyApi',
},
{
name: 'OAuth2',
value: 'apifyOAuth2Api',
},
],
default: 'apifyApi',
description: 'Choose which authentication method to use',
},
];
exports.properties = [...resources_1.properties, ...authenticationProperties];
//# sourceMappingURL=Apify.properties.js.map