mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-16 15:27:56 -08:00
2 lines
71 B
TypeScript
2 lines
71 B
TypeScript
|
export type AuthenticationMethod = 'none' | 'email' | 'ldap' | 'saml';
|