UNPKG
@cresta-oss/samlify
Version:
latest (2.7.4-no-cert-in-response-2)
no-cert-in-response (2.7.4-no-cert-in-response-3)
2.7.4-no-cert-in-response-3
2.7.4-no-cert-in-response-2
High-level API for Single Sign On (SAML 2.0)
github.com/cresta/samlify
cresta/samlify
@cresta-oss/samlify
/
types
/
src
/
api.d.ts
9 lines
(8 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
Context
extends
ValidatorContext
{ }
interface
ValidatorContext
{
validate
?:
(
xml
:
string
) =>
Promise
<
any
>; }
export
declare
function
getContext
(
):
Context
;
export
declare
function
setSchemaValidator
(
params
:
ValidatorContext
):
void
;
export
{};