UNPKG

n8n-nodes-api-key-validator

Version:

N8N Community Node for validating API keys, tokens and sensitive authentication data

8 lines (7 loc) 243 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class ApiKeyCredentials implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }