mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
2 lines
62 B
TypeScript
2 lines
62 B
TypeScript
export type AuthenticationMethod = 'email' | 'ldap' | 'saml';
|