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