2 lines
62 B
TypeScript
2 lines
62 B
TypeScript
export type AuthenticationMethod = 'email' | 'ldap' | 'saml';
|
export type AuthenticationMethod = 'email' | 'ldap' | 'saml';
|