Skip to content

Commit

Permalink
re-export types
Browse files Browse the repository at this point in the history
  • Loading branch information
gunzip committed Feb 18, 2020
1 parent 64fb674 commit aebed4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import * as passport from "passport";
import { SamlConfig } from "passport-saml";
import { RedisClient } from "redis";
import { Builder } from "xml2js";
import { overrideCacheProvider } from "./strategy/redis_cache_provider";
import { logger } from "./utils/logger";
import {
getSpidStrategyOptionsUpdater,
Expand Down Expand Up @@ -57,6 +58,11 @@ export interface IApplicationConfig {
sloPath: string;
}

// re-export
export { overrideCacheProvider };
export { IServiceProviderConfig };
export { SamlConfig };

/**
* Wraps assertion consumer service handler
* with SPID authentication and redirects.
Expand Down

0 comments on commit aebed4d

Please sign in to comment.