UNPKG

@nuvo-prime/np-samlify

Version:

High-level API for Single Sign On (SAML 2.0)

7 lines (6 loc) 174 B
export interface FlowResult { samlContent: string; extract: any; sigAlg?: string | null; } export declare function flow(options: any): Promise<FlowResult>;