n8n-nodes-base
Version:
Base nodes of n8n
9 lines • 317 B
TypeScript
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class OAuth2Api implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
genericAuth: boolean;
properties: INodeProperties[];
}
//# sourceMappingURL=OAuth2Api.credentials.d.ts.map