Update api report

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
Alex Crome
2023-10-25 22:36:08 +01:00
parent d7def5d0cb
commit 692e2397c2
@@ -15,7 +15,10 @@ export const authModuleMicrosoftProvider: () => BackendFeature;
// @public (undocumented)
export const microsoftAuthenticator: OAuthAuthenticator<
PassportOAuthAuthenticatorHelper,
{
helper: PassportOAuthAuthenticatorHelper;
domainHint: string | undefined;
},
PassportProfile
>;