The @microsoft/microsoft-graph-client module surface we use: the Client.init({ authProvider }) static factory. Declared structurally so the SDK's real Client type never leaks.
@microsoft/microsoft-graph-client
Client.init({ authProvider })
Client
The Client class with its init static factory.
init
Constructs an authenticated Graph client from an auth-provider callback.
The
@microsoft/microsoft-graph-clientmodule surface we use: theClient.init({ authProvider })static factory. Declared structurally so the SDK's realClienttype never leaks.