Skip to content

Commit 5dab5dd

Browse files
CopilotbgavrilMS
andauthored
docs: polish oidc docstrings
Agent-Logs-Url: https://github.com/AzureAD/microsoft-authentication-library-for-python/sessions/d56329c6-d8ad-4440-8617-3df24459fed0 Co-authored-by: bgavrilMS <12273384+bgavrilMS@users.noreply.github.com>
1 parent 84d521c commit 5dab5dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

msal/oauth2cli/oidc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def obtain_token_by_auth_code_flow(self, auth_code_flow, auth_response, **kwargs
195195
"""Validate the auth_response being redirected back, and then obtain tokens,
196196
including ID token which can be used for user sign in.
197197
198-
It also implements PKCE to mitigate the auth code interception attack.
198+
It implements PKCE to mitigate the auth code interception attack.
199199
200200
See :func:`oauth2.Client.obtain_token_by_auth_code_flow` in parent class
201201
for descriptions on other parameters and return value.
@@ -216,7 +216,7 @@ def obtain_token_by_browser(
216216
**kwargs):
217217
"""A native app can use this method to obtain token via a local browser.
218218
219-
It also implements PKCE to mitigate the auth code interception attack.
219+
It implements PKCE to mitigate the auth code interception attack.
220220
221221
:param string display: Defined in
222222
`OIDC <https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest>`_.

0 commit comments

Comments
 (0)