UNPKG
@nuvo-prime/np-samlify
Version:
latest (2.8.17)
2.8.17
2.8.16
2.8.15
2.8.14
2.8.13
2.8.12
High-level API for Single Sign On (SAML 2.0)
github.com/tngan/samlify
tngan/samlify
@nuvo-prime/np-samlify
/
types
/
src
/
flow.d.ts
7 lines
(6 loc)
•
174 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
>;