Member Junction
    Preparing search index...

    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.

    interface GraphModuleLike {
        Client: { init(options: GraphClientInitOptions): GraphClientLike };
    }
    Index

    Properties

    Properties

    Client: { init(options: GraphClientInitOptions): GraphClientLike }

    The Client class with its init static factory.

    Type Declaration