@koex/passport-oauth2
Version:
koex passport-oauth2
7 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Strategy = exports.OauthStrategy = void 0;
const strategy_1 = require("./strategy");
Object.defineProperty(exports, "OauthStrategy", { enumerable: true, get: function () { return strategy_1.OauthStrategy; } });
exports.Strategy = strategy_1.OauthStrategy;
//# sourceMappingURL=index.js.map