Check whether a custom CredentialManager is defined in the Imperative settings.json file.
Check whether a teamConfig is secure or not
False if not using teamConfig or there are no secure fields
Initialize credential manager to be used for secure credential storage. This method throws if ProfileCredentials.isSecured is false. If the CredentialManagerFactory is already initialized, it is reused since it is not possible to reinitialize.
Given a custom method to require Keytar, return an object that defines
credential manager settings to replace the default credential manager.
If the credential manager is not overridden, the default implementation
is to require("keytar")
from the caller app's node_modules folder.
Callback to require Keytar module for managing secure credentials
Credential manager settings with Keytar module overridden
Generated using TypeDoc
Check if secure credentials will be encrypted or stored in plain text. If using team config, this will always return true. If using classic profiles, this will check whether a custom CredentialManager is defined in the Imperative settings.json file.