mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-12 08:06:34 +02:00
8c008f5d22
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2 lines
62 B
TypeScript
2 lines
62 B
TypeScript
export type AuthenticationMethod = 'email' | 'ldap' | 'saml';
|