mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-28 22:19:41 -08:00
8c008f5d22
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2 lines
62 B
TypeScript
2 lines
62 B
TypeScript
export type AuthenticationMethod = 'email' | 'ldap' | 'saml';
|