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
/
flow.d.ts
6 lines
(5 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
FlowResult
{
samlContent
:
string
;
extract
:
any
; }
export
declare
function
flow
(
options
:
any
):
Promise
<
FlowResult
>;