UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

12 lines (11 loc) 796 B
import { type AuthProviderType } from '@n8n/db'; export declare function setCurrentAuthenticationMethod(authenticationMethod: AuthProviderType): Promise<void>; export declare function reloadAuthenticationMethod(): Promise<void>; export declare function getCurrentAuthenticationMethod(): AuthProviderType; export declare function isSamlCurrentAuthenticationMethod(): boolean; export declare function isLdapCurrentAuthenticationMethod(): boolean; export declare function isOidcCurrentAuthenticationMethod(): boolean; export declare function isSsoCurrentAuthenticationMethod(): boolean; export declare function isEmailCurrentAuthenticationMethod(): boolean; export declare function isSsoJustInTimeProvisioningEnabled(): boolean; export declare function doRedirectUsersFromLoginToSsoFlow(): boolean;