Specifies if properties that the user was prompted for should be automatically stored in profiles. Defaults to true when team config exists.
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.
Specifies full command parameter object if running in a CLI environment (versus) as a Node.js SDK
Specifies a list of authentication properties, and what they should override. If one of these properties is available on the session, do not prompt for the other property.
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 description of your service to be used in CLI prompt messages. If undefined, the default value is "your service".
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