diff --git a/src/index.ts b/src/index.ts index d0250f0e3..b4df6c5e3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -40,5 +40,7 @@ export * from "./IClientOptions"; export * from "./IContext"; export * from "./IFetchOptions"; export * from "./IGraphRequestCallback"; +export * from "./ImplicitMSALAuthenticationProvider"; export * from "./IOptions"; +export * from "./MSALAuthenticationProviderOptions"; export * from "./ResponseType";