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(
325
325
you can use :func:`~acquire_token_by_auth_code_flow()`
326
326
to complete the authentication/authorization.
327
327
328
- :param list scope :
328
+ :param list scopes :
329
329
It is a list of case-sensitive strings.
330
330
:param str redirect_uri:
331
331
Optional. If not specified, server will use the pre-registered one.
@@ -1039,7 +1039,7 @@ def acquire_token_interactive(
1039
1039
Prerequisite: In Azure Portal, configure the Redirect URI of your
1040
1040
"Mobile and Desktop application" as ``http://localhost``.
1041
1041
1042
- :param list scope :
1042
+ :param list scopes :
1043
1043
It is a list of case-sensitive strings.
1044
1044
:param str prompt:
1045
1045
By default, no prompt value will be sent, not even "none".
You can’t perform that action at this time.
0 commit comments