8000 ImplicitMSALAuthenticationProvider is not exported in index.js · Issue #230 · microsoftgraph/msgraph-sdk-javascript · GitHub
[go: up one dir, main page]

Skip to content
ImplicitMSALAuthenticationProvider is not exported in index.js #230
Closed
@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

    0