Helper function that retrieves token value that will be auto-stored into session config
Set of options required to fetch the token value to be auto-stored
True if auth handler was found and token was fetched
Helper method to find an active profile based on the optional CLI handler parameters
Set of options required to find an active profile
Tuple containing profile type and name, or undefined if no profile was found
Helper method that finds the token auth handler class for a team config profile
Set of options required to find the auth handler for a given profile path
Auth handler class or undefined if none was found
Stores session config properties into a team config profile.
Set of options required to store session config properties
Retrieves token value that will be auto-stored into session config.
CLI handler parameters object
Session config with credentials for basic or cert auth
JSON path of profile containing tokenType
True if auth handler was found and token was fetched
Finds the profile where auto-store properties should be saved.
CLI handler parameters object
List of properties required in the profile schema
Tuple containing profile type and name, or undefined if no profile was found
Finds the token auth handler class for a team config profile.
JSON path of profile
CLI arguments which may specify a profile
Auth handler class or undefined if none was found
Stores session config properties into a team config profile.
CLI handler parameters object
Session config containing properties to store
Names of properties that should be stored
Generated using TypeDoc
Class to manage automatic storage of properties in team config.