Skip to content

ImplicitMSALAuthenticationProvider is not exported in index.js #230

@darrelmiller

Description

@darrelmiller

We should add this file to the list of files we export.

Currently you need to export the file explicitly like this:

import { ImplicitMSALAuthenticationProvider }  from "@microsoft/microsoft-graph-client/lib/src/ImplicitMSALAuthenticationProvider";

Ideally we should be able to do

import * as MicrosoftGraph from "@microsoft/microsoft-graph-client";

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions