Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Nov 3, 2023
1 parent 166429b commit 7325a37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyam/iiasa.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,13 @@ def _check_response(r, msg="Error connecting to IIASA database", error=RuntimeEr

class SceSeAuth(AuthBase):
def __init__(self, creds: str = None, auth_url: str = _AUTH_URL):
"""Connection to the Scenario Services Manager AAC service.
"""Connection to the Scenario Services manager service for authentication.
Parameters
----------
creds : pathlib.Path or str, optional
Path to a file with authentication credentials
Path to a file with authentication credentials. This feature is deprecated,
please run `ixmp4 login <username>` in a console instead.
auth_url : str, optional
Url of the authentication service
"""
Expand Down

0 comments on commit 7325a37

Please sign in to comment.