Skip to content

Commit

Permalink
Export AuthenticateOptions type (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Jan 21, 2022
1 parent 3e908fa commit ef1dcfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/passport-saml/index.ts
Expand Up @@ -4,6 +4,7 @@ import { Strategy, AbstractStrategy } from "./strategy";
import { MultiSamlStrategy } from "./multiSamlStrategy";

import type {
AuthenticateOptions,
Profile,
SamlConfig,
VerifiedCallback,
Expand All @@ -18,6 +19,7 @@ export {
MultiSamlStrategy,
CacheItem,
CacheProvider,
AuthenticateOptions,
Profile,
SamlConfig,
VerifiedCallback,
Expand Down

0 comments on commit ef1dcfc

Please sign in to comment.