passport-saml
Version:
SAML 2.0 authentication strategy for Passport
11 lines • 343 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ErrorWithXmlStatus = void 0;
class ErrorWithXmlStatus extends Error {
constructor(message, xmlStatus) {
super(message);
this.xmlStatus = xmlStatus;
}
}
exports.ErrorWithXmlStatus = ErrorWithXmlStatus;
//# sourceMappingURL=types.js.map
;