MicrosoftGraphClient
Home > @backstage/plugin-catalog-backend-module-msgraph
> MicrosoftGraphClient
A HTTP Client that communicates with Microsoft Graph API. Simplify Authentication and API calls to get User
and Group
from Microsoft Graph
Uses msal-node
for authentication
Signature:
class MicrosoftGraphClient
Constructors
Constructor |
Modifiers |
Description |
---|---|---|
Constructs a new instance of the |
Methods
Method |
Modifiers |
Description |
---|---|---|
|
Factory method that instantiate | |
Get a collection of User belonging to a | ||
Get profilePhoto of | ||
Get a collection of Group from Graph API and return as | ||
Get a collection of User belonging to a | ||
Get Organization from Graph API | ||
Get profilePhoto of | ||
Get a collection of User from Graph API and return as | ||
Abstract on top of MicrosoftGraphClient.requestRaw() | ||
Get a collection of resource from Graph API and return an | ||
Makes a HTTP call to Graph API with token |