UNPKG
samlify
Version:
latest (2.10.0)
2.10.0
2.9.1
2.9.0
2.8.11
2.8.10
2.8.9
2.8.8
2.8.7
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.8.0-rc1
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.3
2.6.2
2.6.1
2.6.0
2.6.0-rc2
2.6.0-rc1
2.5.1
2.5.0
2.5.0-rc4
2.5.0-rc3
2.5.0-rc2
2.5.0-rc1
2.4.2
2.4.1
2.4.0
2.4.0-rc6
2.4.0-rc5
2.4.0-rc4
2.4.0-rc3
2.4.0-rc2
2.4.0-rc1
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.1-rc.3
2.0.0
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
High-level API for Single Sign On (SAML 2.0)
github.com/tngan/samlify
tngan/samlify
samlify
/
types
/
src
/
flow.d.ts
7 lines
(6 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
FlowResult
{
samlContent
:
string
;
extract
:
any
;
sigAlg
?:
string
|
null
; }
export
declare
function
flow
(
options
:
any
):
Promise
<
FlowResult
>;