UNPKG

@cresta-oss/samlify

Version:

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

6 lines (5 loc) 140 B
export interface FlowResult { samlContent: string; extract: any; } export declare function flow(options: any): Promise<FlowResult>;