UNPKG

n8n

Version:

n8n Workflow Automation Tool

7 lines (6 loc) 454 B
import type { ServiceProviderInstance } from 'samlify'; import type { SamlPreferences } from './types/samlPreferences'; export declare function getServiceProviderEntityId(): string; export declare function getServiceProviderReturnUrl(): string; export declare function getServiceProviderConfigTestReturnUrl(): string; export declare function getServiceProviderInstance(prefs: SamlPreferences, samlify: typeof import('samlify')): ServiceProviderInstance;