diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-05-31 11:34:35 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-05-31 11:34:35 -0400 |
| commit | d03f3e58fcdd548c788eeff51d7507e07ed799ed (patch) | |
| tree | bc7a726e1665383d50fe7a14ae0b2fe83edfe7db /python/enterprise.py | |
| parent | 55a03e715ec62f7f85cfd57db6351a6efb626d7a (diff) | |
fixup invalid pydoc documentation
Diffstat (limited to 'python/enterprise.py')
| -rw-r--r-- | python/enterprise.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/enterprise.py b/python/enterprise.py index 731ba46b..d1e74011 100644 --- a/python/enterprise.py +++ b/python/enterprise.py @@ -35,6 +35,7 @@ def is_connected() -> bool: def authenticate_with_credentials(username: str, password: str, remember: bool = True): """ Authenticate to the Enterprise Server with username/password credentials. + :param str username: Username to use. :param str password: Password to use. :param bool remember: Remember token in keychain @@ -50,6 +51,7 @@ def authenticate_with_method(method: str, remember: bool = True): Authenticate to the Enterprise Server with a non-password method. Note that many of these will open a URL for a browser-based login prompt, which may not be usable on headless installations. See :func:`authentication_methods` for a list of accepted methods. + :param str method: Name of method to use. :param bool remember: Remember token in keychain """ |
