UNPKG

n8n-nodes-arubaclearpass

Version:

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

6 lines (5 loc) 300 B
import { IDataObject, IExecuteFunctions, IHookFunctions, ILoadOptionsFunctions } from 'n8n-workflow'; /** * Get a bearer token using client credentials */ export declare function getToken(this: IExecuteFunctions | IHookFunctions | ILoadOptionsFunctions, credentials: IDataObject): Promise<string>;