Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
#110 - change oauth endpoint description (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey-Ethyca authored Mar 22, 2022
1 parent eb3a7ae commit 388e79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fidesops/api/v1/endpoints/oauth_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def acquire_access_token(
form_data: OAuth2ClientCredentialsRequestForm = Depends(),
db: Session = Depends(get_db),
) -> AccessToken:
"""Given a set of credentials, returns an access token if they are correct. Raises 401
"""Returns an access token if given credentials are correct, raises 401
exception if not"""

basic_credentials = await HTTPBasic(auto_error=False)(request)
Expand Down

0 comments on commit 388e79e

Please sign in to comment.