Specifies the default token type if not provided on the command line. Some commands such as "auth login" do not have a "tokenType" command line option, but still need to specify a default token type. The default value is TOKEN_TYPE_JWT.
Indicates that want to prompt for user name and password when no form of credentials are supplied. CLI programs typically want this to be true. A GUI app calling the API may do its own prompting in the GUI and would set this value to false. The default value is true.
Indicates that we want to generate a token. When true, we use the user and password for the operation to obtain a token. This applies during a login command. Otherwise, you typically want this to be false. The default value is false.
Specifies the functionality that external applications will use for prompting. Activate this function to get all the needed properties
Generated using TypeDoc
Interface for options supplied to ConnectionPropsForSessCfg.addPropsOrPrompt()
ISession