File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ def initiate_auth_code_flow(
325325 you can use :func:`~acquire_token_by_auth_code_flow()`
326326 to complete the authentication/authorization.
327327
328- :param list scope :
328+ :param list scopes :
329329 It is a list of case-sensitive strings.
330330 :param str redirect_uri:
331331 Optional. If not specified, server will use the pre-registered one.
@@ -1039,7 +1039,7 @@ def acquire_token_interactive(
10391039 Prerequisite: In Azure Portal, configure the Redirect URI of your
10401040 "Mobile and Desktop application" as ``http://localhost``.
10411041
1042- :param list scope :
1042+ :param list scopes :
10431043 It is a list of case-sensitive strings.
10441044 :param str prompt:
10451045 By default, no prompt value will be sent, not even "none".
You can’t perform that action at this time.
0 commit comments