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.
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.