# Functions

BuildIntegrationWithBasicAuth constructs an Integration instance using Basic Authentication.
BuildIntegrationWithOAuth constructs an Integration instance using OAuth2.0 authentication.

# Structs

EndpointConfig is a struct that holds configuration details for a specific API endpoint.
Integration implements the APIHandler interface for the Microsoft Graph API.
OAuthResponse represents the response structure when obtaining an OAuth access token from Microsoft Graph.

# Type aliases

ConfigMap is a map that associates endpoint URL patterns with their corresponding configurations.