Skip to main content
clientID and clientSecret custom during Lightning App BuilderI'm coding my lwc component and I need that clientID and clientSecret could be set by each Salesforce user when he adds the component to some page. How can I add this 2 variables on the right panel and use them on my code? Thank you
3 个回答
  1. 2020年5月7日 11:58
    The example screenshot I posted use clientID and clientSecret in order to call Yahoo Weather API. I would like to do the same for my lwc component and calling my endpoint that use the same authentication like Yahoo Weather.
0/9000