You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
444 B

"use strict";
/**
* Creator: Christian Hotz
* Company: hydra newmedia GmbH
* Date: 27.06.16
*
* Copyright hydra newmedia GmbH
*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
exports.__esModule = true;
var Strategy_1 = require("./Strategy");
exports["default"] = Strategy_1.Strategy;
exports.HeaderAPIKeyStrategy = Strategy_1.Strategy;
__export(require("./errors/BadRequestError"));