Loading
Visual Studio Code Based Modeler for Consumer Goods Cloud
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          resetNetworkCredentialsAsync()

          resetNetworkCredentialsAsync()

          Facade.resetNetworkCredentialsAsync() is one of the KeyChain API methods that provides a secure key-value storage for framework users. This storage can be used to store any sensitive information, such as credentials for web-based authentication. resetNetworkCredentialsAsync() resets the username and password from secure storage.

          Required Editions

          Available in Lightning Experience in Professional, Unlimited, and Enterprise Editions that have Consumer Goods Cloud enabled.

          Return Value

          A promise.

          Example
          Example
          Facade.resetNetworkCredentialsAsync().then(function () {
                  // Reset successful
                  },
                  function (err) {
                  // err - error object or error string
                  });
           
          Loading
          Salesforce Help | Article