n8n-nodes-base
Version:
Base nodes of n8n
12 lines • 580 B
TypeScript
import type { IAuthenticateGeneric, ICredentialDataDecryptedObject, ICredentialType, IHttpRequestHelper, INodeProperties } from 'n8n-workflow';
export declare class VenafiTlsProtectDatacenterApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
preAuthentication(this: IHttpRequestHelper, credentials: ICredentialDataDecryptedObject): Promise<{
token: string;
}>;
authenticate: IAuthenticateGeneric;
}
//# sourceMappingURL=VenafiTlsProtectDatacenterApi.credentials.d.ts.map