UNPKG

n8n-nodes-authentica

Version:

Authentica (Balance + OTP Send/Verify) node for n8n

10 lines (9 loc) 364 B
import type { ICredentialType, INodeProperties, IAuthenticateGeneric, ICredentialTestRequest } from 'n8n-workflow'; export declare class AuthenticaApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }