MicrosoftGraphClient.(constructor)
Home > @backstage/plugin-catalog-backend-module-msgraph
> MicrosoftGraphClient
> (constructor)
Constructs a new instance of the MicrosoftGraphClient
class
Signature:
constructor(baseUrl: string, tokenCredential: TokenCredential);
Parameters
Parameter |
Type |
Description |
---|---|---|
baseUrl |
string |
baseUrl of Graph API |
tokenCredential |
TokenCredential |
instance of |