UNPKG

passport-saml

Version:

SAML 2.0 authentication strategy for Passport

6 lines (5 loc) 280 B
/// <reference types="node" /> import * as crypto from "crypto"; export declare function getSigningAlgorithm(shortName?: string): string; export declare function getDigestAlgorithm(shortName?: string): string; export declare function getSigner(shortName?: string): crypto.Signer;