UNPKG

@qelos/auth

Version:

Express Passport authentication service

6 lines (5 loc) 280 B
import { IIntegrationSource } from '@qelos/global-types'; export type DecryptedSourceAuthentication<T = any> = IIntegrationSource & { authentication: T; }; export declare function getIntegrationSource(tenant: string, sourceId: string): Promise<DecryptedSourceAuthentication>;