Files
n8n-enterprise-unlocked/packages/workflow/src/Authentication.ts
T

2 lines
62 B
TypeScript

export type AuthenticationMethod = 'email' | 'ldap' | 'saml';