UNPKG
node-sp-auth-nocolors
Version:
latest (0.0.1)
0.0.1
Unattended SharePoint http authentication with nodejs (Without Colors)
node-sp-auth-nocolors
/
lib
/
src
/
utils
/
SamlAssertion.js
7 lines
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
SamlAssertion
=
void
0
;
class
SamlAssertion
{ }
exports
.
SamlAssertion
=
SamlAssertion
;
//# sourceMappingURL=SamlAssertion.js.map