UNPKG

@cresta-oss/samlify

Version:

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

9 lines (8 loc) 258 B
interface Context extends ValidatorContext { } interface ValidatorContext { validate?: (xml: string) => Promise<any>; } export declare function getContext(): Context; export declare function setSchemaValidator(params: ValidatorContext): void; export {};