UNPKG

samlify

Version:

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

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