Skip to content

Commit

Permalink
Add comment on supported middleware options
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Jun 17, 2021
1 parent 4be7965 commit 77e5b4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msgraph/core/_graph_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from ._client_factory import HTTPClientFactory
from .middleware.request_context import RequestContext

# These are middleware options that can be configured per request.
# Supports options for default middleware as well as custom middleware.
supported_options = [
# Auth Options
'scopes',
Expand Down

0 comments on commit 77e5b4c

Please sign in to comment.