From ca5b18f9ce2ce6d14021353d5f461ba7c3d65d5e Mon Sep 17 00:00:00 2001 From: Nikitha Chettiar Date: Fri, 30 Oct 2020 02:56:49 -0700 Subject: [PATCH] Adding missing exports --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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";