Method to create a session config object from CLI arguments.
This is equivalent to the handler method createSessCfgFromArgs
.
Prompting options for adding connection properties.
The properties defaultTokenType
and serviceDescription
should be defined.
Method to login to authentication service with a session.
This is equivalent to the handler method doLogin
.
Method to logout of authentication service with a session.
This is equivalent to the handler method doLogout
.
Generated using TypeDoc
Auth handler API that provides convenient functions to create a session from args, and use it to login or logout of an auth service.