UNPKG

n8n-nodes-arubaclearpass

Version:

n8n community node for Aruba ClearPass API integration with comprehensive identity, policy, and enforcement profile management

11 lines (10 loc) 387 B
import { ICredentialType, INodeProperties, IDataObject } from 'n8n-workflow'; export declare class ClearPassOAuth2Api implements ICredentialType { name: string; displayName: string; documentationUrl: string; extends: string[]; properties: INodeProperties[]; getAuthUrl(credentials: IDataObject): string; getAccessTokenUrl(credentials: IDataObject): string; }