Microsoft Graph connectors SDK services
This article describes the services that are part of the contract protocol buffer files. Implement these services as part of the connector.
Services | Description |
---|---|
ConnectorInfo | Includes APIs to get information about the connector. If you're using the Visual Studio extension, you can use the default implementation for this service without changes. |
ConnectionManagement | Contains APIs that are called during the process of custom connector connection creation in the Microsoft 365 admin center. |
ConnectorCrawl | Includes APIs that are called during a crawl. |
ConnectorOAuth | Service for OAuth flows such as refreshing access tokens during crawls. |
You can download the contract protocol buffer files from the Microsoft Graph connectors SDK contracts page on GitHub.