UNPKG
@node-saml/node-saml
Version:
beta (4.0.0-beta.6)
latest (5.1.0)
5.1.0
5.0.1
5.0.0
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-beta.6
4.0.0-beta.5
4.0.0-beta.4
4.0.0-beta.3
SAML 2.0 implementation for Node.js
github.com/node-saml/node-saml
node-saml/node-saml
@node-saml/node-saml
/
lib
/
saml-post-signing.d.ts
4 lines
(3 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
import
{
SamlSigningOptions
}
from
"./types"
;
export
declare
function
signSamlPost
(
samlMessage
:
string
,
xpath
:
string
,
options
:
SamlSigningOptions
):
string
;
export
declare
function
signAuthnRequestPost
(
authnRequest
:
string
,
options
:
SamlSigningOptions
):
string
;