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