sso
This commit is contained in:
parent
029fe23657
commit
1876580d86
911 changed files with 160008 additions and 2 deletions
5
node_modules/passport-saml/lib/node-saml/algorithms.d.ts
generated
vendored
Normal file
5
node_modules/passport-saml/lib/node-saml/algorithms.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/// <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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue