Skip to content

Commit ef1dcfc

Browse files
authored
Export AuthenticateOptions type (#657)
1 parent 3e908fa commit ef1dcfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/passport-saml/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { Strategy, AbstractStrategy } from "./strategy";
44
import { MultiSamlStrategy } from "./multiSamlStrategy";
55

66
import type {
7+
AuthenticateOptions,
78
Profile,
89
SamlConfig,
910
VerifiedCallback,
@@ -18,6 +19,7 @@ export {
1819
MultiSamlStrategy,
1920
CacheItem,
2021
CacheProvider,
22+
AuthenticateOptions,
2123
Profile,
2224
SamlConfig,
2325
VerifiedCallback,

0 commit comments

Comments
 (0)