UNPKG

@n8n/n8n-nodes-langchain

Version:

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

36 lines 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MicrosoftAgent365Api = void 0; class MicrosoftAgent365Api { constructor() { this.name = 'microsoftAgent365Api'; this.displayName = 'Microsoft 365 Agent API'; this.documentationUrl = 'microsoftagent365'; this.properties = [ { displayName: 'Tenant ID', name: 'tenantId', type: 'string', required: true, default: '', }, { displayName: 'Client ID', name: 'clientId', type: 'string', required: true, default: '', }, { displayName: 'Client Secret', name: 'clientSecret', type: 'string', typeOptions: { password: true }, required: true, default: '', }, ]; } } exports.MicrosoftAgent365Api = MicrosoftAgent365Api; //# sourceMappingURL=MicrosoftAgent365Api.credentials.js.map