Skip to content

Commit

Permalink
Updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sri0606 committed Sep 13, 2023
1 parent 062d588 commit 5994e56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pyorcid/orcid_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ def __init__(self, client_id, client_secret, redirect_uri=""):
client_secret : str : client secret obtained from the registered application
redirect_uri : str : redirect uri obtained from the registered application
returns :
1) if redirect_uri id None/empty, returns access token for methods that doesn't need user authorization (eg., /read-public scope of public API)
2) else, returns access token for methods that needs user authorization (eg., Member API or /read-limited scope of public API)
'''
self.__client_id = client_id
self.__client_secret = client_secret
Expand Down

0 comments on commit 5994e56

Please sign in to comment.