UNPKG

passport-saml

Version:

SAML 2.0 authentication strategy for Passport

4 lines (3 loc) 236 B
import { SamlSigningOptions } from "./types"; export declare function assertRequired<T>(value: T | null | undefined, error?: string): T; export declare function signXmlResponse(samlMessage: string, options: SamlSigningOptions): string;