Skip to content
Snippets Groups Projects

rbacLogin token argument is optional

Merged Philip Elson requested to merge pelson/pyjapc:fix/token-is-optional into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -394,7 +394,7 @@ class PyJapc:
loginDialog: bool = False,
readEnv: bool = True,
*,
token: typing.Union[bytes, pyjapc_types.PyRbacTokenLike, None],
token: typing.Union[bytes, pyjapc_types.PyRbacTokenLike, None] = None,
) -> None:
"""Perform RBAC authentication.
Loading