UNPKG

saml-login

Version:
16 lines 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorWithXmlStatus = exports.isValidSamlSigningOptions = void 0; const isValidSamlSigningOptions = (options) => { return options.privateKey != null; }; exports.isValidSamlSigningOptions = isValidSamlSigningOptions; class ErrorWithXmlStatus extends Error { constructor(message, code) { super(message); this.code = code; this.code = code; } } exports.ErrorWithXmlStatus = ErrorWithXmlStatus; //# sourceMappingURL=types.js.map