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
/
constants.d.ts
3 lines
(2 loc)
•
167 B
TypeScript
View Raw
1
2
3
export
declare
const
DEFAULT_IDENTIFIER_FORMAT
=
"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
;
export
declare
const
DEFAULT_WANT_ASSERTIONS_SIGNED
=
true
;