UNPKG

n8n-nodes-explorium

Version:
28 lines 979 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpHeaderAuth = void 0; class HttpHeaderAuth { constructor() { this.name = 'httpHeaderAuthApi'; this.displayName = 'HTTP Header Auth'; this.documentationUrl = 'https://developers.explorium.ai/'; this.properties = [ { displayName: 'Authentication Header Name', name: 'name', type: 'string', default: 'Authorization', description: 'Name of the header to use for authentication', }, { displayName: 'Authentication Header Value', name: 'value', type: 'string', default: '', description: 'Value of the header to use for authentication', }, ]; } } exports.HttpHeaderAuth = HttpHeaderAuth; //# sourceMappingURL=HttpHeaderAuth.credentials.js.map